Trace number 3380084

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)UNSAT 1210.1 1210.11

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

1209.99/1210.09	c Solved by BasicSolver 
1209.99/1210.09	
1209.99/1210.09	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3380084-1305455287/watcher-3380084-1305455287 -o /tmp/evaluation-result-3380084-1305455287/solver-3380084-1305455287 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380084-1305455287.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.77 3.93 3.83 4/397 7957
/proc/meminfo: memFree=29149708/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=17828 CPUtime=0 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 1558 0 0 0 0 0 0 0 25 0 1 0 657127455 18255872 1499 33554432000 4194304 4394578 140735953036192 18446744073709551615 251814240000 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 4457 1500 247 49 0 1598 0

[startup+0.104098 s]
/proc/loadavg: 3.77 3.93 3.83 4/397 7957
/proc/meminfo: memFree=29149708/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=30424 CPUtime=0.09 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 4717 0 0 0 9 0 0 0 25 0 1 0 657127455 31154176 4657 33554432000 4194304 4394578 140735953036192 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 7606 4657 256 49 0 4747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30424

[startup+0.201044 s]
/proc/loadavg: 3.77 3.93 3.83 4/397 7957
/proc/meminfo: memFree=29149708/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=31804 CPUtime=0.19 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 5057 0 0 0 17 2 0 0 25 0 1 0 657127455 32567296 4719 33554432000 4194304 4394578 140735953036192 18446744073709551615 251813895202 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 7951 4719 256 49 0 5092 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31804

[startup+0.301065 s]
/proc/loadavg: 3.77 3.93 3.83 4/397 7957
/proc/meminfo: memFree=29149708/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=32368 CPUtime=0.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 5210 0 0 0 27 2 0 0 25 0 1 0 657127455 33144832 4872 33554432000 4194304 4394578 140735953036192 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 8092 4872 256 49 0 5233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32368

[startup+0.700951 s]
/proc/loadavg: 3.77 3.93 3.83 4/397 7957
/proc/meminfo: memFree=29149708/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=38592 CPUtime=0.69 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 7390 0 0 0 64 5 0 0 25 0 1 0 657127455 39518208 6502 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 9648 6502 267 49 0 6789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38592

[startup+1.50082 s]
/proc/loadavg: 3.77 3.93 3.83 5/398 7958
/proc/meminfo: memFree=29114616/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=43140 CPUtime=1.49 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 8518 0 0 0 144 5 0 0 25 0 1 0 657127455 44175360 7630 33554432000 4194304 4394578 140735953036192 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 10785 7630 267 49 0 7926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43140

[startup+3.10054 s]
/proc/loadavg: 3.77 3.93 3.83 5/398 7958
/proc/meminfo: memFree=29099860/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=50856 CPUtime=3.09 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 10468 0 0 0 303 6 0 0 25 0 1 0 657127455 52076544 9580 33554432000 4194304 4394578 140735953036192 18446744073709551615 4299197 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 12714 9580 267 49 0 9855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50856

[startup+6.30101 s]
/proc/loadavg: 3.79 3.93 3.83 5/398 7958
/proc/meminfo: memFree=29063312/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=63944 CPUtime=6.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 13650 0 0 0 623 6 0 0 25 0 1 0 657127455 65478656 12762 33554432000 4194304 4394578 140735953036192 18446744073709551615 4287388 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 15986 12762 267 49 0 13127 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63944

[startup+12.7009 s]
/proc/loadavg: 3.81 3.93 3.83 5/398 7958
/proc/meminfo: memFree=29016944/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=84812 CPUtime=12.69 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 18651 0 0 0 1261 8 0 0 25 0 1 0 657127455 86847488 17763 33554432000 4194304 4394578 140735953036192 18446744073709551615 4313514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 21203 17763 267 49 0 18344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84812

[startup+25.5008 s]
/proc/loadavg: 3.85 3.93 3.83 5/398 7959
/proc/meminfo: memFree=28866264/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=101516 CPUtime=25.49 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 22553 0 0 0 2541 8 0 0 25 0 1 0 657127455 103952384 21665 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 25379 21665 267 49 0 22520 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101516

[startup+51.1005 s]
/proc/loadavg: 3.90 3.94 3.83 5/398 7959
/proc/meminfo: memFree=28717884/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=106824 CPUtime=51.09 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 23703 0 0 0 5101 8 0 0 25 0 1 0 657127455 109387776 22815 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 26706 22815 267 49 0 23847 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106824

[startup+102.301 s]
/proc/loadavg: 3.95 3.94 3.84 5/395 7982
/proc/meminfo: memFree=29325692/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=115620 CPUtime=102.3 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 25506 0 0 0 10220 10 0 0 25 0 1 0 657127455 118394880 24618 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 28905 24618 267 49 0 26046 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 115620

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.85 6/398 8077
/proc/meminfo: memFree=29056964/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=127492 CPUtime=162.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 27951 0 0 0 16218 11 0 0 25 0 1 0 657127455 130551808 27063 33554432000 4194304 4394578 140735953036192 18446744073709551615 4287720 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 31873 27063 267 49 0 29014 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127492

[startup+222.315 s]
/proc/loadavg: 4.01 3.97 3.86 5/398 8135
/proc/meminfo: memFree=28888804/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=136572 CPUtime=222.3 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 29827 0 0 0 22217 13 0 0 25 0 1 0 657127455 139849728 28939 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 34143 28939 267 49 0 31284 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 136572

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/398 8137
/proc/meminfo: memFree=28810732/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=143980 CPUtime=282.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 31347 0 0 0 28215 14 0 0 25 0 1 0 657127455 147435520 30459 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 35995 30459 267 49 0 33136 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 143980

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/398 8138
/proc/meminfo: memFree=28771252/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=146480 CPUtime=342.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 31955 0 0 0 34215 14 0 0 25 0 1 0 657127455 149995520 31067 33554432000 4194304 4394578 140735953036192 18446744073709551615 4287252 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 36620 31067 267 49 0 33761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 146480

[startup+402.3 s]
/proc/loadavg: 4.15 4.02 3.89 5/398 8140
/proc/meminfo: memFree=28695460/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=177024 CPUtime=402.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 38434 0 0 0 40214 15 0 0 25 0 1 0 657127455 181272576 37546 33554432000 4194304 4394578 140735953036192 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 44256 37546 267 49 0 41397 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 177024

[startup+462.3 s]
/proc/loadavg: 4.05 4.01 3.89 5/398 8141
/proc/meminfo: memFree=28652020/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=182272 CPUtime=462.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 39604 0 0 0 46214 15 0 0 25 0 1 0 657127455 186646528 38716 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 45568 38716 267 49 0 42709 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 182272

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 3.90 5/398 8143
/proc/meminfo: memFree=28620856/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=186308 CPUtime=522.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 40338 0 0 0 52213 15 0 0 25 0 1 0 657127455 190779392 39450 33554432000 4194304 4394578 140735953036192 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 46577 39450 267 49 0 43718 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 186308

[startup+582.3 s]
/proc/loadavg: 3.61 3.90 3.87 4/392 8162
/proc/meminfo: memFree=28867924/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=190340 CPUtime=582.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 41171 0 0 0 58213 15 0 0 25 0 1 0 657127455 194908160 40283 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298382 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 47585 40283 267 49 0 44726 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 190340

[startup+642.301 s]
/proc/loadavg: 3.22 3.74 3.82 4/392 8163
/proc/meminfo: memFree=28831432/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=195204 CPUtime=642.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 42188 0 0 0 64213 16 0 0 25 0 1 0 657127455 199888896 41300 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 48801 41300 267 49 0 45942 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 195204

[startup+702.301 s]
/proc/loadavg: 2.48 3.43 3.70 3/386 8182
/proc/meminfo: memFree=29921172/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=198596 CPUtime=702.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 42840 0 0 0 70212 16 0 0 25 0 1 0 657127455 203362304 41952 33554432000 4194304 4394578 140735953036192 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 49649 41952 267 49 0 46790 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 198596

[startup+762.301 s]
/proc/loadavg: 2.32 3.21 3.61 3/386 8183
/proc/meminfo: memFree=29915948/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=200068 CPUtime=762.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 43121 0 0 0 76213 16 0 0 25 0 1 0 657127455 204869632 42233 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 50017 42233 267 49 0 47158 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 200068

[startup+822.301 s]
/proc/loadavg: 2.11 2.99 3.51 3/386 8185
/proc/meminfo: memFree=29883308/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=206980 CPUtime=822.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 44418 0 0 0 82212 16 0 0 25 0 1 0 657127455 211947520 43530 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 51745 43530 267 49 0 48886 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 206980

[startup+882.315 s]
/proc/loadavg: 2.04 2.81 3.41 3/386 8187
/proc/meminfo: memFree=29859352/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=217348 CPUtime=882.3 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 46490 0 0 0 88213 17 0 0 25 0 1 0 657127455 222564352 45602 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 54337 45602 267 49 0 51478 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 217348

[startup+942.301 s]
/proc/loadavg: 2.01 2.66 3.32 3/386 8188
/proc/meminfo: memFree=29857592/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=219396 CPUtime=942.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 46922 0 0 0 94211 17 0 0 25 0 1 0 657127455 224661504 46034 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 54849 46034 267 49 0 51990 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 219396

[startup+1002.3 s]
/proc/loadavg: 2.04 2.55 3.24 3/386 8190
/proc/meminfo: memFree=29854956/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=222660 CPUtime=1002.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 47596 0 0 0 100211 17 0 0 25 0 1 0 657127455 228003840 46708 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 55665 46708 267 49 0 52806 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 222660

[startup+1062.3 s]
/proc/loadavg: 2.05 2.46 3.16 3/386 8191
/proc/meminfo: memFree=29853436/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=226628 CPUtime=1062.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48272 0 0 0 106211 17 0 0 25 0 1 0 657127455 232067072 47384 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 56657 47384 267 49 0 53798 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 226628

[startup+1122.3 s]
/proc/loadavg: 2.02 2.37 3.09 3/386 8193
/proc/meminfo: memFree=29850920/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=227908 CPUtime=1122.28 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48557 0 0 0 112211 17 0 0 25 0 1 0 657127455 233377792 47669 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 56977 47669 267 49 0 54118 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 227908

[startup+1182.3 s]
/proc/loadavg: 2.00 2.30 3.02 3/386 8195
/proc/meminfo: memFree=29848912/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1182.29 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48968 0 0 0 118211 18 0 0 25 0 1 0 657127455 235081728 48080 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48080 267 49 0 54534 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 229572

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

[startup+1190.4 s]
/proc/loadavg: 2.00 2.29 3.00 3/386 8195
/proc/meminfo: memFree=29848900/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1190.39 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48968 0 0 0 119021 18 0 0 25 0 1 0 657127455 235081728 48080 33554432000 4194304 4394578 140735953036192 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48080 267 49 0 54534 0
Current children cumulated CPU time (s) 1190.39
Current children cumulated vsize (KiB) 229572

[startup+1203.2 s]
/proc/loadavg: 2.00 2.28 2.99 3/386 8195
/proc/meminfo: memFree=29849020/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1203.19 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48968 0 0 0 120301 18 0 0 25 0 1 0 657127455 235081728 48080 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48080 267 49 0 54534 0
Current children cumulated CPU time (s) 1203.19
Current children cumulated vsize (KiB) 229572

[startup+1206.4 s]
/proc/loadavg: 2.00 2.28 2.99 3/386 8195
/proc/meminfo: memFree=29849020/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1206.39 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48969 0 0 0 120621 18 0 0 25 0 1 0 657127455 235081728 48081 33554432000 4194304 4394578 140735953036192 18446744073709551615 4295693 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48081 267 49 0 54534 0
Current children cumulated CPU time (s) 1206.39
Current children cumulated vsize (KiB) 229572

[startup+1208 s]
/proc/loadavg: 2.00 2.28 2.99 3/386 8195
/proc/meminfo: memFree=29847904/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1207.99 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48969 0 0 0 120781 18 0 0 25 0 1 0 657127455 235081728 48081 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48081 267 49 0 54534 0
Current children cumulated CPU time (s) 1207.99
Current children cumulated vsize (KiB) 229572

[startup+1208.8 s]
/proc/loadavg: 2.00 2.28 2.99 3/386 8195
/proc/meminfo: memFree=29847904/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1208.79 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48969 0 0 0 120861 18 0 0 25 0 1 0 657127455 235081728 48081 33554432000 4194304 4394578 140735953036192 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48081 267 49 0 54534 0
Current children cumulated CPU time (s) 1208.79
Current children cumulated vsize (KiB) 229572

[startup+1209.6 s]
/proc/loadavg: 2.00 2.28 2.99 3/386 8195
/proc/meminfo: memFree=29848772/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1209.59 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48969 0 0 0 120941 18 0 0 25 0 1 0 657127455 235081728 48081 33554432000 4194304 4394578 140735953036192 18446744073709551615 4325454 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48081 267 49 0 54534 0
Current children cumulated CPU time (s) 1209.59
Current children cumulated vsize (KiB) 229572

[startup+1210 s]
/proc/loadavg: 2.00 2.27 2.98 3/386 8195
/proc/meminfo: memFree=29848772/32950928 swapFree=41934208/67111528
[pid=7957] ppid=7955 vsize=229572 CPUtime=1209.99 cores=4,6
/proc/7957/stat : 7957 (SApperloT2010) R 7955 7957 6892 0 -1 4202496 48969 0 0 0 120981 18 0 0 25 0 1 0 657127455 235081728 48081 33554432000 4194304 4394578 140735953036192 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/7957/statm: 57393 48081 267 49 0 54534 0
Current children cumulated CPU time (s) 1209.99
Current children cumulated vsize (KiB) 229572

Child status: 20
Real time (s): 1210.11
CPU time (s): 1210.1
CPU user time (s): 1209.91
CPU system time (s): 0.188971
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 229572

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

runsolver used 4.69129 second user time and 10.2944 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 12:28:08
IDJOB=3380084
IDBENCH=82433
IDSOLVER=1862
FILE ID=node126/3380084-1305455287
RUNJOBID= node126-1305455234-7878
PBS_JOBID= 13324874
Free space on /tmp= 73208 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380084-1305455287/watcher-3380084-1305455287 -o /tmp/evaluation-result-3380084-1305455287/solver-3380084-1305455287 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380084-1305455287.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1336236098

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29149864 kB
Buffers:        169400 kB
Cached:        1817096 kB
SwapCached:      49560 kB
Active:        1345352 kB
Inactive:      2206352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29149864 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           54276 kB
Writeback:           0 kB
AnonPages:     1528408 kB
Mapped:          11140 kB
Slab:           103512 kB
PageTables:      78148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 89365424 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= 73352 MiB
End job on node126 at 2011-05-15 12:48:18