Trace number 3445854

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
MPhaseSAT 2011-02-15? (TO) 5000.11 5000.12

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 977)

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-3445854-1306985436/watcher-3445854-1306985436 -o /tmp/evaluation-result-3445854-1306985436/solver-3445854-1306985436 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445854-1306985436.cnf 

running on 4 cores: 1,3,5,7

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.02 1.02 1.17 2/424 10422
/proc/meminfo: memFree=26280108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=3756 CPUtime=0 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 362 0 0 0 0 0 0 0 22 0 1 0 810141817 3846144 303 33554432000 134512640 134731564 4290552352 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 939 303 225 54 0 249 0

[startup+0.072288 s]
/proc/loadavg: 1.02 1.02 1.17 2/424 10422
/proc/meminfo: memFree=26280108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=6508 CPUtime=0.06 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 1495 0 0 0 6 0 0 0 22 0 1 0 810141817 6664192 1179 33554432000 134512640 134731564 4290552352 18446744073709551615 134632431 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 1627 1179 260 54 0 937 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6508

[startup+0.100272 s]
/proc/loadavg: 1.02 1.02 1.17 2/424 10422
/proc/meminfo: memFree=26280108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=6640 CPUtime=0.09 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 1531 0 0 0 9 0 0 0 22 0 1 0 810141817 6799360 1215 33554432000 134512640 134731564 4290552352 18446744073709551615 3790914 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 1660 1215 261 54 0 970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6640

[startup+0.300235 s]
/proc/loadavg: 1.02 1.02 1.17 2/424 10422
/proc/meminfo: memFree=26280108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=7300 CPUtime=0.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 1697 0 0 0 29 0 0 0 23 0 1 0 810141817 7475200 1380 33554432000 134512640 134731564 4290552352 18446744073709551615 134723149 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 1825 1380 271 54 0 1135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7300

[startup+0.700173 s]
/proc/loadavg: 1.02 1.02 1.17 2/424 10422
/proc/meminfo: memFree=26280108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=7960 CPUtime=0.69 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 1848 0 0 0 69 0 0 0 25 0 1 0 810141817 8151040 1531 33554432000 134512640 134731564 4290552352 18446744073709551615 134667250 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 1990 1531 271 54 0 1300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7960

[startup+1.50103 s]
/proc/loadavg: 1.02 1.02 1.17 3/425 10423
/proc/meminfo: memFree=26271784/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=9808 CPUtime=1.49 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 2318 0 0 0 149 0 0 0 25 0 1 0 810141817 10043392 2001 33554432000 134512640 134731564 4290552352 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 2452 2001 271 54 0 1762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9808

[startup+3.10074 s]
/proc/loadavg: 1.02 1.02 1.17 3/425 10423
/proc/meminfo: memFree=26268888/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=11920 CPUtime=3.09 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 2844 0 0 0 309 0 0 0 25 0 1 0 810141817 12206080 2527 33554432000 134512640 134731564 4290552352 18446744073709551615 134634592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 2980 2527 271 54 0 2290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11920

[startup+6.30016 s]
/proc/loadavg: 1.10 1.04 1.17 3/425 10450
/proc/meminfo: memFree=26264168/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=13504 CPUtime=6.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 3237 0 0 0 629 0 0 0 25 0 1 0 810141817 13828096 2920 33554432000 134512640 134731564 4290552352 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 3376 2920 271 54 0 2686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13504

[startup+12.701 s]
/proc/loadavg: 1.25 1.07 1.18 3/425 10451
/proc/meminfo: memFree=26258588/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=17740 CPUtime=12.69 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 4311 0 0 0 1269 0 0 0 25 0 1 0 810141817 18165760 3994 33554432000 134512640 134731564 4290552352 18446744073709551615 134656000 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 4435 3994 271 54 0 3745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17740

[startup+25.5007 s]
/proc/loadavg: 1.50 1.13 1.20 3/425 10451
/proc/meminfo: memFree=26257580/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=15236 CPUtime=25.49 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 7480 0 0 0 2548 1 0 0 25 0 1 0 810141817 15601664 3360 33554432000 134512640 134731564 4290552352 18446744073709551615 134672573 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 3809 3360 277 54 0 3119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15236

[startup+51.101 s]
/proc/loadavg: 1.67 1.20 1.22 3/425 10452
/proc/meminfo: memFree=26253080/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=15156 CPUtime=51.09 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 7668 0 0 0 5108 1 0 0 25 0 1 0 810141817 15519744 3357 33554432000 134512640 134731564 4290552352 18446744073709551615 3831772 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 3789 3357 277 54 0 3099 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15156

[startup+102.316 s]
/proc/loadavg: 1.92 1.34 1.26 3/425 10453
/proc/meminfo: memFree=26233556/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=26036 CPUtime=102.3 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 10602 0 0 0 10229 1 0 0 25 0 1 0 810141817 26660864 6072 33554432000 134512640 134731564 4290552352 18446744073709551615 134667864 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 6509 6072 277 54 0 5819 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26036

[startup+162.301 s]
/proc/loadavg: 2.05 1.47 1.31 3/425 10455
/proc/meminfo: memFree=26208952/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=46868 CPUtime=162.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 15700 0 0 0 16227 2 0 0 25 0 1 0 810141817 47992832 11170 33554432000 134512640 134731564 4290552352 18446744073709551615 3831772 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 11717 11170 277 54 0 11027 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46868

[startup+222.301 s]
/proc/loadavg: 2.09 1.58 1.36 3/425 10456
/proc/meminfo: memFree=26193628/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=61220 CPUtime=222.3 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 19074 0 0 0 22227 3 0 0 25 0 1 0 810141817 62689280 14544 33554432000 134512640 134731564 4290552352 18446744073709551615 134614658 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 15305 14544 277 54 0 14615 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 61220

[startup+282.301 s]
/proc/loadavg: 2.15 1.69 1.40 3/425 10458
/proc/meminfo: memFree=26185144/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=69608 CPUtime=282.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 21011 0 0 0 28226 3 0 0 25 0 1 0 810141817 71278592 16481 33554432000 134512640 134731564 4290552352 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 17402 16481 277 54 0 16712 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69608

[startup+342.301 s]
/proc/loadavg: 2.10 1.76 1.44 4/425 10459
/proc/meminfo: memFree=26163872/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=90184 CPUtime=342.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 25990 0 0 0 34224 5 0 0 25 0 1 0 810141817 92348416 21460 33554432000 134512640 134731564 4290552352 18446744073709551615 134623371 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 22546 21460 277 54 0 21856 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90184

[startup+402.301 s]
/proc/loadavg: 2.07 1.81 1.48 3/425 10461
/proc/meminfo: memFree=26161468/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=90184 CPUtime=402.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 26023 0 0 0 40224 5 0 0 25 0 1 0 810141817 92348416 21493 33554432000 134512640 134731564 4290552352 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 22546 21493 277 54 0 21856 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 90184

[startup+462.301 s]
/proc/loadavg: 2.02 1.84 1.51 3/425 10463
/proc/meminfo: memFree=26161152/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=90184 CPUtime=462.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 26177 0 0 0 46224 5 0 0 25 0 1 0 810141817 92348416 21647 33554432000 134512640 134731564 4290552352 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 22546 21647 277 54 0 21856 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 90184

[startup+522.3 s]
/proc/loadavg: 2.01 1.87 1.54 3/425 10464
/proc/meminfo: memFree=26161108/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=90184 CPUtime=522.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 26296 0 0 0 52224 5 0 0 25 0 1 0 810141817 92348416 21766 33554432000 134512640 134731564 4290552352 18446744073709551615 134668907 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 22546 21766 277 54 0 21856 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 90184

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.56 3/425 10466
/proc/meminfo: memFree=26160904/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=90184 CPUtime=582.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 26296 0 0 0 58224 5 0 0 25 0 1 0 810141817 92348416 21766 33554432000 134512640 134731564 4290552352 18446744073709551615 134670328 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 22546 21766 277 54 0 21856 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 90184

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.02 2.00 3/425 10571
/proc/meminfo: memFree=26124524/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=108864 CPUtime=4062.28 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 45447 0 0 0 406220 8 0 0 25 0 1 0 810141817 111476736 26624 33554432000 134512640 134731564 4290552352 18446744073709551615 134667514 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 27216 26624 277 54 0 26526 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 108864

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/425 10572
/proc/meminfo: memFree=26124836/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=108864 CPUtime=4122.26 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 45448 0 0 0 412218 8 0 0 25 0 1 0 810141817 111476736 26625 33554432000 134512640 134731564 4290552352 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 27216 26625 277 54 0 26526 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 108864

[startup+4182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/425 10574
/proc/meminfo: memFree=26120796/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=113496 CPUtime=4182.26 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 46431 0 0 0 418218 8 0 0 25 0 1 0 810141817 116219904 27608 33554432000 134512640 134731564 4290552352 18446744073709551615 134623368 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 28374 27608 277 54 0 27684 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 113496

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/425 10575
/proc/meminfo: memFree=26119264/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=116152 CPUtime=4242.26 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 46891 0 0 0 424218 8 0 0 25 0 1 0 810141817 118939648 28068 33554432000 134512640 134731564 4290552352 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 29038 28068 277 54 0 28348 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 116152

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 10577
/proc/meminfo: memFree=26118092/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=116792 CPUtime=4302.26 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 47000 0 0 0 430218 8 0 0 25 0 1 0 810141817 119595008 28177 33554432000 134512640 134731564 4290552352 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 29198 28177 277 54 0 28508 0
Current children cumulated CPU time (s) 4302.26
Current children cumulated vsize (KiB) 116792

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 10579
/proc/meminfo: memFree=26112212/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=123260 CPUtime=4362.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 48600 0 0 0 436218 9 0 0 25 0 1 0 810141817 126218240 29777 33554432000 134512640 134731564 4290552352 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 30815 29777 277 54 0 30125 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 123260

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 10580
/proc/meminfo: memFree=26110280/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=124932 CPUtime=4422.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 48983 0 0 0 442218 9 0 0 25 0 1 0 810141817 127930368 30160 33554432000 134512640 134731564 4290552352 18446744073709551615 3831774 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 31233 30160 277 54 0 30543 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 124932

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/425 10582
/proc/meminfo: memFree=26109856/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=125444 CPUtime=4482.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 49044 0 0 0 448218 9 0 0 25 0 1 0 810141817 128454656 30221 33554432000 134512640 134731564 4290552352 18446744073709551615 134717157 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10422/statm: 31361 30221 277 54 0 30671 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 125444

[startup+4542.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/425 10583
/proc/meminfo: memFree=26109812/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=125444 CPUtime=4542.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 49044 0 0 0 454218 9 0 0 25 0 1 0 810141817 128454656 30221 33554432000 134512640 134731564 4290552352 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 31361 30221 277 54 0 30671 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 125444

[startup+4602.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/425 10585
/proc/meminfo: memFree=26105436/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=128708 CPUtime=4602.28 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 49831 0 0 0 460219 9 0 0 25 0 1 0 810141817 131796992 31008 33554432000 134512640 134731564 4290552352 18446744073709551615 134623301 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 32177 31008 277 54 0 31487 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 128708

[startup+4662.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/425 10587
/proc/meminfo: memFree=26105988/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=128708 CPUtime=4662.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 49831 0 0 0 466218 9 0 0 25 0 1 0 810141817 131796992 31008 33554432000 134512640 134731564 4290552352 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 32177 31008 277 54 0 31487 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 128708

[startup+4722.32 s]
/proc/loadavg: 2.16 2.08 2.01 3/425 10588
/proc/meminfo: memFree=26104688/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=129640 CPUtime=4722.29 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50068 0 0 0 472220 9 0 0 25 0 1 0 810141817 132751360 31245 33554432000 134512640 134731564 4290552352 18446744073709551615 134645536 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 32410 31245 277 54 0 31720 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 129640

[startup+4782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/425 10590
/proc/meminfo: memFree=26103272/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=4782.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50767 0 0 0 478218 9 0 0 25 0 1 0 810141817 135639040 31944 33554432000 134512640 134731564 4290552352 18446744073709551615 134656000 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31944 277 54 0 32425 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 132460

[startup+4842.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/425 10591
/proc/meminfo: memFree=26102616/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=4842.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50782 0 0 0 484218 9 0 0 25 0 1 0 810141817 135639040 31959 33554432000 134512640 134731564 4290552352 18446744073709551615 3542873 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31959 277 54 0 32425 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 132460

[startup+4902.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/425 10593
/proc/meminfo: memFree=26102436/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=4902.27 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50817 0 0 0 490218 9 0 0 25 0 1 0 810141817 135639040 31994 33554432000 134512640 134731564 4290552352 18446744073709551615 134667545 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31994 277 54 0 32425 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 132460

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 10595
/proc/meminfo: memFree=26102256/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=4962.28 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50817 0 0 0 496219 9 0 0 25 0 1 0 810141817 135639040 31994 33554432000 134512640 134731564 4290552352 18446744073709551615 134670230 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31994 277 54 0 32425 0
Current children cumulated CPU time (s) 4962.28
Current children cumulated vsize (KiB) 132460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 10596
/proc/meminfo: memFree=26102216/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=5000.09 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50817 0 0 0 500000 9 0 0 25 0 1 0 810141817 135639040 31994 33554432000 134512640 134731564 4290552352 18446744073709551615 134719866 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31994 277 54 0 32425 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 132460

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 10596
/proc/meminfo: memFree=26102216/32951124 swapFree=44043512/67111528
[pid=10422] ppid=10420 vsize=132460 CPUtime=5000.09 cores=1,3,5,7
/proc/10422/stat : 10422 (MPhaseSAT) R 10420 10422 9248 0 -1 4202496 50817 0 0 0 500000 9 0 0 25 0 1 0 810141817 135639040 31994 33554432000 134512640 134731564 4290552352 18446744073709551615 134719866 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/10422/statm: 33115 31994 277 54 0 32425 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 132460

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.12
CPU time (s): 5000.11
CPU user time (s): 5000.01
CPU system time (s): 0.103984
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 147356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50817
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= 9
involuntary context switches= 8556

runsolver used 19.727 second user time and 48.4446 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-02 05:30:36
IDJOB=3445854
IDBENCH=85456
IDSOLVER=1941
FILE ID=node134/3445854-1306985436
RUNJOBID= node134-1306985436-10403
PBS_JOBID= 13497680
Free space on /tmp= 73712 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445854-1306985436/watcher-3445854-1306985436 -o /tmp/evaluation-result-3445854-1306985436/solver-3445854-1306985436 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445854-1306985436.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1180482052

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26280140 kB
Buffers:        194856 kB
Cached:         364180 kB
SwapCached:       9540 kB
Active:        5963472 kB
Inactive:       419360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26280140 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:     5821888 kB
Mapped:          22352 kB
Slab:           131948 kB
PageTables:      89624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110766784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node134 at 2011-06-02 06:53:58