Trace number 3362739

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) 1300.15 1300.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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

running on 2 cores: 0,2

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: 3.43 3.87 3.95 5/367 22272
/proc/meminfo: memFree=24157964/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=20380 CPUtime=0.01 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 872 0 0 0 1 0 0 0 22 0 1 0 642282939 20869120 813 33554432000 4194304 4291037 140734296259280 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 5095 813 216 24 0 1729 0

[startup+0.092633 s]
/proc/loadavg: 3.43 3.87 3.95 5/367 22272
/proc/meminfo: memFree=24157964/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=29208 CPUtime=0.08 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 3955 0 0 0 8 0 0 0 22 0 1 0 642282939 29908992 3443 33554432000 4194304 4291037 140734296259280 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 7302 3445 216 24 0 3936 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29208

[startup+0.100623 s]
/proc/loadavg: 3.43 3.87 3.95 5/367 22272
/proc/meminfo: memFree=24157964/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=30268 CPUtime=0.09 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 4505 0 0 0 9 0 0 0 22 0 1 0 642282939 30994432 3856 33554432000 4194304 4291037 140734296259280 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 7567 3857 216 24 0 4201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30268

[startup+0.300586 s]
/proc/loadavg: 3.43 3.87 3.95 5/367 22272
/proc/meminfo: memFree=24157964/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=74444 CPUtime=0.29 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 17660 0 0 0 27 2 0 0 22 0 1 0 642282939 76230656 13221 33554432000 4194304 4291037 140734296259280 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 18611 13222 216 24 0 15245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74444

[startup+0.700511 s]
/proc/loadavg: 3.43 3.87 3.95 5/367 22272
/proc/meminfo: memFree=24157964/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=158664 CPUtime=0.69 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 41855 0 0 0 64 5 0 0 24 0 1 0 642282939 162471936 30728 33554432000 4194304 4291037 140734296259280 18446744073709551615 253640524625 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 39666 30729 216 24 0 36300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158664

[startup+1.50035 s]
/proc/loadavg: 3.43 3.87 3.95 5/368 22273
/proc/meminfo: memFree=24066128/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=175884 CPUtime=1.48 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 47286 0 0 0 142 6 0 0 25 0 1 0 642282939 180105216 35071 33554432000 4194304 4291037 140734296259280 18446744073709551615 4230044 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 43971 35071 238 24 0 40605 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 175884

[startup+3.10105 s]
/proc/loadavg: 3.43 3.87 3.95 4/363 22288
/proc/meminfo: memFree=24010576/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=142456 CPUtime=3.09 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 53941 0 0 0 302 7 0 0 25 0 1 0 642282939 145874944 28101 33554432000 4194304 4291037 140734296259280 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 35614 28101 258 24 0 32248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142456

[startup+6.3005 s]
/proc/loadavg: 3.48 3.87 3.95 5/371 22306
/proc/meminfo: memFree=23580920/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=142456 CPUtime=6.29 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 55611 0 0 0 622 7 0 0 25 0 1 0 642282939 145874944 29768 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 35614 29768 258 24 0 32248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142456

[startup+12.7003 s]
/proc/loadavg: 3.52 3.87 3.95 4/366 22323
/proc/meminfo: memFree=23362804/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=161424 CPUtime=12.69 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 59267 0 0 0 1261 8 0 0 25 0 1 0 642282939 165298176 33422 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 40356 33422 259 24 0 36990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161424

[startup+25.501 s]
/proc/loadavg: 3.70 3.90 3.95 5/371 22334
/proc/meminfo: memFree=22370180/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=192244 CPUtime=25.5 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 66327 0 0 0 2541 9 0 0 25 0 1 0 642282939 196857856 40475 33554432000 4194304 4291037 140734296259280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 48061 40475 259 24 0 44695 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 192244

[startup+51.1003 s]
/proc/loadavg: 4.01 3.95 3.97 5/371 22334
/proc/meminfo: memFree=22407752/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=242332 CPUtime=51.1 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 78905 0 0 0 5098 12 0 0 25 0 1 0 642282939 248147968 53044 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 60583 53044 259 24 0 57217 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 242332

[startup+102.301 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22390
/proc/meminfo: memFree=22683656/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=455980 CPUtime=102.3 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 103587 0 0 0 10214 16 0 0 25 0 1 0 642282939 466923520 77716 33554432000 4194304 4291037 140734296259280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 113995 77716 259 24 0 110629 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 455980

[startup+162.301 s]
/proc/loadavg: 4.10 4.00 3.98 5/371 22391
/proc/meminfo: memFree=22325172/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=670904 CPUtime=162.3 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 138151 0 0 0 16207 23 0 0 25 0 1 0 642282939 687005696 112259 33554432000 4194304 4291037 140734296259280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 167726 112259 259 24 0 164360 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 670904

[startup+222.3 s]
/proc/loadavg: 4.04 4.00 3.98 5/371 22393
/proc/meminfo: memFree=21898160/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=671448 CPUtime=222.29 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 164034 0 0 0 22202 27 0 0 25 0 1 0 642282939 687562752 138130 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 167862 138130 259 24 0 164496 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 671448

[startup+282.3 s]
/proc/loadavg: 4.08 4.02 3.99 5/371 22394
/proc/meminfo: memFree=21423824/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1020696 CPUtime=282.3 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 191573 0 0 0 28196 34 0 0 25 0 1 0 642282939 1045192704 165647 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 255174 165647 259 24 0 251808 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1020696

[startup+342.3 s]
/proc/loadavg: 4.03 4.01 3.99 5/371 22396
/proc/meminfo: memFree=20950112/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1020696 CPUtime=342.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 218982 0 0 0 34194 37 0 0 25 0 1 0 642282939 1045192704 193042 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 255174 193042 259 24 0 251808 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1020696

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.99 5/371 22398
/proc/meminfo: memFree=20556240/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1020968 CPUtime=402.3 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 246762 0 0 0 40187 43 0 0 25 0 1 0 642282939 1045471232 220807 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248262 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 255242 220807 259 24 0 251876 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1020968

[startup+462.314 s]
/proc/loadavg: 4.00 4.00 3.99 5/371 22399
/proc/meminfo: memFree=20102484/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1020968 CPUtime=462.32 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 275595 0 0 0 46185 47 0 0 25 0 1 0 642282939 1045471232 249634 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 255242 249634 259 24 0 251876 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 1020968

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/371 22401
/proc/meminfo: memFree=19660636/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1588496 CPUtime=522.3 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 303019 0 0 0 52179 51 0 0 25 0 1 0 642282939 1626619904 277048 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 397124 277048 259 24 0 393758 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1588496

[startup+582.301 s]
/proc/loadavg: 4.08 4.03 4.00 5/371 22402
/proc/meminfo: memFree=19252260/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1588496 CPUtime=582.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 330279 0 0 0 58175 56 0 0 25 0 1 0 642282939 1626619904 304292 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 397124 304292 259 24 0 393758 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1588496

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/371 22404
/proc/meminfo: memFree=18799740/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1589576 CPUtime=642.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 358508 0 0 0 64170 61 0 0 25 0 1 0 642282939 1627725824 332508 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 397394 332508 259 24 0 394028 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1589576

[startup+702.301 s]
/proc/loadavg: 4.11 4.05 4.01 5/371 22406
/proc/meminfo: memFree=18327752/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1590868 CPUtime=702.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 386633 0 0 0 70164 67 0 0 25 0 1 0 642282939 1629048832 360630 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 397717 360630 259 24 0 394351 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1590868

[startup+762.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/371 22407
/proc/meminfo: memFree=17916520/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=1591812 CPUtime=762.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 406165 0 0 0 76161 70 0 0 25 0 1 0 642282939 1630015488 380152 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 397953 380152 259 24 0 394587 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1591812

[startup+822.301 s]
/proc/loadavg: 4.10 4.05 4.01 5/371 22409
/proc/meminfo: memFree=17472808/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2514840 CPUtime=822.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 433867 0 0 0 82157 74 0 0 25 0 1 0 642282939 2575196160 407844 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 628710 407844 259 24 0 625344 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2514840

[startup+882.301 s]
/proc/loadavg: 4.07 4.06 4.01 5/371 22410
/proc/meminfo: memFree=16978508/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2516472 CPUtime=882.31 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 463710 0 0 0 88152 79 0 0 25 0 1 0 642282939 2576867328 437675 33554432000 4194304 4291037 140734296259280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 629118 437675 259 24 0 625752 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2516472

[startup+942.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/371 22412
/proc/meminfo: memFree=16454556/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2518240 CPUtime=942.32 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 493729 0 0 0 94147 85 0 0 25 0 1 0 642282939 2578677760 467678 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 629560 467678 259 24 0 626194 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2518240

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/371 22414
/proc/meminfo: memFree=16007124/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2520048 CPUtime=1002.33 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 527383 0 0 0 100141 92 0 0 25 0 1 0 642282939 2580529152 501316 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248325 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 630012 501316 259 24 0 626646 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 2520048

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/371 22415
/proc/meminfo: memFree=15608548/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2522072 CPUtime=1062.32 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 552766 0 0 0 106135 97 0 0 25 0 1 0 642282939 2582601728 526689 33554432000 4194304 4291037 140734296259280 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 630518 526689 259 24 0 627152 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2522072

[startup+1122.31 s]
/proc/loadavg: 4.19 4.07 4.01 5/371 22417
/proc/meminfo: memFree=15164212/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2524040 CPUtime=1122.33 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 582017 0 0 0 112131 102 0 0 25 0 1 0 642282939 2584616960 555925 33554432000 4194304 4291037 140734296259280 18446744073709551615 4261948 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 631010 555925 259 24 0 627644 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2524040

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 4.01 5/371 22418
/proc/meminfo: memFree=14704016/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2525008 CPUtime=1182.33 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 609864 0 0 0 118126 107 0 0 25 0 1 0 642282939 2585608192 583769 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 631252 583769 259 24 0 627886 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2525008

[startup+1242.3 s]
/proc/loadavg: 4.10 4.06 4.01 5/371 22420
/proc/meminfo: memFree=14279528/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=2526460 CPUtime=1242.32 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 642705 0 0 0 124119 113 0 0 25 0 1 0 642282939 2587095040 616604 33554432000 4194304 4291037 140734296259280 18446744073709551615 4248319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 631615 616604 259 24 0 628249 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2526460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.04 4.00 5/371 22422
/proc/meminfo: memFree=13847960/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=4026384 CPUtime=1300.04 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 670343 0 0 0 129888 116 0 0 25 0 1 0 642282939 4123017216 644233 33554432000 4194304 4291037 140734296259280 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 1006596 644233 259 24 0 1003230 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 4026384

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.04 4.00 5/371 22422
/proc/meminfo: memFree=13847960/32951124 swapFree=56449224/67111528
[pid=22272] ppid=22270 vsize=4026384 CPUtime=1300.04 cores=0,2
/proc/22272/stat : 22272 (minisat_release) R 22270 22272 22218 0 -1 4202496 670343 0 0 0 129888 116 0 0 25 0 1 0 642282939 4123017216 644233 33554432000 4194304 4291037 140734296259280 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22272/statm: 1006596 644233 259 24 0 1003230 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 4026384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.11
CPU time (s): 1300.15
CPU user time (s): 1298.88
CPU system time (s): 1.26581
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4026384

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

runsolver used 4.97424 second user time and 10.3374 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-13 19:13:45
IDJOB=3362739
IDBENCH=82363
IDSOLVER=1840
FILE ID=node106/3362739-1305306824
RUNJOBID= node106-1305306823-22236
PBS_JOBID= 13321483
Free space on /tmp= 45740 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362739-1305306824/watcher-3362739-1305306824 -o /tmp/evaluation-result-3362739-1305306824/solver-3362739-1305306824 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362739-1305306824.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1507488756

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      24158252 kB
Buffers:        211236 kB
Cached:        5460000 kB
SwapCached:      27544 kB
Active:         822184 kB
Inactive:      7744924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24158252 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:          114520 kB
Writeback:           0 kB
AnonPages:     2876776 kB
Mapped:          10400 kB
Slab:           111476 kB
PageTables:      48620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75198124 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= 45588 MiB
End job on node106 at 2011-05-13 19:35:27