Trace number 3286592

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 par? (MO) 184.53 46.2183

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 4 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	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
0.00/0.05	

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3286592-1304035338/watcher-3286592-1304035338 -o /tmp/evaluation-result-3286592-1304035338/solver-3286592-1304035338 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3286592-1304035338.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.62 7.94 7.89 5/181 14076
/proc/meminfo: memFree=23411728/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) R 14074 14076 13269 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 495950334 18763776 390 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/14076/statm: 4581 390 341 23 0 91 0

[startup+0.0427999 s]
/proc/loadavg: 7.62 7.94 7.89 5/181 14076
/proc/meminfo: memFree=23411728/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) R 14074 14076 13269 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 495950334 18763776 390 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/14076/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100788 s]
/proc/loadavg: 7.62 7.94 7.89 5/181 14076
/proc/meminfo: memFree=23411728/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 25 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195386380386304 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300753 s]
/proc/loadavg: 7.62 7.94 7.89 5/181 14076
/proc/meminfo: memFree=23411728/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 25 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195386380386304 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700681 s]
/proc/loadavg: 7.62 7.94 7.89 5/181 14076
/proc/meminfo: memFree=23411728/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 25 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195386380386304 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50054 s]
/proc/loadavg: 7.62 7.94 7.89 9/186 14082
/proc/meminfo: memFree=22945596/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 25 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195386380386304 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=336876 CPUtime=1.48 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 77284 0 0 0 138 10 0 0 25 0 1 0 495950334 344961024 76883 33554432000 4194304 4587354 140735836374768 18446744073709551615 212039316165 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 84219 76884 289 96 0 80781 0
[pid=14078] ppid=14076 vsize=111436 CPUtime=1.49 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 26564 0 0 0 143 6 0 0 25 0 1 0 495950334 114110464 24758 33554432000 4194304 4785740 140734728300816 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 27859 24758 312 145 0 24904 0
[pid=14080] ppid=14076 vsize=93440 CPUtime=1.49 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 22629 0 0 0 141 8 0 0 25 0 1 0 495950334 95682560 22527 33554432000 4194304 4352236 140735650554496 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 23360 22527 101 39 0 22440 0
[pid=14081] ppid=14076 vsize=179052 CPUtime=1.47 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4194304 40607 0 0 0 140 7 0 0 25 0 1 0 495950334 183349248 40502 33554432000 4194304 4331988 140735712650352 18446744073709551615 212039186310 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 44763 40502 113 34 0 43205 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 739128

[startup+3.10126 s]
/proc/loadavg: 7.62 7.94 7.89 9/186 14082
/proc/meminfo: memFree=22660520/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 18 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195738567704576 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=380932 CPUtime=3.08 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 90045 0 0 0 295 13 0 0 25 0 1 0 495950334 390074368 89643 33554432000 4194304 4587354 140735836374768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 95233 89643 306 96 0 91795 0
[pid=14078] ppid=14076 vsize=115820 CPUtime=3.09 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 32213 0 0 0 302 7 0 0 25 0 1 0 495950334 118599680 26028 33554432000 4194304 4785740 140734728300816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 28955 26028 335 145 0 26000 0
[pid=14080] ppid=14076 vsize=154584 CPUtime=3.08 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 39405 0 0 0 297 11 0 0 25 0 1 0 495950334 158294016 37791 33554432000 4194304 4352236 140735650554496 18446744073709551615 4235820 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 38646 37791 111 39 0 37726 0
[pid=14081] ppid=14076 vsize=528544 CPUtime=3.07 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4194304 78861 0 0 0 291 16 0 0 25 0 1 0 495950334 541229056 78751 33554432000 4194304 4331988 140735712650352 18446744073709551615 4256838 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 132136 78751 116 34 0 130578 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1198204

[startup+6.30068 s]
/proc/loadavg: 7.65 7.94 7.89 9/186 14082
/proc/meminfo: memFree=22069904/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 15 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=470992 CPUtime=6.28 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 112490 0 0 0 612 16 0 0 25 0 1 0 495950334 482295808 112088 33554432000 4194304 4587354 140735836374768 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 117748 112088 310 96 0 114310 0
[pid=14078] ppid=14076 vsize=118900 CPUtime=6.29 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 32998 0 0 0 622 7 0 0 25 0 1 0 495950334 121753600 26813 33554432000 4194304 4785740 140734728300816 18446744073709551615 4536814 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 29725 26813 336 145 0 26770 0
[pid=14080] ppid=14076 vsize=167796 CPUtime=6.29 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 65058 0 0 0 614 15 0 0 25 0 1 0 495950334 171823104 41104 33554432000 4194304 4352236 140735650554496 18446744073709551615 4284143 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 41949 41104 121 39 0 41029 0
[pid=14081] ppid=14076 vsize=537512 CPUtime=6.25 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4194304 138635 0 0 0 601 24 0 0 25 0 1 0 495950334 550412288 81007 33554432000 4194304 4331988 140735712650352 18446744073709551615 4251967 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 134378 81007 128 34 0 132820 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1313524

[startup+12.7005 s]
/proc/loadavg: 7.68 7.94 7.89 9/186 14082
/proc/meminfo: memFree=17775416/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 16 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195738567704576 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=465536 CPUtime=12.68 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 113100 0 0 0 1252 16 0 0 25 0 1 0 495950334 476708864 110945 33554432000 4194304 4587354 140735836374768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 116384 110945 325 96 0 112946 0
[pid=14078] ppid=14076 vsize=124612 CPUtime=12.69 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 34438 0 0 0 1261 8 0 0 25 0 1 0 495950334 127602688 28253 33554432000 4194304 4785740 140734728300816 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 31153 28253 336 145 0 28198 0
[pid=14080] ppid=14076 vsize=167796 CPUtime=12.69 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 65058 0 0 0 1254 15 0 0 25 0 1 0 495950334 171823104 41104 33554432000 4194304 4352236 140735650554496 18446744073709551615 4284139 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 41949 41104 121 39 0 41029 0
[pid=14081] ppid=14076 vsize=571132 CPUtime=12.61 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4194304 255108 0 0 0 1222 39 0 0 25 0 1 0 495950334 584839168 81676 33554432000 4194304 4331988 140735712650352 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 142783 81676 129 34 0 141225 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1347400

[startup+25.5012 s]
/proc/loadavg: 7.51 7.89 7.87 6/179 14085
/proc/meminfo: memFree=22268780/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 15 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=465536 CPUtime=25.49 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 113464 0 0 0 2532 17 0 0 25 0 1 0 495950334 476708864 111309 33554432000 4194304 4587354 140735836374768 18446744073709551615 4237643 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 116384 111309 325 96 0 112946 0
[pid=14078] ppid=14076 vsize=140144 CPUtime=25.49 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 38316 0 0 0 2540 9 0 0 25 0 1 0 495950334 143507456 32131 33554432000 4194304 4785740 140734728300816 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 35036 32131 336 145 0 32081 0
[pid=14080] ppid=14076 vsize=167796 CPUtime=25.49 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 65068 0 0 0 2534 15 0 0 25 0 1 0 495950334 171823104 41114 33554432000 4194304 4352236 140735650554496 18446744073709551615 4267918 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 41949 41114 125 39 0 41029 0
[pid=14081] ppid=14076 vsize=1962060 CPUtime=25.34 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4202496 904756 0 0 0 2416 118 0 0 25 0 1 0 495950334 2009149440 436730 33554432000 4194304 4331988 140735712650352 18446744073709551615 4271544 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 490515 436730 153 34 0 488957 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2753860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+46.2066 s]
/proc/loadavg: 7.82 7.93 7.89 6/183 14147
/proc/meminfo: memFree=8895232/32951124 swapFree=67111524/67111528
[pid=14076] ppid=14074 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14076/stat : 14076 (ppfolio) S 14074 14076 13269 0 -1 4202496 521 214 0 0 0 0 0 0 15 0 1 0 495950334 18763776 391 33554432000 4194304 4287625 140735879851664 18446744073709551615 212039675407 0 0 4096 65536 9224195742862639368 0 0 17 5 0 0 0
/proc/14076/statm: 4581 391 342 23 0 91 0
[pid=14077] ppid=14076 vsize=465536 CPUtime=46.2 cores=1
/proc/14077/stat : 14077 (cryptominisat) R 14076 14076 13269 0 -1 4202496 113464 0 0 0 4603 17 0 0 25 0 1 0 495950334 476708864 111309 33554432000 4194304 4587354 140735836374768 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 116384 111309 325 96 0 112946 0
[pid=14078] ppid=14076 vsize=159032 CPUtime=46.2 cores=5
/proc/14078/stat : 14078 (clasp) R 14076 14076 13269 0 -1 4202496 43011 0 0 0 4610 10 0 0 25 0 1 0 495950334 162848768 36826 33554432000 4194304 4785740 140734728300816 18446744073709551615 4552680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14078/statm: 39758 36826 336 145 0 36803 0
[pid=14080] ppid=14076 vsize=175976 CPUtime=46.2 cores=3
/proc/14080/stat : 14080 (lingeling) R 14076 14076 13269 0 -1 4202496 67127 0 0 0 4605 15 0 0 25 0 1 0 495950334 180199424 43161 33554432000 4194304 4352236 140735650554496 18446744073709551615 4278730 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14080/statm: 43994 43161 127 39 0 43074 0
[pid=14081] ppid=14076 vsize=15113156 CPUtime=45.93 cores=7
/proc/14081/stat : 14081 (march_hi) R 14076 14076 13269 0 -1 4202496 4191496 0 0 0 4092 501 0 0 25 0 1 0 495950334 15475871744 3723470 33554432000 4194304 4331988 140735712650352 18446744073709551615 4271566 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14081/statm: 3778289 3723470 153 34 0 3776731 0
Current children cumulated CPU time (s) 184.53
Current children cumulated vsize (KiB) 15932024

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 46.2183
CPU time (s): 184.53
CPU user time (s): 179.1
CPU system time (s): 5.43
CPU usage (%): 399.257
Max. virtual memory (cumulated for all children) (KiB): 15932024

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

runsolver used 0.076988 second user time and 0.188971 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 02:02:21
IDJOB=3286592
IDBENCH=82430
IDSOLVER=1612
FILE ID=node146/3286592-1304035338
RUNJOBID= node146-1304035268-13954
PBS_JOBID= 13170306
Free space on /tmp= 72792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286592-1304035338/watcher-3286592-1304035338 -o /tmp/evaluation-result-3286592-1304035338/solver-3286592-1304035338 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3286592-1304035338.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=2054223292

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:      23412008 kB
Buffers:       1633080 kB
Cached:        6154648 kB
SwapCached:          4 kB
Active:        2634956 kB
Inactive:      6379828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23412008 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          218216 kB
Writeback:           0 kB
AnonPages:     1226904 kB
Mapped:          16228 kB
Slab:           456740 kB
PageTables:       7536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1630060 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= 72884 MiB
End job on node146 at 2011-04-29 02:03:09