Trace number 3350165

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_NOSHR 2011-03-02? (TO) 1300.12 1300.09

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 benchmark539.975
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.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-3350165-1304969890/watcher-3350165-1304969890 -o /tmp/evaluation-result-3350165-1304969890/solver-3350165-1304969890 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350165-1304969890.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

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: 4.02 4.00 3.41 5/241 22978
/proc/meminfo: memFree=4728608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=19888 CPUtime=0 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 503 0 0 0 0 0 0 0 21 0 1 0 608588931 20365312 446 33554432000 4194304 4300056 140737452260384 18446744073709551615 248089698048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 4972 446 221 26 0 1604 0

[startup+0.0733201 s]
/proc/loadavg: 4.02 4.00 3.41 5/241 22978
/proc/meminfo: memFree=4728608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=22920 CPUtime=0.06 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 1314 0 0 0 6 0 0 0 21 0 1 0 608588931 23470080 1244 33554432000 4194304 4300056 140737452260384 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 5730 1244 222 26 0 2362 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22920

[startup+0.100342 s]
/proc/loadavg: 4.02 4.00 3.41 5/241 22978
/proc/meminfo: memFree=4728608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=25520 CPUtime=0.09 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 2155 0 0 0 9 0 0 0 21 0 1 0 608588931 26132480 1975 33554432000 4194304 4300056 140737452260384 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 6471 1988 222 26 0 3103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25520

[startup+0.300304 s]
/proc/loadavg: 4.02 4.00 3.41 5/241 22978
/proc/meminfo: memFree=4728608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=56948 CPUtime=0.29 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 12620 0 0 0 27 2 0 0 22 0 1 0 608588931 58314752 9646 33554432000 4194304 4300056 140737452260384 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 14237 9648 222 26 0 10869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56948

[startup+0.70023 s]
/proc/loadavg: 4.02 4.00 3.41 5/241 22978
/proc/meminfo: memFree=4728608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=88516 CPUtime=0.69 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 23284 0 0 0 66 3 0 0 23 0 1 0 608588931 90640384 17666 33554432000 4194304 4300056 140737452260384 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 22129 17666 226 26 0 18761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88516

[startup+1.50107 s]
/proc/loadavg: 4.02 4.00 3.41 6/242 22979
/proc/meminfo: memFree=4655944/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=81280 CPUtime=1.49 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 26609 0 0 0 145 4 0 0 25 0 1 0 608588931 83230720 14278 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 20320 14278 236 26 0 16952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81280

[startup+3.10079 s]
/proc/loadavg: 4.02 4.00 3.41 5/242 22979
/proc/meminfo: memFree=4665244/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=81464 CPUtime=3.09 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 27616 0 0 0 305 4 0 0 25 0 1 0 608588931 83419136 15284 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 20366 15284 245 26 0 16998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81464

[startup+6.30022 s]
/proc/loadavg: 4.02 4.00 3.41 5/242 22979
/proc/meminfo: memFree=4648252/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=93140 CPUtime=6.29 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 29868 0 0 0 624 5 0 0 25 0 1 0 608588931 95375360 17536 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 23285 17536 246 26 0 19917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93140

[startup+12.7011 s]
/proc/loadavg: 4.02 4.00 3.41 5/242 22979
/proc/meminfo: memFree=4604160/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=112108 CPUtime=12.69 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 34129 0 0 0 1263 6 0 0 25 0 1 0 608588931 114798592 21792 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 28027 21792 246 26 0 24659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112108

[startup+25.5008 s]
/proc/loadavg: 4.02 4.00 3.42 5/242 22980
/proc/meminfo: memFree=4538464/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=142928 CPUtime=25.49 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 42436 0 0 0 2540 9 0 0 25 0 1 0 608588931 146358272 30093 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 35732 30093 246 26 0 32364 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142928

[startup+51.1003 s]
/proc/loadavg: 4.01 4.00 3.43 5/242 22980
/proc/meminfo: memFree=4399232/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=274588 CPUtime=51.09 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 60249 0 0 0 5097 12 0 0 25 0 1 0 608588931 281178112 47896 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 68647 47896 246 26 0 65279 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 274588

[startup+102.309 s]
/proc/loadavg: 4.00 4.00 3.46 5/242 22982
/proc/meminfo: memFree=4188512/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=407260 CPUtime=102.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 89976 0 0 0 10209 21 0 0 25 0 1 0 608588931 417034240 77603 33554432000 4194304 4300056 140737452260384 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 101815 77603 246 26 0 98447 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 407260

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.50 5/242 22983
/proc/meminfo: memFree=3954084/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=622184 CPUtime=162.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 123529 0 0 0 16201 29 0 0 25 0 1 0 608588931 637116416 111133 33554432000 4194304 4300056 140737452260384 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 155546 111133 246 26 0 152178 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 622184

[startup+222.301 s]
/proc/loadavg: 4.06 4.02 3.53 5/242 22985
/proc/meminfo: memFree=3734188/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=623260 CPUtime=222.29 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 151023 0 0 0 22196 33 0 0 25 0 1 0 608588931 638218240 138609 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 155815 138609 246 26 0 152447 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 623260

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.56 5/242 22987
/proc/meminfo: memFree=3494824/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=975016 CPUtime=282.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 180052 0 0 0 28191 39 0 0 25 0 1 0 608588931 998416384 167620 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 243754 167620 246 26 0 240386 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 975016

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.58 5/242 22988
/proc/meminfo: memFree=3873236/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=975832 CPUtime=342.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 199815 0 0 0 34189 41 0 0 25 0 1 0 608588931 999251968 187378 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 243958 187378 246 26 0 240590 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 975832

[startup+402.3 s]
/proc/loadavg: 4.07 4.02 3.61 5/242 22990
/proc/meminfo: memFree=3650252/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=977756 CPUtime=402.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 224116 0 0 0 40183 47 0 0 25 0 1 0 608588931 1001222144 211661 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 244439 211661 246 26 0 241071 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 977756

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.63 5/242 22991
/proc/meminfo: memFree=3406544/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=979556 CPUtime=462.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 247136 0 0 0 46178 52 0 0 25 0 1 0 608588931 1003065344 234670 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 244889 234670 246 26 0 241521 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 979556

[startup+522.301 s]
/proc/loadavg: 3.48 3.87 3.61 4/236 23011
/proc/meminfo: memFree=3594816/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1548576 CPUtime=522.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 271568 0 0 0 52173 57 0 0 25 0 1 0 608588931 1585741824 259093 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 387144 259093 246 26 0 383776 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1548576

[startup+582.3 s]
/proc/loadavg: 3.17 3.71 3.57 4/236 23013
/proc/meminfo: memFree=3464324/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1550340 CPUtime=582.3 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 295917 0 0 0 58169 61 0 0 25 0 1 0 608588931 1587548160 283426 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 387585 283426 246 26 0 384217 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1550340

[startup+642.301 s]
/proc/loadavg: 3.06 3.58 3.53 4/236 23014
/proc/meminfo: memFree=3269224/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1552340 CPUtime=642.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 321106 0 0 0 64165 66 0 0 25 0 1 0 608588931 1589596160 308595 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 388085 308595 246 26 0 384717 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1552340

[startup+702.3 s]
/proc/loadavg: 3.08 3.49 3.50 4/236 23016
/proc/meminfo: memFree=3176676/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1553204 CPUtime=702.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 336302 0 0 0 70163 68 0 0 25 0 1 0 608588931 1590480896 323785 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 388301 323785 246 26 0 384933 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1553204

[startup+762.309 s]
/proc/loadavg: 3.09 3.41 3.47 4/236 23017
/proc/meminfo: memFree=3020032/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1554856 CPUtime=762.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 359169 0 0 0 76159 72 0 0 25 0 1 0 608588931 1592172544 346635 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 388714 346635 246 26 0 385346 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1554856

[startup+822.301 s]
/proc/loadavg: 2.88 3.30 3.43 3/230 23037
/proc/meminfo: memFree=2921196/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=1556756 CPUtime=822.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 383305 0 0 0 82155 76 0 0 25 0 1 0 608588931 1594118144 370758 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 389189 370758 246 26 0 385821 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1556756

[startup+882.3 s]
/proc/loadavg: 2.32 3.06 3.33 3/230 23039
/proc/meminfo: memFree=2771608/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2480548 CPUtime=882.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 405211 0 0 0 88152 79 0 0 25 0 1 0 608588931 2540081152 392653 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 620137 392653 246 26 0 616769 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2480548

[startup+942.301 s]
/proc/loadavg: 2.12 2.87 3.25 3/230 23040
/proc/meminfo: memFree=2488368/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2481664 CPUtime=942.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 425355 0 0 0 94148 83 0 0 25 0 1 0 608588931 2541223936 412779 33554432000 4194304 4300056 140737452260384 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 620416 412779 246 26 0 617048 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2481664

[startup+1002.3 s]
/proc/loadavg: 2.08 2.72 3.17 3/230 23042
/proc/meminfo: memFree=2337668/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2482564 CPUtime=1002.31 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 446963 0 0 0 100145 86 0 0 25 0 1 0 608588931 2542145536 434377 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 620641 434377 246 26 0 617273 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2482564

[startup+1062.3 s]
/proc/loadavg: 2.03 2.59 3.10 3/230 23043
/proc/meminfo: memFree=2175064/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2484628 CPUtime=1062.32 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 469354 0 0 0 106143 89 0 0 25 0 1 0 608588931 2544259072 456762 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 621157 456762 246 26 0 617789 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2484628

[startup+1122.3 s]
/proc/loadavg: 1.85 2.44 3.01 2/224 23063
/proc/meminfo: memFree=3583116/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2484764 CPUtime=1122.32 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 488122 0 0 0 112139 93 0 0 25 0 1 0 608588931 2544398336 475522 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 621191 475522 246 26 0 617823 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2484764

[startup+1182.3 s]
/proc/loadavg: 1.31 2.18 2.88 2/224 23065
/proc/meminfo: memFree=3558772/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2485032 CPUtime=1182.32 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 494377 0 0 0 118137 95 0 0 25 0 1 0 608588931 2544672768 481768 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 621258 481768 246 26 0 617890 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2485032

[startup+1242.3 s]
/proc/loadavg: 1.11 1.96 2.76 2/224 23066
/proc/meminfo: memFree=3523020/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2485900 CPUtime=1242.32 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 503259 0 0 0 124135 97 0 0 25 0 1 0 608588931 2545561600 490644 33554432000 4194304 4300056 140737452260384 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 621475 490644 246 26 0 618107 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2485900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.04 1.78 2.65 2/224 23068
/proc/meminfo: memFree=3466456/32950928 swapFree=64721848/67111528
[pid=22978] ppid=22976 vsize=2486836 CPUtime=1300.03 cores=1,3
/proc/22978/stat : 22978 (lr_gl_shr) R 22976 22978 22624 0 -1 4202496 517231 0 0 0 129902 101 0 0 25 0 1 0 608588931 2546520064 504610 33554432000 4194304 4300056 140737452260384 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22978/statm: 621709 504610 246 26 0 618341 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2486836

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.12
CPU user time (s): 1299.02
CPU system time (s): 1.09283
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2486836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.02
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517231
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= 9
involuntary context switches= 695

runsolver used 2.68559 second user time and 6.577 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-09 21:38:11
IDJOB=3350165
IDBENCH=82378
IDSOLVER=1815
FILE ID=node123/3350165-1304969890
RUNJOBID= node123-1304968097-22644
PBS_JOBID= 13285627
Free space on /tmp= 39096 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 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 -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350165-1304969890/watcher-3350165-1304969890 -o /tmp/evaluation-result-3350165-1304969890/solver-3350165-1304969890 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350165-1304969890.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=332360542

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4728764 kB
Buffers:        225296 kB
Cached:       17598584 kB
SwapCached:      10384 kB
Active:       15207740 kB
Inactive:     12409332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4728764 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           24076 kB
Writeback:           0 kB
AnonPages:     9790812 kB
Mapped:          16380 kB
Slab:           509672 kB
PageTables:      33312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14114748 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= 39128 MiB
End job on node123 at 2011-05-09 21:59:53