Trace number 3286232

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
SApperloT 2011-03-23UNSAT 934.195 934.168

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

934.11/934.15	
934.11/934.15	s UNSATISFIABLE
934.11/934.15	c Reason for Unsat: Learned empty clause

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: 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-3286232-1303769132/watcher-3286232-1303769132 -o /tmp/evaluation-result-3286232-1303769132/solver-3286232-1303769132 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3286232-1303769132.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: 4.01 3.95 3.66 4/189 6232
/proc/meminfo: memFree=22495824/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=28824 CPUtime=0 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 945 0 0 0 0 0 0 0 21 0 1 0 488510931 29515776 885 33554432000 4194304 4465733 140734807758432 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 7206 885 250 67 0 4329 0

[startup+0.00940911 s]
/proc/loadavg: 4.01 3.95 3.66 4/189 6232
/proc/meminfo: memFree=22495824/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=28824 CPUtime=0 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 977 0 0 0 0 0 0 0 21 0 1 0 488510931 29515776 917 33554432000 4194304 4465733 140734807758432 18446744073709551615 4272720 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 7206 917 250 67 0 4329 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28824

[startup+0.100449 s]
/proc/loadavg: 4.01 3.95 3.66 4/189 6232
/proc/meminfo: memFree=22495824/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=28824 CPUtime=0.09 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 2614 0 0 0 9 0 0 0 21 0 1 0 488510931 29515776 2215 33554432000 4194304 4465733 140734807758432 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 7206 2216 250 67 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28824

[startup+0.300392 s]
/proc/loadavg: 4.01 3.95 3.66 4/189 6232
/proc/meminfo: memFree=22495824/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=38584 CPUtime=0.29 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 9233 0 0 0 28 1 0 0 22 0 1 0 488510931 39510016 4221 33554432000 4194304 4465733 140734807758432 18446744073709551615 4265327 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 9646 4221 255 67 0 6769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38584

[startup+0.70033 s]
/proc/loadavg: 4.01 3.95 3.66 4/189 6232
/proc/meminfo: memFree=22495824/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=38968 CPUtime=0.69 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 9757 0 0 0 68 1 0 0 24 0 1 0 488510931 39903232 4564 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 9742 4564 255 67 0 6865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38968

[startup+1.50122 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6233
/proc/meminfo: memFree=22473752/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=38968 CPUtime=1.49 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 10647 0 0 0 148 1 0 0 25 0 1 0 488510931 39903232 5040 33554432000 4194304 4465733 140734807758432 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 9742 5040 255 67 0 6865 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38968

[startup+3.10089 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6233
/proc/meminfo: memFree=22466560/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=39480 CPUtime=3.09 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 12450 0 0 0 307 2 0 0 25 0 1 0 488510931 40427520 6031 33554432000 4194304 4465733 140734807758432 18446744073709551615 4271922 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 9870 6031 255 67 0 6993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39480

[startup+6.30033 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6233
/proc/meminfo: memFree=22450816/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=43164 CPUtime=6.29 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 15988 0 0 0 627 2 0 0 25 0 1 0 488510931 44199936 6931 33554432000 4194304 4465733 140734807758432 18446744073709551615 4253818 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 10791 6931 255 67 0 7914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43164

[startup+12.7012 s]
/proc/loadavg: 4.01 3.95 3.66 5/190 6233
/proc/meminfo: memFree=22404572/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=68056 CPUtime=12.7 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 27538 0 0 0 1266 4 0 0 25 0 1 0 488510931 69689344 12077 33554432000 4194304 4465733 140734807758432 18446744073709551615 4254853 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 17014 12077 255 67 0 14137 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 68056

[startup+25.5009 s]
/proc/loadavg: 4.00 3.95 3.67 5/190 6234
/proc/meminfo: memFree=22330900/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=99184 CPUtime=25.49 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 58348 0 0 0 2542 7 0 0 25 0 1 0 488510931 101564416 19755 33554432000 4194304 4465733 140734807758432 18446744073709551615 4270813 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 24796 19755 255 67 0 21919 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99184

[startup+51.1002 s]
/proc/loadavg: 4.00 3.95 3.68 5/190 6234
/proc/meminfo: memFree=22230572/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=169364 CPUtime=51.09 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 73656 0 0 0 5100 9 0 0 25 0 1 0 488510931 173428736 31629 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343385 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 42341 31629 272 67 0 39464 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 169364

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 6236
/proc/meminfo: memFree=22253508/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=124268 CPUtime=102.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 76885 0 0 0 10220 10 0 0 25 0 1 0 488510931 127250432 25973 33554432000 4194304 4465733 140734807758432 18446744073709551615 4270899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 31067 25973 274 67 0 28190 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124268

[startup+162.301 s]
/proc/loadavg: 4.07 3.98 3.71 5/190 6237
/proc/meminfo: memFree=22249016/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=172928 CPUtime=162.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 103017 0 0 0 16217 13 0 0 25 0 1 0 488510931 177078272 33967 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255605 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 43232 33967 275 67 0 40355 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 172928

[startup+222.3 s]
/proc/loadavg: 4.06 3.99 3.73 5/190 6239
/proc/meminfo: memFree=22099812/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=172928 CPUtime=222.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 110862 0 0 0 22216 14 0 0 25 0 1 0 488510931 177078272 37982 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 43232 37982 275 67 0 40355 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 172928

[startup+282.3 s]
/proc/loadavg: 4.02 3.99 3.75 5/190 6240
/proc/meminfo: memFree=22136112/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=239388 CPUtime=282.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 121052 0 0 0 28215 15 0 0 25 0 1 0 488510931 245133312 48091 33554432000 4194304 4465733 140734807758432 18446744073709551615 4364056 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 59847 48093 275 67 0 56970 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239388

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.76 5/190 6242
/proc/meminfo: memFree=22045940/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=272624 CPUtime=342.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 152419 0 0 0 34211 19 0 0 25 0 1 0 488510931 279166976 62044 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 68156 62044 275 67 0 65279 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 272624

[startup+402.301 s]
/proc/loadavg: 4.07 4.01 3.77 5/190 6244
/proc/meminfo: memFree=21917200/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=272624 CPUtime=402.3 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 152419 0 0 0 40211 19 0 0 25 0 1 0 488510931 279166976 62044 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343393 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 68156 62044 275 67 0 65279 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 272624

[startup+462.301 s]
/proc/loadavg: 4.08 4.02 3.79 5/190 6245
/proc/meminfo: memFree=21867704/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=272624 CPUtime=462.31 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 152419 0 0 0 46212 19 0 0 25 0 1 0 488510931 279166976 62044 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 68156 62044 275 67 0 65279 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 272624

[startup+522.301 s]
/proc/loadavg: 4.03 4.02 3.80 5/190 6247
/proc/meminfo: memFree=21867180/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=272624 CPUtime=522.31 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 152425 0 0 0 52212 19 0 0 25 0 1 0 488510931 279166976 62050 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343375 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 68156 62050 281 67 0 65279 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 272624

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.81 4/188 6249
/proc/meminfo: memFree=22254544/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=272624 CPUtime=582.31 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 152425 0 0 0 58212 19 0 0 25 0 1 0 488510931 279166976 62050 33554432000 4194304 4465733 140734807758432 18446744073709551615 4343360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 68156 62050 281 67 0 65279 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 272624

[startup+642.3 s]
/proc/loadavg: 2.77 3.65 3.70 3/178 6286
/proc/meminfo: memFree=23111236/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=642.32 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 181854 0 0 0 64209 23 0 0 25 0 1 0 488510931 253677568 45232 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 45232 280 67 0 59056 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 247732

[startup+702.301 s]
/proc/loadavg: 2.28 3.35 3.59 3/178 6288
/proc/meminfo: memFree=23068924/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=702.31 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 183262 0 0 0 70208 23 0 0 25 0 1 0 488510931 253677568 45936 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 45936 280 67 0 59056 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 247732

[startup+762.307 s]
/proc/loadavg: 2.15 3.12 3.50 3/178 6289
/proc/meminfo: memFree=23060712/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=762.32 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 187576 0 0 0 76209 23 0 0 25 0 1 0 488510931 253677568 48093 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255505 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 48093 280 67 0 59056 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 247732

[startup+822.301 s]
/proc/loadavg: 2.06 2.91 3.40 3/178 6291
/proc/meminfo: memFree=23053244/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=822.32 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 190658 0 0 0 82208 24 0 0 25 0 1 0 488510931 253677568 49930 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 49930 280 67 0 59056 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 247732

[startup+882.301 s]
/proc/loadavg: 2.02 2.74 3.31 3/178 6292
/proc/meminfo: memFree=23040700/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=882.31 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 88207 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4270801 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 247732

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

[startup+895.901 s]
/proc/loadavg: 2.01 2.71 3.29 3/178 6293
/proc/meminfo: memFree=23040688/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=895.91 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 89567 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255436 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 247732

[startup+921.501 s]
/proc/loadavg: 1.67 2.57 3.23 2/172 6312
/proc/meminfo: memFree=23814032/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=921.51 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 92127 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255018 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 921.51
Current children cumulated vsize (KiB) 247732

[startup+927.901 s]
/proc/loadavg: 1.61 2.54 3.21 2/172 6312
/proc/meminfo: memFree=23813904/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=927.91 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 92767 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 927.91
Current children cumulated vsize (KiB) 247732

[startup+931.1 s]
/proc/loadavg: 1.56 2.51 3.20 2/172 6312
/proc/meminfo: memFree=23814024/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=931.11 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 93087 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255368 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 931.11
Current children cumulated vsize (KiB) 247732

[startup+932.701 s]
/proc/loadavg: 1.56 2.51 3.20 2/172 6312
/proc/meminfo: memFree=23814024/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=932.72 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 93248 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255605 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 932.72
Current children cumulated vsize (KiB) 247732

[startup+933.501 s]
/proc/loadavg: 1.56 2.51 3.20 2/172 6312
/proc/meminfo: memFree=23814024/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=933.51 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 93327 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4254918 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 933.51
Current children cumulated vsize (KiB) 247732

[startup+933.907 s]
/proc/loadavg: 1.56 2.51 3.20 2/172 6312
/proc/meminfo: memFree=23814024/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=933.92 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 93368 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 933.92
Current children cumulated vsize (KiB) 247732

[startup+934.101 s]
/proc/loadavg: 1.56 2.51 3.20 2/172 6312
/proc/meminfo: memFree=23814024/32951124 swapFree=67111412/67111528
[pid=6232] ppid=6230 vsize=247732 CPUtime=934.11 cores=4,6
/proc/6232/stat : 6232 (SApperloT) R 6230 6232 5523 0 -1 4202496 197004 0 0 0 93387 24 0 0 25 0 1 0 488510931 253677568 53103 33554432000 4194304 4465733 140734807758432 18446744073709551615 4270416 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6232/statm: 61933 53103 280 67 0 59056 0
Current children cumulated CPU time (s) 934.11
Current children cumulated vsize (KiB) 247732

Child status: 20
Real time (s): 934.168
CPU time (s): 934.195
CPU user time (s): 933.934
CPU system time (s): 0.26096
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 331760

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

runsolver used 1.61075 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 00:05:32
IDJOB=3286232
IDBENCH=82420
IDSOLVER=1657
FILE ID=node137/3286232-1303769132
RUNJOBID= node137-1303768411-5998
PBS_JOBID= 13157155
Free space on /tmp= 71460 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286232-1303769132/watcher-3286232-1303769132 -o /tmp/evaluation-result-3286232-1303769132/solver-3286232-1303769132 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3286232-1303769132.cnf

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=263755245

node137.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.844
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.68
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.844
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.844
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.844
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.844
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      22496104 kB
Buffers:       1737616 kB
Cached:        6895776 kB
SwapCached:        112 kB
Active:        3283076 kB
Inactive:      6616812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22496104 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           15656 kB
Writeback:           0 kB
AnonPages:     1265932 kB
Mapped:          15584 kB
Slab:           488436 kB
PageTables:       7668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1813648 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= 71776 MiB
End job on node137 at 2011-04-26 00:21:06