Trace number 3265176

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_M 2011-02-16? (TO) 1300.05 1300.01

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.3841
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: 935)

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-3265176-1303572752/watcher-3265176-1303572752 -o /tmp/evaluation-result-3265176-1303572752/solver-3265176-1303572752 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3265176-1303572752.cnf 

running on 2 cores: 4,6

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: 1.30 2.59 3.49 4/189 19648
/proc/meminfo: memFree=17454864/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=3856 CPUtime=0 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 449691141 3948544 277 33554432000 134512640 134829744 4290771408 18446744073709551615 3704819 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 964 277 225 78 0 250 0

[startup+0.0960729 s]
/proc/loadavg: 1.30 2.59 3.49 4/189 19648
/proc/meminfo: memFree=17454864/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=6740 CPUtime=0.09 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 1532 0 0 0 9 0 0 0 25 0 1 0 449691141 6901760 1216 33554432000 134512640 134829744 4290771408 18446744073709551615 134719610 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 1685 1216 261 78 0 971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6740

[startup+0.101067 s]
/proc/loadavg: 1.30 2.59 3.49 4/189 19648
/proc/meminfo: memFree=17454864/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=6740 CPUtime=0.09 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 1535 0 0 0 9 0 0 0 25 0 1 0 449691141 6901760 1219 33554432000 134512640 134829744 4290771408 18446744073709551615 134661832 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 1685 1219 264 78 0 971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6740

[startup+0.301033 s]
/proc/loadavg: 1.30 2.59 3.49 4/189 19648
/proc/meminfo: memFree=17454864/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=7400 CPUtime=0.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 1704 0 0 0 29 0 0 0 25 0 1 0 449691141 7577600 1387 33554432000 134512640 134829744 4290771408 18446744073709551615 3819004 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 1850 1387 273 78 0 1136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7400

[startup+0.700935 s]
/proc/loadavg: 1.30 2.59 3.49 4/189 19648
/proc/meminfo: memFree=17454864/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=8060 CPUtime=0.69 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 1850 0 0 0 69 0 0 0 25 0 1 0 449691141 8253440 1533 33554432000 134512640 134829744 4290771408 18446744073709551615 134670304 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 2015 1533 273 78 0 1301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8060

[startup+1.50079 s]
/proc/loadavg: 1.30 2.59 3.49 5/190 19649
/proc/meminfo: memFree=17447796/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=9908 CPUtime=1.49 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 2333 0 0 0 149 0 0 0 25 0 1 0 449691141 10145792 2016 33554432000 134512640 134829744 4290771408 18446744073709551615 134670360 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 2477 2016 273 78 0 1763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9908

[startup+3.10052 s]
/proc/loadavg: 1.30 2.59 3.49 5/190 19649
/proc/meminfo: memFree=17443272/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=12020 CPUtime=3.09 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 2851 0 0 0 309 0 0 0 25 0 1 0 449691141 12308480 2534 33554432000 134512640 134829744 4290771408 18446744073709551615 134722447 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 3005 2534 273 78 0 2291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12020

[startup+6.30094 s]
/proc/loadavg: 1.51 2.61 3.50 5/190 19649
/proc/meminfo: memFree=17438312/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=13604 CPUtime=6.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 3264 0 0 0 628 1 0 0 25 0 1 0 449691141 13930496 2947 33554432000 134512640 134829744 4290771408 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 3401 2947 273 78 0 2687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13604

[startup+12.7007 s]
/proc/loadavg: 1.71 2.64 3.50 5/190 19649
/proc/meminfo: memFree=17428028/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=17840 CPUtime=12.69 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 4313 0 0 0 1268 1 0 0 25 0 1 0 449691141 18268160 3996 33554432000 134512640 134829744 4290771408 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 4460 3996 273 78 0 3746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17840

[startup+25.5004 s]
/proc/loadavg: 2.22 2.70 3.51 5/190 19650
/proc/meminfo: memFree=17425028/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=15336 CPUtime=25.48 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 7482 0 0 0 2547 1 0 0 25 0 1 0 449691141 15704064 3362 33554432000 134512640 134829744 4290771408 18446744073709551615 134722827 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 3834 3362 279 78 0 3120 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15336

[startup+51.1007 s]
/proc/loadavg: 2.90 2.82 3.52 5/190 19650
/proc/meminfo: memFree=17410116/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=15652 CPUtime=51.08 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 7774 0 0 0 5107 1 0 0 25 0 1 0 449691141 16027648 3463 33554432000 134512640 134829744 4290771408 18446744073709551615 3819004 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 3913 3463 279 78 0 3199 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15652

[startup+102.306 s]
/proc/loadavg: 3.52 3.00 3.55 5/190 19652
/proc/meminfo: memFree=17386164/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=26136 CPUtime=102.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 10604 0 0 0 10227 2 0 0 25 0 1 0 449691141 26763264 6074 33554432000 134512640 134829744 4290771408 18446744073709551615 3559281 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 6534 6074 279 78 0 5820 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26136

[startup+162.3 s]
/proc/loadavg: 3.82 3.18 3.57 5/190 19653
/proc/meminfo: memFree=17356748/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=46968 CPUtime=162.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 15702 0 0 0 16226 3 0 0 25 0 1 0 449691141 48095232 11172 33554432000 134512640 134829744 4290771408 18446744073709551615 134670016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 11742 11172 279 78 0 11028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46968

[startup+222.301 s]
/proc/loadavg: 3.97 3.34 3.60 5/190 19655
/proc/meminfo: memFree=17333160/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=61320 CPUtime=222.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 19076 0 0 0 22225 4 0 0 25 0 1 0 449691141 62791680 14546 33554432000 134512640 134829744 4290771408 18446744073709551615 134657597 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 15330 14546 279 78 0 14616 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 61320

[startup+282.301 s]
/proc/loadavg: 4.07 3.47 3.63 5/190 19657
/proc/meminfo: memFree=17367856/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=71468 CPUtime=282.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 21450 0 0 0 28225 4 0 0 25 0 1 0 449691141 73183232 16920 33554432000 134512640 134829744 4290771408 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 17867 16920 279 78 0 17153 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 71468

[startup+342.301 s]
/proc/loadavg: 4.02 3.57 3.65 5/190 19658
/proc/meminfo: memFree=17325172/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=342.29 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 25992 0 0 0 34224 5 0 0 25 0 1 0 449691141 92450816 21462 33554432000 134512640 134829744 4290771408 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21462 279 78 0 21857 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90284

[startup+402.301 s]
/proc/loadavg: 4.01 3.64 3.67 5/190 19660
/proc/meminfo: memFree=17309772/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=402.3 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 26025 0 0 0 40225 5 0 0 25 0 1 0 449691141 92450816 21495 33554432000 134512640 134829744 4290771408 18446744073709551615 134678901 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21495 279 78 0 21857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90284

[startup+462.301 s]
/proc/loadavg: 4.00 3.71 3.68 5/190 19661
/proc/meminfo: memFree=17306028/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=462.3 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 26179 0 0 0 46225 5 0 0 25 0 1 0 449691141 92450816 21649 33554432000 134512640 134829744 4290771408 18446744073709551615 3559751 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21649 279 78 0 21857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 90284

[startup+522.301 s]
/proc/loadavg: 4.00 3.76 3.70 5/190 19663
/proc/meminfo: memFree=17300548/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=522.3 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 26298 0 0 0 52225 5 0 0 25 0 1 0 449691141 92450816 21768 33554432000 134512640 134829744 4290771408 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21768 279 78 0 21857 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90284

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.72 5/190 19665
/proc/meminfo: memFree=17281312/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=582.3 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 26298 0 0 0 58225 5 0 0 25 0 1 0 449691141 92450816 21768 33554432000 134512640 134829744 4290771408 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21768 279 78 0 21857 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 90284

[startup+642.301 s]
/proc/loadavg: 4.05 3.85 3.74 5/190 19666
/proc/meminfo: memFree=17281152/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=90284 CPUtime=642.31 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 26298 0 0 0 64226 5 0 0 25 0 1 0 449691141 92450816 21768 33554432000 134512640 134829744 4290771408 18446744073709551615 134632949 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 22571 21768 279 78 0 21857 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 90284

[startup+702.301 s]
/proc/loadavg: 4.02 3.87 3.75 5/190 19668
/proc/meminfo: memFree=17270840/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=702.31 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28839 0 0 0 70225 6 0 0 25 0 1 0 449691141 101814272 24309 33554432000 134512640 134829744 4290771408 18446744073709551615 134720819 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24309 279 78 0 24143 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 99428

[startup+762.307 s]
/proc/loadavg: 4.05 3.91 3.77 5/190 19669
/proc/meminfo: memFree=17269324/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=762.32 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28876 0 0 0 76226 6 0 0 25 0 1 0 449691141 101814272 24346 33554432000 134512640 134829744 4290771408 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24346 279 78 0 24143 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 99428

[startup+822.3 s]
/proc/loadavg: 4.02 3.92 3.78 5/190 19671
/proc/meminfo: memFree=17269300/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=822.31 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28876 0 0 0 82225 6 0 0 25 0 1 0 449691141 101814272 24346 33554432000 134512640 134829744 4290771408 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24346 279 78 0 24143 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 99428

[startup+882.3 s]
/proc/loadavg: 4.05 3.95 3.80 5/190 19673
/proc/meminfo: memFree=17269396/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=882.32 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28876 0 0 0 88226 6 0 0 25 0 1 0 449691141 101814272 24346 33554432000 134512640 134829744 4290771408 18446744073709551615 134722297 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24346 279 78 0 24143 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 99428

[startup+942.3 s]
/proc/loadavg: 4.02 3.95 3.81 5/190 19674
/proc/meminfo: memFree=17255620/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=942.32 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28897 0 0 0 94226 6 0 0 25 0 1 0 449691141 101814272 24367 33554432000 134512640 134829744 4290771408 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24367 279 78 0 24143 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 99428

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.82 5/190 19676
/proc/meminfo: memFree=17255584/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1002.32 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28897 0 0 0 100226 6 0 0 25 0 1 0 449691141 101814272 24367 33554432000 134512640 134829744 4290771408 18446744073709551615 134723353 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24367 279 78 0 24143 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 99428

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.83 5/190 19677
/proc/meminfo: memFree=17255816/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1062.32 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28897 0 0 0 106226 6 0 0 25 0 1 0 449691141 101814272 24367 33554432000 134512640 134829744 4290771408 18446744073709551615 134633119 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24367 279 78 0 24143 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 99428

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.84 5/190 19679
/proc/meminfo: memFree=17255652/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1122.33 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28909 0 0 0 112227 6 0 0 25 0 1 0 449691141 101814272 24379 33554432000 134512640 134829744 4290771408 18446744073709551615 134669660 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24379 279 78 0 24143 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 99428

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.84 5/190 19681
/proc/meminfo: memFree=17255520/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1182.33 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28909 0 0 0 118227 6 0 0 25 0 1 0 449691141 101814272 24379 33554432000 134512640 134829744 4290771408 18446744073709551615 134669618 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24379 279 78 0 24143 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 99428

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.85 5/190 19682
/proc/meminfo: memFree=17255128/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1242.33 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28909 0 0 0 124227 6 0 0 25 0 1 0 449691141 101814272 24379 33554432000 134512640 134829744 4290771408 18446744073709551615 134722447 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24379 279 78 0 24143 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 99428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.94 3.84 2/175 19738
/proc/meminfo: memFree=17373296/32951124 swapFree=67111528/67111528
[pid=19648] ppid=19646 vsize=99428 CPUtime=1300.03 cores=4,6
/proc/19648/stat : 19648 (MPhaseSAT_M) R 19646 19648 19057 0 -1 4202496 28911 0 0 0 129997 6 0 0 25 0 1 0 449691141 101814272 24381 33554432000 134512640 134829744 4290771408 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/19648/statm: 24857 24381 279 78 0 24143 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 99428

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.98
CPU system time (s): 0.066989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28911
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= 2302

runsolver used 2.40763 second user time and 4.53831 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 17:32:32
IDJOB=3265176
IDBENCH=85456
IDSOLVER=1522
FILE ID=node147/3265176-1303572752
RUNJOBID= node147-1303572747-19553
PBS_JOBID= 13150315
Free space on /tmp= 72288 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265176-1303572752/watcher-3265176-1303572752 -o /tmp/evaluation-result-3265176-1303572752/solver-3265176-1303572752 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3265176-1303572752.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=945708463

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17455020 kB
Buffers:       1728400 kB
Cached:       13144904 kB
SwapCached:          0 kB
Active:        7720940 kB
Inactive:      7233192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17455020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2692 kB
Writeback:           0 kB
AnonPages:       80700 kB
Mapped:          16604 kB
Slab:           479972 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260048 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= 72288 MiB
End job on node147 at 2011-04-23 17:54:14