Trace number 3349538

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.49 2.29 3.00 4/367 32742
/proc/meminfo: memFree=6945144/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=25688 CPUtime=0 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 1669 0 0 0 0 0 0 0 23 0 1 0 589526475 26304512 1563 33554432000 4194304 4300056 140733206463824 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 6422 1565 220 26 0 3054 0

[startup+0.101585 s]
/proc/loadavg: 2.49 2.29 3.00 4/367 32742
/proc/meminfo: memFree=6945144/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=32612 CPUtime=0.09 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 4365 0 0 0 9 0 0 0 23 0 1 0 589526475 33394688 3885 33554432000 4194304 4300056 140733206463824 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 8153 3886 222 26 0 4785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32612

[startup+0.200567 s]
/proc/loadavg: 2.49 2.29 3.00 4/367 32742
/proc/meminfo: memFree=6945144/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=40628 CPUtime=0.19 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 6738 0 0 0 19 0 0 0 24 0 1 0 589526475 41603072 6053 33554432000 4194304 4300056 140733206463824 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 10157 6053 226 26 0 6789 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40628

[startup+0.300557 s]
/proc/loadavg: 2.49 2.29 3.00 4/367 32742
/proc/meminfo: memFree=6945144/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=41864 CPUtime=0.28 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 7267 0 0 0 28 0 0 0 25 0 1 0 589526475 42868736 6556 33554432000 4194304 4300056 140733206463824 18446744073709551615 4237124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 10466 6556 228 26 0 7098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41864

[startup+0.700469 s]
/proc/loadavg: 2.49 2.29 3.00 4/367 32742
/proc/meminfo: memFree=6945144/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=37300 CPUtime=0.69 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 8687 0 0 0 68 1 0 0 25 0 1 0 589526475 38195200 5687 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 9325 5687 246 26 0 5957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37300

[startup+1.50034 s]
/proc/loadavg: 2.61 2.32 3.01 5/368 32743
/proc/meminfo: memFree=6914392/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=40020 CPUtime=1.49 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 8987 0 0 0 148 1 0 0 25 0 1 0 589526475 40980480 5980 33554432000 4194304 4300056 140733206463824 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 10005 5980 247 26 0 6637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40020

[startup+3.10103 s]
/proc/loadavg: 2.61 2.32 3.01 5/368 32743
/proc/meminfo: memFree=6903108/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=44440 CPUtime=3.09 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 9717 0 0 0 308 1 0 0 25 0 1 0 589526475 45506560 6705 33554432000 4194304 4300056 140733206463824 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 11110 6705 249 26 0 7742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44440

[startup+6.30045 s]
/proc/loadavg: 2.61 2.32 3.01 5/368 32743
/proc/meminfo: memFree=6872600/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=51620 CPUtime=6.29 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 11239 0 0 0 628 1 0 0 25 0 1 0 589526475 52858880 8217 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 12905 8217 249 26 0 9537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51620

[startup+12.7003 s]
/proc/loadavg: 2.82 2.37 3.02 5/368 32743
/proc/meminfo: memFree=6808292/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=64960 CPUtime=12.69 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 14549 0 0 0 1267 2 0 0 25 0 1 0 589526475 66519040 11500 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256358 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 16240 11500 249 26 0 12872 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64960

[startup+25.5009 s]
/proc/loadavg: 3.00 2.42 3.03 5/368 32744
/proc/meminfo: memFree=6700036/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=86596 CPUtime=25.49 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 19823 0 0 0 2545 4 0 0 25 0 1 0 589526475 88674304 16749 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 21649 16749 249 26 0 18281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86596

[startup+51.1012 s]
/proc/loadavg: 3.39 2.57 3.05 5/368 32745
/proc/meminfo: memFree=6500708/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=121964 CPUtime=51.09 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 26968 0 0 0 5103 6 0 0 25 0 1 0 589526475 124891136 23841 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256689 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 30491 23841 249 26 0 27123 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121964

[startup+102.301 s]
/proc/loadavg: 3.79 2.81 3.11 5/368 32746
/proc/meminfo: memFree=6109544/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=178556 CPUtime=102.31 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 37279 0 0 0 10221 10 0 0 25 0 1 0 589526475 182841344 34072 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 44639 34072 249 26 0 41271 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 178556

[startup+162.301 s]
/proc/loadavg: 4.00 3.05 3.17 5/368 467
/proc/meminfo: memFree=6025268/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=266076 CPUtime=162.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 46726 0 0 0 16216 14 0 0 25 0 1 0 589526475 272461824 43453 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 66519 43453 249 26 0 63151 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 266076

[startup+222.314 s]
/proc/loadavg: 4.03 3.23 3.22 5/368 470
/proc/meminfo: memFree=5650912/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=271060 CPUtime=222.31 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 54137 0 0 0 22213 18 0 0 25 0 1 0 589526475 277565440 50821 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 67765 50821 249 26 0 64397 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 271060

[startup+282.301 s]
/proc/loadavg: 4.01 3.37 3.27 5/368 473
/proc/meminfo: memFree=5297596/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=274984 CPUtime=282.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 63600 0 0 0 28208 22 0 0 25 0 1 0 589526475 281583616 60234 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 68746 60234 249 26 0 65378 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 274984

[startup+342.301 s]
/proc/loadavg: 4.00 3.48 3.31 5/368 474
/proc/meminfo: memFree=4963628/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=414028 CPUtime=342.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 69897 0 0 0 34204 26 0 0 25 0 1 0 589526475 423964672 66497 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 103507 66497 249 26 0 100139 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 414028

[startup+402.301 s]
/proc/loadavg: 4.00 3.57 3.35 5/368 476
/proc/meminfo: memFree=4675400/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=417672 CPUtime=402.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 75846 0 0 0 40202 28 0 0 25 0 1 0 589526475 427696128 72411 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 104418 72411 249 26 0 101050 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 417672

[startup+462.301 s]
/proc/loadavg: 4.11 3.68 3.40 5/368 477
/proc/meminfo: memFree=4572608/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=88380 CPUtime=462.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 84160 0 0 0 46196 34 0 0 25 0 1 0 589526475 90501120 17797 33554432000 4194304 4300056 140733206463824 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 22095 17797 249 26 0 18727 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88380

[startup+522.301 s]
/proc/loadavg: 4.11 3.75 3.44 5/368 479
/proc/meminfo: memFree=4162628/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=218608 CPUtime=522.3 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 109698 0 0 0 52189 41 0 0 25 0 1 0 589526475 223854592 43214 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 54652 43214 249 26 0 51284 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218608

[startup+582.301 s]
/proc/loadavg: 4.04 3.79 3.47 5/368 481
/proc/meminfo: memFree=3819468/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=299996 CPUtime=582.31 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 121176 0 0 0 58186 45 0 0 25 0 1 0 589526475 307195904 54605 33554432000 4194304 4300056 140733206463824 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 74999 54605 249 26 0 71631 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 299996

[startup+642.301 s]
/proc/loadavg: 4.22 3.88 3.52 5/368 482
/proc/meminfo: memFree=3480636/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=299996 CPUtime=642.31 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 127858 0 0 0 64184 47 0 0 25 0 1 0 589526475 307195904 61202 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 74999 61202 249 26 0 71631 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 299996

[startup+702.301 s]
/proc/loadavg: 4.18 3.93 3.56 5/368 484
/proc/meminfo: memFree=3190072/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=299996 CPUtime=702.31 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 134813 0 0 0 70181 50 0 0 25 0 1 0 589526475 307195904 68102 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 74999 68102 249 26 0 71631 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 299996

[startup+762.301 s]
/proc/loadavg: 4.07 3.94 3.58 5/368 486
/proc/meminfo: memFree=2901252/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=433932 CPUtime=762.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 140054 0 0 0 76179 53 0 0 25 0 1 0 589526475 444346368 73296 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 108483 73296 249 26 0 105115 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 433932

[startup+822.301 s]
/proc/loadavg: 4.02 3.95 3.60 5/368 487
/proc/meminfo: memFree=2626200/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=436292 CPUtime=822.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 144683 0 0 0 82176 56 0 0 25 0 1 0 589526475 446763008 77882 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 109073 77882 249 26 0 105705 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 436292

[startup+882.314 s]
/proc/loadavg: 4.01 3.95 3.63 5/368 489
/proc/meminfo: memFree=2287556/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=438912 CPUtime=882.33 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 149887 0 0 0 88174 59 0 0 25 0 1 0 589526475 449445888 83049 33554432000 4194304 4300056 140733206463824 18446744073709551615 4263808 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 109728 83049 249 26 0 106360 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 438912

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.65 5/368 490
/proc/meminfo: memFree=2005444/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=441616 CPUtime=942.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 153715 0 0 0 94172 60 0 0 25 0 1 0 589526475 452214784 86851 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 110404 86851 249 26 0 107036 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 441616

[startup+1002.3 s]
/proc/loadavg: 4.08 3.98 3.67 5/368 492
/proc/meminfo: memFree=1643968/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=443828 CPUtime=1002.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 157845 0 0 0 100171 61 0 0 25 0 1 0 589526475 454479872 90940 33554432000 4194304 4300056 140733206463824 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 110957 90940 249 26 0 107589 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 443828

[startup+1062.3 s]
/proc/loadavg: 4.10 4.01 3.70 5/368 493
/proc/meminfo: memFree=1670740/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=143792 CPUtime=1062.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 170727 0 0 0 106165 67 0 0 25 0 1 0 589526475 147243008 31049 33554432000 4194304 4300056 140733206463824 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 35948 31049 249 26 0 32580 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 143792

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.72 5/368 495
/proc/meminfo: memFree=1310348/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=243668 CPUtime=1122.32 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 185259 0 0 0 112159 73 0 0 25 0 1 0 589526475 249516032 45463 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 60917 45463 249 26 0 57549 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 243668

[startup+1182.3 s]
/proc/loadavg: 4.11 4.04 3.75 5/368 497
/proc/meminfo: memFree=1016996/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=243668 CPUtime=1182.33 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 193914 0 0 0 118157 76 0 0 25 0 1 0 589526475 249516032 54034 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256679 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 60917 54034 249 26 0 57549 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 243668

[startup+1242.3 s]
/proc/loadavg: 4.15 4.06 3.77 5/368 498
/proc/meminfo: memFree=714688/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=325056 CPUtime=1242.33 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 200818 0 0 0 124153 80 0 0 25 0 1 0 589526475 332857344 60890 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 81264 60890 249 26 0 77896 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 325056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.35 3.88 3.72 3/356 536
/proc/meminfo: memFree=7671944/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=325056 CPUtime=1300.05 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 206188 0 0 0 129922 83 0 0 25 0 1 0 589526475 332857344 66203 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 81264 66203 249 26 0 77896 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 325056

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

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

[startup+1300 s]
/proc/loadavg: 3.35 3.88 3.72 3/356 536
/proc/meminfo: memFree=7671944/32951124 swapFree=65980216/67111528
[pid=32742] ppid=32740 vsize=325056 CPUtime=1300.05 cores=0,2
/proc/32742/stat : 32742 (lr_gl_shr) R 32740 32742 32101 0 -1 4202496 206188 0 0 0 129922 83 0 0 25 0 1 0 589526475 332857344 66203 33554432000 4194304 4300056 140733206463824 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32742/statm: 81264 66203 249 26 0 77896 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 325056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.22
CPU system time (s): 0.843871
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 445892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.22
system time used= 0.843871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1722

runsolver used 5.00324 second user time and 10.3624 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 21:58:30
IDJOB=3349538
IDBENCH=82422
IDSOLVER=1813
FILE ID=node142/3349538-1304971110
RUNJOBID= node142-1304971066-32645
PBS_JOBID= 13285608
Free space on /tmp= 46884 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349538-1304971110/watcher-3349538-1304971110 -o /tmp/evaluation-result-3349538-1304971110/solver-3349538-1304971110 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349538-1304971110.cnf -verb=0 -model

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=155267426

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       6945424 kB
Buffers:        240772 kB
Cached:       19819476 kB
SwapCached:      11212 kB
Active:       12611416 kB
Inactive:     12628848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6945424 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          210060 kB
Writeback:           0 kB
AnonPages:     5177032 kB
Mapped:          20656 kB
Slab:           666620 kB
PageTables:      34516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78221684 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= 47084 MiB
End job on node142 at 2011-05-09 22:20:12