Trace number 3376712

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1282.17 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.14	c Set FPU double precision.
0.00/0.14	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.14	c Find Units :          0
0.00/0.14	c Find Invs  :          0
0.00/0.14	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.14	c Find Ite   :          0
0.00/0.14	c UnDirect variable: 0
0.00/0.14	c UnDirect to Direct Gate: 0
0.00/0.14	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.14	c Break Cycle : 900
0.00/0.14	c Total Root : 0 Undef Var: 900
0.00/0.14	c After covering, Total Root: 45 Leaf: 900
0.00/0.14	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.14	c Unit Clauses: 0
0.00/0.14	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.14	c Clauses( cover/uncovered ): 45 0
0.00/0.14	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.14	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.14	c Uncover Clauses avg size: 2 max size: 2
0.00/0.14	c Final circuit: i/l/o/s     900       0   60464     61319
0.00/0.14	c CnfToAig: Time: 0.04 s
0.00/0.14	c TmMap: Set choices finish.
0.15/0.24	c TmMap: Set big and: 60509
0.15/0.24	c TmMap: Origin: 62220 ClauseNum: 183957 --> New: 61410 ClauseNum: 182337
0.15/0.24	c TmMap: Time: 0.03
0.15/0.24	c Try to Add: #clause: 121018 #xorclause: 0
0.15/0.24	c #var: 945 #clauses: 46 Solving... 
1282.15/1300.01	c Time Out !!
1282.15/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376712-1305468073/watcher-3376712-1305468073 -o /tmp/evaluation-result-3376712-1305468073/solver-3376712-1305468073 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376712-1305468073.cnf 928435506 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.26 8.71 9.60 5/434 4814
/proc/meminfo: memFree=26407648/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=11796 CPUtime=0 cores=0,2
/proc/4814/stat : 4814 (runsolver) R 4812 4814 4780 0 -1 4202560 44 0 0 0 0 0 0 0 25 0 1 0 658406087 12079104 52 33554432000 4194304 5432360 140735641847568 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/4814/statm: 2949 52 33 303 0 2643 0

[startup+0.142303 s]
/proc/loadavg: 6.26 8.71 9.60 5/434 4814
/proc/meminfo: memFree=26407648/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=55460 CPUtime=0.09 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 7779 0 2 0 9 0 0 0 25 0 1 0 658406087 56791040 7717 33554432000 4194304 6014671 140733956699856 18446744073709551615 4817256 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 13865 7717 670 445 0 7410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55460

[startup+0.200175 s]
/proc/loadavg: 6.26 8.71 9.60 5/434 4814
/proc/meminfo: memFree=26407648/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=58532 CPUtime=0.15 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 8818 0 2 0 15 0 0 0 25 0 1 0 658406087 59936768 8756 33554432000 4194304 6014671 140733956699856 18446744073709551615 4534625 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 14633 8756 713 445 0 8178 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 58532

[startup+0.301154 s]
/proc/loadavg: 6.26 8.71 9.60 5/434 4814
/proc/meminfo: memFree=26407648/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=58532 CPUtime=0.25 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 8829 0 2 0 25 0 0 0 25 0 1 0 658406087 59936768 8767 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 14633 8767 720 445 0 8178 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 58532

[startup+0.70113 s]
/proc/loadavg: 6.26 8.71 9.60 5/434 4814
/proc/meminfo: memFree=26407648/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=67516 CPUtime=0.65 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 9199 0 2 0 65 0 0 0 25 0 1 0 658406087 69136384 9137 33554432000 4194304 6014671 140733956699856 18446744073709551615 4369539 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 16879 9137 721 445 0 10424 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 67516

[startup+1.50094 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26049720/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=85924 CPUtime=1.44 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 10134 0 2 0 143 1 0 0 25 0 1 0 658406087 87986176 10072 33554432000 4194304 6014671 140733956699856 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 21481 10072 721 445 0 15026 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 85924

[startup+3.10066 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26038064/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=86052 CPUtime=3.03 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 10165 0 2 0 302 1 0 0 25 0 1 0 658406087 88117248 10103 33554432000 4194304 6014671 140733956699856 18446744073709551615 4535168 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 21513 10103 725 445 0 15058 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 86052

[startup+6.30109 s]
/proc/loadavg: 6.24 8.67 9.58 7/448 4841
/proc/meminfo: memFree=26028936/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=95520 CPUtime=6.18 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 12123 0 2 0 617 1 0 0 25 0 1 0 658406087 97812480 12061 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 23880 12061 725 445 0 17425 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 95520

[startup+12.7009 s]
/proc/loadavg: 6.22 8.62 9.56 7/448 4841
/proc/meminfo: memFree=26013116/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=105172 CPUtime=12.48 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 13344 0 2 0 1247 1 0 0 25 0 1 0 658406087 107696128 13282 33554432000 4194304 6014671 140733956699856 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 26293 13282 725 445 0 19838 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 105172

[startup+25.5007 s]
/proc/loadavg: 6.17 8.50 9.50 7/448 4841
/proc/meminfo: memFree=25968820/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=135344 CPUtime=25.1 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 18066 0 2 0 2508 2 0 0 25 0 1 0 658406087 138592256 18004 33554432000 4194304 6014671 140733956699856 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 33836 18004 725 445 0 27381 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 135344

[startup+51.1011 s]
/proc/loadavg: 6.11 8.29 9.40 7/448 4842
/proc/meminfo: memFree=25888084/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=135344 CPUtime=50.36 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 21989 0 2 0 5033 3 0 0 25 0 1 0 658406087 138592256 21927 33554432000 4194304 6014671 140733956699856 18446744073709551615 4381073 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 33836 21927 725 445 0 27381 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 135344

[startup+102.301 s]
/proc/loadavg: 6.10 7.95 9.23 7/448 4843
/proc/meminfo: memFree=25716444/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=147000 CPUtime=100.86 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 27596 0 2 0 10083 3 0 0 25 0 1 0 658406087 150528000 27527 33554432000 4194304 6014671 140733956699856 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 36750 27527 725 445 0 30295 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 147000

[startup+162.3 s]
/proc/loadavg: 6.14 7.64 9.04 7/448 4845
/proc/meminfo: memFree=25521976/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=159176 CPUtime=160.03 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 32167 0 2 0 15999 4 0 0 25 0 1 0 658406087 162996224 32098 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 39794 32098 725 445 0 33339 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (KiB) 159176

[startup+222.317 s]
/proc/loadavg: 6.20 7.38 8.86 7/448 4850
/proc/meminfo: memFree=25443588/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=184968 CPUtime=219.22 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 36147 0 2 0 21917 5 0 0 25 0 1 0 658406087 189407232 36078 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 46242 36078 739 445 0 39787 0
Current children cumulated CPU time (s) 219.22
Current children cumulated vsize (KiB) 184968

[startup+282.301 s]
/proc/loadavg: 6.11 7.14 8.68 7/448 4851
/proc/meminfo: memFree=25379088/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=237512 CPUtime=278.39 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 47006 0 2 0 27831 8 0 0 25 0 1 0 658406087 243212288 46900 33554432000 4194304 6014671 140733956699856 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 59378 46900 733 445 0 52923 0
Current children cumulated CPU time (s) 278.39
Current children cumulated vsize (KiB) 237512

[startup+342.3 s]
/proc/loadavg: 6.14 6.96 8.52 7/448 4853
/proc/meminfo: memFree=25330436/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=308232 CPUtime=337.57 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 54240 0 2 0 33747 10 0 0 25 0 1 0 658406087 315629568 54057 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 77058 54057 731 445 0 70603 0
Current children cumulated CPU time (s) 337.57
Current children cumulated vsize (KiB) 308232

[startup+402.301 s]
/proc/loadavg: 6.11 6.80 8.37 7/448 4854
/proc/meminfo: memFree=25270512/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=308232 CPUtime=396.75 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 59620 0 2 0 39664 11 0 0 25 0 1 0 658406087 315629568 59334 33554432000 4194304 6014671 140733956699856 18446744073709551615 4369616 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 77058 59334 731 445 0 70603 0
Current children cumulated CPU time (s) 396.75
Current children cumulated vsize (KiB) 308232

[startup+462.301 s]
/proc/loadavg: 6.10 6.67 8.22 7/448 4856
/proc/meminfo: memFree=25261660/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=308232 CPUtime=455.93 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 60857 0 2 0 45581 12 0 0 25 0 1 0 658406087 315629568 60459 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 77058 60459 731 445 0 70603 0
Current children cumulated CPU time (s) 455.93
Current children cumulated vsize (KiB) 308232

[startup+522.3 s]
/proc/loadavg: 6.23 6.59 8.10 7/448 4858
/proc/meminfo: memFree=25231000/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=515.11 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 61745 0 2 0 51499 12 0 0 25 0 1 0 658406087 378109952 59768 33554432000 4194304 6014671 140733956699856 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 59768 727 445 0 85857 0
Current children cumulated CPU time (s) 515.11
Current children cumulated vsize (KiB) 369248

[startup+582.301 s]
/proc/loadavg: 6.13 6.49 7.97 7/448 4859
/proc/meminfo: memFree=25174040/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=574.29 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 65502 0 2 0 57416 13 0 0 25 0 1 0 658406087 378109952 63525 33554432000 4194304 6014671 140733956699856 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 63525 727 445 0 85857 0
Current children cumulated CPU time (s) 574.29
Current children cumulated vsize (KiB) 369248

[startup+642.301 s]
/proc/loadavg: 6.11 6.42 7.85 7/448 4861
/proc/meminfo: memFree=25077652/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=633.47 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 65675 0 2 0 63334 13 0 0 25 0 1 0 658406087 378109952 63698 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 63698 727 445 0 85857 0
Current children cumulated CPU time (s) 633.47
Current children cumulated vsize (KiB) 369248

[startup+702.301 s]
/proc/loadavg: 6.20 6.39 7.74 7/448 4862
/proc/meminfo: memFree=25041768/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=692.64 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 66586 0 2 0 69251 13 0 0 25 0 1 0 658406087 378109952 64608 33554432000 4194304 6014671 140733956699856 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 64608 726 445 0 85857 0
Current children cumulated CPU time (s) 692.64
Current children cumulated vsize (KiB) 369248

[startup+762.3 s]
/proc/loadavg: 6.22 6.36 7.65 7/448 4864
/proc/meminfo: memFree=24986924/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=751.83 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 77185 0 2 0 75167 16 0 0 25 0 1 0 658406087 378109952 75206 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 75206 725 445 0 85857 0
Current children cumulated CPU time (s) 751.83
Current children cumulated vsize (KiB) 369248

[startup+822.301 s]
/proc/loadavg: 6.17 6.32 7.55 7/448 4866
/proc/meminfo: memFree=24967276/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=811 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 77322 0 2 0 81084 16 0 0 25 0 1 0 658406087 378109952 75343 33554432000 4194304 6014671 140733956699856 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 75343 725 445 0 85857 0
Current children cumulated CPU time (s) 811
Current children cumulated vsize (KiB) 369248

[startup+882.316 s]
/proc/loadavg: 6.11 6.27 7.46 7/448 4867
/proc/meminfo: memFree=24899908/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=369248 CPUtime=870.19 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 77859 0 2 0 87003 16 0 0 25 0 1 0 658406087 378109952 75880 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 92312 75880 725 445 0 85857 0
Current children cumulated CPU time (s) 870.19
Current children cumulated vsize (KiB) 369248

[startup+942.3 s]
/proc/loadavg: 6.07 6.24 7.37 7/448 4869
/proc/meminfo: memFree=24890936/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=436508 CPUtime=929.35 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 78721 0 2 0 92919 16 0 0 25 0 1 0 658406087 446984192 76715 33554432000 4194304 6014671 140733956699856 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 109127 76715 734 445 0 102672 0
Current children cumulated CPU time (s) 929.35
Current children cumulated vsize (KiB) 436508

[startup+1002.3 s]
/proc/loadavg: 6.06 6.20 7.29 7/448 4870
/proc/meminfo: memFree=24852960/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=436508 CPUtime=988.53 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 82113 0 2 0 98836 17 0 0 25 0 1 0 658406087 446984192 80107 33554432000 4194304 6014671 140733956699856 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 109127 80107 734 445 0 102672 0
Current children cumulated CPU time (s) 988.53
Current children cumulated vsize (KiB) 436508

[startup+1062.3 s]
/proc/loadavg: 6.14 6.20 7.21 7/448 4872
/proc/meminfo: memFree=24799088/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=505196 CPUtime=1047.71 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 83248 0 2 0 104753 18 0 0 25 0 1 0 658406087 517320704 81242 33554432000 4194304 6014671 140733956699856 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 126299 81242 734 445 0 119844 0
Current children cumulated CPU time (s) 1047.71
Current children cumulated vsize (KiB) 505196

[startup+1122.3 s]
/proc/loadavg: 6.23 6.22 7.16 7/448 4874
/proc/meminfo: memFree=24754148/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=575240 CPUtime=1106.88 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 86850 0 2 0 110669 19 0 0 25 0 1 0 658406087 589045760 84844 33554432000 4194304 6014671 140733956699856 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 143810 84844 734 445 0 137355 0
Current children cumulated CPU time (s) 1106.88
Current children cumulated vsize (KiB) 575240

[startup+1182.3 s]
/proc/loadavg: 6.19 6.20 7.09 7/448 4875
/proc/meminfo: memFree=24743948/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=645508 CPUtime=1166.06 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 92470 0 2 0 116586 20 0 0 25 0 1 0 658406087 661000192 90462 33554432000 4194304 6014671 140733956699856 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 161377 90462 732 445 0 154922 0
Current children cumulated CPU time (s) 1166.06
Current children cumulated vsize (KiB) 645508

[startup+1242.3 s]
/proc/loadavg: 6.24 6.21 7.04 7/448 4877
/proc/meminfo: memFree=24653140/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=716476 CPUtime=1225.23 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 92896 0 2 0 122503 20 0 0 25 0 1 0 658406087 733671424 90888 33554432000 4194304 6014671 140733956699856 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 179119 90888 732 445 0 172664 0
Current children cumulated CPU time (s) 1225.23
Current children cumulated vsize (KiB) 716476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.26 6.22 6.98 7/448 4878
/proc/meminfo: memFree=24609704/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=716476 CPUtime=1282.15 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 93095 0 2 0 128194 21 0 0 25 0 1 0 658406087 733671424 91064 33554432000 4194304 6014671 140733956699856 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 179119 91064 732 445 0 172664 0
Current children cumulated CPU time (s) 1282.15
Current children cumulated vsize (KiB) 716476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 6.26 6.22 6.98 7/448 4878
/proc/meminfo: memFree=24609704/32950928 swapFree=60199052/67111528
[pid=4814] ppid=4812 vsize=716476 CPUtime=1282.15 cores=0,2
/proc/4814/stat : 4814 (qutersat_releas) R 4812 4814 4780 0 -1 4202496 93095 0 2 0 128194 21 0 0 25 0 1 0 658406087 733671424 91064 33554432000 4194304 6014671 140733956699856 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/4814/statm: 179119 91064 732 445 0 172664 0
Current children cumulated CPU time (s) 1282.15
Current children cumulated vsize (KiB) 716476

Child status: 1
Real time (s): 1300.03
CPU time (s): 1282.17
CPU user time (s): 1281.94
CPU system time (s): 0.223965
CPU usage (%): 98.6259
Max. virtual memory (cumulated for all children) (KiB): 716476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1281.94
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93099
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 15052

runsolver used 5.37218 second user time and 12.4941 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 16:01:13
IDJOB=3376712
IDBENCH=71583
IDSOLVER=1856
FILE ID=node122/3376712-1305468073
RUNJOBID= node122-1305468073-4798
PBS_JOBID= 13325321
Free space on /tmp= 73408 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376712-1305468073/watcher-3376712-1305468073 -o /tmp/evaluation-result-3376712-1305468073/solver-3376712-1305468073 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376712-1305468073.cnf 928435506

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=928435506

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26408300 kB
Buffers:        320976 kB
Cached:        3907536 kB
SwapCached:      50096 kB
Active:        2175092 kB
Inactive:      4118764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26408300 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:            2496 kB
Writeback:           0 kB
AnonPages:     2026452 kB
Mapped:          24332 kB
Slab:           132424 kB
PageTables:      48120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118087336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73392 MiB
End job on node122 at 2011-05-15 16:22:55