Trace number 3371389

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
Plingeling 587f (fixed)UNSAT 69.7364 19.2048

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

69.72/19.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371389-1305422048/watcher-3371389-1305422048 -o /tmp/evaluation-result-3371389-1305422048/solver-3371389-1305422048 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371389-1305422048.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: 6.92 7.44 7.73 5/321 9927
/proc/meminfo: memFree=10633468/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=18596 CPUtime=0 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 2739 1253 0 0 0 0 0 0 24 0 1 0 653807305 19042304 2668 33554432000 4194304 4417452 140736049517680 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 4649 2668 147 55 0 2535 0

[startup+0.061664 s]
/proc/loadavg: 6.92 7.44 7.73 5/321 9927
/proc/meminfo: memFree=10633468/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=26344 CPUtime=0.05 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 4756 1253 0 0 5 0 0 0 25 0 1 0 653807305 26976256 4609 33554432000 4194304 4417452 140736049517680 18446744073709551615 4231480 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 6586 4609 148 55 0 4472 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26344

[startup+0.100658 s]
/proc/loadavg: 6.92 7.44 7.73 5/321 9927
/proc/meminfo: memFree=10633468/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=34144 CPUtime=0.08 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 6713 1253 0 0 8 0 0 0 25 0 1 0 653807305 34963456 6559 33554432000 4194304 4417452 140736049517680 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 8536 6559 148 55 0 6422 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34144

[startup+0.300619 s]
/proc/loadavg: 6.92 7.44 7.73 5/321 9927
/proc/meminfo: memFree=10633468/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=52720 CPUtime=0.29 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 11125 1253 0 0 27 2 0 0 25 0 1 0 653807305 53985280 10955 33554432000 4194304 4417452 140736049517680 18446744073709551615 212435711069 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 13180 10980 149 55 0 11066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52720

[startup+0.700545 s]
/proc/loadavg: 6.92 7.44 7.73 5/321 9927
/proc/meminfo: memFree=10633468/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=97120 CPUtime=0.69 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 22514 1253 0 0 66 3 0 0 25 0 1 0 653807305 99450880 22304 33554432000 4194304 4417452 140736049517680 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 24280 22304 149 55 0 22166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97120

[startup+1.50039 s]
/proc/loadavg: 6.92 7.44 7.73 6/322 9933
/proc/meminfo: memFree=10507360/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=195424 CPUtime=1.49 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 47090 1253 0 0 143 6 0 0 25 0 1 0 653807305 200114176 46880 33554432000 4194304 4417452 140736049517680 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9927/statm: 48856 46880 149 55 0 46742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195424

[startup+3.10105 s]
/proc/loadavg: 6.77 7.40 7.71 6/322 9933
/proc/meminfo: memFree=10438912/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=317060 CPUtime=5.84 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 60596 1253 0 0 575 9 0 0 25 0 5 0 653807305 324669440 51709 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 79265 51709 174 55 0 77151 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 317060

[startup+6.30045 s]
/proc/loadavg: 6.77 7.40 7.71 9/326 9937
/proc/meminfo: memFree=10250540/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=378612 CPUtime=18.61 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 136050 1253 0 0 1840 21 0 0 25 0 5 0 653807305 387698688 68354 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 94653 68354 178 55 0 92539 0
[pid=9927/tid=9934] ppid=9925 vsize=378612 CPUtime=4.11 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31235 1253 0 0 407 4 0 0 25 0 5 0 653807523 387698688 68354 33554432000 4194304 4417452 140736049517680 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=378612 CPUtime=4.07 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 30807 1253 0 0 402 5 0 0 25 0 5 0 653807523 387698688 68354 33554432000 4194304 4417452 140736049517680 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=378612 CPUtime=4.1 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 24111 1253 0 0 408 2 0 0 25 0 5 0 653807523 387698688 68354 33554432000 4194304 4417452 140736049517680 18446744073709551615 4331729 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=378612 CPUtime=4.11 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 2795 1253 0 0 411 0 0 0 25 0 5 0 653807523 387698688 68354 33554432000 4194304 4417452 140736049517680 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.61
Current children cumulated vsize (KiB) 378612

[startup+12.7002 s]
/proc/loadavg: 6.96 7.42 7.71 9/326 9937
/proc/meminfo: memFree=10325092/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=387140 CPUtime=44.14 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 141317 1253 0 0 4392 22 0 0 25 0 5 0 653807305 396431360 71421 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 96785 71421 179 55 0 94671 0
[pid=9927/tid=9934] ppid=9925 vsize=387140 CPUtime=10.51 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31235 1253 0 0 1047 4 0 0 25 0 5 0 653807523 396431360 71421 33554432000 4194304 4417452 140736049517680 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=387140 CPUtime=10.4 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31228 1253 0 0 1035 5 0 0 25 0 5 0 653807523 396431360 71421 33554432000 4194304 4417452 140736049517680 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=387140 CPUtime=10.51 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 25746 1253 0 0 1048 3 0 0 25 0 5 0 653807523 396431360 71421 33554432000 4194304 4417452 140736049517680 18446744073709551615 4235985 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=387140 CPUtime=10.5 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 6006 1253 0 0 1050 0 0 0 25 0 5 0 653807523 396431360 71421 33554432000 4194304 4417452 140736049517680 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.14
Current children cumulated vsize (KiB) 387140

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

[startup+15.9006 s]
/proc/loadavg: 6.96 7.42 7.71 9/326 9937
/proc/meminfo: memFree=10325712/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=396852 CPUtime=56.9 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 143757 1253 0 0 5668 22 0 0 25 0 5 0 653807305 406376448 73861 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 99213 73861 179 55 0 97099 0
[pid=9927/tid=9934] ppid=9925 vsize=396852 CPUtime=13.71 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31241 1253 0 0 1367 4 0 0 25 0 5 0 653807523 406376448 73861 33554432000 4194304 4417452 140736049517680 18446744073709551615 4235997 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=396852 CPUtime=13.57 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31234 1253 0 0 1352 5 0 0 25 0 5 0 653807523 406376448 73861 33554432000 4194304 4417452 140736049517680 18446744073709551615 4258499 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=396852 CPUtime=13.71 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 25746 1253 0 0 1368 3 0 0 25 0 5 0 653807523 406376448 73861 33554432000 4194304 4417452 140736049517680 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=396852 CPUtime=13.71 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 8434 1253 0 0 1370 1 0 0 25 0 5 0 653807523 406376448 73861 33554432000 4194304 4417452 140736049517680 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.9
Current children cumulated vsize (KiB) 396852

[startup+17.5003 s]
/proc/loadavg: 7.04 7.43 7.72 9/326 9937
/proc/meminfo: memFree=10316660/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=400732 CPUtime=63.31 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 146228 1253 0 0 6309 22 0 0 25 0 5 0 653807305 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 100183 74795 179 55 0 98069 0
[pid=9927/tid=9934] ppid=9925 vsize=400732 CPUtime=15.32 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31241 1253 0 0 1528 4 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4236461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=400732 CPUtime=15.16 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31234 1253 0 0 1511 5 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=400732 CPUtime=15.32 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 27239 1253 0 0 1529 3 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=400732 CPUtime=15.32 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 9412 1253 0 0 1531 1 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.31
Current children cumulated vsize (KiB) 400732

[startup+18.3012 s]
/proc/loadavg: 7.04 7.43 7.72 9/326 9937
/proc/meminfo: memFree=10316660/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=400732 CPUtime=66.48 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 146228 1253 0 0 6626 22 0 0 25 0 5 0 653807305 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 100183 74795 179 55 0 98069 0
[pid=9927/tid=9934] ppid=9925 vsize=400732 CPUtime=16.11 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31241 1253 0 0 1607 4 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=400732 CPUtime=15.95 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31234 1253 0 0 1590 5 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=400732 CPUtime=16.11 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 27239 1253 0 0 1608 3 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=400732 CPUtime=16.11 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 9412 1253 0 0 1610 1 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4250858 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 66.48
Current children cumulated vsize (KiB) 400732

[startup+18.7121 s]
/proc/loadavg: 7.04 7.43 7.72 9/326 9937
/proc/meminfo: memFree=10316172/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=400732 CPUtime=68.12 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 146228 1253 0 0 6790 22 0 0 25 0 5 0 653807305 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 100183 74795 179 55 0 98069 0
[pid=9927/tid=9934] ppid=9925 vsize=400732 CPUtime=16.52 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31241 1253 0 0 1648 4 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=400732 CPUtime=16.35 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31234 1253 0 0 1630 5 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9927/tid=9936] ppid=9925 vsize=400732 CPUtime=16.52 cores=1,3,5,7
/proc/9927/task/9936/stat : 9936 (plingeling) R 9925 9927 8860 0 -1 4202560 27239 1253 0 0 1649 3 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9927/tid=9937] ppid=9925 vsize=400732 CPUtime=16.52 cores=1,3,5,7
/proc/9927/task/9937/stat : 9937 (plingeling) R 9925 9927 8860 0 -1 4202560 9412 1253 0 0 1651 1 0 0 25 0 5 0 653807523 410349568 74795 33554432000 4194304 4417452 140736049517680 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 68.12
Current children cumulated vsize (KiB) 400732

[startup+19.101 s]
/proc/loadavg: 7.04 7.43 7.72 9/326 9937
/proc/meminfo: memFree=10316172/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=400732 CPUtime=69.54 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) S 9925 9927 8860 0 -1 4202496 146229 1253 0 0 6932 22 0 0 25 0 3 0 653807305 410349568 74796 33554432000 4194304 4417452 140736049517680 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9927/statm: 100183 74796 180 55 0 98069 0
[pid=9927/tid=9934] ppid=9925 vsize=400732 CPUtime=16.91 cores=1,3,5,7
/proc/9927/task/9934/stat : 9934 (plingeling) R 9925 9927 8860 0 -1 4202560 31241 1253 0 0 1687 4 0 0 25 0 3 0 653807523 410349568 74796 33554432000 4194304 4417452 140736049517680 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9927/tid=9935] ppid=9925 vsize=400732 CPUtime=16.74 cores=1,3,5,7
/proc/9927/task/9935/stat : 9935 (plingeling) R 9925 9927 8860 0 -1 4202560 31234 1253 0 0 1669 5 0 0 25 0 3 0 653807523 410349568 74796 33554432000 4194304 4417452 140736049517680 18446744073709551615 4302430 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 69.54
Current children cumulated vsize (KiB) 400732

[startup+19.201 s]
/proc/loadavg: 7.04 7.43 7.72 9/326 9937
/proc/meminfo: memFree=10316172/32951124 swapFree=67093864/67111528
[pid=9927] ppid=9925 vsize=207760 CPUtime=69.72 cores=1,3,5,7
/proc/9927/stat : 9927 (plingeling) R 9925 9927 8860 0 -1 4202496 146229 1253 0 0 6949 23 0 0 17 0 1 0 653807305 212746240 18773 33554432000 4194304 4417452 140736049517680 18446744073709551615 212436060295 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9927/statm: 51940 18404 180 55 0 49826 0
Current children cumulated CPU time (s) 69.72
Current children cumulated vsize (KiB) 207760

Child status: 20
Real time (s): 19.2048
CPU time (s): 69.7364
CPU user time (s): 69.4914
CPU system time (s): 0.244962
CPU usage (%): 363.12
Max. virtual memory (cumulated for all children) (KiB): 484964

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

runsolver used 0.047992 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 03:14:10
IDJOB=3371389
IDBENCH=82426
IDSOLVER=1848
FILE ID=node102/3371389-1305422048
RUNJOBID= node102-1305421967-9824
PBS_JOBID= 13324562
Free space on /tmp= 73448 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371389-1305422048/watcher-3371389-1305422048 -o /tmp/evaluation-result-3371389-1305422048/solver-3371389-1305422048 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371389-1305422048.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=1795547076

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.75
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      10633748 kB
Buffers:        266276 kB
Cached:        2953500 kB
SwapCached:       1128 kB
Active:       19982556 kB
Inactive:      2039320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10633748 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           90628 kB
Writeback:           0 kB
AnonPages:    18800772 kB
Mapped:          26732 kB
Slab:           178960 kB
PageTables:      53672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59464612 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= 73448 MiB
End job on node102 at 2011-05-15 03:14:29