Trace number 3380028

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-05-15 (fixed)? (TO) 1300.03 1300.03

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380028-1305455268/watcher-3380028-1305455268 -o /tmp/evaluation-result-3380028-1305455268/solver-3380028-1305455268 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380028-1305455268.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: 2.98 1.88 2.51 5/314 10393
/proc/meminfo: memFree=23118764/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=23296 CPUtime=0 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 2376 0 0 0 0 0 0 0 22 0 1 0 735757387 23855104 2316 33554432000 4194304 4394578 140734844246800 18446744073709551615 4279566 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 5824 2330 244 49 0 2965 0

[startup+0.107269 s]
/proc/loadavg: 2.98 1.88 2.51 5/314 10393
/proc/meminfo: memFree=23118764/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=33588 CPUtime=0.09 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 5145 0 0 0 9 0 0 0 22 0 1 0 735757387 34394112 5085 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 8397 5085 248 49 0 5538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33588

[startup+0.200253 s]
/proc/loadavg: 2.98 1.88 2.51 5/314 10393
/proc/meminfo: memFree=23118764/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=51628 CPUtime=0.19 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 8951 0 0 0 18 1 0 0 23 0 1 0 735757387 52867072 8890 33554432000 4194304 4394578 140734844246800 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 12907 8891 254 49 0 10048 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51628

[startup+0.301235 s]
/proc/loadavg: 2.98 1.88 2.51 5/314 10393
/proc/meminfo: memFree=23118764/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=51628 CPUtime=0.28 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 9675 0 0 0 27 1 0 0 23 0 1 0 735757387 52867072 9614 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 12907 9614 256 49 0 10048 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51628

[startup+0.701154 s]
/proc/loadavg: 2.98 1.88 2.51 5/314 10393
/proc/meminfo: memFree=23118764/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=56020 CPUtime=0.69 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 10793 0 0 0 66 3 0 0 25 0 1 0 735757387 57364480 10129 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020420503 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 14005 10129 256 49 0 11146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56020

[startup+1.50102 s]
/proc/loadavg: 2.98 1.88 2.51 5/315 10394
/proc/meminfo: memFree=23068392/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=68964 CPUtime=1.49 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 15384 0 0 0 144 5 0 0 25 0 1 0 735757387 70619136 13530 33554432000 4194304 4394578 140734844246800 18446744073709551615 4308958 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 17241 13530 267 49 0 14382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68964

[startup+3.10069 s]
/proc/loadavg: 2.98 1.88 2.51 5/315 10394
/proc/meminfo: memFree=23042724/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=75504 CPUtime=3.08 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 17003 0 0 0 303 5 0 0 25 0 1 0 735757387 77316096 15149 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 18876 15149 267 49 0 16017 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75504

[startup+6.30115 s]
/proc/loadavg: 3.06 1.91 2.51 5/315 10394
/proc/meminfo: memFree=23002448/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=88484 CPUtime=6.28 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 20212 0 0 0 623 5 0 0 25 0 1 0 735757387 90607616 18358 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 22121 18358 267 49 0 19262 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88484

[startup+12.701 s]
/proc/loadavg: 3.13 1.95 2.52 5/315 10394
/proc/meminfo: memFree=22925452/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=115988 CPUtime=12.69 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 26983 0 0 0 1262 7 0 0 25 0 1 0 735757387 118771712 25129 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 28997 25129 267 49 0 26138 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115988

[startup+25.5006 s]
/proc/loadavg: 3.32 2.05 2.55 5/315 10395
/proc/meminfo: memFree=22774924/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=155964 CPUtime=25.48 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 36648 0 0 0 2540 8 0 0 25 0 1 0 735757387 159707136 34794 33554432000 4194304 4394578 140734844246800 18446744073709551615 4313440 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 38991 34794 267 49 0 36132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 155964

[startup+51.1009 s]
/proc/loadavg: 3.63 2.22 2.59 5/315 10396
/proc/meminfo: memFree=22530068/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=230252 CPUtime=51.08 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 53822 0 0 0 5097 11 0 0 25 0 1 0 735757387 235778048 51968 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 57563 51968 267 49 0 54704 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 230252

[startup+102.301 s]
/proc/loadavg: 3.84 2.49 2.66 5/315 10397
/proc/meminfo: memFree=22139824/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=267364 CPUtime=102.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 62992 0 0 0 10216 13 0 0 25 0 1 0 735757387 273780736 61138 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 66841 61138 267 49 0 63982 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 267364

[startup+162.3 s]
/proc/loadavg: 3.94 2.76 2.74 5/315 10398
/proc/meminfo: memFree=21673548/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=293384 CPUtime=162.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 68767 0 0 0 16214 15 0 0 25 0 1 0 735757387 300425216 66913 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 73346 66913 267 49 0 70487 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 293384

[startup+222.311 s]
/proc/loadavg: 3.98 2.99 2.82 5/315 10400
/proc/meminfo: memFree=21525416/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=299272 CPUtime=222.3 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 70039 0 0 0 22215 15 0 0 25 0 1 0 735757387 306454528 68185 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 74818 68185 267 49 0 71959 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 299272

[startup+282.301 s]
/proc/loadavg: 3.99 3.17 2.89 5/315 10402
/proc/meminfo: memFree=21501168/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=313788 CPUtime=282.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 73135 0 0 0 28213 16 0 0 25 0 1 0 735757387 321318912 71281 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 78447 71281 267 49 0 75588 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 313788

[startup+342.3 s]
/proc/loadavg: 4.03 3.33 2.96 5/315 10403
/proc/meminfo: memFree=21425836/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=324124 CPUtime=342.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 75403 0 0 0 34212 17 0 0 25 0 1 0 735757387 331902976 73549 33554432000 4194304 4394578 140734844246800 18446744073709551615 4287550 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 81031 73549 267 49 0 78172 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 324124

[startup+402.3 s]
/proc/loadavg: 4.09 3.47 3.03 5/315 10432
/proc/meminfo: memFree=21928056/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=328300 CPUtime=402.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 76229 0 0 0 40212 17 0 0 25 0 1 0 735757387 336179200 74375 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 82075 74375 267 49 0 79216 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 328300

[startup+462.3 s]
/proc/loadavg: 4.03 3.56 3.09 5/315 10433
/proc/meminfo: memFree=21835228/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=335788 CPUtime=462.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 77810 0 0 0 46211 18 0 0 25 0 1 0 735757387 343846912 75956 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 83947 75956 267 49 0 81088 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 335788

[startup+522.3 s]
/proc/loadavg: 4.06 3.65 3.14 5/315 10435
/proc/meminfo: memFree=21803548/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=339308 CPUtime=522.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 78462 0 0 0 52211 18 0 0 25 0 1 0 735757387 347451392 76608 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 84827 76608 267 49 0 81968 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 339308

[startup+582.3 s]
/proc/loadavg: 4.06 3.73 3.20 5/315 10437
/proc/meminfo: memFree=21758112/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=362556 CPUtime=582.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 83992 0 0 0 58210 19 0 0 25 0 1 0 735757387 371257344 82138 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 90639 82138 267 49 0 87780 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 362556

[startup+642.3 s]
/proc/loadavg: 4.07 3.79 3.25 5/315 10438
/proc/meminfo: memFree=21714168/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=389040 CPUtime=642.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 89751 0 0 0 64209 20 0 0 25 0 1 0 735757387 398376960 87897 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 97260 87897 267 49 0 94401 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 389040

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.30 5/315 10443
/proc/meminfo: memFree=21649280/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=389040 CPUtime=702.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 89817 0 0 0 70209 20 0 0 25 0 1 0 735757387 398376960 87963 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 97260 87963 267 49 0 94401 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 389040

[startup+762.3 s]
/proc/loadavg: 4.01 3.85 3.34 5/315 10444
/proc/meminfo: memFree=21644980/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=390064 CPUtime=762.3 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 90026 0 0 0 76210 20 0 0 25 0 1 0 735757387 399425536 88172 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 97516 88172 267 49 0 94657 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 390064

[startup+822.3 s]
/proc/loadavg: 4.10 3.91 3.39 5/315 10446
/proc/meminfo: memFree=21636124/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=396976 CPUtime=822.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 91400 0 0 0 82208 21 0 0 25 0 1 0 735757387 406503424 89546 33554432000 4194304 4394578 140734844246800 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 99244 89546 267 49 0 96385 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 396976

[startup+882.311 s]
/proc/loadavg: 4.08 3.94 3.43 5/315 10448
/proc/meminfo: memFree=21564772/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=396976 CPUtime=882.3 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 91458 0 0 0 88209 21 0 0 25 0 1 0 735757387 406503424 89604 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 99244 89604 267 49 0 96385 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 396976

[startup+942.3 s]
/proc/loadavg: 4.03 3.95 3.46 5/315 10449
/proc/meminfo: memFree=21547492/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=399280 CPUtime=942.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 91895 0 0 0 94208 21 0 0 25 0 1 0 735757387 408862720 90041 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 99820 90041 267 49 0 96961 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 399280

[startup+1002.3 s]
/proc/loadavg: 3.52 3.83 3.45 4/309 10468
/proc/meminfo: memFree=21895828/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=401584 CPUtime=1002.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 92470 0 0 0 100208 21 0 0 25 0 1 0 735757387 411222016 90616 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 100396 90616 267 49 0 97537 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 401584

[startup+1062.3 s]
/proc/loadavg: 3.26 3.69 3.42 4/309 10469
/proc/meminfo: memFree=21848652/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=402352 CPUtime=1062.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 92692 0 0 0 106208 21 0 0 25 0 1 0 735757387 412008448 90838 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 100588 90838 267 49 0 97729 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 402352

[startup+1122.3 s]
/proc/loadavg: 3.23 3.59 3.41 4/309 10471
/proc/meminfo: memFree=21845376/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=405832 CPUtime=1122.3 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 93419 0 0 0 112208 22 0 0 25 0 1 0 735757387 415571968 91565 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 101458 91565 267 49 0 98599 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 405832

[startup+1182.3 s]
/proc/loadavg: 3.08 3.48 3.38 4/309 10473
/proc/meminfo: memFree=21816796/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=408088 CPUtime=1182.3 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 93852 0 0 0 118208 22 0 0 25 0 1 0 735757387 417882112 91998 33554432000 4194304 4394578 140734844246800 18446744073709551615 4285643 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 102022 91998 267 49 0 99163 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 408088

[startup+1242.3 s]
/proc/loadavg: 3.03 3.39 3.35 3/307 10475
/proc/meminfo: memFree=22848824/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=408600 CPUtime=1242.29 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 93955 0 0 0 124207 22 0 0 25 0 1 0 735757387 418406400 92101 33554432000 4194304 4394578 140734844246800 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 102150 92101 267 49 0 99291 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 408600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.77 2.97 3.21 2/297 10512
/proc/meminfo: memFree=24273656/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=415584 CPUtime=1300 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 95375 0 0 0 129978 22 0 0 25 0 1 0 735757387 425558016 93521 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 103896 93521 267 49 0 101037 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 415584

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: 1.77 2.97 3.21 2/297 10512
/proc/meminfo: memFree=24273656/32951124 swapFree=67083432/67111528
[pid=10393] ppid=10391 vsize=415584 CPUtime=1300 cores=4,6
/proc/10393/stat : 10393 (SApperloT2010) R 10391 10393 8612 0 -1 4202496 95375 0 0 0 129978 22 0 0 25 0 1 0 735757387 425558016 93521 33554432000 4194304 4394578 140734844246800 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/10393/statm: 103896 93521 267 49 0 101037 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 415584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.03
CPU user time (s): 1299.79
CPU system time (s): 0.244962
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 415584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95376
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= 8
involuntary context switches= 1552

runsolver used 4.13137 second user time and 8.71867 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 12:27:48
IDJOB=3380028
IDBENCH=82432
IDSOLVER=1862
FILE ID=node110/3380028-1305455268
RUNJOBID= node110-1305455207-10323
PBS_JOBID= 13324859
Free space on /tmp= 73400 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3380028-1305455268/watcher-3380028-1305455268 -o /tmp/evaluation-result-3380028-1305455268/solver-3380028-1305455268 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380028-1305455268.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=2077880913

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23118920 kB
Buffers:        292088 kB
Cached:        4477208 kB
SwapCached:       1440 kB
Active:        6195692 kB
Inactive:      3299696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23118920 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:          179456 kB
Writeback:           0 kB
AnonPages:     4725044 kB
Mapped:          27348 kB
Slab:           246676 kB
PageTables:      26696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64900448 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= 73608 MiB
End job on node110 at 2011-05-15 12:49:30