Trace number 3394195

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 5000.11 5000.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications 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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3394195-1306075001/watcher-3394195-1306075001 -o /tmp/evaluation-result-3394195-1306075001/solver-3394195-1306075001 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394195-1306075001.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: 2.03 2.04 2.01 2/530 24582
/proc/meminfo: memFree=7072456/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=21316 CPUtime=0.01 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 497 0 0 0 1 0 0 0 25 0 1 0 719098762 21827584 439 33554432000 4194304 4479436 140736491368976 18446744073709551615 242970550016 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 5329 439 267 70 0 2449 0

[startup+0.0790411 s]
/proc/loadavg: 2.03 2.04 2.01 2/530 24582
/proc/meminfo: memFree=7072456/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=21316 CPUtime=0.07 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1072 0 0 0 7 0 0 0 25 0 1 0 719098762 21827584 1014 33554432000 4194304 4479436 140736491368976 18446744073709551615 242970550016 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 5329 1014 267 70 0 2449 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21316

[startup+0.101037 s]
/proc/loadavg: 2.03 2.04 2.01 2/530 24582
/proc/meminfo: memFree=7072456/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=21316 CPUtime=0.09 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1271 0 0 0 9 0 0 0 25 0 1 0 719098762 21827584 1213 33554432000 4194304 4479436 140736491368976 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 5329 1213 267 70 0 2449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21316

[startup+0.301043 s]
/proc/loadavg: 2.03 2.04 2.01 2/530 24582
/proc/meminfo: memFree=7072456/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=24092 CPUtime=0.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 6673 0 0 0 28 1 0 0 25 0 1 0 719098762 24670208 3373 33554432000 4194304 4479436 140736491368976 18446744073709551615 4244214 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 6023 3373 371 70 0 3143 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24092

[startup+0.700956 s]
/proc/loadavg: 2.03 2.04 2.01 2/530 24582
/proc/meminfo: memFree=7072456/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=35528 CPUtime=0.69 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 9654 0 0 0 68 1 0 0 25 0 1 0 719098762 36380672 6248 33554432000 4194304 4479436 140736491368976 18446744073709551615 4339083 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 8882 6248 383 70 0 6002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35528

[startup+1.50082 s]
/proc/loadavg: 2.03 2.04 2.01 3/531 24583
/proc/meminfo: memFree=7047408/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=35528 CPUtime=1.49 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 9675 0 0 0 148 1 0 0 25 0 1 0 719098762 36380672 6269 33554432000 4194304 4479436 140736491368976 18446744073709551615 4329265 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 8882 6269 402 70 0 6002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35528

[startup+3.17536 s]
/proc/loadavg: 2.03 2.04 2.01 3/531 24583
/proc/meminfo: memFree=7046412/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=35528 CPUtime=3.16 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 9682 0 0 0 315 1 0 0 25 0 1 0 719098762 36380672 6276 33554432000 4194304 4479436 140736491368976 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 8882 6276 406 70 0 6002 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 35528

[startup+6.30097 s]
/proc/loadavg: 2.19 2.07 2.02 3/531 24585
/proc/meminfo: memFree=7041292/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=41160 CPUtime=6.3 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 11090 0 0 0 629 1 0 0 25 0 1 0 719098762 42147840 7684 33554432000 4194304 4479436 140736491368976 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 10290 7684 406 70 0 7410 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41160

[startup+12.7009 s]
/proc/loadavg: 2.17 2.07 2.02 3/531 24585
/proc/meminfo: memFree=7036136/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=46280 CPUtime=12.69 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 12370 0 0 0 1268 1 0 0 25 0 1 0 719098762 47390720 8964 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382477 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 11570 8964 406 70 0 8690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46280

[startup+25.5007 s]
/proc/loadavg: 2.13 2.07 2.01 3/531 24585
/proc/meminfo: memFree=7032036/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=49352 CPUtime=25.49 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 13138 0 0 0 2548 1 0 0 25 0 1 0 719098762 50536448 9732 33554432000 4194304 4479436 140736491368976 18446744073709551615 4380272 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 12338 9732 406 70 0 9458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49352

[startup+51.1003 s]
/proc/loadavg: 2.22 2.09 2.02 3/531 24585
/proc/meminfo: memFree=7024440/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=57544 CPUtime=51.09 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 15186 0 0 0 5107 2 0 0 25 0 1 0 719098762 58925056 11780 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382568 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 14386 11780 406 70 0 11506 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57544

[startup+102.3 s]
/proc/loadavg: 2.29 2.12 2.03 3/531 24587
/proc/meminfo: memFree=6992804/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=87752 CPUtime=102.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 26266 0 0 0 10226 3 0 0 25 0 1 0 719098762 89858048 19340 33554432000 4194304 4479436 140736491368976 18446744073709551615 4306935 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 21938 19340 390 70 0 19058 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 87752

[startup+162.301 s]
/proc/loadavg: 2.16 2.11 2.03 3/531 24589
/proc/meminfo: memFree=6960176/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=120536 CPUtime=162.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 50590 0 0 0 16224 5 0 0 25 0 1 0 719098762 123428864 27536 33554432000 4194304 4479436 140736491368976 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 30134 27536 390 70 0 27254 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 120536

[startup+222.301 s]
/proc/loadavg: 2.06 2.09 2.03 3/531 24589
/proc/meminfo: memFree=6954328/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=125656 CPUtime=222.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 62110 0 0 0 22223 6 0 0 25 0 1 0 719098762 128671744 28816 33554432000 4194304 4479436 140736491368976 18446744073709551615 4451518 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 31414 28816 390 70 0 28534 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125656

[startup+282.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/531 24591
/proc/meminfo: memFree=6956288/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=125656 CPUtime=282.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 72350 0 0 0 28222 7 0 0 25 0 1 0 719098762 128671744 28816 33554432000 4194304 4479436 140736491368976 18446744073709551615 4339105 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 31414 28816 390 70 0 28534 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 125656

[startup+347.399 s]
/proc/loadavg: 1.93 2.04 2.01 3/531 24621
/proc/meminfo: memFree=6812544/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=136920 CPUtime=347.39 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 84894 0 0 0 34729 10 0 0 25 0 1 0 719098762 140206080 31632 33554432000 4194304 4479436 140736491368976 18446744073709551615 4384789 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 34230 31632 390 70 0 31350 0
Current children cumulated CPU time (s) 347.39
Current children cumulated vsize (KiB) 136920

[startup+402.321 s]
/proc/loadavg: 2.21 2.14 2.05 3/531 24623
/proc/meminfo: memFree=6802784/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=130776 CPUtime=402.32 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 93598 0 0 0 40221 11 0 0 25 0 1 0 719098762 133914624 30096 33554432000 4194304 4479436 140736491368976 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 32694 30096 390 70 0 29814 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 130776

[startup+462.301 s]
/proc/loadavg: 2.22 2.14 2.05 3/531 24679
/proc/meminfo: memFree=6915216/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=153312 CPUtime=462.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 114592 0 0 0 46216 13 0 0 25 0 1 0 719098762 156991488 35730 33554432000 4194304 4479436 140736491368976 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 38328 35730 390 70 0 35448 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 153312

[startup+522.3 s]
/proc/loadavg: 2.22 2.17 2.07 3/531 24760
/proc/meminfo: memFree=6922824/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=161504 CPUtime=522.3 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 128928 0 0 0 52215 15 0 0 25 0 1 0 719098762 165380096 37778 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382423 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24582/statm: 40376 37778 390 70 0 37496 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 161504

[startup+582.301 s]
/proc/loadavg: 2.18 2.17 2.07 3/531 24762
/proc/meminfo: memFree=6910404/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=157408 CPUtime=582.18 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 145312 0 0 0 58201 17 0 0 25 0 1 0 719098762 161185792 36754 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382391 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 39352 36754 390 70 0 36472 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 157408

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/531 24868
/proc/meminfo: memFree=6886288/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=167652 CPUtime=4062.25 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1253921 0 0 0 406073 152 0 0 25 0 1 0 719098762 171675648 39315 33554432000 4194304 4479436 140736491368976 18446744073709551615 4402659 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 41913 39315 390 70 0 39033 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 167652

[startup+4122.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/531 24868
/proc/meminfo: memFree=6903132/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=145124 CPUtime=4122.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1267745 0 0 0 412071 155 0 0 25 0 1 0 719098762 148606976 33683 33554432000 4194304 4479436 140736491368976 18446744073709551615 4384774 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 36281 33683 390 70 0 33401 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 145124

[startup+4182.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/531 24870
/proc/meminfo: memFree=6874216/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=173796 CPUtime=4182.27 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1287713 0 0 0 418070 157 0 0 25 0 1 0 719098762 177967104 40851 33554432000 4194304 4479436 140736491368976 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 43449 40851 390 70 0 40569 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 173796

[startup+4242.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/531 24872
/proc/meminfo: memFree=6886104/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=161508 CPUtime=4242.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1311777 0 0 0 424065 161 0 0 25 0 1 0 719098762 165384192 37779 33554432000 4194304 4479436 140736491368976 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 40377 37779 390 70 0 37497 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 161508

[startup+4302.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/531 24874
/proc/meminfo: memFree=6888440/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=143076 CPUtime=4302.28 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1337377 0 0 0 430065 163 0 0 25 0 1 0 719098762 146509824 33171 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382513 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35769 33171 390 70 0 32889 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 143076

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/531 24876
/proc/meminfo: memFree=6904292/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=143076 CPUtime=4362.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1359905 0 0 0 436061 165 0 0 25 0 1 0 719098762 146509824 33171 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382314 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35769 33171 390 70 0 32889 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 143076

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 24876
/proc/meminfo: memFree=6884924/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=147172 CPUtime=4422.27 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1373729 0 0 0 442060 167 0 0 25 0 1 0 719098762 150704128 34195 33554432000 4194304 4479436 140736491368976 18446744073709551615 4380285 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 36793 34195 390 70 0 33913 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 147172

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 24878
/proc/meminfo: memFree=6902140/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=145124 CPUtime=4482.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1391393 0 0 0 448058 168 0 0 25 0 1 0 719098762 148606976 33683 33554432000 4194304 4479436 140736491368976 18446744073709551615 4330256 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 36281 33683 390 70 0 33401 0
Current children cumulated CPU time (s) 4482.26
Current children cumulated vsize (KiB) 145124

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 24880
/proc/meminfo: memFree=6886124/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=160484 CPUtime=4542.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1400865 0 0 0 454056 170 0 0 25 0 1 0 719098762 164335616 37523 33554432000 4194304 4479436 140736491368976 18446744073709551615 4402659 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 40121 37523 390 70 0 37241 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 160484

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/531 24882
/proc/meminfo: memFree=6889192/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=141028 CPUtime=4602.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1413025 0 0 0 460055 171 0 0 25 0 1 0 719098762 144412672 32659 33554432000 4194304 4479436 140736491368976 18446744073709551615 4384761 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35257 32659 390 70 0 32377 0
Current children cumulated CPU time (s) 4602.26
Current children cumulated vsize (KiB) 141028

[startup+4662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/531 24884
/proc/meminfo: memFree=6877512/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=169700 CPUtime=4662.27 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1444257 0 0 0 466052 175 0 0 25 0 1 0 719098762 173772800 39827 33554432000 4194304 4479436 140736491368976 18446744073709551615 4402686 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 42425 39827 390 70 0 39545 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 169700

[startup+4722.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/531 24884
/proc/meminfo: memFree=6906748/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=141028 CPUtime=4722.26 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1464737 0 0 0 472049 177 0 0 25 0 1 0 719098762 144412672 32659 33554432000 4194304 4479436 140736491368976 18446744073709551615 4382593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35257 32659 390 70 0 32377 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 141028

[startup+4782.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/531 24886
/proc/meminfo: memFree=6904248/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=143076 CPUtime=4782.27 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1484705 0 0 0 478047 180 0 0 25 0 1 0 719098762 146509824 33171 33554432000 4194304 4479436 140736491368976 18446744073709551615 4306765 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35769 33171 390 70 0 32889 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 143076

[startup+4842.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/531 24888
/proc/meminfo: memFree=6902868/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=145124 CPUtime=4842.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1505697 0 0 0 484047 182 0 0 25 0 1 0 719098762 148606976 33683 33554432000 4194304 4479436 140736491368976 18446744073709551615 4451991 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 36281 33683 390 70 0 33401 0
Current children cumulated CPU time (s) 4842.29
Current children cumulated vsize (KiB) 145124

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 24890
/proc/meminfo: memFree=6905324/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=141028 CPUtime=4902.28 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1531297 0 0 0 490043 185 0 0 25 0 1 0 719098762 144412672 32659 33554432000 4194304 4479436 140736491368976 18446744073709551615 4450927 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35257 32659 390 70 0 32377 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 141028

[startup+4962.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 24892
/proc/meminfo: memFree=6888564/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=159460 CPUtime=4962.29 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1548705 0 0 0 496043 186 0 0 25 0 1 0 719098762 163287040 37267 33554432000 4194304 4479436 140736491368976 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 39865 37267 390 70 0 36985 0
Current children cumulated CPU time (s) 4962.29
Current children cumulated vsize (KiB) 159460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 24892
/proc/meminfo: memFree=6904916/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=142052 CPUtime=5000.09 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1557409 0 0 0 499821 188 0 0 25 0 1 0 719098762 145461248 32915 33554432000 4194304 4479436 140736491368976 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35513 32915 390 70 0 32633 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 142052

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.03 2.00 3/531 24892
/proc/meminfo: memFree=6904916/32951132 swapFree=54105136/67111528
[pid=24582] ppid=24580 vsize=142052 CPUtime=5000.09 cores=0,2,4,6
/proc/24582/stat : 24582 (MPhaseSAT64) R 24580 24582 24318 0 -1 4202496 1557409 0 0 0 499821 188 0 0 25 0 1 0 719098762 145461248 32915 33554432000 4194304 4479436 140736491368976 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/24582/statm: 35513 32915 390 70 0 32633 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 142052

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.11
CPU user time (s): 4998.22
CPU system time (s): 1.88571
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 251620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.22
system time used= 1.88571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1557409
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= 10
involuntary context switches= 13954

runsolver used 30.0574 second user time and 64.5972 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-22 16:36:41
IDJOB=3394195
IDBENCH=82381
IDSOLVER=1879
FILE ID=node128/3394195-1306075001
RUNJOBID= node128-1306069996-24336
PBS_JOBID= 13387875
Free space on /tmp= 73248 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394195-1306075001/watcher-3394195-1306075001 -o /tmp/evaluation-result-3394195-1306075001/solver-3394195-1306075001 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394195-1306075001.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1884916844

node128.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.852
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.852
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.852
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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       7072736 kB
Buffers:        204968 kB
Cached:        4172668 kB
SwapCached:      78180 kB
Active:       10088148 kB
Inactive:     15498688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       7072736 kB
SwapTotal:    67111528 kB
SwapFree:     54105136 kB
Dirty:            8556 kB
Writeback:           0 kB
AnonPages:    21141008 kB
Mapped:          19972 kB
Slab:           110112 kB
PageTables:     112748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174852140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73244 MiB
End job on node128 at 2011-05-22 18:00:03