Trace number 3349411

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: LR_GL_SHR 2011-03-02? (TO) 1300.11 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3349411-1304970819/watcher-3349411-1304970819 -o /tmp/evaluation-result-3349411-1304970819/solver-3349411-1304970819 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349411-1304970819.cnf -verb=0 -model 

running on 2 cores: 5,7

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: 1.84 3.20 3.48 5/297 22948
/proc/meminfo: memFree=31136356/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=19888 CPUtime=0 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 503 0 0 0 0 0 0 0 21 0 1 0 608679947 20365312 446 33554432000 4194304 4300056 140736160653360 18446744073709551615 228122713856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 4972 446 221 26 0 1604 0

[startup+0.0709791 s]
/proc/loadavg: 1.84 3.20 3.48 5/297 22948
/proc/meminfo: memFree=31136356/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=22920 CPUtime=0.06 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 1225 0 0 0 6 0 0 0 21 0 1 0 608679947 23470080 1155 33554432000 4194304 4300056 140736160653360 18446744073709551615 228122713856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 5730 1155 222 26 0 2362 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22920

[startup+0.100973 s]
/proc/loadavg: 1.84 3.20 3.48 5/297 22948
/proc/meminfo: memFree=31136356/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=25520 CPUtime=0.08 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 2132 0 0 0 8 0 0 0 21 0 1 0 608679947 26132480 1957 33554432000 4194304 4300056 140736160653360 18446744073709551615 228122713856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 6380 1959 223 26 0 3012 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25520

[startup+0.300938 s]
/proc/loadavg: 1.84 3.20 3.48 5/297 22948
/proc/meminfo: memFree=31136356/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=57212 CPUtime=0.28 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 12760 0 0 0 26 2 0 0 22 0 1 0 608679947 58585088 9757 33554432000 4194304 4300056 140736160653360 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 14303 9760 222 26 0 10935 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57212

[startup+0.700865 s]
/proc/loadavg: 1.84 3.20 3.48 5/297 22948
/proc/meminfo: memFree=31136356/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=115688 CPUtime=0.68 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 31425 0 0 0 63 5 0 0 24 0 1 0 608679947 118464512 23438 33554432000 4194304 4300056 140736160653360 18446744073709551615 4230428 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 28922 23438 226 26 0 25554 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115688

[startup+1.50073 s]
/proc/loadavg: 1.84 3.20 3.48 5/298 22949
/proc/meminfo: memFree=30958112/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=115688 CPUtime=1.48 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 31427 0 0 0 143 5 0 0 25 0 1 0 608679947 118464512 23440 33554432000 4194304 4300056 140736160653360 18446744073709551615 4255771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 28922 23440 227 26 0 25554 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 115688

[startup+3.10043 s]
/proc/loadavg: 1.84 3.20 3.48 5/298 22949
/proc/meminfo: memFree=30941064/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=95148 CPUtime=3.09 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 36370 0 0 0 303 6 0 0 25 0 1 0 608679947 97431552 19296 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 23787 19296 246 26 0 20419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95148

[startup+6.30085 s]
/proc/loadavg: 2.25 3.27 3.49 6/301 22955
/proc/meminfo: memFree=30575628/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=106824 CPUtime=6.29 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 37678 0 0 0 623 6 0 0 25 0 1 0 608679947 109387776 20596 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 26706 20596 247 26 0 23338 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106824

[startup+12.7007 s]
/proc/loadavg: 2.39 3.28 3.50 6/301 22956
/proc/meminfo: memFree=30327880/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=125792 CPUtime=12.69 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 40656 0 0 0 1262 7 0 0 25 0 1 0 608679947 128811008 23566 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 31448 23566 247 26 0 28080 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125792

[startup+25.5004 s]
/proc/loadavg: 2.75 3.31 3.50 6/301 22956
/proc/meminfo: memFree=30183716/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=156612 CPUtime=25.49 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 46689 0 0 0 2541 8 0 0 25 0 1 0 608679947 160370688 29586 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252411 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 39153 29586 247 26 0 35785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156612

[startup+51.1007 s]
/proc/loadavg: 3.30 3.40 3.53 6/301 22957
/proc/meminfo: memFree=30124784/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=206700 CPUtime=51.09 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 57518 0 0 0 5098 11 0 0 25 0 1 0 608679947 211660800 40398 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 51675 40398 247 26 0 48307 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 206700

[startup+102.311 s]
/proc/loadavg: 3.69 3.49 3.55 6/301 22958
/proc/meminfo: memFree=29752208/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=288476 CPUtime=102.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 82072 0 0 0 10216 14 0 0 25 0 1 0 608679947 295399424 64935 33554432000 4194304 4300056 140736160653360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 72119 64935 247 26 0 68751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 288476

[startup+162.3 s]
/proc/loadavg: 3.89 3.58 3.57 6/301 22960
/proc/meminfo: memFree=29332188/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=420736 CPUtime=162.29 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 107961 0 0 0 16209 20 0 0 25 0 1 0 608679947 430833664 90802 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 105184 90802 247 26 0 101816 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 420736

[startup+222.301 s]
/proc/loadavg: 4.01 3.67 3.60 6/301 22961
/proc/meminfo: memFree=28829452/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=636092 CPUtime=222.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 133034 0 0 0 22205 25 0 0 25 0 1 0 608679947 651358208 115844 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 159023 115845 247 26 0 155655 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636092

[startup+282.301 s]
/proc/loadavg: 4.00 3.73 3.63 6/301 22963
/proc/meminfo: memFree=28448860/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=636092 CPUtime=282.29 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 157916 0 0 0 28201 28 0 0 25 0 1 0 608679947 651358208 140703 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 159023 140703 247 26 0 155655 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 636092

[startup+342.301 s]
/proc/loadavg: 4.00 3.77 3.65 6/301 22964
/proc/meminfo: memFree=28052768/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=985832 CPUtime=342.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 183121 0 0 0 34197 33 0 0 25 0 1 0 608679947 1009491968 165895 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 246458 165895 247 26 0 243090 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 985832

[startup+402.301 s]
/proc/loadavg: 4.00 3.81 3.66 6/301 22966
/proc/meminfo: memFree=27677372/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=987944 CPUtime=402.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 205145 0 0 0 40192 38 0 0 25 0 1 0 608679947 1011654656 187899 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252404 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 246986 187899 247 26 0 243618 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 987944

[startup+462.301 s]
/proc/loadavg: 4.00 3.84 3.68 6/301 22977
/proc/meminfo: memFree=27296996/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=990028 CPUtime=462.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 227310 0 0 0 46188 42 0 0 25 0 1 0 608679947 1013788672 210046 33554432000 4194304 4300056 140736160653360 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 247507 210046 247 26 0 244139 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 990028

[startup+522.301 s]
/proc/loadavg: 4.17 3.91 3.72 6/301 22978
/proc/meminfo: memFree=26895796/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=992216 CPUtime=522.3 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 248811 0 0 0 52183 47 0 0 25 0 1 0 608679947 1016029184 231534 33554432000 4194304 4300056 140736160653360 18446744073709551615 4254643 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 248054 231534 247 26 0 244686 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 992216

[startup+582.3 s]
/proc/loadavg: 4.06 3.93 3.73 6/301 22980
/proc/meminfo: memFree=26592076/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1561576 CPUtime=582.31 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 269253 0 0 0 58180 51 0 0 25 0 1 0 608679947 1599053824 251968 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 390394 251968 247 26 0 387026 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1561576

[startup+642.3 s]
/proc/loadavg: 4.06 3.95 3.75 6/301 22983
/proc/meminfo: memFree=26253596/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1563196 CPUtime=642.31 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 289187 0 0 0 64177 54 0 0 25 0 1 0 608679947 1600712704 271884 33554432000 4194304 4300056 140736160653360 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 390799 271884 247 26 0 387431 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1563196

[startup+702.3 s]
/proc/loadavg: 4.18 3.99 3.77 6/301 22986
/proc/meminfo: memFree=25899956/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1564436 CPUtime=702.31 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 306306 0 0 0 70174 57 0 0 25 0 1 0 608679947 1601982464 288993 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 391109 288993 247 26 0 387741 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1564436

[startup+762.312 s]
/proc/loadavg: 4.06 3.99 3.78 6/301 22988
/proc/meminfo: memFree=25549860/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1565792 CPUtime=762.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 326954 0 0 0 76171 61 0 0 25 0 1 0 608679947 1603371008 309627 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 391448 309627 247 26 0 388080 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1565792

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.79 6/301 22989
/proc/meminfo: memFree=25207080/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1567272 CPUtime=822.31 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 345179 0 0 0 82166 65 0 0 25 0 1 0 608679947 1604886528 327838 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 391818 327838 247 26 0 388450 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1567272

[startup+882.301 s]
/proc/loadavg: 4.01 3.99 3.81 6/301 22991
/proc/meminfo: memFree=26187752/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1569720 CPUtime=882.31 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 364805 0 0 0 88162 69 0 0 25 0 1 0 608679947 1607393280 347449 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 392430 347449 247 26 0 389062 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1569720

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.82 6/301 22992
/proc/meminfo: memFree=25829592/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1570412 CPUtime=942.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 387290 0 0 0 94157 75 0 0 25 0 1 0 608679947 1608101888 369925 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 392603 369925 247 26 0 389235 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1570412

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.82 6/301 22994
/proc/meminfo: memFree=25499692/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=1571840 CPUtime=1002.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 406529 0 0 0 100153 79 0 0 25 0 1 0 608679947 1609564160 389156 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 392960 389156 247 26 0 389592 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1571840

[startup+1062.3 s]
/proc/loadavg: 4.16 4.02 3.84 6/301 22996
/proc/meminfo: memFree=25173644/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=2495400 CPUtime=1062.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 425707 0 0 0 106149 83 0 0 25 0 1 0 608679947 2555289600 408321 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 623850 408321 247 26 0 620482 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2495400

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.85 6/301 22997
/proc/meminfo: memFree=24804072/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=2497180 CPUtime=1122.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 442627 0 0 0 112144 88 0 0 25 0 1 0 608679947 2557112320 425231 33554432000 4194304 4300056 140736160653360 18446744073709551615 4262409 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 624295 425231 247 26 0 620927 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2497180

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.86 6/301 22999
/proc/meminfo: memFree=24506172/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=2498220 CPUtime=1182.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 459841 0 0 0 118140 92 0 0 25 0 1 0 608679947 2558177280 442433 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 624555 442433 247 26 0 621187 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2498220

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.86 6/301 23000
/proc/meminfo: memFree=24184832/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=2499304 CPUtime=1242.32 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 476020 0 0 0 124137 95 0 0 25 0 1 0 608679947 2559287296 458595 33554432000 4194304 4300056 140736160653360 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 624826 458595 247 26 0 621458 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2499304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.87 3/297 23004
/proc/meminfo: memFree=26253120/32951124 swapFree=54427412/67111528
[pid=22948] ppid=22946 vsize=2500644 CPUtime=1300.04 cores=5,7
/proc/22948/stat : 22948 (lr_gl_shr) R 22946 22948 22352 0 -1 4202496 491888 0 0 0 129904 100 0 0 25 0 1 0 608679947 2560659456 474454 33554432000 4194304 4300056 140736160653360 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22948/statm: 625161 474454 247 26 0 621793 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2500644

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.11
CPU user time (s): 1299.04
CPU system time (s): 1.06984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2500644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.04
system time used= 1.06984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491888
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= 5
involuntary context switches= 13654

runsolver used 3.52646 second user time and 8.33673 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-09 21:53:40
IDJOB=3349411
IDBENCH=82379
IDSOLVER=1813
FILE ID=node138/3349411-1304970819
RUNJOBID= node138-1304970819-22915
PBS_JOBID= 13285612
Free space on /tmp= 47564 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349411-1304970819/watcher-3349411-1304970819 -o /tmp/evaluation-result-3349411-1304970819/solver-3349411-1304970819 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349411-1304970819.cnf -verb=0 -model

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1492106209

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      31137256 kB
Buffers:        142344 kB
Cached:        1412988 kB
SwapCached:      17996 kB
Active:         390156 kB
Inactive:      1248388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31137256 kB
SwapTotal:    67111528 kB
SwapFree:     54427412 kB
Dirty:           99256 kB
Writeback:           0 kB
AnonPages:       76564 kB
Mapped:           8936 kB
Slab:            71784 kB
PageTables:      41096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39581864 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= 47496 MiB
End job on node138 at 2011-05-09 22:15:22