Trace number 3349643

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.13 1300.09

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 2.20 2.90 4/330 11854
/proc/meminfo: memFree=27458596/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=19888 CPUtime=0 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 502 0 0 0 0 0 0 0 21 0 1 0 608702883 20365312 446 33554432000 4194304 4300056 140736233659232 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 4972 446 221 26 0 1604 0

[startup+0.0603219 s]
/proc/loadavg: 1.14 2.20 2.90 4/330 11854
/proc/meminfo: memFree=27458596/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=22124 CPUtime=0.05 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 1043 0 0 0 5 0 0 0 21 0 1 0 608702883 22654976 975 33554432000 4194304 4300056 140736233659232 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 5531 975 222 26 0 2163 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22124

[startup+0.100325 s]
/proc/loadavg: 1.14 2.20 2.90 4/330 11854
/proc/meminfo: memFree=27458596/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=25016 CPUtime=0.09 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 1988 0 0 0 9 0 0 0 21 0 1 0 608702883 25616384 1829 33554432000 4194304 4300056 140736233659232 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 6254 1830 222 26 0 2886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25016

[startup+0.300289 s]
/proc/loadavg: 1.14 2.20 2.90 4/330 11854
/proc/meminfo: memFree=27458596/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=55760 CPUtime=0.29 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 11929 0 0 0 27 2 0 0 22 0 1 0 608702883 57098240 9096 33554432000 4194304 4300056 140736233659232 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 13940 9097 222 26 0 10572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55760

[startup+0.700225 s]
/proc/loadavg: 1.14 2.20 2.90 4/330 11854
/proc/meminfo: memFree=27458596/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=115660 CPUtime=0.69 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 30902 0 0 0 65 4 0 0 24 0 1 0 608702883 118435840 23017 33554432000 4194304 4300056 140736233659232 18446744073709551615 244446606369 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 28915 23018 222 26 0 25547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115660

[startup+1.50108 s]
/proc/loadavg: 1.14 2.20 2.90 5/331 11855
/proc/meminfo: memFree=27171632/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=191656 CPUtime=1.5 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 57085 0 0 0 141 9 0 0 25 0 1 0 608702883 196255744 41219 33554432000 4194304 4300056 140736233659232 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 47914 41219 226 26 0 44546 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 191656

[startup+3.10077 s]
/proc/loadavg: 1.14 2.20 2.90 5/331 11856
/proc/meminfo: memFree=27043916/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=191656 CPUtime=3.1 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 57088 0 0 0 301 9 0 0 25 0 1 0 608702883 196255744 41222 33554432000 4194304 4300056 140736233659232 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 47914 41222 227 26 0 44546 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 191656

[startup+6.30116 s]
/proc/loadavg: 1.53 2.26 2.91 5/337 11868
/proc/meminfo: memFree=26447416/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=154352 CPUtime=6.29 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 65689 0 0 0 619 10 0 0 25 0 1 0 608702883 158056448 33179 33554432000 4194304 4300056 140736233659232 18446744073709551615 4262798 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 38588 33179 245 26 0 35220 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154352

[startup+12.701 s]
/proc/loadavg: 1.89 2.33 2.93 5/337 11868
/proc/meminfo: memFree=25742484/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=173320 CPUtime=12.69 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 67599 0 0 0 1258 11 0 0 25 0 1 0 608702883 177479680 35082 33554432000 4194304 4300056 140736233659232 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 43330 35082 246 26 0 39962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173320

[startup+25.5006 s]
/proc/loadavg: 2.35 2.41 2.95 5/337 11868
/proc/meminfo: memFree=25924152/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=204140 CPUtime=25.51 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 71666 0 0 0 2539 12 0 0 25 0 1 0 608702883 209039360 39138 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 51035 39138 246 26 0 47667 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 204140

[startup+51.1009 s]
/proc/loadavg: 2.92 2.53 2.97 5/337 11869
/proc/meminfo: memFree=25770380/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=254228 CPUtime=51.1 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 80404 0 0 0 5096 14 0 0 25 0 1 0 608702883 260329472 47866 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 63557 47866 246 26 0 60189 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 254228

[startup+102.3 s]
/proc/loadavg: 3.53 2.76 3.02 5/337 11870
/proc/meminfo: memFree=25481692/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=335616 CPUtime=102.3 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 97372 0 0 0 10212 18 0 0 25 0 1 0 608702883 343670784 64810 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 83904 64810 246 26 0 80536 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 335616

[startup+162.3 s]
/proc/loadavg: 3.82 2.98 3.08 5/337 11872
/proc/meminfo: memFree=25088316/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=467876 CPUtime=162.3 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 116708 0 0 0 16207 23 0 0 25 0 1 0 608702883 479105024 84128 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 116969 84128 246 26 0 113601 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 467876

[startup+222.301 s]
/proc/loadavg: 3.93 3.16 3.14 5/337 11873
/proc/meminfo: memFree=24744052/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=468372 CPUtime=222.29 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 136339 0 0 0 22202 27 0 0 25 0 1 0 608702883 479612928 103745 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 117093 103745 246 26 0 113725 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 468372

[startup+282.301 s]
/proc/loadavg: 3.97 3.31 3.19 5/337 11884
/proc/meminfo: memFree=24408332/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=683296 CPUtime=282.3 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 158158 0 0 0 28199 31 0 0 25 0 1 0 608702883 699695104 125546 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 170824 125546 246 26 0 167456 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 683296

[startup+342.301 s]
/proc/loadavg: 4.09 3.47 3.25 5/337 11886
/proc/meminfo: memFree=24049312/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=683536 CPUtime=342.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 176589 0 0 0 34195 37 0 0 25 0 1 0 608702883 699940864 143952 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 170884 143952 246 26 0 167516 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 683536

[startup+402.301 s]
/proc/loadavg: 4.03 3.56 3.29 5/337 11968
/proc/meminfo: memFree=24400580/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=683536 CPUtime=402.3 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 195493 0 0 0 40189 41 0 0 25 0 1 0 608702883 699940864 162839 33554432000 4194304 4300056 140736233659232 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 170884 162839 246 26 0 167516 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 683536

[startup+462.313 s]
/proc/loadavg: 4.01 3.64 3.33 5/337 11973
/proc/meminfo: memFree=24162184/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1032784 CPUtime=462.31 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 215143 0 0 0 46185 46 0 0 25 0 1 0 608702883 1057570816 182473 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 258196 182473 246 26 0 254828 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1032784

[startup+522.3 s]
/proc/loadavg: 4.09 3.73 3.38 5/337 12001
/proc/meminfo: memFree=23890000/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1032784 CPUtime=522.3 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 233487 0 0 0 52180 50 0 0 25 0 1 0 608702883 1057570816 200795 33554432000 4194304 4300056 140736233659232 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 258196 200795 246 26 0 254828 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1032784

[startup+582.3 s]
/proc/loadavg: 4.07 3.79 3.42 5/337 12003
/proc/meminfo: memFree=23639544/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1033196 CPUtime=582.31 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 251084 0 0 0 58176 55 0 0 25 0 1 0 608702883 1057992704 218380 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 258299 218380 246 26 0 254931 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1033196

[startup+642.301 s]
/proc/loadavg: 4.02 3.83 3.46 5/337 12005
/proc/meminfo: memFree=23400052/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1034124 CPUtime=642.31 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 268714 0 0 0 64172 59 0 0 25 0 1 0 608702883 1058942976 235981 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 258531 235981 246 26 0 255163 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1034124

[startup+702.301 s]
/proc/loadavg: 4.05 3.87 3.49 5/337 12006
/proc/meminfo: memFree=23141816/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1036384 CPUtime=702.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 286729 0 0 0 70167 65 0 0 25 0 1 0 608702883 1061257216 253986 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 259096 253986 246 26 0 255728 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1036384

[startup+762.301 s]
/proc/loadavg: 4.05 3.90 3.53 5/337 12008
/proc/meminfo: memFree=22888684/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1605428 CPUtime=762.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 304667 0 0 0 76163 69 0 0 25 0 1 0 608702883 1643958272 271913 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 401357 271913 246 26 0 397989 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1605428

[startup+822.301 s]
/proc/loadavg: 4.18 3.95 3.56 5/337 12009
/proc/meminfo: memFree=22657860/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1608116 CPUtime=822.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 321983 0 0 0 82158 74 0 0 25 0 1 0 608702883 1646710784 289211 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 402029 289211 246 26 0 398661 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1608116

[startup+882.301 s]
/proc/loadavg: 4.13 3.97 3.59 5/337 12011
/proc/meminfo: memFree=22389216/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1609688 CPUtime=882.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 341213 0 0 0 88152 80 0 0 25 0 1 0 608702883 1648320512 308421 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 402422 308421 246 26 0 399054 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1609688

[startup+942.3 s]
/proc/loadavg: 4.05 3.97 3.62 5/337 12013
/proc/meminfo: memFree=22139300/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1611744 CPUtime=942.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 358721 0 0 0 94147 85 0 0 25 0 1 0 608702883 1650425856 325916 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 402936 325916 246 26 0 399568 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1611744

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.64 5/337 12014
/proc/meminfo: memFree=21886896/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1614208 CPUtime=1002.34 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 374384 0 0 0 100144 90 0 0 25 0 1 0 608702883 1652948992 341550 33554432000 4194304 4300056 140736233659232 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 403552 341550 246 26 0 400184 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1614208

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.66 5/337 12016
/proc/meminfo: memFree=21658696/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1615440 CPUtime=1062.32 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 390363 0 0 0 106139 93 0 0 25 0 1 0 608702883 1654210560 357514 33554432000 4194304 4300056 140736233659232 18446744073709551615 4254653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 403860 357514 246 26 0 400492 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1615440

[startup+1122.31 s]
/proc/loadavg: 4.02 3.99 3.68 5/337 12017
/proc/meminfo: memFree=21406428/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1617160 CPUtime=1122.34 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 408742 0 0 0 112136 98 0 0 25 0 1 0 608702883 1655971840 375881 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 404290 375881 246 26 0 400922 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1617160

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.70 5/337 12019
/proc/meminfo: memFree=21167684/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=1619412 CPUtime=1182.33 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 426015 0 0 0 118130 103 0 0 25 0 1 0 608702883 1658277888 393139 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 404853 393139 246 26 0 401485 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1619412

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.72 5/337 12048
/proc/meminfo: memFree=21113096/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=2543616 CPUtime=1242.33 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 442472 0 0 0 124126 107 0 0 25 0 1 0 608702883 2604662784 409585 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 635904 409585 246 26 0 632536 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2543616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.73 5/337 12049
/proc/meminfo: memFree=20880560/32951124 swapFree=44485652/67111528
[pid=11854] ppid=11852 vsize=2547744 CPUtime=1300.04 cores=0,2
/proc/11854/stat : 11854 (lr_gl_shr) R 11852 11854 11366 0 -1 4202496 461437 0 0 0 129893 111 0 0 25 0 1 0 608702883 2608889856 428538 33554432000 4194304 4300056 140736233659232 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11854/statm: 636936 428538 246 26 0 633568 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2547744

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.09
CPU time (s): 1300.13
CPU user time (s): 1298.94
CPU system time (s): 1.18682
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2547744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.94
system time used= 1.18682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461437
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= 6
involuntary context switches= 1747

runsolver used 4.6093 second user time and 9.44756 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 21:57:04
IDJOB=3349643
IDBENCH=82394
IDSOLVER=1813
FILE ID=node105/3349643-1304971023
RUNJOBID= node105-1304971022-11824
PBS_JOBID= 13285645
Free space on /tmp= 48584 MiB

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

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=640605786

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:      27459000 kB
Buffers:        141784 kB
Cached:        3848300 kB
SwapCached:      39280 kB
Active:         416572 kB
Inactive:      4850592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27459000 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:          210980 kB
Writeback:          16 kB
AnonPages:     1244992 kB
Mapped:          10232 kB
Slab:            94496 kB
PageTables:      67300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65421600 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= 48392 MiB
End job on node105 at 2011-05-09 22:18:46