Trace number 3349780

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.09 1300.04

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

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

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.09 4.02 3.28 4/329 25044
/proc/meminfo: memFree=3763420/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=25556 CPUtime=0 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 1682 0 0 0 0 0 0 0 25 0 1 0 608570487 26169344 1574 33554432000 4194304 4300056 140733927620112 18446744073709551615 212435714248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 6389 1574 220 26 0 3021 0

[startup+0.0802611 s]
/proc/loadavg: 4.09 4.02 3.28 4/329 25044
/proc/meminfo: memFree=3763420/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=31312 CPUtime=0.07 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 3834 0 0 0 7 0 0 0 25 0 1 0 608570487 32063488 3478 33554432000 4194304 4300056 140733927620112 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 7828 3478 222 26 0 4460 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31312

[startup+0.100243 s]
/proc/loadavg: 4.09 4.02 3.28 4/329 25044
/proc/meminfo: memFree=3763420/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=33008 CPUtime=0.09 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 4589 0 0 0 8 1 0 0 25 0 1 0 608570487 33800192 4097 33554432000 4194304 4300056 140733927620112 18446744073709551615 4200720 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 8252 4099 222 26 0 4884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33008

[startup+0.30021 s]
/proc/loadavg: 4.09 4.02 3.28 4/329 25044
/proc/meminfo: memFree=3763420/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=42764 CPUtime=0.29 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 7723 0 0 0 28 1 0 0 25 0 1 0 608570487 43790336 7004 33554432000 4194304 4300056 140733927620112 18446744073709551615 4283435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 10691 7004 228 26 0 7323 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42764

[startup+0.701129 s]
/proc/loadavg: 4.09 4.02 3.28 4/329 25044
/proc/meminfo: memFree=3763420/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=41092 CPUtime=0.69 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 9313 0 0 0 68 1 0 0 25 0 1 0 608570487 42078208 6155 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 10273 6155 246 26 0 6905 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41092

[startup+1.50099 s]
/proc/loadavg: 4.16 4.03 3.29 5/330 25045
/proc/meminfo: memFree=3736292/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=45512 CPUtime=1.49 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 10125 0 0 0 148 1 0 0 25 0 1 0 608570487 46604288 6960 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 11378 6960 247 26 0 8010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45512

[startup+3.10068 s]
/proc/loadavg: 4.16 4.03 3.29 5/330 25045
/proc/meminfo: memFree=3729224/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=52692 CPUtime=3.09 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 11950 0 0 0 307 2 0 0 25 0 1 0 608570487 53956608 8775 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 13173 8775 247 26 0 9805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52692

[startup+6.30107 s]
/proc/loadavg: 4.16 4.03 3.29 5/330 25045
/proc/meminfo: memFree=3707400/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=64880 CPUtime=6.3 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 15529 0 0 0 627 3 0 0 25 0 1 0 608570487 66437120 12340 33554432000 4194304 4300056 140733927620112 18446744073709551615 4263687 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 16220 12340 247 26 0 12852 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 64880

[startup+12.7009 s]
/proc/loadavg: 4.14 4.03 3.29 5/330 25046
/proc/meminfo: memFree=3669504/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=116508 CPUtime=12.69 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 21258 0 0 0 1265 4 0 0 25 0 1 0 608570487 119304192 18048 33554432000 4194304 4300056 140733927620112 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 29127 18048 247 26 0 25759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116508

[startup+25.5004 s]
/proc/loadavg: 4.12 4.03 3.30 5/330 25046
/proc/meminfo: memFree=3596196/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=119688 CPUtime=25.49 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 29273 0 0 0 2542 7 0 0 25 0 1 0 608570487 122560512 26030 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 29922 26030 247 26 0 26554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119688

[startup+51.1006 s]
/proc/loadavg: 4.08 4.03 3.32 5/330 25128
/proc/meminfo: memFree=3811288/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=172724 CPUtime=51.1 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 36004 0 0 0 5100 10 0 0 25 0 1 0 608570487 176869376 32719 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 43181 32719 247 26 0 39813 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 172724

[startup+102.312 s]
/proc/loadavg: 4.03 4.02 3.35 5/330 25183
/proc/meminfo: memFree=3827012/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=178036 CPUtime=102.31 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 44070 0 0 0 10217 14 0 0 25 0 1 0 608570487 182308864 40744 33554432000 4194304 4300056 140733927620112 18446744073709551615 4252378 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 44509 40744 247 26 0 41141 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 178036

[startup+162.301 s]
/proc/loadavg: 4.09 4.03 3.40 5/330 25185
/proc/meminfo: memFree=3676516/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=274364 CPUtime=162.29 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 59048 0 0 0 16209 20 0 0 25 0 1 0 608570487 280948736 55684 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 68591 55684 247 26 0 65223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 274364

[startup+222.3 s]
/proc/loadavg: 4.12 4.05 3.44 5/330 25186
/proc/meminfo: memFree=3519476/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=414180 CPUtime=222.3 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 74876 0 0 0 22204 26 0 0 25 0 1 0 608570487 424120320 71458 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 103545 71458 247 26 0 100177 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 414180

[startup+282.301 s]
/proc/loadavg: 4.04 4.04 3.47 5/330 25188
/proc/meminfo: memFree=3363908/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=416952 CPUtime=282.3 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 84943 0 0 0 28200 30 0 0 25 0 1 0 608570487 426958848 81484 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 104238 81484 247 26 0 100870 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 416952

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.50 5/330 25189
/proc/meminfo: memFree=3209344/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=424196 CPUtime=342.31 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 96265 0 0 0 34195 36 0 0 25 0 1 0 608570487 434376704 92763 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 106049 92763 247 26 0 102681 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 424196

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.53 5/330 25191
/proc/meminfo: memFree=3085416/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=427572 CPUtime=402.31 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 101913 0 0 0 40193 38 0 0 25 0 1 0 608570487 437833728 98366 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 106893 98366 247 26 0 103525 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 427572

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.56 5/330 25193
/proc/meminfo: memFree=2955156/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=648348 CPUtime=462.3 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 108899 0 0 0 46189 41 0 0 25 0 1 0 608570487 663908352 105323 33554432000 4194304 4300056 140733927620112 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 162087 105323 247 26 0 158719 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 648348

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.59 5/330 25194
/proc/meminfo: memFree=2799236/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=657552 CPUtime=522.31 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 119356 0 0 0 52185 46 0 0 25 0 1 0 608570487 673333248 115735 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 164388 115735 247 26 0 161020 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 657552

[startup+582.3 s]
/proc/loadavg: 4.13 4.05 3.62 5/330 25196
/proc/meminfo: memFree=2653608/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=665508 CPUtime=582.31 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 128288 0 0 0 58182 49 0 0 25 0 1 0 608570487 681480192 124636 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 166377 124636 247 26 0 163009 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 665508

[startup+642.301 s]
/proc/loadavg: 4.05 4.04 3.64 5/330 25197
/proc/meminfo: memFree=2553876/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=667004 CPUtime=642.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 134409 0 0 0 64180 53 0 0 25 0 1 0 608570487 683012096 130734 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 166751 130734 247 26 0 163383 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 667004

[startup+702.301 s]
/proc/loadavg: 4.06 4.05 3.67 5/330 25199
/proc/meminfo: memFree=2774044/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=249856 CPUtime=702.32 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 167801 0 0 0 70166 66 0 0 25 0 1 0 608570487 255852544 55363 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 62464 55363 247 26 0 59096 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 249856

[startup+762.312 s]
/proc/loadavg: 4.08 4.05 3.69 5/330 25201
/proc/meminfo: memFree=2596924/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=463504 CPUtime=762.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 192448 0 0 0 76158 75 0 0 25 0 1 0 608570487 474628096 79900 33554432000 4194304 4300056 140733927620112 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 115876 79900 247 26 0 112508 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 463504

[startup+822.301 s]
/proc/loadavg: 3.43 3.87 3.65 4/324 25220
/proc/meminfo: memFree=3644268/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=466592 CPUtime=822.32 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 222032 0 0 0 82149 83 0 0 25 0 1 0 608570487 477790208 109357 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 116648 109357 247 26 0 113280 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 466592

[startup+882.301 s]
/proc/loadavg: 3.16 3.71 3.60 4/324 25222
/proc/meminfo: memFree=3483896/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=686704 CPUtime=882.32 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 247164 0 0 0 88143 89 0 0 25 0 1 0 608570487 703184896 134378 33554432000 4194304 4300056 140733927620112 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 171676 134378 247 26 0 168308 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 686704

[startup+942.3 s]
/proc/loadavg: 3.06 3.58 3.56 4/324 25223
/proc/meminfo: memFree=3344868/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=694556 CPUtime=942.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 269619 0 0 0 94138 95 0 0 25 0 1 0 608570487 711225344 156750 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 173639 156750 247 26 0 170271 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 694556

[startup+1002.3 s]
/proc/loadavg: 3.02 3.47 3.53 4/324 25225
/proc/meminfo: memFree=3218600/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=1050060 CPUtime=1002.32 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 286670 0 0 0 100131 101 0 0 25 0 1 0 608570487 1075261440 173718 33554432000 4194304 4300056 140733927620112 18446744073709551615 4253460 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 262515 173718 247 26 0 259147 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1050060

[startup+1062.3 s]
/proc/loadavg: 3.00 3.38 3.49 4/324 25227
/proc/meminfo: memFree=3532408/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=365052 CPUtime=1062.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 335132 0 0 0 106121 112 0 0 25 0 1 0 608570487 373813248 78169 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 91263 78169 247 26 0 87895 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 365052

[startup+1122.3 s]
/proc/loadavg: 2.45 3.14 3.40 3/318 25246
/proc/meminfo: memFree=4761884/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=497312 CPUtime=1122.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 363736 0 0 0 112115 118 0 0 25 0 1 0 608570487 509247488 106652 33554432000 4194304 4300056 140733927620112 18446744073709551615 4254632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 124328 106652 247 26 0 120960 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 497312

[startup+1182.3 s]
/proc/loadavg: 2.16 2.93 3.31 3/318 25248
/proc/meminfo: memFree=4671076/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=712376 CPUtime=1182.34 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 386813 0 0 0 118111 123 0 0 25 0 1 0 608570487 729473024 129624 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 178094 129624 247 26 0 174726 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 712376

[startup+1242.3 s]
/proc/loadavg: 2.12 2.78 3.23 3/318 25249
/proc/meminfo: memFree=4574336/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=720996 CPUtime=1242.33 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 410613 0 0 0 124106 127 0 0 25 0 1 0 608570487 738299904 153323 33554432000 4194304 4300056 140733927620112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 180249 153323 247 26 0 176881 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 720996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 2.64 3.16 3/318 25251
/proc/meminfo: memFree=4489240/32951124 swapFree=67093864/67111528
[pid=25044] ppid=25042 vsize=725096 CPUtime=1300.05 cores=1,3
/proc/25044/stat : 25044 (lr_gl_shr) R 25042 25044 24480 0 -1 4202496 431845 0 0 0 129871 134 0 0 25 0 1 0 608570487 742498304 174470 33554432000 4194304 4300056 140733927620112 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25044/statm: 181274 174470 247 26 0 177906 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 725096

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.04
CPU time (s): 1300.09
CPU user time (s): 1298.72
CPU system time (s): 1.36979
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1050060

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

runsolver used 3.9664 second user time and 9.05762 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:34:41
IDJOB=3349780
IDBENCH=82432
IDSOLVER=1814
FILE ID=node102/3349780-1304969681
RUNJOBID= node102-1304968099-24500
PBS_JOBID= 13285648
Free space on /tmp= 44708 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.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-3349780-1304969681/watcher-3349780-1304969681 -o /tmp/evaluation-result-3349780-1304969681/solver-3349780-1304969681 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349780-1304969681.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=635347659

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3763824 kB
Buffers:        210520 kB
Cached:        8753128 kB
SwapCached:       1136 kB
Active:       22471576 kB
Inactive:      6293296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3763824 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:            5504 kB
Writeback:           0 kB
AnonPages:    19800156 kB
Mapped:          26944 kB
Slab:           301512 kB
PageTables:      56400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 60632972 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= 44840 MiB
End job on node102 at 2011-05-09 21:56:23