Trace number 3286409

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.55 110.63

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.01	Starting clasp 1.3.6 on core(s) 0
0.00/0.01	Starting TNM 2009 on core(s) 0
110.55/110.62	s UNSATISFIABLE
110.55/110.63	solver [1] cryptominisat 2.7.1 answered
110.55/110.63	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-3286409-1303764056/watcher-3286409-1303764056 -o /tmp/evaluation-result-3286409-1303764056/solver-3286409-1303764056 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3286409-1303764056.cnf 

running on 2 cores: 0,2

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: 11.10 10.91 9.26 11/198 27286
/proc/meminfo: memFree=12640228/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) R 27284 27286 25750 0 -1 4202496 483 0 0 0 0 0 0 0 25 0 1 0 468821838 18763776 391 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039475605 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/27286/statm: 4581 391 343 23 0 91 0

[startup+0.087525 s]
/proc/loadavg: 11.10 10.91 9.26 11/198 27286
/proc/meminfo: memFree=12640228/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 4329811648412877057 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100523 s]
/proc/loadavg: 11.10 10.91 9.26 11/198 27286
/proc/meminfo: memFree=12640228/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 4329811648412877057 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300485 s]
/proc/loadavg: 11.10 10.91 9.26 11/198 27286
/proc/meminfo: memFree=12640228/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700388 s]
/proc/loadavg: 11.10 10.91 9.26 11/198 27286
/proc/meminfo: memFree=12640228/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50124 s]
/proc/loadavg: 11.10 10.91 9.26 13/202 27290
/proc/meminfo: memFree=12570508/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=46976 CPUtime=0.54 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 6211 0 0 0 53 1 0 0 25 0 1 0 468821839 48103424 6082 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 11744 6082 307 96 0 8306 0
[pid=27288] ppid=27286 vsize=37936 CPUtime=0.41 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 8204 0 0 0 41 0 0 0 25 0 1 0 468821839 38846464 6644 33554432000 4194304 4785740 140734228323600 18446744073709551615 4416864 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 9484 6644 320 145 0 6529 0
[pid=27289] ppid=27286 vsize=472984 CPUtime=0.51 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 6874 0 0 0 51 0 0 0 25 0 1 0 468821839 484335616 6771 33554432000 134512640 134534564 4290350384 18446744073709551615 11032060 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118246 6773 92 6 0 116912 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 576220

[startup+3.10101 s]
/proc/loadavg: 11.10 10.91 9.26 13/202 27290
/proc/meminfo: memFree=12548656/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 17 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496536015129804800 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=53376 CPUtime=1.04 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 7822 0 0 0 103 1 0 0 25 0 1 0 468821839 54657024 7693 33554432000 4194304 4587354 140737427454320 18446744073709551615 4248785 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 13344 7693 313 96 0 9906 0
[pid=27288] ppid=27286 vsize=35696 CPUtime=0.92 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 8269 0 0 0 92 0 0 0 25 0 1 0 468821839 36552704 6168 33554432000 4194304 4785740 140734228323600 18446744073709551615 4544127 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 8924 6168 340 145 0 5969 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=1.1 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 110 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 581304

[startup+6.30041 s]
/proc/loadavg: 11.25 10.94 9.28 13/202 27291
/proc/meminfo: memFree=12494216/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496536702324572160 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=71128 CPUtime=2.14 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 15730 0 0 0 212 2 0 0 25 0 1 0 468821839 72835072 11722 33554432000 4194304 4587354 140737427454320 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 17782 11722 330 96 0 14344 0
[pid=27288] ppid=27286 vsize=35696 CPUtime=2.01 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 8269 0 0 0 201 0 0 0 25 0 1 0 468821839 36552704 6168 33554432000 4194304 4785740 140734228323600 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 8924 6168 340 145 0 5969 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=2.11 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 211 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134525956 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 599056

[startup+12.7013 s]
/proc/loadavg: 11.31 10.96 9.30 13/202 27291
/proc/meminfo: memFree=12386732/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496537114641432576 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=71128 CPUtime=4.24 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 16151 0 0 0 421 3 0 0 25 0 1 0 468821839 72835072 12127 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 17782 12127 330 96 0 14344 0
[pid=27288] ppid=27286 vsize=43928 CPUtime=4.12 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 10365 0 0 0 412 0 0 0 25 0 1 0 468821839 44982272 8264 33554432000 4194304 4785740 140734228323600 18446744073709551615 212039316165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 10982 8264 340 145 0 8027 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=4.3 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 430 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 607288

[startup+25.501 s]
/proc/loadavg: 11.46 11.01 9.34 13/202 27291
/proc/meminfo: memFree=12318904/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496536152568758272 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1373496 CPUtime=8.54 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 19049 0 0 0 851 3 0 0 25 0 1 0 468821839 1406459904 12201 33554432000 4194304 4587354 140737427454320 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 343374 12201 339 96 0 339936 0
[pid=27288] ppid=27286 vsize=60468 CPUtime=8.42 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 14464 0 0 0 840 2 0 0 25 0 1 0 468821839 61919232 12363 33554432000 4194304 4785740 140734228323600 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 15117 12363 340 145 0 12162 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=8.51 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 851 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1926196

[startup+51.1004 s]
/proc/loadavg: 11.64 11.09 9.41 13/202 27292
/proc/meminfo: memFree=12261944/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496536839763525632 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1374412 CPUtime=17.04 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 19330 0 0 0 1701 3 0 0 25 0 1 0 468821839 1407397888 12482 33554432000 4194304 4587354 140737427454320 18446744073709551615 4367388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 343603 12482 339 96 0 340165 0
[pid=27288] ppid=27286 vsize=90648 CPUtime=16.92 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 21721 0 0 0 1689 3 0 0 25 0 1 0 468821839 92823552 19620 33554432000 4194304 4785740 140734228323600 18446744073709551615 4550460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 22662 19620 340 145 0 19707 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=17.1 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 1710 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1957292

[startup+102.307 s]
/proc/loadavg: 11.84 11.23 9.54 13/202 27293
/proc/meminfo: memFree=12193172/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496535190496083968 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1342412 CPUtime=34.13 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 25260 0 0 0 3409 4 0 0 25 0 1 0 468821839 1374629888 17388 33554432000 4194304 4587354 140737427454320 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 335603 17388 339 96 0 332165 0
[pid=27288] ppid=27286 vsize=103672 CPUtime=34.01 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 24895 0 0 0 3397 4 0 0 25 0 1 0 468821839 106160128 22794 33554432000 4194304 4785740 140734228323600 18446744073709551615 4304272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 25918 22794 340 145 0 22963 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=34.13 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3413 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1938316

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

[startup+105.501 s]
/proc/loadavg: 11.86 11.24 9.55 13/202 27293
/proc/meminfo: memFree=12182880/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 496535327935037440 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=35.17 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26390 0 0 0 3513 4 0 0 25 0 1 0 468821839 1379885056 18518 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18518 339 96 0 333448 0
[pid=27288] ppid=27286 vsize=104348 CPUtime=35.11 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25039 0 0 0 3507 4 0 0 25 0 1 0 468821839 106852352 22938 33554432000 4194304 4785740 140734228323600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26087 22938 340 145 0 23132 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=35.19 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3519 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 105.47
Current children cumulated vsize (KiB) 1944124

[startup+108.701 s]
/proc/loadavg: 11.86 11.24 9.55 11/196 27296
/proc/meminfo: memFree=12700620/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=36.23 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26492 0 0 0 3619 4 0 0 25 0 1 0 468821839 1379885056 18620 33554432000 4194304 4587354 140737427454320 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18620 339 96 0 333448 0
[pid=27288] ppid=27286 vsize=106352 CPUtime=36.13 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25518 0 0 0 3609 4 0 0 25 0 1 0 468821839 108904448 23417 33554432000 4194304 4785740 140734228323600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26588 23417 340 145 0 23633 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=36.29 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3629 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 1946128

[startup+109.501 s]
/proc/loadavg: 11.71 11.22 9.56 11/196 27314
/proc/meminfo: memFree=12720032/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=36.53 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26492 0 0 0 3649 4 0 0 25 0 1 0 468821839 1379885056 18620 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18620 339 96 0 333448 0
[pid=27288] ppid=27286 vsize=106880 CPUtime=36.4 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25670 0 0 0 3636 4 0 0 25 0 1 0 468821839 109445120 23569 33554432000 4194304 4785740 140734228323600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26720 23569 340 145 0 23765 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=36.52 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3652 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 109.45
Current children cumulated vsize (KiB) 1946656

[startup+110.301 s]
/proc/loadavg: 11.71 11.22 9.56 11/196 27314
/proc/meminfo: memFree=12676824/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=36.76 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26492 0 0 0 3672 4 0 0 25 0 1 0 468821839 1379885056 18620 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18620 339 96 0 333448 0
[pid=27288] ppid=27286 vsize=107776 CPUtime=36.7 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25876 0 0 0 3666 4 0 0 25 0 1 0 468821839 110362624 23775 33554432000 4194304 4785740 140734228323600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26944 23775 340 145 0 23989 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=36.79 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3679 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134526329 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 110.25
Current children cumulated vsize (KiB) 1947552

[startup+110.501 s]
/proc/loadavg: 11.71 11.22 9.56 11/196 27314
/proc/meminfo: memFree=12676824/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=36.83 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26492 0 0 0 3679 4 0 0 25 0 1 0 468821839 1379885056 18620 33554432000 4194304 4587354 140737427454320 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18620 339 96 0 333448 0
[pid=27288] ppid=27286 vsize=107776 CPUtime=36.73 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25884 0 0 0 3669 4 0 0 25 0 1 0 468821839 110362624 23783 33554432000 4194304 4785740 140734228323600 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26944 23783 340 145 0 23989 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=36.89 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3689 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 110.45
Current children cumulated vsize (KiB) 1947552

[startup+110.601 s]
/proc/loadavg: 11.71 11.22 9.56 11/196 27314
/proc/meminfo: memFree=12676824/32951124 swapFree=67111528/67111528
[pid=27286] ppid=27284 vsize=18324 CPUtime=0 cores=0,2
/proc/27286/stat : 27286 (ppfolio) S 27284 27286 25750 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 468821838 18763776 393 33554432000 4194304 4287625 140736417271280 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/27286/statm: 4581 393 345 23 0 91 0
[pid=27287] ppid=27286 vsize=1347544 CPUtime=36.86 cores=0
/proc/27287/stat : 27287 (cryptominisat) R 27286 27286 25750 0 -1 4202496 26506 0 0 0 3682 4 0 0 25 0 1 0 468821839 1379885056 18633 33554432000 4194304 4587354 140737427454320 18446744073709551615 212039304280 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27287/statm: 336886 18633 352 96 0 333448 0
[pid=27288] ppid=27286 vsize=107908 CPUtime=36.8 cores=0
/proc/27288/stat : 27288 (clasp) R 27286 27286 25750 0 -1 4202496 25935 0 0 0 3676 4 0 0 25 0 1 0 468821839 110497792 23834 33554432000 4194304 4785740 140734228323600 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27288/statm: 26977 23834 340 145 0 24022 0
[pid=27289] ppid=27286 vsize=473908 CPUtime=36.89 cores=0
/proc/27289/stat : 27289 (TNM) R 27286 27286 25750 0 -1 4202496 8963 0 0 0 3689 0 0 0 25 0 1 0 468821839 485281792 8860 33554432000 134512640 134534564 4290350384 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27289/statm: 118477 8860 95 6 0 117143 0
Current children cumulated CPU time (s) 110.55
Current children cumulated vsize (KiB) 1947684

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27286 and gives
#  childrusage.ru_utime.tv_sec=73
#  childrusage.ru_utime.tv_usec=615808
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=105983
# CPU time returned by wait4() is 73.7218
# while last known CPU time is 110.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 110.63
CPU time (s): 110.55
CPU user time (s): 110.47
CPU system time (s): 0.08
CPU usage (%): 99.9276
Max. virtual memory (cumulated for all children) (KiB): 1979220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.6158
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52959
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= 83
involuntary context switches= 899

runsolver used 0.186971 second user time and 0.420936 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 22:40:56
IDJOB=3286409
IDBENCH=82424
IDSOLVER=1613
FILE ID=node146/3286409-1303764056
RUNJOBID= node146-1303762644-27011
PBS_JOBID= 13154065
Free space on /tmp= 72792 MiB

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

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1880347395

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12640508 kB
Buffers:       2074532 kB
Cached:       16649724 kB
SwapCached:          0 kB
Active:       10645748 kB
Inactive:      9128100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12640508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19292 kB
Writeback:           0 kB
AnonPages:     1049332 kB
Mapped:          17988 kB
Slab:           469148 kB
PageTables:       8356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7442748 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= 72756 MiB
End job on node146 at 2011-04-25 22:42:46