Trace number 3421060

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
RestartSAT B95? (TO) 5000.06 4999.94

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3421060-1306619265/watcher-3421060-1306619265 -o /tmp/evaluation-result-3421060-1306619265/solver-3421060-1306619265 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421060-1306619265.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 1/506 20613
/proc/meminfo: memFree=11501988/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=21380 CPUtime=0.01 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1349 0 0 0 1 0 0 0 25 0 1 0 754342651 21893120 1291 33554432000 4194304 4291949 140735449528272 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 5345 1291 227 24 0 1979 0

[startup+0.094096 s]
/proc/loadavg: 1.84 1.98 1.99 1/506 20613
/proc/meminfo: memFree=11501988/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=33672 CPUtime=0.09 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 5215 0 0 0 8 1 0 0 25 0 1 0 754342651 34480128 4625 33554432000 4194304 4291949 140735449528272 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 8418 4625 232 24 0 5052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33672

[startup+0.101066 s]
/proc/loadavg: 1.84 1.98 1.99 1/506 20613
/proc/meminfo: memFree=11501988/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=33672 CPUtime=0.09 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 5215 0 0 0 8 1 0 0 25 0 1 0 754342651 34480128 4625 33554432000 4194304 4291949 140735449528272 18446744073709551615 4230019 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 8418 4625 232 24 0 5052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33672

[startup+0.301086 s]
/proc/loadavg: 1.84 1.98 1.99 1/506 20613
/proc/meminfo: memFree=11501988/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=33672 CPUtime=0.29 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 5215 0 0 0 28 1 0 0 25 0 1 0 754342651 34480128 4625 33554432000 4194304 4291949 140735449528272 18446744073709551615 4230028 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 8418 4625 232 24 0 5052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33672

[startup+0.701016 s]
/proc/loadavg: 1.84 1.98 1.99 1/506 20613
/proc/meminfo: memFree=11501988/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=33672 CPUtime=0.69 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 5215 0 0 0 68 1 0 0 25 0 1 0 754342651 34480128 4625 33554432000 4194304 4291949 140735449528272 18446744073709551615 4230316 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 8418 4625 232 24 0 5052 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33672

[startup+1.50088 s]
/proc/loadavg: 1.84 1.98 1.99 3/512 20651
/proc/meminfo: memFree=11417324/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=44512 CPUtime=1.48 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 8007 0 0 0 147 1 0 0 25 0 1 0 754342651 45580288 7417 33554432000 4194304 4291949 140735449528272 18446744073709551615 4229698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 11128 7417 234 24 0 7762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44512

[startup+3.10059 s]
/proc/loadavg: 1.84 1.98 1.99 3/512 20651
/proc/meminfo: memFree=11402568/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=48276 CPUtime=3.09 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 11951 0 0 0 307 2 0 0 25 0 1 0 754342651 49434624 7848 33554432000 4194304 4291949 140735449528272 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 12069 7848 234 24 0 8703 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48276

[startup+6.30103 s]
/proc/loadavg: 1.85 1.98 1.99 3/512 20651
/proc/meminfo: memFree=11398800/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=53832 CPUtime=6.29 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 15666 0 0 0 626 3 0 0 25 0 1 0 754342651 55123968 9187 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 13458 9187 253 24 0 10092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53832

[startup+12.7009 s]
/proc/loadavg: 1.86 1.98 1.99 3/512 20652
/proc/meminfo: memFree=11318728/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=103152 CPUtime=12.69 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 26046 0 0 0 1264 5 0 0 25 0 1 0 754342651 105627648 19483 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 25788 19483 253 24 0 22422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103152

[startup+25.5007 s]
/proc/loadavg: 2.04 2.01 2.00 3/512 20652
/proc/meminfo: memFree=11287080/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=133972 CPUtime=25.49 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 31061 0 0 0 2542 7 0 0 25 0 1 0 754342651 137187328 24432 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 33493 24432 253 24 0 30127 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133972

[startup+51.1011 s]
/proc/loadavg: 2.03 2.01 2.00 3/512 20653
/proc/meminfo: memFree=11197084/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=184060 CPUtime=51.09 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 40893 0 0 0 5100 9 0 0 25 0 1 0 754342651 188477440 34103 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 46015 34103 253 24 0 42649 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 184060

[startup+102.319 s]
/proc/loadavg: 2.06 2.02 2.00 3/512 20654
/proc/meminfo: memFree=11131088/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=206324 CPUtime=102.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 72828 0 0 0 10216 14 0 0 25 0 1 0 754342651 211275776 38892 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 51581 38892 253 24 0 48215 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 206324

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/512 20656
/proc/meminfo: memFree=11095836/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=156236 CPUtime=162.29 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 102673 0 0 0 16209 20 0 0 25 0 1 0 754342651 159985664 30405 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 39059 30405 253 24 0 35693 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156236

[startup+222.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/512 20657
/proc/meminfo: memFree=10932244/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=287712 CPUtime=222.29 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 130140 0 0 0 22203 26 0 0 25 0 1 0 754342651 294617088 57532 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 71928 57532 253 24 0 68562 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 287712

[startup+282.301 s]
/proc/loadavg: 2.18 2.07 2.02 3/512 20659
/proc/meminfo: memFree=10945724/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=227356 CPUtime=282.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 158656 0 0 0 28196 34 0 0 25 0 1 0 754342651 232812544 43254 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 56839 43254 253 24 0 53473 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 227356

[startup+342.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/512 20660
/proc/meminfo: memFree=10785496/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=308744 CPUtime=342.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 175958 0 0 0 34193 37 0 0 25 0 1 0 754342651 316153856 60351 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 77186 60351 253 24 0 73820 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 308744

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/512 20662
/proc/meminfo: memFree=10807172/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=227356 CPUtime=402.29 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 204374 0 0 0 40186 43 0 0 25 0 1 0 754342651 232812544 45970 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 56839 45970 253 24 0 53473 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 227356

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 20664
/proc/meminfo: memFree=10786452/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=179552 CPUtime=462.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 256975 0 0 0 46176 54 0 0 25 0 1 0 754342651 183861248 39275 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 44888 39275 253 24 0 41522 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179552

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20665
/proc/meminfo: memFree=10670236/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=311028 CPUtime=522.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 277929 0 0 0 52171 59 0 0 25 0 1 0 754342651 318492672 59935 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 77757 59935 253 24 0 74391 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 311028

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20667
/proc/meminfo: memFree=11089212/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=245524 CPUtime=582.3 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 312455 0 0 0 58165 65 0 0 25 0 1 0 754342651 251416576 43617 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 61381 43617 253 24 0 58015 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 245524

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.07 2.02 2.00 3/512 20772
/proc/meminfo: memFree=10200636/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4062.41 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1749459 0 0 0 405857 384 0 0 25 0 1 0 754342651 594915328 109786 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 109786 253 24 0 141877 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 580972

[startup+4122.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/512 20773
/proc/meminfo: memFree=10080928/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4122.38 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1764421 0 0 0 411852 386 0 0 25 0 1 0 754342651 594915328 124575 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 124575 253 24 0 141877 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 580972

[startup+4182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/512 20775
/proc/meminfo: memFree=10169576/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=448712 CPUtime=4182.39 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1808924 0 0 0 417843 396 0 0 25 0 1 0 754342651 459481088 91464 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 112178 91464 253 24 0 108812 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 448712

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/512 20776
/proc/meminfo: memFree=10061676/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=448712 CPUtime=4242.38 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1823422 0 0 0 423839 399 0 0 25 0 1 0 754342651 459481088 105764 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 112178 105764 253 24 0 108812 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 448712

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/512 20778
/proc/meminfo: memFree=9948432/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4302.39 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1840086 0 0 0 429834 405 0 0 25 0 1 0 754342651 594915328 122209 33554432000 4194304 4291949 140735449528272 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 122209 253 24 0 141877 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 580972

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/512 20780
/proc/meminfo: memFree=9743444/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4362.39 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1855463 0 0 0 435830 409 0 0 25 0 1 0 754342651 594915328 137406 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 137406 253 24 0 141877 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 580972

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/512 20790
/proc/meminfo: memFree=9957636/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=317236 CPUtime=4422.39 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1879884 0 0 0 441824 415 0 0 25 0 1 0 754342651 324849664 71756 33554432000 4194304 4291949 140735449528272 18446744073709551615 4261786 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 79309 71756 253 24 0 75943 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 317236

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 20792
/proc/meminfo: memFree=10676932/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=448712 CPUtime=4482.4 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1908684 0 0 0 447819 421 0 0 25 0 1 0 754342651 459481088 100267 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 112178 100267 253 24 0 108812 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 448712

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 20793
/proc/meminfo: memFree=10557620/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4542.4 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1919840 0 0 0 453815 425 0 0 25 0 1 0 754342651 594915328 111279 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 111279 253 24 0 141877 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 580972

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 20795
/proc/meminfo: memFree=10448104/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4602.42 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1933371 0 0 0 459814 428 0 0 25 0 1 0 754342651 594915328 124653 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 124653 253 24 0 141877 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 580972

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/512 20797
/proc/meminfo: memFree=10627492/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=317236 CPUtime=4662.39 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1959514 0 0 0 465805 434 0 0 25 0 1 0 754342651 324849664 69067 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 79309 69067 253 24 0 75943 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 317236

[startup+4722.32 s]
/proc/loadavg: 2.06 2.03 2.01 3/512 20798
/proc/meminfo: memFree=10441940/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=448712 CPUtime=4722.42 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 1981926 0 0 0 471801 441 0 0 25 0 1 0 754342651 459481088 91201 33554432000 4194304 4291949 140735449528272 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 112178 91201 253 24 0 108812 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 448712

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 20800
/proc/meminfo: memFree=10285308/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=580972 CPUtime=4782.4 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2012599 0 0 0 477791 449 0 0 25 0 1 0 754342651 594915328 121613 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 145243 121614 253 24 0 141877 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 580972

[startup+4842.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/512 20801
/proc/meminfo: memFree=10119376/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=795896 CPUtime=4842.4 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2042726 0 0 0 483784 456 0 0 25 0 1 0 754342651 814997504 151556 33554432000 4194304 4291949 140735449528272 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 198974 151556 253 24 0 195608 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 795896

[startup+4902.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/512 20803
/proc/meminfo: memFree=10380756/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=371652 CPUtime=4902.4 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2082806 0 0 0 489774 466 0 0 25 0 1 0 754342651 380571648 78523 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 92913 78523 253 24 0 89547 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 371652

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/512 20805
/proc/meminfo: memFree=10140064/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=585300 CPUtime=4962.41 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2126723 0 0 0 495766 475 0 0 25 0 1 0 754342651 599347200 122218 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 146325 122218 253 24 0 142959 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 585300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 20806
/proc/meminfo: memFree=10026836/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=800224 CPUtime=5000.02 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2147904 0 0 0 499523 479 0 0 25 0 1 0 754342651 819429376 143271 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 200056 143271 253 24 0 196690 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 800224

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 20806
/proc/meminfo: memFree=10026836/32951124 swapFree=67111364/67111528
[pid=20613] ppid=20611 vsize=800224 CPUtime=5000.02 cores=0,2,4,6
/proc/20613/stat : 20613 (RestartSAT) R 20611 20613 20354 0 -1 4202496 2147904 0 0 0 499523 479 0 0 25 0 1 0 754342651 819429376 143271 33554432000 4194304 4291949 140735449528272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/20613/statm: 200056 143271 253 24 0 196690 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 800224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4995.24
CPU system time (s): 4.82227
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 800224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.24
system time used= 4.82227
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2147905
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2647

runsolver used 26.401 second user time and 55.7205 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-28 23:47:45
IDJOB=3421060
IDBENCH=83182
IDSOLVER=1911
FILE ID=node144/3421060-1306619265
RUNJOBID= node144-1306614263-20372
PBS_JOBID= 13471623
Free space on /tmp= 73544 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421060-1306619265/watcher-3421060-1306619265 -o /tmp/evaluation-result-3421060-1306619265/solver-3421060-1306619265 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421060-1306619265.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=1862035867

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11502144 kB
Buffers:        343292 kB
Cached:        5565876 kB
SwapCached:          0 kB
Active:       17698820 kB
Inactive:      3372724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11502144 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5052 kB
Writeback:          72 kB
AnonPages:    15162132 kB
Mapped:          42040 kB
Slab:           238576 kB
PageTables:      69372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157744940 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= 73528 MiB
End job on node144 at 2011-05-29 01:11:07