Trace number 3419896

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
minisat hack reference: minisat 2.2.0? (TO) 5000.39 5000.45

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1503.62
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

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-3419896-1306584393/watcher-3419896-1306584393 -o /tmp/evaluation-result-3419896-1306584393/solver-3419896-1306584393 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419896-1306584393.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: 2.02 2.03 2.00 2/469 32280
/proc/meminfo: memFree=9095888/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=20860 CPUtime=0.01 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 956 0 0 0 1 0 0 0 23 0 1 0 848669921 21360640 895 33554432000 4194304 4291037 140737339073488 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 5215 899 216 24 0 1849 0

[startup+0.114834 s]
/proc/loadavg: 2.02 2.03 2.00 2/469 32280
/proc/meminfo: memFree=9095888/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=34520 CPUtime=0.1 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 6187 0 0 0 10 0 0 0 24 0 1 0 848669921 35348480 5087 33554432000 4194304 4291037 140737339073488 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 8630 5089 216 24 0 5264 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34520

[startup+0.20082 s]
/proc/loadavg: 2.02 2.03 2.00 2/469 32280
/proc/meminfo: memFree=9095888/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=56332 CPUtime=0.19 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 12604 0 0 0 17 2 0 0 24 0 1 0 848669921 57683968 9675 33554432000 4194304 4291037 140737339073488 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 14083 9677 216 24 0 10717 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56332

[startup+0.300802 s]
/proc/loadavg: 2.02 2.03 2.00 2/469 32280
/proc/meminfo: memFree=9095888/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=78004 CPUtime=0.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 19664 0 0 0 26 3 0 0 25 0 1 0 848669921 79876096 14817 33554432000 4194304 4291037 140737339073488 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 19501 14819 216 24 0 16135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78004

[startup+0.700726 s]
/proc/loadavg: 2.02 2.03 2.00 2/469 32280
/proc/meminfo: memFree=9095888/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=170712 CPUtime=0.68 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 47107 0 0 0 62 6 0 0 25 0 1 0 848669921 174809088 34910 33554432000 4194304 4291037 140737339073488 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 42678 34911 216 24 0 39312 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 170712

[startup+1.50058 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 32281
/proc/meminfo: memFree=8925908/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=192596 CPUtime=1.49 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 57354 0 0 0 142 7 0 0 25 0 1 0 848669921 197218304 41487 33554432000 4194304 4291037 140737339073488 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 48149 41487 238 24 0 44783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 192596

[startup+3.10028 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 32281
/proc/meminfo: memFree=8924296/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=154552 CPUtime=3.09 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 64958 0 0 0 301 8 0 0 25 0 1 0 848669921 158261248 32451 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 38638 32451 257 24 0 35272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154552

[startup+6.30068 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 32282
/proc/meminfo: memFree=8951340/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=154552 CPUtime=6.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 66704 0 0 0 620 9 0 0 25 0 1 0 848669921 158261248 34196 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 38638 34196 257 24 0 35272 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154552

[startup+12.7005 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 32282
/proc/meminfo: memFree=8931432/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=173520 CPUtime=12.69 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 69933 0 0 0 1260 9 0 0 25 0 1 0 848669921 177684480 37423 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 43380 37423 258 24 0 40014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173520

[startup+25.5011 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32282
/proc/meminfo: memFree=8878572/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=204340 CPUtime=25.49 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 77208 0 0 0 2539 10 0 0 25 0 1 0 848669921 209244160 44691 33554432000 4194304 4291037 140737339073488 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 51085 44691 258 24 0 47719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 204340

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 32283
/proc/meminfo: memFree=8788132/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=335816 CPUtime=51.09 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 93795 0 0 0 5096 13 0 0 25 0 1 0 848669921 343875584 61271 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248287 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 83954 61271 258 24 0 80588 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 335816

[startup+102.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/470 32284
/proc/meminfo: memFree=8651268/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=468076 CPUtime=102.3 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 116809 0 0 0 10215 15 0 0 25 0 1 0 848669921 479309824 84265 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 117019 84265 258 24 0 113653 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 468076

[startup+162.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/470 32286
/proc/meminfo: memFree=8449840/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=683656 CPUtime=162.28 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 153641 0 0 0 16209 19 0 0 25 0 1 0 848669921 700063744 121069 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 170914 121069 258 24 0 167548 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 683656

[startup+222.317 s]
/proc/loadavg: 2.04 2.04 2.00 3/470 32287
/proc/meminfo: memFree=8264988/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=683656 CPUtime=222.31 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 188034 0 0 0 22207 24 0 0 25 0 1 0 848669921 700063744 155442 33554432000 4194304 4291037 140737339073488 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 170914 155442 258 24 0 167548 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 683656

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32289
/proc/meminfo: memFree=8113640/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1032904 CPUtime=282.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 217370 0 0 0 28202 27 0 0 25 0 1 0 848669921 1057693696 184756 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 258226 184756 258 24 0 254860 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1032904

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 32291
/proc/meminfo: memFree=7874488/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1032904 CPUtime=342.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 250963 0 0 0 34196 33 0 0 25 0 1 0 848669921 1057693696 218336 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248287 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 258226 218336 258 24 0 254860 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1032904

[startup+402.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/470 32292
/proc/meminfo: memFree=7678548/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1032904 CPUtime=402.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 278788 0 0 0 40192 37 0 0 25 0 1 0 848669921 1057693696 246145 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 258226 246145 258 24 0 254860 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1032904

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 32294
/proc/meminfo: memFree=7475468/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1600432 CPUtime=462.29 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 308774 0 0 0 46188 41 0 0 25 0 1 0 848669921 1638842368 276116 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 400108 276116 258 24 0 396742 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1600432

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 32295
/proc/meminfo: memFree=7288548/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1600984 CPUtime=522.28 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 345742 0 0 0 52183 45 0 0 25 0 1 0 848669921 1639407616 313060 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 400246 313060 258 24 0 396880 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1600984

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32297
/proc/meminfo: memFree=7089048/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=1600984 CPUtime=582.28 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 384970 0 0 0 58177 51 0 0 25 0 1 0 848669921 1639407616 352271 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248339 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 400246 352271 258 24 0 396880 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1600984

[startup+642.3 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/470 32431
/proc/meminfo: memFree=3578840/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10515536 CPUtime=4122.25 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2103880 0 0 0 411905 320 0 0 25 0 1 0 848669921 10767908864 2070592 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2628884 2070592 258 24 0 2625518 0
Current children cumulated CPU time (s) 4122.25
Current children cumulated vsize (KiB) 10515536

[startup+4182.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/470 32433
/proc/meminfo: memFree=3445632/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10516508 CPUtime=4182.26 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2127018 0 0 0 417903 323 0 0 25 0 1 0 848669921 10768904192 2093725 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2629127 2093725 258 24 0 2625761 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 10516508

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 32435
/proc/meminfo: memFree=3485028/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10517552 CPUtime=4242.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2151258 0 0 0 423897 327 0 0 25 0 1 0 848669921 10769973248 2117961 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2629388 2117961 258 24 0 2626022 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 10517552

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 32436
/proc/meminfo: memFree=3391008/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10518140 CPUtime=4302.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2172308 0 0 0 429894 330 0 0 25 0 1 0 848669921 10770575360 2139005 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2629535 2139005 258 24 0 2626169 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 10518140

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32438
/proc/meminfo: memFree=3211680/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10521672 CPUtime=4362.25 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2197619 0 0 0 435891 334 0 0 25 0 1 0 848669921 10774192128 2164306 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2630418 2164306 258 24 0 2627052 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 10521672

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 32439
/proc/meminfo: memFree=3039424/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10523276 CPUtime=4422.25 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2223205 0 0 0 441887 338 0 0 25 0 1 0 848669921 10775834624 2189887 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2630819 2189887 258 24 0 2627453 0
Current children cumulated CPU time (s) 4422.25
Current children cumulated vsize (KiB) 10523276

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 32441
/proc/meminfo: memFree=3084772/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10525052 CPUtime=4482.25 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2247199 0 0 0 447884 341 0 0 25 0 1 0 848669921 10777653248 2213875 33554432000 4194304 4291037 140737339073488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2631263 2213875 258 24 0 2627897 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 10525052

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32443
/proc/meminfo: memFree=2936916/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10527064 CPUtime=4542.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2271996 0 0 0 453880 344 0 0 25 0 1 0 848669921 10779713536 2238666 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248287 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2631766 2238666 258 24 0 2628400 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 10527064

[startup+4602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/470 32444
/proc/meminfo: memFree=2755992/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10528820 CPUtime=4602.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2307125 0 0 0 459873 351 0 0 25 0 1 0 848669921 10781511680 2273788 33554432000 4194304 4291037 140737339073488 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2632205 2273788 258 24 0 2628839 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 10528820

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/470 32446
/proc/meminfo: memFree=2618948/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10531284 CPUtime=4662.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2333304 0 0 0 465869 355 0 0 25 0 1 0 848669921 10784034816 2299954 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2632821 2299954 258 24 0 2629455 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 10531284

[startup+4722.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/470 32447
/proc/meminfo: memFree=2642980/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10533192 CPUtime=4722.26 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2362633 0 0 0 471867 359 0 0 25 0 1 0 848669921 10785988608 2329275 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2633298 2329275 258 24 0 2629932 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 10533192

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 32449
/proc/meminfo: memFree=2440724/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10536752 CPUtime=4782.23 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2395341 0 0 0 477858 365 0 0 25 0 1 0 848669921 10789634048 2361973 33554432000 4194304 4291037 140737339073488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2634188 2361973 258 24 0 2630822 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 10536752

[startup+4842.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32451
/proc/meminfo: memFree=2278096/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10537564 CPUtime=4842.25 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2422107 0 0 0 483856 369 0 0 25 0 1 0 848669921 10790465536 2388734 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2634391 2388734 258 24 0 2631025 0
Current children cumulated CPU time (s) 4842.25
Current children cumulated vsize (KiB) 10537564

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 32452
/proc/meminfo: memFree=2102020/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10543080 CPUtime=4902.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2454160 0 0 0 489850 374 0 0 25 0 1 0 848669921 10796113920 2420774 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2635770 2420774 258 24 0 2632404 0
Current children cumulated CPU time (s) 4902.24
Current children cumulated vsize (KiB) 10543080

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32454
/proc/meminfo: memFree=1900852/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10543080 CPUtime=4962.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2494519 0 0 0 495844 380 0 0 25 0 1 0 848669921 10796113920 2461130 33554432000 4194304 4291037 140737339073488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2635770 2461130 258 24 0 2632404 0
Current children cumulated CPU time (s) 4962.24
Current children cumulated vsize (KiB) 10543080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32455
/proc/meminfo: memFree=1987112/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=10543080 CPUtime=5000.06 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4202496 2517288 0 0 0 499621 385 0 0 25 0 1 0 848669921 10796113920 2483896 33554432000 4194304 4291037 140737339073488 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32280/statm: 2635770 2483896 258 24 0 2632404 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 10543080

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

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

[startup+5000.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32455
/proc/meminfo: memFree=1987112/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=0 CPUtime=5000.24 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4203524 2517288 0 0 0 499621 403 0 0 25 0 1 0 848669921 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/32280/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.24
Current children cumulated vsize (KiB) 0

[startup+5000.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 32455
/proc/meminfo: memFree=1987112/32951124 swapFree=57414376/67111528
[pid=32280] ppid=32278 vsize=0 CPUtime=5000.34 cores=1,3,5,7
/proc/32280/stat : 32280 (minisat_release) R 32278 32280 31899 0 -1 4203524 2517288 0 0 0 499621 413 0 0 25 0 1 0 848669921 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/32280/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.45
CPU time (s): 5000.39
CPU user time (s): 4996.21
CPU system time (s): 4.17936
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 10543080

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

runsolver used 21.5987 second user time and 53.8448 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 14:06:34
IDJOB=3419896
IDBENCH=82394
IDSOLVER=1912
FILE ID=node111/3419896-1306584393
RUNJOBID= node111-1306579399-31918
PBS_JOBID= 13471569
Free space on /tmp= 73540 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419896-1306584393/watcher-3419896-1306584393 -o /tmp/evaluation-result-3419896-1306584393/solver-3419896-1306584393 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419896-1306584393.cnf

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=1162010484

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9096036 kB
Buffers:        345556 kB
Cached:       11520996 kB
SwapCached:      19180 kB
Active:       13971324 kB
Inactive:      9586740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9096036 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:           50676 kB
Writeback:           0 kB
AnonPages:    11681164 kB
Mapped:          27972 kB
Slab:           157936 kB
PageTables:      72504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153081924 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= 73552 MiB
End job on node111 at 2011-05-28 15:29:57