Trace number 3286593

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
ppfolio seqUNSAT 110.956 110.955

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
0.00/0.00	
110.88/110.94	s UNSATISFIABLE
110.88/110.95	solver [1] cryptominisat 2.7.1 answered
110.88/110.95	Done

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-3286593-1303764168/watcher-3286593-1303764168 -o /tmp/evaluation-result-3286593-1303764168/solver-3286593-1303764168 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3286593-1303764168.cnf 

running on 2 cores: 1,3

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: 9.77 7.89 5.51 9/200 6846
/proc/meminfo: memFree=12928708/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 500 215 0 0 0 0 0 0 22 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4606476948946780420 0 0 17 1 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0

[startup+0.071553 s]
/proc/loadavg: 9.77 7.89 5.51 9/200 6846
/proc/meminfo: memFree=12928708/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100559 s]
/proc/loadavg: 9.77 7.89 5.51 9/200 6846
/proc/meminfo: memFree=12928708/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300513 s]
/proc/loadavg: 9.77 7.89 5.51 9/200 6846
/proc/meminfo: memFree=12928708/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700437 s]
/proc/loadavg: 9.77 7.89 5.51 9/200 6846
/proc/meminfo: memFree=12928708/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50029 s]
/proc/loadavg: 9.77 7.89 5.51 10/203 6850
/proc/meminfo: memFree=12751740/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=186304 CPUtime=0.76 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 41515 0 0 0 69 7 0 0 25 0 1 0 488015005 190775296 41114 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 46609 41115 289 96 0 43171 0
[pid=6848] ppid=6846 vsize=83772 CPUtime=0.71 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 19614 0 0 0 68 3 0 0 25 0 1 0 488015005 85782528 17863 33554432000 4194304 4785740 140736671260880 18446744073709551615 4287657 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 20943 17863 309 145 0 17988 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 288400

[startup+3.101 s]
/proc/loadavg: 9.71 7.91 5.53 10/203 6850
/proc/meminfo: memFree=12625508/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 25 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=347960 CPUtime=1.57 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 80553 0 0 0 144 13 0 0 25 0 1 0 488015005 356311040 80152 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 86990 80153 289 96 0 83552 0
[pid=6848] ppid=6846 vsize=111832 CPUtime=1.52 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 31139 0 0 0 145 7 0 0 25 0 1 0 488015005 114515968 24954 33554432000 4194304 4785740 140736671260880 18446744073709551615 4319323 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 27958 24954 322 145 0 25003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 478116

[startup+6.30042 s]
/proc/loadavg: 9.71 7.91 5.53 9/196 6865
/proc/meminfo: memFree=13022356/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=431144 CPUtime=3.16 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 102597 0 0 0 300 16 0 0 25 0 1 0 488015005 441491456 102195 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 107786 102195 307 96 0 104348 0
[pid=6848] ppid=6846 vsize=116224 CPUtime=3.11 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 32324 0 0 0 304 7 0 0 25 0 1 0 488015005 119013376 26139 33554432000 4194304 4785740 140736671260880 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 29056 26139 335 145 0 26101 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 565692

[startup+12.7003 s]
/proc/loadavg: 9.75 7.98 5.58 11/204 6880
/proc/meminfo: memFree=12882692/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=470988 CPUtime=6.37 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 112490 0 0 0 619 18 0 0 25 0 1 0 488015005 482291712 112088 33554432000 4194304 4587354 140735829590080 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 117747 112088 310 96 0 114309 0
[pid=6848] ppid=6846 vsize=119572 CPUtime=6.32 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 33149 0 0 0 624 8 0 0 25 0 1 0 488015005 122441728 26964 33554432000 4194304 4785740 140736671260880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 29893 26964 336 145 0 26938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 608884

[startup+25.5009 s]
/proc/loadavg: 9.87 8.06 5.63 11/204 6881
/proc/meminfo: memFree=12829744/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 1449789223199571968 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=465532 CPUtime=12.77 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 113464 0 0 0 1259 18 0 0 25 0 1 0 488015005 476704768 111309 33554432000 4194304 4587354 140735829590080 18446744073709551615 4238111 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 116383 111309 325 96 0 112945 0
[pid=6848] ppid=6846 vsize=127012 CPUtime=12.71 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 35015 0 0 0 1263 8 0 0 25 0 1 0 488015005 130060288 28830 33554432000 4194304 4785740 140736671260880 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 31753 28830 336 145 0 28798 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 610868

[startup+51.1003 s]
/proc/loadavg: 9.91 8.22 5.75 11/204 6881
/proc/meminfo: memFree=12753988/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=465532 CPUtime=25.57 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 113464 0 0 0 2539 18 0 0 25 0 1 0 488015005 476704768 111309 33554432000 4194304 4587354 140735829590080 18446744073709551615 4236364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 116383 111309 325 96 0 112945 0
[pid=6848] ppid=6846 vsize=144548 CPUtime=25.51 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 39407 0 0 0 2542 9 0 0 25 0 1 0 488015005 148017152 33222 33554432000 4194304 4785740 140736671260880 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 36137 33222 336 145 0 33182 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 628404

[startup+102.308 s]
/proc/loadavg: 10.02 8.53 5.99 11/204 6883
/proc/meminfo: memFree=12575404/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=615536 CPUtime=51.18 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114225 0 0 0 5100 18 0 0 25 0 1 0 488015005 630308864 112070 33554432000 4194304 4587354 140735829590080 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 153884 112070 325 96 0 150446 0
[pid=6848] ppid=6846 vsize=171844 CPUtime=51.11 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 46233 0 0 0 5099 12 0 0 25 0 1 0 488015005 175968256 40048 33554432000 4194304 4785740 140736671260880 18446744073709551615 4552608 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 42961 40048 336 145 0 40006 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 805704

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

[startup+105.5 s]
/proc/loadavg: 10.02 8.53 5.99 11/204 6883
/proc/meminfo: memFree=12569824/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=615536 CPUtime=52.78 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114574 0 0 0 5260 18 0 0 25 0 1 0 488015005 630308864 112419 33554432000 4194304 4587354 140735829590080 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 153884 112419 325 96 0 150446 0
[pid=6848] ppid=6846 vsize=174952 CPUtime=52.71 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 46998 0 0 0 5259 12 0 0 25 0 1 0 488015005 179150848 40813 33554432000 4194304 4785740 140736671260880 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 43738 40813 336 145 0 40783 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 808812

[startup+108.701 s]
/proc/loadavg: 10.02 8.55 6.02 11/204 6883
/proc/meminfo: memFree=12589952/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 4294934792 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=615536 CPUtime=54.37 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114830 0 0 0 5419 18 0 0 25 0 1 0 488015005 630308864 112675 33554432000 4194304 4587354 140735829590080 18446744073709551615 4236479 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 153884 112675 325 96 0 150446 0
[pid=6848] ppid=6846 vsize=177972 CPUtime=54.3 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 47752 0 0 0 5418 12 0 0 25 0 1 0 488015005 182243328 41567 33554432000 4194304 4785740 140736671260880 18446744073709551615 4416830 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 44493 41567 336 145 0 41538 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 811832

[startup+110.301 s]
/proc/loadavg: 10.02 8.55 6.02 11/204 6883
/proc/meminfo: memFree=12558208/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 3960328088818024448 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=615536 CPUtime=55.17 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114907 0 0 0 5499 18 0 0 25 0 1 0 488015005 630308864 112750 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550195446 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 153884 112750 339 96 0 150446 0
[pid=6848] ppid=6846 vsize=180500 CPUtime=55.1 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 48411 0 0 0 5498 12 0 0 25 0 1 0 488015005 184832000 42226 33554432000 4194304 4785740 140736671260880 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 45125 42226 336 145 0 42170 0
Current children cumulated CPU time (s) 110.27
Current children cumulated vsize (KiB) 814360

[startup+110.7 s]
/proc/loadavg: 10.02 8.55 6.02 11/204 6883
/proc/meminfo: memFree=12558208/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 3960328088818024448 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=614508 CPUtime=55.37 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114907 0 0 0 5519 18 0 0 25 0 1 0 488015005 629256192 112531 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550186520 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 153627 112531 339 96 0 150189 0
[pid=6848] ppid=6846 vsize=181224 CPUtime=55.3 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 48578 0 0 0 5518 12 0 0 25 0 1 0 488015005 185573376 42393 33554432000 4194304 4785740 140736671260880 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 45306 42393 336 145 0 42351 0
Current children cumulated CPU time (s) 110.67
Current children cumulated vsize (KiB) 814056

[startup+110.9 s]
/proc/loadavg: 10.02 8.55 6.02 11/204 6883
/proc/meminfo: memFree=12558208/32951124 swapFree=67111528/67111528
[pid=6846] ppid=6844 vsize=18324 CPUtime=0 cores=1,3
/proc/6846/stat : 6846 (ppfolio) S 6844 6846 5962 0 -1 4202496 501 215 0 0 0 0 0 0 15 0 1 0 488015004 18763776 395 33554432000 4194304 4287625 140733432652112 18446744073709551615 271550557711 0 0 4096 65536 3960328088818024448 0 0 17 3 0 0 0
/proc/6846/statm: 4581 395 346 23 0 91 0
[pid=6847] ppid=6846 vsize=588436 CPUtime=55.47 cores=1
/proc/6847/stat : 6847 (cryptominisat) R 6846 6846 5962 0 -1 4202496 114907 0 0 0 5529 18 0 0 25 0 1 0 488015005 602558464 107278 33554432000 4194304 4587354 140735829590080 18446744073709551615 271550193836 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6847/statm: 147109 107278 339 96 0 143671 0
[pid=6848] ppid=6846 vsize=181656 CPUtime=55.41 cores=1
/proc/6848/stat : 6848 (clasp) R 6846 6846 5962 0 -1 4202496 48684 0 0 0 5528 13 0 0 25 0 1 0 488015005 186015744 42499 33554432000 4194304 4785740 140736671260880 18446744073709551615 4552532 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6848/statm: 45414 42499 336 145 0 42459 0
Current children cumulated CPU time (s) 110.88
Current children cumulated vsize (KiB) 788416

Child status: 0
Real time (s): 110.955
CPU time (s): 110.956
CPU user time (s): 110.607
CPU system time (s): 0.348946
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 814660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.607
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164326
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= 53
involuntary context switches= 1284

runsolver used 0.159975 second user time and 0.478927 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-25 22:42:51
IDJOB=3286593
IDBENCH=82430
IDSOLVER=1613
FILE ID=node133/3286593-1303764168
RUNJOBID= node133-1303763834-6668
PBS_JOBID= 13157125
Free space on /tmp= 71220 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286593-1303764168/watcher-3286593-1303764168 -o /tmp/evaluation-result-3286593-1303764168/solver-3286593-1303764168 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3286593-1303764168.cnf

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1815132804

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12928740 kB
Buffers:       2171436 kB
Cached:       12662932 kB
SwapCached:          0 kB
Active:       13376040 kB
Inactive:      6070824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12928740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          129996 kB
Writeback:           0 kB
AnonPages:     4612132 kB
Mapped:          17848 kB
Slab:           501460 kB
PageTables:      15096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5405588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71264 MiB
End job on node133 at 2011-04-25 22:44:42