Trace number 3349839

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_NOGL_NOSHR 2011-03-02? (TO) 1300.08 1300.05

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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

running on 2 cores: 4,6

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.06 4.00 3.21 4/328 28396
/proc/meminfo: memFree=9140768/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=26868 CPUtime=0 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 1979 0 0 0 0 0 0 0 25 0 1 0 341153495 27512832 1883 33554432000 4194304 4300056 140734822405360 18446744073709551615 268660720042 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 7003 1892 220 26 0 3635 0

[startup+0.043389 s]
/proc/loadavg: 4.06 4.00 3.21 4/328 28396
/proc/meminfo: memFree=9140768/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=31168 CPUtime=0.03 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 3388 0 0 0 3 0 0 0 25 0 1 0 341153495 31916032 3181 33554432000 4194304 4300056 140734822405360 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 7792 3182 220 26 0 4424 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31168

[startup+0.100385 s]
/proc/loadavg: 4.06 4.00 3.21 4/328 28396
/proc/meminfo: memFree=9140768/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=37032 CPUtime=0.09 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 5513 0 0 0 9 0 0 0 25 0 1 0 341153495 37920768 5064 33554432000 4194304 4300056 140734822405360 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 9258 5065 222 26 0 5890 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37032

[startup+0.300346 s]
/proc/loadavg: 4.06 4.00 3.21 4/328 28396
/proc/meminfo: memFree=9140768/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=63472 CPUtime=0.29 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 12771 0 0 0 28 1 0 0 25 0 1 0 341153495 64995328 11359 33554432000 4194304 4300056 140734822405360 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 15868 11362 222 26 0 12500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63472

[startup+0.700277 s]
/proc/loadavg: 4.06 4.00 3.21 4/328 28396
/proc/meminfo: memFree=9140768/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=81304 CPUtime=0.69 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 17033 0 0 0 67 2 0 0 25 0 1 0 341153495 83255296 14928 33554432000 4194304 4300056 140734822405360 18446744073709551615 268660317537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 20326 14928 228 26 0 16958 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81304

[startup+1.50114 s]
/proc/loadavg: 4.06 4.00 3.21 5/329 28397
/proc/meminfo: memFree=9088564/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=74704 CPUtime=1.49 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 20814 0 0 0 146 3 0 0 25 0 1 0 341153495 76496896 12875 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 18676 12875 246 26 0 15308 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74704

[startup+3.10083 s]
/proc/loadavg: 4.06 4.00 3.21 5/329 28397
/proc/meminfo: memFree=9082612/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=74704 CPUtime=3.1 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 21788 0 0 0 306 4 0 0 25 0 1 0 341153495 76496896 13845 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 18676 13845 247 26 0 15308 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 74704

[startup+6.30029 s]
/proc/loadavg: 4.05 4.00 3.21 5/329 28397
/proc/meminfo: memFree=9066808/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=86380 CPUtime=6.29 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 23524 0 0 0 625 4 0 0 25 0 1 0 341153495 88453120 15571 33554432000 4194304 4300056 140734822405360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 21595 15571 247 26 0 18227 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86380

[startup+12.7012 s]
/proc/loadavg: 4.05 4.00 3.22 5/329 28398
/proc/meminfo: memFree=9036228/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=105824 CPUtime=12.7 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 26809 0 0 0 1265 5 0 0 25 0 1 0 341153495 108363776 18848 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 26456 18848 247 26 0 23088 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 105824

[startup+25.5009 s]
/proc/loadavg: 4.04 4.00 3.23 5/329 28398
/proc/meminfo: memFree=8981292/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=138744 CPUtime=25.49 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 32327 0 0 0 2543 6 0 0 25 0 1 0 341153495 142073856 24351 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 34686 24351 247 26 0 31318 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138744

[startup+51.1004 s]
/proc/loadavg: 4.02 4.00 3.25 5/329 28399
/proc/meminfo: memFree=8888852/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=191768 CPUtime=51.09 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 42055 0 0 0 5101 8 0 0 25 0 1 0 341153495 196370432 34055 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 47942 34055 247 26 0 44574 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 191768

[startup+102.312 s]
/proc/loadavg: 4.01 4.00 3.29 5/329 28400
/proc/meminfo: memFree=8719624/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=278048 CPUtime=102.31 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 57893 0 0 0 10219 12 0 0 25 0 1 0 341153495 284721152 49856 33554432000 4194304 4300056 140734822405360 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 69512 49856 247 26 0 66144 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 278048

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.33 5/329 28402
/proc/meminfo: memFree=8537452/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=282396 CPUtime=162.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 72373 0 0 0 16214 16 0 0 25 0 1 0 341153495 289173504 64296 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 70599 64296 247 26 0 67231 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 282396

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.37 5/329 28403
/proc/meminfo: memFree=8378600/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=420424 CPUtime=222.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 84527 0 0 0 22211 19 0 0 25 0 1 0 341153495 430514176 76420 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 105106 76420 247 26 0 101738 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 420424

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.41 5/329 28405
/proc/meminfo: memFree=8149572/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=422948 CPUtime=282.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 95370 0 0 0 28208 22 0 0 25 0 1 0 341153495 433098752 87234 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 105737 87234 247 26 0 102369 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 422948

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.44 5/329 28406
/proc/meminfo: memFree=7955248/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=426492 CPUtime=342.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 106924 0 0 0 34204 26 0 0 25 0 1 0 341153495 436727808 98757 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 106623 98757 247 26 0 103255 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 426492

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.47 5/329 28408
/proc/meminfo: memFree=7806188/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=644736 CPUtime=402.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 115027 0 0 0 40201 29 0 0 25 0 1 0 341153495 660209664 106842 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 161184 106842 247 26 0 157816 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 644736

[startup+462.301 s]
/proc/loadavg: 4.03 4.01 3.51 5/329 28410
/proc/meminfo: memFree=7611608/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=648612 CPUtime=462.31 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 122435 0 0 0 46199 32 0 0 25 0 1 0 341153495 664178688 114230 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 162153 114230 247 26 0 158785 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 648612

[startup+522.3 s]
/proc/loadavg: 4.09 4.03 3.55 5/329 28411
/proc/meminfo: memFree=7495896/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=650948 CPUtime=522.3 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 130126 0 0 0 52196 34 0 0 25 0 1 0 341153495 666570752 121900 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 162737 121900 247 26 0 159369 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 650948

[startup+582.301 s]
/proc/loadavg: 4.11 4.05 3.58 5/329 28413
/proc/meminfo: memFree=7285324/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=654552 CPUtime=582.31 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 136482 0 0 0 58195 36 0 0 25 0 1 0 341153495 670261248 128238 33554432000 4194304 4300056 140734822405360 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 163638 128238 247 26 0 160270 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 654552

[startup+642.301 s]
/proc/loadavg: 4.04 4.04 3.61 5/329 28414
/proc/meminfo: memFree=7122248/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=657404 CPUtime=642.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 145013 0 0 0 64193 39 0 0 25 0 1 0 341153495 673181696 136750 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 164351 136750 247 26 0 160983 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 657404

[startup+702.3 s]
/proc/loadavg: 4.01 4.03 3.63 5/329 28416
/proc/meminfo: memFree=6989436/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=660212 CPUtime=702.31 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 150834 0 0 0 70191 40 0 0 25 0 1 0 341153495 676057088 142555 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 165053 142555 247 26 0 161685 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 660212

[startup+762.312 s]
/proc/loadavg: 4.00 4.02 3.65 5/329 28418
/proc/meminfo: memFree=6807120/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=661468 CPUtime=762.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 157171 0 0 0 76190 42 0 0 25 0 1 0 341153495 677343232 148885 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 165367 148885 247 26 0 161999 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 661468

[startup+822.3 s]
/proc/loadavg: 4.10 4.05 3.68 5/329 28419
/proc/meminfo: memFree=6631528/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=666112 CPUtime=822.31 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 163842 0 0 0 82187 44 0 0 25 0 1 0 341153495 682098688 155537 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 166528 155537 247 26 0 163160 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 666112

[startup+882.301 s]
/proc/loadavg: 4.08 4.05 3.70 5/329 28421
/proc/meminfo: memFree=6353760/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=666396 CPUtime=882.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 170279 0 0 0 88185 47 0 0 25 0 1 0 341153495 682389504 161945 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 166599 161945 247 26 0 163231 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 666396

[startup+942.301 s]
/proc/loadavg: 4.03 4.04 3.72 5/329 28422
/proc/meminfo: memFree=6211256/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1019096 CPUtime=942.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 176061 0 0 0 94184 48 0 0 25 0 1 0 341153495 1043554304 167711 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 254774 167711 247 26 0 251406 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1019096

[startup+1002.3 s]
/proc/loadavg: 4.06 4.05 3.74 5/329 28424
/proc/meminfo: memFree=6045324/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1019896 CPUtime=1002.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 186121 0 0 0 100181 51 0 0 25 0 1 0 341153495 1044373504 177748 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 254974 177748 247 26 0 251606 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1019896

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.75 5/329 28426
/proc/meminfo: memFree=5866112/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1022168 CPUtime=1062.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 193792 0 0 0 106179 53 0 0 25 0 1 0 341153495 1046700032 185394 33554432000 4194304 4300056 140734822405360 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 255542 185394 247 26 0 252174 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1022168

[startup+1122.3 s]
/proc/loadavg: 3.40 3.89 3.72 2/311 28481
/proc/meminfo: memFree=8995804/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1025852 CPUtime=1122.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 199896 0 0 0 112176 56 0 0 25 0 1 0 341153495 1050472448 191477 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 256463 191477 247 26 0 253095 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1025852

[startup+1182.3 s]
/proc/loadavg: 1.88 3.36 3.55 2/311 28483
/proc/meminfo: memFree=8973004/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1028056 CPUtime=1182.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 205713 0 0 0 118173 59 0 0 25 0 1 0 341153495 1052729344 197280 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 257014 197280 247 26 0 253646 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1028056

[startup+1242.3 s]
/proc/loadavg: 1.32 2.93 3.38 2/311 28484
/proc/meminfo: memFree=8950744/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1030260 CPUtime=1242.32 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 211245 0 0 0 124171 61 0 0 25 0 1 0 341153495 1054986240 202792 33554432000 4194304 4300056 140734822405360 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 257565 202792 247 26 0 254197 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1030260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.58 3.23 2/311 28486
/proc/meminfo: memFree=8928640/32951124 swapFree=46575196/67111528
[pid=28396] ppid=28394 vsize=1032188 CPUtime=1300.03 cores=4,6
/proc/28396/stat : 28396 (lr_gl_shr) R 28394 28396 27995 0 -1 4202496 216609 0 0 0 129940 63 0 0 25 0 1 0 341153495 1056960512 208144 33554432000 4194304 4300056 140734822405360 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28396/statm: 258047 208144 247 26 0 254679 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1032188

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.05
CPU time (s): 1300.08
CPU user time (s): 1299.41
CPU system time (s): 0.666898
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1032188

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

runsolver used 4.21036 second user time and 8.79266 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:33:42
IDJOB=3349839
IDBENCH=82431
IDSOLVER=1814
FILE ID=node107/3349839-1304969622
RUNJOBID= node107-1304968099-28014
PBS_JOBID= 13285643
Free space on /tmp= 41268 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349839-1304969622/watcher-3349839-1304969622 -o /tmp/evaluation-result-3349839-1304969622/solver-3349839-1304969622 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349839-1304969622.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=249245508

node107.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.829
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.829
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.75
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.829
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:     32951124 kB
MemFree:       9140924 kB
Buffers:        236740 kB
Cached:       18075420 kB
SwapCached:       9560 kB
Active:        6796684 kB
Inactive:     16372728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9140924 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:           13108 kB
Writeback:           0 kB
AnonPages:     4854848 kB
Mapped:          19700 kB
Slab:           507280 kB
PageTables:      70612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65710660 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= 41316 MiB
End job on node107 at 2011-05-09 21:55:24