Trace number 3372460

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
Lingeling 587f (fixed)? (TO) 5000.07 4999.93

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-3372460-1305422074/watcher-3372460-1305422074 -o /tmp/evaluation-result-3372460-1305422074/solver-3372460-1305422074 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372460-1305422074.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: 7.58 8.02 8.04 2/354 14831
/proc/meminfo: memFree=21184284/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=7032 CPUtime=0 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 336 0 0 0 0 0 0 0 21 0 1 0 653805289 7200768 280 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 1758 280 110 53 0 181 0

[startup+0.0965611 s]
/proc/loadavg: 7.58 8.02 8.04 2/354 14831
/proc/meminfo: memFree=21184284/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=10380 CPUtime=0.09 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 1193 0 0 0 9 0 0 0 21 0 1 0 653805289 10629120 1120 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 2595 1120 113 53 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10380

[startup+0.10056 s]
/proc/loadavg: 7.58 8.02 8.04 2/354 14831
/proc/meminfo: memFree=21184284/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=10380 CPUtime=0.09 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 1193 0 0 0 9 0 0 0 21 0 1 0 653805289 10629120 1120 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905349694 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 2595 1120 113 53 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10380

[startup+0.30052 s]
/proc/loadavg: 7.58 8.02 8.04 2/354 14831
/proc/meminfo: memFree=21184284/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=21320 CPUtime=0.29 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3979 0 0 0 29 0 0 0 22 0 1 0 653805289 21831680 3855 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 5330 3855 113 53 0 3753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21320

[startup+0.700449 s]
/proc/loadavg: 7.58 8.02 8.04 2/354 14831
/proc/meminfo: memFree=21184284/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=53576 CPUtime=0.69 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 12043 0 0 0 67 2 0 0 24 0 1 0 653805289 54861824 11919 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 13394 11919 113 53 0 11817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53576

[startup+1.50031 s]
/proc/loadavg: 7.58 8.02 8.04 3/355 14832
/proc/meminfo: memFree=21123884/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=62368 CPUtime=1.49 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 18040 0 0 0 146 3 0 0 25 0 1 0 653805289 63864832 14097 33554432000 4194304 4409284 140733701191088 18446744073709551615 4282051 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 15592 14097 125 53 0 14015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62368

[startup+3.10102 s]
/proc/loadavg: 7.58 8.02 8.04 3/355 14832
/proc/meminfo: memFree=21122652/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=63348 CPUtime=3.09 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 20066 0 0 0 306 3 0 0 25 0 1 0 653805289 64868352 14348 33554432000 4194304 4409284 140733701191088 18446744073709551615 4259624 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 15837 14348 131 53 0 14260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63348

[startup+6.30043 s]
/proc/loadavg: 7.13 7.92 8.01 3/355 14832
/proc/meminfo: memFree=21117516/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=67496 CPUtime=6.29 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 37502 0 0 0 624 5 0 0 25 0 1 0 653805289 69115904 15396 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230088 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 16874 15396 136 53 0 15297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67496

[startup+12.7003 s]
/proc/loadavg: 6.72 7.82 7.97 3/355 14833
/proc/meminfo: memFree=21102792/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=67496 CPUtime=12.7 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 37507 0 0 0 1264 6 0 0 25 0 1 0 653805289 69115904 15401 33554432000 4194304 4409284 140733701191088 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 16874 15401 141 53 0 15297 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 67496

[startup+25.501 s]
/proc/loadavg: 5.67 7.54 7.88 3/355 14833
/proc/meminfo: memFree=21069196/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=72840 CPUtime=25.5 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 38843 0 0 0 2542 8 0 0 25 0 1 0 653805289 74588160 16737 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 18210 16737 141 53 0 16633 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 72840

[startup+51.1003 s]
/proc/loadavg: 4.42 7.09 7.72 3/355 14834
/proc/meminfo: memFree=21028984/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=93052 CPUtime=51.09 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 60405 0 0 0 5097 12 0 0 25 0 1 0 653805289 95285248 21790 33554432000 4194304 4409284 140733701191088 18446744073709551615 4340469 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 23263 21790 141 53 0 21686 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93052

[startup+102.313 s]
/proc/loadavg: 3.05 6.30 7.42 3/355 14835
/proc/meminfo: memFree=21009228/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=111096 CPUtime=102.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 81461 0 0 0 10212 18 0 0 25 0 1 0 653805289 113762304 26301 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 27774 26301 141 53 0 26197 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111096

[startup+162.3 s]
/proc/loadavg: 2.38 5.52 7.08 3/355 14837
/proc/meminfo: memFree=20966532/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=111092 CPUtime=162.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 81461 0 0 0 16206 24 0 0 25 0 1 0 653805289 113758208 26300 33554432000 4194304 4409284 140733701191088 18446744073709551615 4347349 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 27773 26300 141 53 0 26196 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 111092

[startup+222.3 s]
/proc/loadavg: 2.14 4.87 6.76 3/355 14838
/proc/meminfo: memFree=20977908/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=164324 CPUtime=222.29 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 133387 0 0 0 22194 35 0 0 25 0 1 0 653805289 168267776 39608 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 41081 39608 141 53 0 39504 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164324

[startup+282.3 s]
/proc/loadavg: 2.05 4.35 6.45 3/355 14840
/proc/meminfo: memFree=20821020/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=160652 CPUtime=282.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 138469 0 0 0 28190 40 0 0 25 0 1 0 653805289 164507648 38690 33554432000 4194304 4409284 140733701191088 18446744073709551615 4243014 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 40163 38690 141 53 0 38586 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 160652

[startup+342.301 s]
/proc/loadavg: 2.02 3.92 6.17 3/355 14841
/proc/meminfo: memFree=20900228/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=107668 CPUtime=342.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 147036 0 0 0 34182 48 0 0 25 0 1 0 653805289 110252032 25476 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 26917 25476 141 53 0 25340 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107668

[startup+402.301 s]
/proc/loadavg: 2.00 3.57 5.91 3/355 14843
/proc/meminfo: memFree=20776332/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=145332 CPUtime=402.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 211730 0 0 0 40169 61 0 0 25 0 1 0 653805289 148819968 34892 33554432000 4194304 4409284 140733701191088 18446744073709551615 4352006 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 36333 34892 141 53 0 34756 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145332

[startup+462.301 s]
/proc/loadavg: 2.09 3.31 5.67 3/355 14845
/proc/meminfo: memFree=20797616/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=168280 CPUtime=462.3 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 224449 0 0 0 46163 67 0 0 25 0 1 0 653805289 172318720 40597 33554432000 4194304 4409284 140733701191088 18446744073709551615 4226475 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 42070 40597 141 53 0 40493 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 168280

[startup+522.301 s]
/proc/loadavg: 2.08 3.08 5.44 3/355 14846
/proc/meminfo: memFree=20771676/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=194512 CPUtime=522.31 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 235032 0 0 0 52155 76 0 0 25 0 1 0 653805289 199180288 47155 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358609 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 48628 47155 141 53 0 47051 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 194512

[startup+582.3 s]
/proc/loadavg: 2.03 2.88 5.23 3/355 14848
/proc/meminfo: memFree=20688324/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=265292 CPUtime=582.31 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 270400 0 0 0 58146 85 0 0 25 0 1 0 653805289 271659008 64850 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230986 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 66323 64850 141 53 0 64746 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 265292

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.28 2.07 2.09 4/361 31758
/proc/meminfo: memFree=19657844/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=468480 CPUtime=4062.41 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3161865 0 0 0 405442 799 0 0 25 0 1 0 653805289 479723520 115647 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 117120 115647 141 53 0 115543 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 468480

[startup+4122.3 s]
/proc/loadavg: 2.38 2.17 2.12 3/355 21347
/proc/meminfo: memFree=19989600/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=648948 CPUtime=4122.4 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3206982 0 0 0 411429 811 0 0 25 0 1 0 653805289 664522752 160764 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 162237 160764 141 53 0 160660 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 648948

[startup+4182.3 s]
/proc/loadavg: 2.14 2.14 2.11 3/355 21349
/proc/meminfo: memFree=19852560/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=439532 CPUtime=4182.41 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3231315 0 0 0 417418 823 0 0 25 0 1 0 653805289 450080768 108410 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230576 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 109883 108410 141 53 0 108306 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 439532

[startup+4242.3 s]
/proc/loadavg: 2.05 2.11 2.10 3/355 21350
/proc/meminfo: memFree=19985836/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=669532 CPUtime=4242.41 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3302923 0 0 0 423402 839 0 0 25 0 1 0 653805289 685600768 165910 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230481 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 167383 165910 141 53 0 165806 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 669532

[startup+4302.3 s]
/proc/loadavg: 2.09 2.10 2.09 3/355 21352
/proc/meminfo: memFree=19943260/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=345832 CPUtime=4302.42 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3318376 0 0 0 429391 851 0 0 25 0 1 0 653805289 354131968 85017 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 86458 85017 141 53 0 84881 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 345832

[startup+4362.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/355 21354
/proc/meminfo: memFree=20296376/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=444320 CPUtime=4362.42 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3351466 0 0 0 435382 860 0 0 25 0 1 0 653805289 454983680 109607 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358572 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 111080 109607 141 53 0 109503 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 444320

[startup+4422.3 s]
/proc/loadavg: 2.03 2.08 2.08 3/355 21355
/proc/meminfo: memFree=19749872/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=498712 CPUtime=4422.41 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3442942 0 0 0 441365 876 0 0 25 0 1 0 653805289 510681088 123205 33554432000 4194304 4409284 140733701191088 18446744073709551615 4230341 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 124678 123205 141 53 0 123101 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 498712

[startup+4482.3 s]
/proc/loadavg: 2.01 2.06 2.08 3/355 21357
/proc/meminfo: memFree=19283492/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=964292 CPUtime=4482.42 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3559337 0 0 0 447348 894 0 0 25 0 1 0 653805289 987435008 239600 33554432000 4194304 4409284 140733701191088 18446744073709551615 4226404 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 241073 239600 141 53 0 239496 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 964292

[startup+4542.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/355 21358
/proc/meminfo: memFree=20425120/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=295364 CPUtime=4542.41 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3585206 0 0 0 453334 907 0 0 25 0 1 0 653805289 302452736 72400 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 73841 72400 141 53 0 72264 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 295364

[startup+4602.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/355 21360
/proc/meminfo: memFree=19872912/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=406484 CPUtime=4602.43 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3612986 0 0 0 459323 920 0 0 25 0 1 0 653805289 416239616 100180 33554432000 4194304 4409284 140733701191088 18446744073709551615 4348289 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 101621 100180 141 53 0 100044 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 406484

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/355 21362
/proc/meminfo: memFree=19610488/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=327892 CPUtime=4662.42 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3671558 0 0 0 465306 936 0 0 25 0 1 0 653805289 335761408 80500 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 81973 80500 141 53 0 80396 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 327892

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.06 3/355 21363
/proc/meminfo: memFree=19964724/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=516648 CPUtime=4722.44 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3724095 0 0 0 471296 948 0 0 25 0 1 0 653805289 529047552 127689 33554432000 4194304 4409284 140733701191088 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 129162 127689 141 53 0 127585 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 516648

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/355 21365
/proc/meminfo: memFree=19544596/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=612128 CPUtime=4782.43 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3747965 0 0 0 477284 959 0 0 25 0 1 0 653805289 626819072 151559 33554432000 4194304 4409284 140733701191088 18446744073709551615 4360438 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 153032 151559 141 53 0 151455 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 612128

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/355 21366
/proc/meminfo: memFree=19949808/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=466368 CPUtime=4842.42 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3831252 0 0 0 483266 976 0 0 25 0 1 0 653805289 477560832 115119 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 116592 115119 141 53 0 115015 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 466368

[startup+4902.3 s]
/proc/loadavg: 2.04 2.02 2.04 3/355 21368
/proc/meminfo: memFree=19263788/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=600212 CPUtime=4902.43 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3864713 0 0 0 489255 988 0 0 25 0 1 0 653805289 614617088 148580 33554432000 4194304 4409284 140733701191088 18446744073709551615 4358229 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 150053 148580 141 53 0 148476 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 600212

[startup+4962.3 s]
/proc/loadavg: 2.05 2.03 2.04 3/355 21370
/proc/meminfo: memFree=19521300/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=311448 CPUtime=4962.43 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3875663 0 0 0 495246 997 0 0 25 0 1 0 653805289 318922752 76389 33554432000 4194304 4409284 140733701191088 18446744073709551615 4244855 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 77862 76389 141 53 0 76285 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 311448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.04 2/353 21372
/proc/meminfo: memFree=20801824/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=411736 CPUtime=5000.04 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3900735 0 0 0 498998 1006 0 0 25 0 1 0 653805289 421617664 101461 33554432000 4194304 4409284 140733701191088 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 102934 101461 141 53 0 101357 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 411736

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.04 2/353 21372
/proc/meminfo: memFree=20801824/32951124 swapFree=65581052/67111528
[pid=14831] ppid=14829 vsize=411736 CPUtime=5000.04 cores=1,3,5,7
/proc/14831/stat : 14831 (lingeling) R 14829 14831 14138 0 -1 4202496 3900735 0 0 0 498998 1006 0 0 25 0 1 0 653805289 421617664 101461 33554432000 4194304 4409284 140733701191088 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/14831/statm: 102934 101461 141 53 0 101357 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 411736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4989.99
CPU system time (s): 10.0785
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1229208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4989.99
system time used= 10.0785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3900735
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= 3
involuntary context switches= 8292

runsolver used 16.0876 second user time and 40.2249 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 03:14:36
IDJOB=3372460
IDBENCH=82394
IDSOLVER=1850
FILE ID=node137/3372460-1305422074
RUNJOBID= node137-1305422074-14812
PBS_JOBID= 13324553
Free space on /tmp= 73616 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372460-1305422074/watcher-3372460-1305422074 -o /tmp/evaluation-result-3372460-1305422074/solver-3372460-1305422074 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372460-1305422074.cnf

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=1772368848

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21184440 kB
Buffers:        289180 kB
Cached:        3783452 kB
SwapCached:      36328 kB
Active:        1710636 kB
Inactive:      9828872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21184440 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           62608 kB
Writeback:           0 kB
AnonPages:     7440024 kB
Mapped:          19220 kB
Slab:           123756 kB
PageTables:      38528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75942796 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= 73748 MiB
End job on node137 at 2011-05-15 04:37:58