Trace number 3286644

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
SApperloT2010 2011-03-04? (TO) 1300.09 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: 935)

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-3286644-1303771492/watcher-3286644-1303771492 -o /tmp/evaluation-result-3286644-1303771492/solver-3286644-1303771492 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3286644-1303771492.cnf 

running on 2 cores: 5,7

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: 3.92 3.95 3.34 4/189 28802
/proc/meminfo: memFree=11228504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=24060 CPUtime=0 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 2459 0 0 0 0 0 0 0 25 0 1 0 488746295 24637440 2398 33554432000 4194304 4395502 140736564570656 18446744073709551615 4281134 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 6015 2406 245 50 0 3155 0

[startup+0.033144 s]
/proc/loadavg: 3.92 3.95 3.34 4/189 28802
/proc/meminfo: memFree=11228504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=38632 CPUtime=0.02 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 5437 0 0 0 2 0 0 0 25 0 1 0 488746295 39559168 5376 33554432000 4194304 4395502 140736564570656 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 9658 5377 249 50 0 6798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38632

[startup+0.101136 s]
/proc/loadavg: 3.92 3.95 3.34 4/189 28802
/proc/meminfo: memFree=11228504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=45492 CPUtime=0.09 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 7162 0 0 0 9 0 0 0 25 0 1 0 488746295 46583808 7101 33554432000 4194304 4395502 140736564570656 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 11373 7103 250 50 0 8513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45492

[startup+0.301088 s]
/proc/loadavg: 3.92 3.95 3.34 4/189 28802
/proc/meminfo: memFree=11228504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=65688 CPUtime=0.29 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 12217 0 0 0 28 1 0 0 25 0 1 0 488746295 67264512 12156 33554432000 4194304 4395502 140736564570656 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 16422 12157 250 50 0 13562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65688

[startup+0.701021 s]
/proc/loadavg: 3.92 3.95 3.34 4/189 28802
/proc/meminfo: memFree=11228504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=134052 CPUtime=0.69 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 29271 0 0 0 65 4 0 0 25 0 1 0 488746295 137269248 26285 33554432000 4194304 4395502 140736564570656 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 33513 26285 256 50 0 30653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134052

[startup+1.50086 s]
/proc/loadavg: 3.92 3.95 3.34 5/190 28803
/proc/meminfo: memFree=11123848/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=140368 CPUtime=1.49 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 30853 0 0 0 136 13 0 0 25 0 1 0 488746295 143736832 26335 33554432000 4194304 4395502 140736564570656 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 35092 26335 256 50 0 32232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140368

[startup+3.10056 s]
/proc/loadavg: 3.92 3.95 3.34 5/190 28803
/proc/meminfo: memFree=11122620/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=150236 CPUtime=3.09 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 36531 0 0 0 287 22 0 0 25 0 1 0 488746295 153841664 28953 33554432000 4194304 4395502 140736564570656 18446744073709551615 4288393 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 37559 28953 267 50 0 34699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150236

[startup+6.30094 s]
/proc/loadavg: 3.93 3.95 3.34 5/190 28803
/proc/meminfo: memFree=11104880/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=161432 CPUtime=6.29 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 39310 0 0 0 606 23 0 0 25 0 1 0 488746295 165306368 31732 33554432000 4194304 4395502 140736564570656 18446744073709551615 4325760 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 40358 31732 267 50 0 37498 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 161432

[startup+12.7007 s]
/proc/loadavg: 3.93 3.95 3.35 5/190 28803
/proc/meminfo: memFree=11081812/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=179204 CPUtime=12.69 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 43737 0 0 0 1245 24 0 0 25 0 1 0 488746295 183504896 36159 33554432000 4194304 4395502 140736564570656 18446744073709551615 4314256 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 44801 36159 267 50 0 41941 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179204

[startup+25.5003 s]
/proc/loadavg: 3.95 3.95 3.36 5/190 28803
/proc/meminfo: memFree=11021712/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=209348 CPUtime=25.49 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 51187 0 0 0 2524 25 0 0 25 0 1 0 488746295 214372352 43609 33554432000 4194304 4395502 140736564570656 18446744073709551615 4291663 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 52337 43609 267 50 0 49477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 209348

[startup+51.1004 s]
/proc/loadavg: 3.96 3.95 3.37 5/190 28804
/proc/meminfo: memFree=10978624/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=247952 CPUtime=51.09 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 60432 0 0 0 5081 28 0 0 25 0 1 0 488746295 253902848 52854 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 61988 52854 267 50 0 59128 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 247952

[startup+102.307 s]
/proc/loadavg: 4.04 3.97 3.41 5/190 28860
/proc/meminfo: memFree=12315824/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=315848 CPUtime=102.3 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 76409 0 0 0 10197 33 0 0 25 0 1 0 488746295 323428352 68831 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299234 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 78962 68831 267 50 0 76102 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 315848

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.44 5/190 28862
/proc/meminfo: memFree=12161652/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=382132 CPUtime=162.3 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 91696 0 0 0 16193 37 0 0 25 0 1 0 488746295 391303168 84118 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 95533 84118 267 50 0 92673 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 382132

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 28918
/proc/meminfo: memFree=12796804/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=426652 CPUtime=222.3 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 101997 0 0 0 22190 40 0 0 25 0 1 0 488746295 436891648 94419 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 106663 94419 267 50 0 103803 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 426652

[startup+282.301 s]
/proc/loadavg: 3.96 3.96 3.50 5/190 28946
/proc/meminfo: memFree=12719836/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=465520 CPUtime=282.31 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 111095 0 0 0 28187 44 0 0 25 0 1 0 488746295 476692480 103517 33554432000 4194304 4395502 140736564570656 18446744073709551615 4315695 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 116380 103517 267 50 0 113520 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 465520

[startup+342.301 s]
/proc/loadavg: 3.98 3.96 3.53 5/190 28948
/proc/meminfo: memFree=12602392/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=497296 CPUtime=342.3 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 118846 0 0 0 34184 46 0 0 25 0 1 0 488746295 509231104 111268 33554432000 4194304 4395502 140736564570656 18446744073709551615 4309712 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 124324 111268 267 50 0 121464 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 497296

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.55 5/190 28949
/proc/meminfo: memFree=12527724/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=528144 CPUtime=402.3 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 125916 0 0 0 40181 49 0 0 25 0 1 0 488746295 540819456 118338 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 132036 118338 267 50 0 129176 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 528144

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.58 5/190 28951
/proc/meminfo: memFree=12474504/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=566284 CPUtime=462.31 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 134702 0 0 0 46179 52 0 0 25 0 1 0 488746295 579874816 127124 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 141571 127124 267 50 0 138711 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 566284

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.60 5/190 28953
/proc/meminfo: memFree=12423272/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=606228 CPUtime=522.31 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 143516 0 0 0 52176 55 0 0 25 0 1 0 488746295 620777472 135938 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 151557 135938 267 50 0 148697 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 606228

[startup+582.301 s]
/proc/loadavg: 4.13 4.00 3.64 5/190 28954
/proc/meminfo: memFree=12382564/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=632652 CPUtime=582.31 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 149789 0 0 0 58173 58 0 0 25 0 1 0 488746295 647835648 142211 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 158163 142211 267 50 0 155303 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 632652

[startup+642.301 s]
/proc/loadavg: 4.11 4.02 3.66 5/190 28956
/proc/meminfo: memFree=12338032/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=667256 CPUtime=642.32 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 157577 0 0 0 64172 60 0 0 25 0 1 0 488746295 683270144 149999 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 166814 149999 267 50 0 163954 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 667256

[startup+702.3 s]
/proc/loadavg: 4.04 4.01 3.68 5/190 28957
/proc/meminfo: memFree=12286056/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=691604 CPUtime=702.32 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 163391 0 0 0 70170 62 0 0 25 0 1 0 488746295 708202496 155813 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 172901 155813 267 50 0 170041 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 691604

[startup+762.307 s]
/proc/loadavg: 4.05 4.02 3.70 5/190 28959
/proc/meminfo: memFree=12251568/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=718360 CPUtime=762.32 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 169554 0 0 0 76167 65 0 0 25 0 1 0 488746295 735600640 161976 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 179590 161976 267 50 0 176730 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 718360

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.72 5/190 28961
/proc/meminfo: memFree=12214688/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=739932 CPUtime=822.32 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 174539 0 0 0 82165 67 0 0 25 0 1 0 488746295 757690368 166961 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 184983 166961 267 50 0 182123 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 739932

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.73 5/190 28962
/proc/meminfo: memFree=12178332/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=776588 CPUtime=882.32 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 182697 0 0 0 88164 68 0 0 25 0 1 0 488746295 795226112 175119 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 194147 175119 267 50 0 191287 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 776588

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 28964
/proc/meminfo: memFree=12131800/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=812576 CPUtime=942.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 190834 0 0 0 94162 71 0 0 25 0 1 0 488746295 832077824 183256 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299614 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 203144 183256 267 50 0 200284 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 812576

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 28974
/proc/meminfo: memFree=12094332/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=838108 CPUtime=1002.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 197038 0 0 0 100160 73 0 0 25 0 1 0 488746295 858222592 189460 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 209527 189460 267 50 0 206667 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 838108

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 28976
/proc/meminfo: memFree=12060428/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=862048 CPUtime=1062.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 202643 0 0 0 106158 75 0 0 25 0 1 0 488746295 882737152 195065 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 215512 195065 267 50 0 212652 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 862048

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 28978
/proc/meminfo: memFree=12025680/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=882068 CPUtime=1122.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 207235 0 0 0 112157 76 0 0 25 0 1 0 488746295 903237632 199657 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299458 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 220517 199657 267 50 0 217657 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 882068

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.80 5/190 28982
/proc/meminfo: memFree=11993944/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=899640 CPUtime=1182.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 211381 0 0 0 118154 79 0 0 25 0 1 0 488746295 921231360 203803 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 224910 203803 267 50 0 222050 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 899640

[startup+1242.3 s]
/proc/loadavg: 4.06 4.02 3.81 5/190 28984
/proc/meminfo: memFree=11964744/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=919568 CPUtime=1242.33 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 215600 0 0 0 124153 80 0 0 25 0 1 0 488746295 941637632 208022 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 229892 208022 267 50 0 227032 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 919568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.82 5/190 28985
/proc/meminfo: memFree=11959640/32950928 swapFree=67087032/67111528
[pid=28802] ppid=28800 vsize=919568 CPUtime=1300.05 cores=5,7
/proc/28802/stat : 28802 (SApperloT2010) R 28800 28802 28463 0 -1 4202496 215690 0 0 0 129924 81 0 0 25 0 1 0 488746295 941637632 208112 33554432000 4194304 4395502 140736564570656 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/28802/statm: 229892 208112 267 50 0 227032 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 919568

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.09
CPU user time (s): 1299.24
CPU system time (s): 0.84887
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 919568

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

runsolver used 2.07069 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 00:44:52
IDJOB=3286644
IDBENCH=82431
IDSOLVER=1655
FILE ID=node148/3286644-1303771492
RUNJOBID= node148-1303770183-28484
PBS_JOBID= 13157174
Free space on /tmp= 70392 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286644-1303771492/watcher-3286644-1303771492 -o /tmp/evaluation-result-3286644-1303771492/solver-3286644-1303771492 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3286644-1303771492.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=2067840090

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11228536 kB
Buffers:       2061488 kB
Cached:       16569992 kB
SwapCached:       5264 kB
Active:       11761496 kB
Inactive:      9391948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11228536 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:     2517740 kB
Mapped:          14544 kB
Slab:           498692 kB
PageTables:       9848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2994804 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= 70576 MiB
End job on node148 at 2011-04-26 01:06:34