Trace number 3419860

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.41 5000.31

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3419860-1306581345/watcher-3419860-1306581345 -o /tmp/evaluation-result-3419860-1306581345/solver-3419860-1306581345 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419860-1306581345.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.00 2.02 1.75 3/429 11345
/proc/meminfo: memFree=15145940/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=20252 CPUtime=0 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 839 0 0 0 0 0 0 0 23 0 1 0 769735026 20738048 780 33554432000 4194304 4291037 140735305888064 18446744073709551615 4261081 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 5063 781 216 24 0 1697 0

[startup+0.0938539 s]
/proc/loadavg: 2.00 2.02 1.75 3/429 11345
/proc/meminfo: memFree=15145940/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=30396 CPUtime=0.08 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 4556 0 0 0 8 0 0 0 23 0 1 0 769735026 31125504 3907 33554432000 4194304 4291037 140735305888064 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 7599 3907 216 24 0 4233 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30396

[startup+0.100844 s]
/proc/loadavg: 2.00 2.02 1.75 3/429 11345
/proc/meminfo: memFree=15145940/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=31680 CPUtime=0.08 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 5020 0 0 0 8 0 0 0 23 0 1 0 769735026 32440320 4297 33554432000 4194304 4291037 140735305888064 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 7920 4300 216 24 0 4554 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31680

[startup+0.30081 s]
/proc/loadavg: 2.00 2.02 1.75 3/429 11345
/proc/meminfo: memFree=15145940/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=78004 CPUtime=0.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 19631 0 0 0 27 2 0 0 25 0 1 0 769735026 79876096 14788 33554432000 4194304 4291037 140735305888064 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 19501 14790 217 24 0 16135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78004

[startup+0.700746 s]
/proc/loadavg: 2.00 2.02 1.75 3/429 11345
/proc/meminfo: memFree=15145940/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=138012 CPUtime=0.69 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 40679 0 0 0 63 6 0 0 25 0 1 0 769735026 141324288 29809 33554432000 4194304 4291037 140735305888064 18446744073709551615 4230294 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 34503 29809 238 24 0 31137 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138012

[startup+1.50056 s]
/proc/loadavg: 2.00 2.02 1.75 3/430 11346
/proc/meminfo: memFree=15026900/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=138012 CPUtime=1.49 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 40680 0 0 0 143 6 0 0 25 0 1 0 769735026 141324288 29810 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255391 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 34503 29810 238 24 0 31137 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138012

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 1.75 3/430 11346
/proc/meminfo: memFree=15051200/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=124092 CPUtime=3.09 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 46607 0 0 0 302 7 0 0 25 0 1 0 769735026 127070208 23993 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/11345/statm: 31023 23993 258 24 0 27657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124092

[startup+6.3007 s]
/proc/loadavg: 2.00 2.02 1.75 3/430 11347
/proc/meminfo: memFree=15042896/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=124092 CPUtime=6.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 48701 0 0 0 621 8 0 0 25 0 1 0 769735026 127070208 26083 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 31023 26083 258 24 0 27657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124092

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 1.75 3/430 11347
/proc/meminfo: memFree=15024152/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=143060 CPUtime=12.69 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 52998 0 0 0 1260 9 0 0 25 0 1 0 769735026 146493440 30377 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 35765 30377 258 24 0 32399 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143060

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 1.75 3/430 11347
/proc/meminfo: memFree=14986948/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=224428 CPUtime=25.48 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 62231 0 0 0 2539 9 0 0 25 0 1 0 769735026 229814272 39602 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 56107 39602 258 24 0 52741 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 224428

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 1.75 3/430 11348
/proc/meminfo: memFree=14932660/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=305816 CPUtime=51.08 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 75767 0 0 0 5097 11 0 0 25 0 1 0 769735026 313155584 53129 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 76454 53129 258 24 0 73088 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 305816

[startup+102.316 s]
/proc/loadavg: 2.00 2.01 1.76 3/430 11349
/proc/meminfo: memFree=14799340/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=438076 CPUtime=102.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 108715 0 0 0 10214 15 0 0 25 0 1 0 769735026 448589824 86054 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 109519 86054 258 24 0 106153 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 438076

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 1.78 3/430 11351
/proc/meminfo: memFree=14649396/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=653000 CPUtime=162.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 146363 0 0 0 16209 20 0 0 25 0 1 0 769735026 668672000 123679 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 163250 123679 258 24 0 159884 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 653000

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 1.80 3/430 11352
/proc/meminfo: memFree=14490888/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1002728 CPUtime=222.28 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 185019 0 0 0 22203 25 0 0 25 0 1 0 769735026 1026793472 162315 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 250682 162315 258 24 0 247316 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1002728

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 1.81 3/430 11354
/proc/meminfo: memFree=14346288/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1002728 CPUtime=282.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 221643 0 0 0 28199 30 0 0 25 0 1 0 769735026 1026793472 198914 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 250682 198914 258 24 0 247316 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1002728

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.82 3/430 11356
/proc/meminfo: memFree=14210208/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1002728 CPUtime=342.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 255166 0 0 0 34195 34 0 0 25 0 1 0 769735026 1026793472 232409 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 250682 232409 258 24 0 247316 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1002728

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/430 11357
/proc/meminfo: memFree=14134420/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1570256 CPUtime=402.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 274221 0 0 0 40193 36 0 0 25 0 1 0 769735026 1607942144 251455 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 392564 251455 258 24 0 389198 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1570256

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/430 11359
/proc/meminfo: memFree=13991412/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1572776 CPUtime=462.3 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 309648 0 0 0 46188 42 0 0 25 0 1 0 769735026 1610522624 286853 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 393194 286853 258 24 0 389828 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1572776

[startup+522.301 s]
/proc/loadavg: 2.09 2.03 1.85 3/430 11360
/proc/meminfo: memFree=13863044/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1574872 CPUtime=522.3 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 342466 0 0 0 52184 46 0 0 25 0 1 0 769735026 1612668928 319657 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 393718 319657 258 24 0 390352 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1574872

[startup+582.301 s]
/proc/loadavg: 2.03 2.02 1.85 3/430 11362
/proc/meminfo: memFree=13714968/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=1575672 CPUtime=582.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 379197 0 0 0 58180 49 0 0 25 0 1 0 769735026 1613488128 356379 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11345/statm: 393918 356379 258 24 0 390552 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1575672

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 11550
/proc/meminfo: memFree=8280692/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10447448 CPUtime=4122.36 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1701525 0 0 0 411976 260 0 0 25 0 1 0 769735026 10698186752 1678235 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11345/statm: 2611862 1678235 258 24 0 2608496 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 10447448

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 11579
/proc/meminfo: memFree=8231504/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10448232 CPUtime=4182.37 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1725894 0 0 0 417972 265 0 0 25 0 1 0 769735026 10698989568 1702595 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2612058 1702595 258 24 0 2608692 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 10448232

[startup+4242.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/430 11581
/proc/meminfo: memFree=8158036/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10449128 CPUtime=4242.37 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1745394 0 0 0 423968 269 0 0 25 0 1 0 769735026 10699907072 1722089 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2612282 1722089 258 24 0 2608916 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 10449128

[startup+4302.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/430 11582
/proc/meminfo: memFree=8034712/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10449260 CPUtime=4302.37 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1761264 0 0 0 429965 272 0 0 25 0 1 0 769735026 10700042240 1737951 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2612315 1737951 258 24 0 2608949 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 10449260

[startup+4362.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/430 11584
/proc/meminfo: memFree=8005620/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10450112 CPUtime=4362.37 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1778527 0 0 0 435962 275 0 0 25 0 1 0 769735026 10700914688 1755207 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2612528 1755207 258 24 0 2609162 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 10450112

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/430 11585
/proc/meminfo: memFree=7864600/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10451096 CPUtime=4422.38 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1797312 0 0 0 441959 279 0 0 25 0 1 0 769735026 10701922304 1773981 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2612774 1773981 258 24 0 2609408 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 10451096

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 11587
/proc/meminfo: memFree=7820224/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10452060 CPUtime=4482.38 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1820781 0 0 0 447955 283 0 0 25 0 1 0 769735026 10702909440 1797438 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2613015 1797438 258 24 0 2609649 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 10452060

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 11589
/proc/meminfo: memFree=7690624/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10452828 CPUtime=4542.37 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1839581 0 0 0 453950 287 0 0 25 0 1 0 769735026 10703695872 1816232 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2613207 1816232 258 24 0 2609841 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 10452828

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/430 11617
/proc/meminfo: memFree=7719912/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10453772 CPUtime=4602.4 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1861936 0 0 0 459948 292 0 0 25 0 1 0 769735026 10704662528 1838575 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2613443 1838575 258 24 0 2610077 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 10453772

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/430 11619
/proc/meminfo: memFree=7586372/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10454544 CPUtime=4662.38 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1883790 0 0 0 465943 295 0 0 25 0 1 0 769735026 10705453056 1860424 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2613636 1860424 258 24 0 2610270 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 10454544

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/430 11620
/proc/meminfo: memFree=7534408/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10455308 CPUtime=4722.39 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1898375 0 0 0 471942 297 0 0 25 0 1 0 769735026 10706235392 1875006 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2613827 1875006 258 24 0 2610461 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 10455308

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/430 11622
/proc/meminfo: memFree=7462932/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10456224 CPUtime=4782.38 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1915745 0 0 0 477936 302 0 0 25 0 1 0 769735026 10707173376 1892365 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2614056 1892365 258 24 0 2610690 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 10456224

[startup+4842.3 s]
/proc/loadavg: 2.11 2.04 2.01 4/430 11624
/proc/meminfo: memFree=7392656/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10457088 CPUtime=4842.38 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1930765 0 0 0 483933 305 0 0 25 0 1 0 769735026 10708058112 1907376 33554432000 4194304 4291037 140735305888064 18446744073709551615 4262153 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2614272 1907376 258 24 0 2610906 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 10457088

[startup+4902.3 s]
/proc/loadavg: 2.08 2.05 2.01 4/430 11625
/proc/meminfo: memFree=7301436/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10457824 CPUtime=4902.39 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1948391 0 0 0 489929 310 0 0 25 0 1 0 769735026 10708811776 1924997 33554432000 4194304 4291037 140735305888064 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2614456 1924997 258 24 0 2611090 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 10457824

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.01 4/430 11627
/proc/meminfo: memFree=7272608/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10458388 CPUtime=4962.39 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1963178 0 0 0 495925 314 0 0 25 0 1 0 769735026 10709389312 1939770 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2614597 1939770 258 24 0 2611231 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 10458388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 11628
/proc/meminfo: memFree=7186672/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=10458560 CPUtime=5000.1 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4202496 1976372 0 0 0 499695 315 0 0 25 0 1 0 769735026 10709565440 1952963 33554432000 4194304 4291037 140735305888064 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11345/statm: 2614640 1952963 258 24 0 2611274 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 10458560

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

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

[startup+5000.2 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 11628
/proc/meminfo: memFree=7186672/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=0 CPUtime=5000.29 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4203524 1976372 0 0 0 499695 334 0 0 25 0 1 0 769735026 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/11345/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.29
Current children cumulated vsize (KiB) 0

[startup+5000.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 11628
/proc/meminfo: memFree=7186672/32951124 swapFree=44485824/67111528
[pid=11345] ppid=11343 vsize=0 CPUtime=5000.39 cores=0,2,4,6
/proc/11345/stat : 11345 (minisat_release) R 11343 11345 11216 0 -1 4203524 1976372 0 0 0 499695 344 0 0 25 0 1 0 769735026 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/11345/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.31
CPU time (s): 5000.41
CPU user time (s): 4996.96
CPU system time (s): 3.45248
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 10458560

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

runsolver used 22.8075 second user time and 47.3538 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-28 13:15:46
IDJOB=3419860
IDBENCH=82366
IDSOLVER=1912
FILE ID=node105/3419860-1306581345
RUNJOBID= node105-1306579400-11234
PBS_JOBID= 13471575
Free space on /tmp= 73156 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=663900317

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15146236 kB
Buffers:        358756 kB
Cached:       13501140 kB
SwapCached:      39596 kB
Active:        7019192 kB
Inactive:     10464728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15146236 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:           37272 kB
Writeback:          28 kB
AnonPages:     3592348 kB
Mapped:          19508 kB
Slab:           172140 kB
PageTables:      81420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114921308 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= 73152 MiB
End job on node105 at 2011-05-28 14:39:08