Trace number 3286493

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 587UNSAT 61.8026 17.1719

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

61.62/17.17	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: 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-3286493-1304062329/watcher-3286493-1304062329 -o /tmp/evaluation-result-3286493-1304062329/solver-3286493-1304062329 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286493-1304062329.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: 8.23 7.85 7.27 5/181 21108
/proc/meminfo: memFree=10865684/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=16924 CPUtime=0 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 2246 1253 0 0 0 0 0 0 23 0 1 0 596463660 17330176 2176 33554432000 4194304 4417332 140734011571184 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 4231 2189 146 55 0 2117 0

[startup+0.0536141 s]
/proc/loadavg: 8.23 7.85 7.27 5/181 21108
/proc/meminfo: memFree=10865684/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=26344 CPUtime=0.04 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 4755 1253 0 0 4 0 0 0 23 0 1 0 596463660 26976256 4608 33554432000 4194304 4417332 140734011571184 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 6586 4608 147 55 0 4472 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26344

[startup+0.100603 s]
/proc/loadavg: 8.23 7.85 7.27 5/181 21108
/proc/meminfo: memFree=10865684/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=34144 CPUtime=0.08 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 6712 1253 0 0 8 0 0 0 23 0 1 0 596463660 34963456 6558 33554432000 4194304 4417332 140734011571184 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 8536 6558 147 55 0 6422 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34144

[startup+0.300571 s]
/proc/loadavg: 8.23 7.85 7.27 5/181 21108
/proc/meminfo: memFree=10865684/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=56820 CPUtime=0.28 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 11373 1253 0 0 27 1 0 0 24 0 1 0 596463660 58183680 11203 33554432000 4194304 4417332 140734011571184 18446744073709551615 216735236522 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 13692 11227 148 55 0 11578 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56820

[startup+0.700511 s]
/proc/loadavg: 8.23 7.85 7.27 5/181 21108
/proc/meminfo: memFree=10865684/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=97120 CPUtime=0.69 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 22513 1253 0 0 66 3 0 0 25 0 1 0 596463660 99450880 22303 33554432000 4194304 4417332 140734011571184 18446744073709551615 4262129 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 24280 22303 148 55 0 22166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97120

[startup+1.50036 s]
/proc/loadavg: 8.23 7.85 7.27 6/182 21114
/proc/meminfo: memFree=10743784/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=195424 CPUtime=1.49 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) R 21106 21108 20615 0 -1 4202496 47089 1253 0 0 142 7 0 0 25 0 1 0 596463660 200114176 46879 33554432000 4194304 4417332 140734011571184 18446744073709551615 4262083 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21108/statm: 48856 46879 148 55 0 46742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195424

[startup+3.10105 s]
/proc/loadavg: 7.97 7.80 7.26 6/182 21115
/proc/meminfo: memFree=10677568/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=306436 CPUtime=5.83 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 60737 1253 0 0 572 11 0 0 25 0 5 0 596463660 313790464 51979 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 76609 51979 174 55 0 74495 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 306436

[startup+6.3005 s]
/proc/loadavg: 7.97 7.80 7.26 9/186 21119
/proc/meminfo: memFree=10417748/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=374172 CPUtime=18.59 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 140727 1253 0 0 1834 25 0 0 25 0 5 0 596463660 383152128 68457 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 93543 68457 179 55 0 91429 0
[pid=21108/tid=21116] ppid=21106 vsize=374172 CPUtime=4.1 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 30390 1253 0 0 405 5 0 0 25 0 5 0 596463878 383152128 68457 33554432000 4194304 4417332 140734011571184 18446744073709551615 4346579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=374172 CPUtime=4.08 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34305 1253 0 0 402 6 0 0 25 0 5 0 596463878 383152128 68457 33554432000 4194304 4417332 140734011571184 18446744073709551615 4281857 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=374172 CPUtime=4.11 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 25960 1253 0 0 407 4 0 0 25 0 5 0 596463878 383152128 68457 33554432000 4194304 4417332 140734011571184 18446744073709551615 4331685 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21108/tid=21119] ppid=21106 vsize=374172 CPUtime=4.09 cores=1,3,5,7
/proc/21108/task/21119/stat : 21119 (plingeling) R 21106 21108 20615 0 -1 4202560 2971 1253 0 0 409 0 0 0 25 0 5 0 596463878 383152128 68457 33554432000 4194304 4417332 140734011571184 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 374172

[startup+12.7004 s]
/proc/loadavg: 7.97 7.81 7.27 9/186 21119
/proc/meminfo: memFree=10428932/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=400924 CPUtime=44.16 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 149271 1253 0 0 4389 27 0 0 25 0 5 0 596463660 410546176 76999 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 100231 76999 179 55 0 98117 0
[pid=21108/tid=21116] ppid=21106 vsize=400924 CPUtime=10.51 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 32244 1253 0 0 1045 6 0 0 25 0 5 0 596463878 410546176 76999 33554432000 4194304 4417332 140734011571184 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=400924 CPUtime=10.45 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34305 1253 0 0 1039 6 0 0 25 0 5 0 596463878 410546176 76999 33554432000 4194304 4417332 140734011571184 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=400924 CPUtime=10.5 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 27612 1253 0 0 1046 4 0 0 25 0 5 0 596463878 410546176 76999 33554432000 4194304 4417332 140734011571184 18446744073709551615 4287204 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21108/tid=21119] ppid=21106 vsize=400924 CPUtime=10.49 cores=1,3,5,7
/proc/21108/task/21119/stat : 21119 (plingeling) R 21106 21108 20615 0 -1 4202560 8009 1253 0 0 1048 1 0 0 25 0 5 0 596463878 410546176 76999 33554432000 4194304 4417332 140734011571184 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.16
Current children cumulated vsize (KiB) 400924

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

[startup+14.3071 s]
/proc/loadavg: 7.97 7.81 7.27 9/186 21119
/proc/meminfo: memFree=10675940/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=392688 CPUtime=50.58 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 149285 1253 0 0 5031 27 0 0 25 0 5 0 596463660 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 98172 74954 181 55 0 96058 0
[pid=21108/tid=21116] ppid=21106 vsize=392688 CPUtime=12.11 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 32250 1253 0 0 1205 6 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4272613 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=392688 CPUtime=12.04 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34311 1253 0 0 1198 6 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4252228 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=392688 CPUtime=12.11 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 27614 1253 0 0 1207 4 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4235398 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21108/tid=21119] ppid=21106 vsize=392688 CPUtime=12.1 cores=1,3,5,7
/proc/21108/task/21119/stat : 21119 (plingeling) R 21106 21108 20615 0 -1 4202560 8009 1253 0 0 1209 1 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 392688

[startup+15.9008 s]
/proc/loadavg: 7.97 7.81 7.27 9/186 21119
/proc/meminfo: memFree=10675444/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=392688 CPUtime=56.95 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 149285 1253 0 0 5668 27 0 0 25 0 5 0 596463660 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 98172 74954 181 55 0 96058 0
[pid=21108/tid=21116] ppid=21106 vsize=392688 CPUtime=13.71 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 32250 1253 0 0 1365 6 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=392688 CPUtime=13.63 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34311 1253 0 0 1357 6 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=392688 CPUtime=13.7 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 27614 1253 0 0 1366 4 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4249583 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21108/tid=21119] ppid=21106 vsize=392688 CPUtime=13.69 cores=1,3,5,7
/proc/21108/task/21119/stat : 21119 (plingeling) R 21106 21108 20615 0 -1 4202560 8009 1253 0 0 1368 1 0 0 25 0 5 0 596463878 402112512 74954 33554432000 4194304 4417332 140734011571184 18446744073709551615 4357921 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 56.95
Current children cumulated vsize (KiB) 392688

[startup+16.7007 s]
/proc/loadavg: 7.97 7.81 7.27 9/186 21119
/proc/meminfo: memFree=10674204/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=425456 CPUtime=60.13 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 157477 1253 0 0 5986 27 0 0 25 0 5 0 596463660 435666944 83146 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 106364 83146 181 55 0 104250 0
[pid=21108/tid=21116] ppid=21106 vsize=425456 CPUtime=14.51 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 32250 1253 0 0 1445 6 0 0 25 0 5 0 596463878 435666944 83146 33554432000 4194304 4417332 140734011571184 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=425456 CPUtime=14.42 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34311 1253 0 0 1436 6 0 0 25 0 5 0 596463878 435666944 83146 33554432000 4194304 4417332 140734011571184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=425456 CPUtime=14.5 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 27614 1253 0 0 1446 4 0 0 25 0 5 0 596463878 435666944 83146 33554432000 4194304 4417332 140734011571184 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21108/tid=21119] ppid=21106 vsize=425456 CPUtime=14.49 cores=1,3,5,7
/proc/21108/task/21119/stat : 21119 (plingeling) R 21106 21108 20615 0 -1 4202560 16201 1253 0 0 1448 1 0 0 25 0 5 0 596463878 435666944 83146 33554432000 4194304 4417332 140734011571184 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 425456

[startup+17.1006 s]
/proc/loadavg: 7.97 7.81 7.27 9/186 21119
/proc/meminfo: memFree=10674204/32951124 swapFree=67102140/67111528
[pid=21108] ppid=21106 vsize=425456 CPUtime=61.62 cores=1,3,5,7
/proc/21108/stat : 21108 (plingeling) S 21106 21108 20615 0 -1 4202496 157478 1253 0 0 6135 27 0 0 25 0 4 0 596463660 435666944 82707 33554432000 4194304 4417332 140734011571184 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21108/statm: 106364 82707 182 55 0 104250 0
[pid=21108/tid=21116] ppid=21106 vsize=425456 CPUtime=14.91 cores=1,3,5,7
/proc/21108/task/21116/stat : 21116 (plingeling) R 21106 21108 20615 0 -1 4202560 32250 1253 0 0 1485 6 0 0 25 0 4 0 596463878 435666944 82707 33554432000 4194304 4417332 140734011571184 18446744073709551615 4234270 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21108/tid=21117] ppid=21106 vsize=425456 CPUtime=14.82 cores=1,3,5,7
/proc/21108/task/21117/stat : 21117 (plingeling) R 21106 21108 20615 0 -1 4202560 34311 1253 0 0 1476 6 0 0 25 0 4 0 596463878 435666944 82707 33554432000 4194304 4417332 140734011571184 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21108/tid=21118] ppid=21106 vsize=425456 CPUtime=14.9 cores=1,3,5,7
/proc/21108/task/21118/stat : 21118 (plingeling) R 21106 21108 20615 0 -1 4202560 27614 1253 0 0 1486 4 0 0 25 0 4 0 596463878 435666944 82707 33554432000 4194304 4417332 140734011571184 18446744073709551615 4234249 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.62
Current children cumulated vsize (KiB) 425456

Child status: 20
Real time (s): 17.1719
CPU time (s): 61.8026
CPU user time (s): 61.5056
CPU system time (s): 0.296954
CPU usage (%): 359.905
Max. virtual memory (cumulated for all children) (KiB): 478532

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

runsolver used 0.027995 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:32:10
IDJOB=3286493
IDBENCH=82426
IDSOLVER=1605
FILE ID=node119/3286493-1304062329
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71656 MiB

SOLVER NAME= Plingeling 587
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-3286493-1304062329/watcher-3286493-1304062329 -o /tmp/evaluation-result-3286493-1304062329/solver-3286493-1304062329 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286493-1304062329.cnf

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=55772335

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10865964 kB
Buffers:       2232664 kB
Cached:       17434472 kB
SwapCached:       5504 kB
Active:        9843432 kB
Inactive:     11654100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10865964 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           42896 kB
Writeback:           0 kB
AnonPages:     1827236 kB
Mapped:          15204 kB
Slab:           520884 kB
PageTables:       8380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2051904 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= 71656 MiB
End job on node119 at 2011-04-29 09:32:27