Trace number 3439926

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) 5000.19 5000.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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.1 (svn: 989)

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-3439926-1308503368/watcher-3439926-1308503368 -o /tmp/evaluation-result-3439926-1308503368/solver-3439926-1308503368 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439926-1308503368.cnf -verb=0 -model 

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: 1.12 1.03 1.01 3/177 27399
/proc/meminfo: memFree=28613552/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=19716 CPUtime=0 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 438 0 0 0 0 0 0 0 23 0 1 0 81081673 20189184 380 33554432000 4194304 4300056 140735365563328 18446744073709551615 232124079872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 4929 380 221 26 0 1561 0

[startup+0.0930429 s]
/proc/loadavg: 1.12 1.03 1.01 3/177 27399
/proc/meminfo: memFree=28613552/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=25016 CPUtime=0.08 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1977 0 0 0 8 0 0 0 23 0 1 0 81081673 25616384 1816 33554432000 4194304 4300056 140735365563328 18446744073709551615 232124079872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 6254 1817 222 26 0 2886 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25016

[startup+0.101038 s]
/proc/loadavg: 1.12 1.03 1.01 3/177 27399
/proc/meminfo: memFree=28613552/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=25772 CPUtime=0.09 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 2311 0 0 0 9 0 0 0 23 0 1 0 81081673 26390528 2055 33554432000 4194304 4300056 140735365563328 18446744073709551615 232123669544 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 6443 2055 222 26 0 3075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25772

[startup+0.301007 s]
/proc/loadavg: 1.12 1.03 1.01 3/177 27399
/proc/meminfo: memFree=28613552/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=57608 CPUtime=0.29 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 13030 0 0 0 27 2 0 0 25 0 1 0 81081673 58990592 9965 33554432000 4194304 4300056 140735365563328 18446744073709551615 232123740869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 14402 9965 222 26 0 11034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57608

[startup+0.700934 s]
/proc/loadavg: 1.12 1.03 1.01 3/177 27399
/proc/meminfo: memFree=28613552/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=88516 CPUtime=0.69 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 23285 0 0 0 66 3 0 0 25 0 1 0 81081673 90640384 17666 33554432000 4194304 4300056 140735365563328 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 22129 17666 226 26 0 18761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88516

[startup+1.5008 s]
/proc/loadavg: 1.12 1.03 1.01 4/178 27400
/proc/meminfo: memFree=28545724/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=81280 CPUtime=1.49 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 26594 0 0 0 145 4 0 0 25 0 1 0 81081673 83230720 14262 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 20320 14262 236 26 0 16952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81280

[startup+3.10057 s]
/proc/loadavg: 1.12 1.03 1.01 3/178 27400
/proc/meminfo: memFree=28554900/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=81464 CPUtime=3.09 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 27469 0 0 0 305 4 0 0 25 0 1 0 81081673 83419136 15132 33554432000 4194304 4300056 140735365563328 18446744073709551615 4253987 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 20366 15132 243 26 0 16998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81464

[startup+6.30095 s]
/proc/loadavg: 1.19 1.05 1.01 4/178 27401
/proc/meminfo: memFree=28543372/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=93140 CPUtime=6.29 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 29188 0 0 0 625 4 0 0 25 0 1 0 81081673 95375360 16849 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252407 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 23285 16849 244 26 0 19917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93140

[startup+12.7008 s]
/proc/loadavg: 1.25 1.06 1.02 3/178 27401
/proc/meminfo: memFree=28522976/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=112108 CPUtime=12.69 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 32883 0 0 0 1264 5 0 0 25 0 1 0 81081673 114798592 20536 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 28027 20536 246 26 0 24659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112108

[startup+25.5006 s]
/proc/loadavg: 1.42 1.11 1.03 3/178 27402
/proc/meminfo: memFree=28471372/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=143236 CPUtime=25.49 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 39364 0 0 0 2543 6 0 0 25 0 1 0 81081673 146673664 27010 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 35809 27010 246 26 0 32441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143236

[startup+51.101 s]
/proc/loadavg: 1.62 1.18 1.06 3/178 27402
/proc/meminfo: memFree=28397432/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=193656 CPUtime=51.09 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 52207 0 0 0 5101 8 0 0 25 0 1 0 81081673 198303744 39838 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 48414 39838 246 26 0 45046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 193656

[startup+102.306 s]
/proc/loadavg: 1.83 1.30 1.10 3/178 27404
/proc/meminfo: memFree=28225496/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=275044 CPUtime=102.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 75821 0 0 0 10217 13 0 0 25 0 1 0 81081673 281645056 63428 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 68761 63428 246 26 0 65393 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 275044

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.16 4/178 27405
/proc/meminfo: memFree=28017768/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=407304 CPUtime=162.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 103252 0 0 0 16212 18 0 0 25 0 1 0 81081673 417079296 90838 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 101826 90838 246 26 0 98458 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 407304

[startup+222.301 s]
/proc/loadavg: 1.97 1.53 1.21 3/178 27406
/proc/meminfo: memFree=27829528/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=622900 CPUtime=222.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 128621 0 0 0 22207 23 0 0 25 0 1 0 81081673 637849600 116185 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 155725 116185 246 26 0 152357 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 622900

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.25 3/178 27408
/proc/meminfo: memFree=27632708/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=625404 CPUtime=282.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 153521 0 0 0 28203 27 0 0 25 0 1 0 81081673 640413696 141068 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 156351 141068 246 26 0 152983 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 625404

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.30 4/178 27410
/proc/meminfo: memFree=27423008/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=977200 CPUtime=342.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 177989 0 0 0 34199 31 0 0 25 0 1 0 81081673 1000652800 165518 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 244300 165518 246 26 0 240932 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 977200

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.34 4/178 27412
/proc/meminfo: memFree=27239828/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=979084 CPUtime=402.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 201281 0 0 0 40194 36 0 0 25 0 1 0 81081673 1002582016 188789 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 244771 188789 246 26 0 241403 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 979084

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.38 3/178 27413
/proc/meminfo: memFree=27057788/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=980732 CPUtime=462.31 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 222937 0 0 0 46190 41 0 0 25 0 1 0 81081673 1004269568 210428 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 245183 210428 246 26 0 241815 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 980732

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.41 3/178 27414
/proc/meminfo: memFree=26902132/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=983280 CPUtime=522.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 243018 0 0 0 52186 44 0 0 25 0 1 0 81081673 1006878720 230500 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 245820 230500 246 26 0 242452 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 983280

[startup+582.3 s]
/proc/loadavg: 2.05 1.86 1.45 3/178 27416
/proc/meminfo: memFree=26735212/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=1551968 CPUtime=582.3 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 262315 0 0 0 58182 48 0 0 25 0 1 0 81081673 1589215232 249779 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 387992 249779 246 26 0 384624 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1551968

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 27521
/proc/meminfo: memFree=24462400/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=4027688 CPUtime=4062.39 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 980192 0 0 0 406018 221 0 0 25 0 1 0 81081673 4124352512 967090 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1006922 967090 246 26 0 1003554 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 4027688

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27522
/proc/meminfo: memFree=24340840/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=4028524 CPUtime=4122.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 991490 0 0 0 412015 225 0 0 25 0 1 0 81081673 4125208576 978382 33554432000 4194304 4300056 140735365563328 18446744073709551615 4263009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1007131 978382 246 26 0 1003763 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 4028524

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27524
/proc/meminfo: memFree=24245716/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=4029204 CPUtime=4182.39 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1000738 0 0 0 418012 227 0 0 25 0 1 0 81081673 4125904896 987626 33554432000 4194304 4300056 140735365563328 18446744073709551615 4262747 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1007301 987626 246 26 0 1003933 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 4029204

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27526
/proc/meminfo: memFree=24135960/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=4029908 CPUtime=4242.39 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1009272 0 0 0 424009 230 0 0 25 0 1 0 81081673 4126625792 996154 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1007477 996154 246 26 0 1004109 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 4029908

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27528
/proc/meminfo: memFree=24046284/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6465744 CPUtime=4302.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1019096 0 0 0 430006 234 0 0 25 0 1 0 81081673 6620921856 1005970 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1616436 1005970 246 26 0 1613068 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 6465744

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27529
/proc/meminfo: memFree=23965168/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6466104 CPUtime=4362.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1029023 0 0 0 436003 237 0 0 25 0 1 0 81081673 6621290496 1015890 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1616526 1015890 246 26 0 1613158 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 6466104

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27530
/proc/meminfo: memFree=23879072/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6466888 CPUtime=4422.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1036973 0 0 0 442001 239 0 0 25 0 1 0 81081673 6622093312 1023834 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1616722 1023834 246 26 0 1613354 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 6466888

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27532
/proc/meminfo: memFree=23800072/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6467396 CPUtime=4482.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1047015 0 0 0 447998 242 0 0 25 0 1 0 81081673 6622613504 1033868 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1616849 1033868 246 26 0 1613481 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 6467396

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27534
/proc/meminfo: memFree=23704948/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6468140 CPUtime=4542.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1057449 0 0 0 453995 245 0 0 25 0 1 0 81081673 6623375360 1044294 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617035 1044294 246 26 0 1613667 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 6468140

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27536
/proc/meminfo: memFree=23602004/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6468792 CPUtime=4602.41 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1066397 0 0 0 459994 247 0 0 25 0 1 0 81081673 6624043008 1053235 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617198 1053235 246 26 0 1613830 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 6468792

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27537
/proc/meminfo: memFree=23483688/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6469540 CPUtime=4662.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1077427 0 0 0 465990 250 0 0 25 0 1 0 81081673 6624808960 1064263 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617385 1064263 246 26 0 1614017 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 6469540

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27538
/proc/meminfo: memFree=23359408/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6470048 CPUtime=4722.41 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1086342 0 0 0 471989 252 0 0 25 0 1 0 81081673 6625329152 1073171 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252431 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617512 1073171 246 26 0 1614144 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 6470048

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27540
/proc/meminfo: memFree=23226588/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6471016 CPUtime=4782.4 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1094293 0 0 0 477985 255 0 0 25 0 1 0 81081673 6626320384 1081117 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617754 1081117 246 26 0 1614386 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 6471016

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27542
/proc/meminfo: memFree=23123896/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6471656 CPUtime=4842.41 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1100140 0 0 0 483984 257 0 0 25 0 1 0 81081673 6626975744 1086961 33554432000 4194304 4300056 140735365563328 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617914 1086961 246 26 0 1614546 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 6471656

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27544
/proc/meminfo: memFree=23038444/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6471656 CPUtime=4902.42 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1104092 0 0 0 489983 259 0 0 25 0 1 0 81081673 6626975744 1090906 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1617914 1090906 246 26 0 1614546 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 6471656

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 27545
/proc/meminfo: memFree=22933028/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6472004 CPUtime=4962.41 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1113326 0 0 0 495980 261 0 0 25 0 1 0 81081673 6627332096 1100135 33554432000 4194304 4300056 140735365563328 18446744073709551615 4264164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1618001 1100135 246 26 0 1614633 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 6472004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 27547
/proc/meminfo: memFree=24225480/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=6472808 CPUtime=5000.02 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4202496 1119009 0 0 0 499738 264 0 0 25 0 1 0 81081673 6628155392 1105814 33554432000 4194304 4300056 140735365563328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27399/statm: 1618202 1105814 246 26 0 1614834 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6472808

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 27547
/proc/meminfo: memFree=24225480/32950928 swapFree=67111364/67111528
[pid=27399] ppid=27397 vsize=0 CPUtime=5000.12 cores=1,3,5,7
/proc/27399/stat : 27399 (lr_gl_shr) R 27397 27399 26742 0 -1 4203524 1119009 0 0 0 499738 274 0 0 25 0 1 0 81081673 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/27399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.07
CPU time (s): 5000.19
CPU user time (s): 4997.38
CPU system time (s): 2.80557
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6472808

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

runsolver used 7.15091 second user time and 15.7686 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-19 19:09:29
IDJOB=3439926
IDBENCH=82378
IDSOLVER=1938
FILE ID=node124/3439926-1308503368
RUNJOBID= node124-1308503368-27372
PBS_JOBID= 13608182
Free space on /tmp= 73140 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439926-1308503368/watcher-3439926-1308503368 -o /tmp/evaluation-result-3439926-1308503368/solver-3439926-1308503368 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439926-1308503368.cnf -verb=0 -model

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1246202912

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:      28613856 kB
Buffers:        541016 kB
Cached:        3315904 kB
SwapCached:          0 kB
Active:        1365568 kB
Inactive:      2599600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28613856 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           36476 kB
Writeback:           0 kB
AnonPages:      107856 kB
Mapped:          15944 kB
Slab:           308304 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   253828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73152 MiB
End job on node124 at 2011-06-19 20:32:51