Trace number 3286690

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.04 1300.02

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.97 3.95 3.38 4/189 28831
/proc/meminfo: memFree=12092728/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=23300 CPUtime=0 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 2578 0 0 0 0 0 0 0 25 0 1 0 488751997 23859200 2517 33554432000 4194304 4395502 140735567974144 18446744073709551615 239476388830 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 5825 2521 249 50 0 2965 0

[startup+0.0540981 s]
/proc/loadavg: 3.97 3.95 3.38 4/189 28831
/proc/meminfo: memFree=12092728/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=27920 CPUtime=0.04 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 3734 0 0 0 4 0 0 0 25 0 1 0 488751997 28590080 3673 33554432000 4194304 4395502 140735567974144 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 6980 3673 249 50 0 4120 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27920

[startup+0.101091 s]
/proc/loadavg: 3.97 3.95 3.38 4/189 28831
/proc/meminfo: memFree=12092728/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=32536 CPUtime=0.09 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 4901 0 0 0 9 0 0 0 25 0 1 0 488751997 33316864 4840 33554432000 4194304 4395502 140735567974144 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 8134 4841 250 50 0 5274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32536

[startup+0.301065 s]
/proc/loadavg: 3.97 3.95 3.38 4/189 28831
/proc/meminfo: memFree=12092728/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=64116 CPUtime=0.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 12779 0 0 0 28 1 0 0 25 0 1 0 488751997 65654784 11135 33554432000 4194304 4395502 140735567974144 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 16029 11135 256 50 0 13169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64116

[startup+0.700972 s]
/proc/loadavg: 3.97 3.95 3.38 4/189 28831
/proc/meminfo: memFree=12092728/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=66672 CPUtime=0.69 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 13439 0 0 0 67 2 0 0 25 0 1 0 488751997 68272128 11192 33554432000 4194304 4395502 140735567974144 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 16668 11192 256 50 0 13808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66672

[startup+1.50084 s]
/proc/loadavg: 3.97 3.95 3.38 5/190 28832
/proc/meminfo: memFree=12047204/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=74028 CPUtime=1.49 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 15453 0 0 0 144 5 0 0 25 0 1 0 488751997 75804672 13206 33554432000 4194304 4395502 140735567974144 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 18507 13206 267 50 0 15647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74028

[startup+3.10051 s]
/proc/loadavg: 3.97 3.95 3.38 5/190 28832
/proc/meminfo: memFree=12035052/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=80356 CPUtime=3.09 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 17024 0 0 0 303 6 0 0 25 0 1 0 488751997 82284544 14777 33554432000 4194304 4395502 140735567974144 18446744073709551615 4317859 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 20089 14777 267 50 0 17229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80356

[startup+6.3009 s]
/proc/loadavg: 3.97 3.95 3.38 5/190 28859
/proc/meminfo: memFree=12540300/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=94428 CPUtime=6.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 20503 0 0 0 622 7 0 0 25 0 1 0 488751997 96694272 18256 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 23607 18256 267 50 0 20747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94428

[startup+12.7007 s]
/proc/loadavg: 3.97 3.95 3.38 5/190 28859
/proc/meminfo: memFree=12472236/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=118284 CPUtime=12.69 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 26332 0 0 0 1261 8 0 0 25 0 1 0 488751997 121122816 24085 33554432000 4194304 4395502 140735567974144 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 29571 24085 267 50 0 26711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118284

[startup+25.5012 s]
/proc/loadavg: 4.05 3.97 3.40 5/190 28860
/proc/meminfo: memFree=12387928/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=156948 CPUtime=25.49 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 35530 0 0 0 2539 10 0 0 25 0 1 0 488751997 160714752 33283 33554432000 4194304 4395502 140735567974144 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 39237 33283 267 50 0 36377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156948

[startup+51.1003 s]
/proc/loadavg: 4.03 3.97 3.41 5/190 28860
/proc/meminfo: memFree=12299456/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=216532 CPUtime=51.09 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 49528 0 0 0 5096 13 0 0 25 0 1 0 488751997 221728768 47281 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 54133 47281 267 50 0 51273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 216532

[startup+102.306 s]
/proc/loadavg: 4.01 3.97 3.44 5/190 28862
/proc/meminfo: memFree=12164752/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=260848 CPUtime=102.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 59961 0 0 0 10215 15 0 0 25 0 1 0 488751997 267108352 57714 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 65212 57714 267 50 0 62352 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 260848

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 28917
/proc/meminfo: memFree=12815032/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=286228 CPUtime=162.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 66133 0 0 0 16211 18 0 0 25 0 1 0 488751997 293097472 63886 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 71557 63886 267 50 0 68697 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 286228

[startup+222.3 s]
/proc/loadavg: 3.96 3.96 3.50 5/190 28946
/proc/meminfo: memFree=12727276/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=292244 CPUtime=222.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 67405 0 0 0 22210 19 0 0 25 0 1 0 488751997 299257856 65158 33554432000 4194304 4395502 140735567974144 18446744073709551615 4288406 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 73061 65158 267 50 0 70201 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 292244

[startup+282.301 s]
/proc/loadavg: 3.98 3.96 3.53 5/190 28948
/proc/meminfo: memFree=12607228/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=323680 CPUtime=282.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 74644 0 0 0 28209 20 0 0 25 0 1 0 488751997 331448320 72397 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 80920 72397 267 50 0 78060 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 323680

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.55 5/190 28949
/proc/meminfo: memFree=12528840/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=328672 CPUtime=342.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 75753 0 0 0 34208 21 0 0 25 0 1 0 488751997 336560128 73506 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 82168 73506 267 50 0 79308 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 328672

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.58 5/190 28951
/proc/meminfo: memFree=12477236/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=331744 CPUtime=402.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 76415 0 0 0 40208 21 0 0 25 0 1 0 488751997 339705856 74168 33554432000 4194304 4395502 140735567974144 18446744073709551615 4288347 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 82936 74168 267 50 0 80076 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 331744

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.60 5/190 28952
/proc/meminfo: memFree=12425752/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=333280 CPUtime=462.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 76753 0 0 0 46208 22 0 0 25 0 1 0 488751997 341278720 74506 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 83320 74506 267 50 0 80460 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 333280

[startup+522.301 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 28954
/proc/meminfo: memFree=12383308/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=337376 CPUtime=522.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 77569 0 0 0 52207 22 0 0 25 0 1 0 488751997 345473024 75322 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299200 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 84344 75322 267 50 0 81484 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 337376

[startup+582.3 s]
/proc/loadavg: 4.11 4.02 3.66 5/190 28956
/proc/meminfo: memFree=12342000/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=341088 CPUtime=582.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 78189 0 0 0 58207 22 0 0 25 0 1 0 488751997 349274112 75942 33554432000 4194304 4395502 140735567974144 18446744073709551615 4297611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 85272 75942 267 50 0 82412 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 341088

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.68 5/190 28957
/proc/meminfo: memFree=12288164/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=360656 CPUtime=642.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 82446 0 0 0 64207 23 0 0 25 0 1 0 488751997 369311744 80199 33554432000 4194304 4395502 140735567974144 18446744073709551615 4347545 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 90164 80199 267 50 0 87304 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 360656

[startup+702.3 s]
/proc/loadavg: 4.05 4.02 3.70 5/190 28959
/proc/meminfo: memFree=12253800/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=364240 CPUtime=702.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 83268 0 0 0 70206 23 0 0 25 0 1 0 488751997 372981760 81021 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 91060 81021 267 50 0 88200 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 364240

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.72 5/190 28960
/proc/meminfo: memFree=12216424/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=366288 CPUtime=762.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 83662 0 0 0 76207 23 0 0 25 0 1 0 488751997 375078912 81415 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299502 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 91572 81415 267 50 0 88712 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 366288

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.73 5/190 28962
/proc/meminfo: memFree=12180196/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=369424 CPUtime=822.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 84283 0 0 0 82206 24 0 0 25 0 1 0 488751997 378290176 82036 33554432000 4194304 4395502 140735567974144 18446744073709551615 4291698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 92356 82036 267 50 0 89496 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 369424

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 28964
/proc/meminfo: memFree=12133288/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=375040 CPUtime=882.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 85547 0 0 0 88205 24 0 0 25 0 1 0 488751997 384040960 83300 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 93760 83300 267 50 0 90900 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 375040

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 28974
/proc/meminfo: memFree=12095824/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=379776 CPUtime=942.29 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 86483 0 0 0 94205 24 0 0 25 0 1 0 488751997 388890624 84236 33554432000 4194304 4395502 140735567974144 18446744073709551615 4288975 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 94944 84236 267 50 0 92084 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 379776

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 28976
/proc/meminfo: memFree=12061296/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=388200 CPUtime=1002.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 88285 0 0 0 100205 25 0 0 25 0 1 0 488751997 397516800 86038 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 97050 86038 267 50 0 94190 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 388200

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 28977
/proc/meminfo: memFree=12029032/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=389896 CPUtime=1062.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 88596 0 0 0 106205 25 0 0 25 0 1 0 488751997 399253504 86349 33554432000 4194304 4395502 140735567974144 18446744073709551615 4347433 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 97474 86349 267 50 0 94614 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 389896

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.80 5/190 28982
/proc/meminfo: memFree=11996176/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=391240 CPUtime=1122.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 88883 0 0 0 112205 25 0 0 25 0 1 0 488751997 400629760 86636 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 97810 86636 267 50 0 94950 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 391240

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.81 5/190 28984
/proc/meminfo: memFree=11966232/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=392456 CPUtime=1182.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 89152 0 0 0 118205 25 0 0 25 0 1 0 488751997 401874944 86905 33554432000 4194304 4395502 140735567974144 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 98114 86905 267 50 0 95254 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 392456

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.82 5/190 28985
/proc/meminfo: memFree=11959640/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=396008 CPUtime=1242.3 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 89812 0 0 0 124205 25 0 0 25 0 1 0 488751997 405512192 87565 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 99002 87565 267 50 0 96142 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 396008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.41 3.84 3.77 4/184 29005
/proc/meminfo: memFree=12799552/32950928 swapFree=67087032/67111528
[pid=28831] ppid=28829 vsize=402664 CPUtime=1300.01 cores=4,6
/proc/28831/stat : 28831 (SApperloT2010) R 28829 28831 28463 0 -1 4202496 91123 0 0 0 129975 26 0 0 25 0 1 0 488751997 412327936 88876 33554432000 4194304 4395502 140735567974144 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/28831/statm: 100666 88876 267 50 0 97806 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 402664

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.76
CPU system time (s): 0.276957
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 402664

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

runsolver used 2.30065 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 00:45:49
IDJOB=3286690
IDBENCH=82432
IDSOLVER=1655
FILE ID=node148/3286690-1303771549
RUNJOBID= node148-1303770183-28482
PBS_JOBID= 13157174
Free space on /tmp= 70460 MiB

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

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=1152653463

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:      12092884 kB
Buffers:       2061504 kB
Cached:       16501948 kB
SwapCached:       5264 kB
Active:       10898652 kB
Inactive:      9393132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12092884 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:     1724720 kB
Mapped:          14556 kB
Slab:           498244 kB
PageTables:       8680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2155184 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= 70588 MiB
End job on node148 at 2011-04-26 01:07:31