Trace number 3286401

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 66.4759 16.8844

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

66.31/16.88	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-3286401-1304062278/watcher-3286401-1304062278 -o /tmp/evaluation-result-3286401-1304062278/solver-3286401-1304062278 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286401-1304062278.cnf 

running on 4 cores: 0,2,4,6

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: 3.80 5.04 6.57 3/178 30572
/proc/meminfo: memFree=30995928/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=11460 CPUtime=0 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) R 30570 30572 29944 0 -1 4202496 957 1250 0 0 0 0 0 0 21 0 1 0 517825714 11735040 886 33554432000 4194304 4417332 140736521901808 18446744073709551615 4262049 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30572/statm: 2865 886 146 55 0 751 0

[startup+0.070519 s]
/proc/loadavg: 3.80 5.04 6.57 3/178 30572
/proc/meminfo: memFree=30995928/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=23832 CPUtime=0.06 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) R 30570 30572 29944 0 -1 4202496 4108 1250 0 0 6 0 0 0 21 0 1 0 517825714 24403968 3981 33554432000 4194304 4417332 140736521901808 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30572/statm: 5958 3981 148 55 0 3844 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23832

[startup+0.100505 s]
/proc/loadavg: 3.80 5.04 6.57 3/178 30572
/proc/meminfo: memFree=30995928/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=27928 CPUtime=0.09 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) R 30570 30572 29944 0 -1 4202496 5132 1250 0 0 9 0 0 0 21 0 1 0 517825714 28598272 5005 33554432000 4194304 4417332 140736521901808 18446744073709551615 4231675 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30572/statm: 6982 5005 148 55 0 4868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27928

[startup+0.300434 s]
/proc/loadavg: 3.80 5.04 6.57 3/178 30572
/proc/meminfo: memFree=30995928/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=82364 CPUtime=0.45 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 10199 1250 0 0 44 1 0 0 22 0 5 0 517825714 84340736 8368 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 20591 8368 170 55 0 18477 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 82364

[startup+0.70036 s]
/proc/loadavg: 3.80 5.04 6.57 3/178 30572
/proc/meminfo: memFree=30995928/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=83252 CPUtime=2.06 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 11835 1250 0 0 204 2 0 0 22 0 5 0 517825714 85250048 8595 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 20813 8595 175 55 0 18699 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 83252

[startup+1.50121 s]
/proc/loadavg: 3.89 5.04 6.56 6/183 30583
/proc/meminfo: memFree=30924408/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=81888 CPUtime=5.25 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 15328 1250 0 0 522 3 0 0 22 0 5 0 517825714 83853312 8288 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 20472 8288 177 55 0 18358 0
[pid=30572/tid=30579] ppid=30570 vsize=81888 CPUtime=1.25 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 1108 1250 0 0 124 1 0 0 25 0 5 0 517825739 83853312 8288 33554432000 4194304 4417332 140736521901808 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=81888 CPUtime=1.24 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 2325 1250 0 0 124 0 0 0 25 0 5 0 517825739 83853312 8288 33554432000 4194304 4417332 140736521901808 18446744073709551615 4275638 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=81888 CPUtime=1.25 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 4059 1250 0 0 125 0 0 0 25 0 5 0 517825739 83853312 8288 33554432000 4194304 4417332 140736521901808 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=81888 CPUtime=1.25 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 644 1250 0 0 125 0 0 0 25 0 5 0 517825739 83853312 8288 33554432000 4194304 4417332 140736521901808 18446744073709551615 4365994 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 81888

[startup+3.10092 s]
/proc/loadavg: 3.89 5.04 6.56 6/183 30583
/proc/meminfo: memFree=30866944/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=104856 CPUtime=11.64 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 29833 1250 0 0 1158 6 0 0 22 0 5 0 517825714 107372544 14014 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 26214 14014 181 55 0 24100 0
[pid=30572/tid=30579] ppid=30570 vsize=104856 CPUtime=2.85 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 7174 1250 0 0 282 3 0 0 25 0 5 0 517825739 107372544 14014 33554432000 4194304 4417332 140736521901808 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=104856 CPUtime=2.83 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 6515 1250 0 0 283 0 0 0 25 0 5 0 517825739 107372544 14014 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258359 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=104856 CPUtime=2.85 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 6803 1250 0 0 284 1 0 0 25 0 5 0 517825739 107372544 14014 33554432000 4194304 4417332 140736521901808 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=104856 CPUtime=2.85 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 2149 1250 0 0 285 0 0 0 25 0 5 0 517825739 107372544 14014 33554432000 4194304 4417332 140736521901808 18446744073709551615 4250807 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 104856

[startup+6.30033 s]
/proc/loadavg: 3.89 5.04 6.56 6/186 30594
/proc/meminfo: memFree=30572592/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=114148 CPUtime=24.41 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 32156 1250 0 0 2434 7 0 0 22 0 5 0 517825714 116887552 16337 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 28537 16337 181 55 0 26423 0
[pid=30572/tid=30579] ppid=30570 vsize=114148 CPUtime=6.05 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 7842 1250 0 0 602 3 0 0 25 0 5 0 517825739 116887552 16337 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=114148 CPUtime=6.01 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 7420 1250 0 0 600 1 0 0 25 0 5 0 517825739 116887552 16337 33554432000 4194304 4417332 140736521901808 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=114148 CPUtime=6.05 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 6803 1250 0 0 604 1 0 0 25 0 5 0 517825739 116887552 16337 33554432000 4194304 4417332 140736521901808 18446744073709551615 4378068 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=114148 CPUtime=6.05 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 2899 1250 0 0 605 0 0 0 25 0 5 0 517825739 116887552 16337 33554432000 4194304 4417332 140736521901808 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 114148

[startup+12.7011 s]
/proc/loadavg: 4.38 5.10 6.57 9/190 30598
/proc/meminfo: memFree=30079520/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=134196 CPUtime=49.98 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 37168 1250 0 0 4990 8 0 0 22 0 5 0 517825714 137416704 21349 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 33549 21349 181 55 0 31435 0
[pid=30572/tid=30579] ppid=30570 vsize=134196 CPUtime=12.45 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 9329 1250 0 0 1242 3 0 0 25 0 5 0 517825739 137416704 21349 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258229 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=134196 CPUtime=12.38 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 9231 1250 0 0 1236 2 0 0 25 0 5 0 517825739 137416704 21349 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258589 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=134196 CPUtime=12.45 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 8113 1250 0 0 1244 1 0 0 25 0 5 0 517825739 137416704 21349 33554432000 4194304 4417332 140736521901808 18446744073709551615 4377525 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=134196 CPUtime=12.45 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 3303 1250 0 0 1245 0 0 0 25 0 5 0 517825739 137416704 21349 33554432000 4194304 4417332 140736521901808 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 134196

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

[startup+14.3069 s]
/proc/loadavg: 4.38 5.10 6.57 9/190 30598
/proc/meminfo: memFree=30121072/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=146784 CPUtime=56.4 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 40315 1250 0 0 5631 9 0 0 22 0 5 0 517825714 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 36696 24496 181 55 0 34582 0
[pid=30572/tid=30579] ppid=30570 vsize=146784 CPUtime=14.05 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 10903 1250 0 0 1402 3 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=146784 CPUtime=13.97 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 10804 1250 0 0 1395 2 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=146784 CPUtime=14.05 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 8113 1250 0 0 1404 1 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4337277 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=146784 CPUtime=14.05 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 3303 1250 0 0 1405 0 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 56.4
Current children cumulated vsize (KiB) 146784

[startup+15.9006 s]
/proc/loadavg: 4.38 5.10 6.57 9/190 30598
/proc/meminfo: memFree=30113012/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=146784 CPUtime=62.77 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 40315 1250 0 0 6268 9 0 0 22 0 5 0 517825714 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 36696 24496 181 55 0 34582 0
[pid=30572/tid=30579] ppid=30570 vsize=146784 CPUtime=15.65 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 10903 1250 0 0 1562 3 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4335324 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=146784 CPUtime=15.56 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 10804 1250 0 0 1554 2 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4248923 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=146784 CPUtime=15.65 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 8113 1250 0 0 1564 1 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4378039 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=146784 CPUtime=15.65 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 3303 1250 0 0 1565 0 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 62.77
Current children cumulated vsize (KiB) 146784

[startup+16.3005 s]
/proc/loadavg: 4.38 5.10 6.57 9/190 30598
/proc/meminfo: memFree=30113012/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=146784 CPUtime=64.37 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 40315 1250 0 0 6428 9 0 0 22 0 5 0 517825714 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 36696 24496 181 55 0 34582 0
[pid=30572/tid=30579] ppid=30570 vsize=146784 CPUtime=16.05 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 10903 1250 0 0 1602 3 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=146784 CPUtime=15.96 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 10804 1250 0 0 1594 2 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4258410 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=146784 CPUtime=16.05 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 8113 1250 0 0 1604 1 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4235280 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=146784 CPUtime=16.05 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 3303 1250 0 0 1605 0 0 0 25 0 5 0 517825739 150306816 24496 33554432000 4194304 4417332 140736521901808 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 64.37
Current children cumulated vsize (KiB) 146784

[startup+16.7004 s]
/proc/loadavg: 4.67 5.15 6.57 10/190 30598
/proc/meminfo: memFree=30113012/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=150880 CPUtime=65.96 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 41339 1250 0 0 6587 9 0 0 22 0 5 0 517825714 154501120 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 37720 25520 181 55 0 35606 0
[pid=30572/tid=30579] ppid=30570 vsize=150880 CPUtime=16.45 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 10903 1250 0 0 1642 3 0 0 25 0 5 0 517825739 154501120 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4248904 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=150880 CPUtime=16.35 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 10804 1250 0 0 1633 2 0 0 25 0 5 0 517825739 154501120 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=150880 CPUtime=16.45 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 9137 1250 0 0 1644 1 0 0 25 0 5 0 517825739 154501120 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4378019 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30572/tid=30582] ppid=30570 vsize=150880 CPUtime=16.45 cores=0,2,4,6
/proc/30572/task/30582/stat : 30582 (plingeling) R 30570 30572 29944 0 -1 4202560 3303 1250 0 0 1645 0 0 0 25 0 5 0 517825739 154501120 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 65.96
Current children cumulated vsize (KiB) 150880

[startup+16.8004 s]
/proc/loadavg: 4.67 5.15 6.57 10/190 30598
/proc/meminfo: memFree=30113012/32951124 swapFree=67111344/67111528
[pid=30572] ppid=30570 vsize=150876 CPUtime=66.31 cores=0,2,4,6
/proc/30572/stat : 30572 (plingeling) S 30570 30572 29944 0 -1 4202496 41340 1250 0 0 6622 9 0 0 22 0 4 0 517825714 154497024 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30572/statm: 37719 25520 182 55 0 35605 0
[pid=30572/tid=30579] ppid=30570 vsize=150876 CPUtime=16.55 cores=0,2,4,6
/proc/30572/task/30579/stat : 30579 (plingeling) R 30570 30572 29944 0 -1 4202560 10903 1250 0 0 1652 3 0 0 25 0 4 0 517825739 154497024 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30572/tid=30580] ppid=30570 vsize=150876 CPUtime=16.45 cores=0,2,4,6
/proc/30572/task/30580/stat : 30580 (plingeling) R 30570 30572 29944 0 -1 4202560 10804 1250 0 0 1643 2 0 0 25 0 4 0 517825739 154497024 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4249897 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30572/tid=30581] ppid=30570 vsize=150876 CPUtime=16.55 cores=0,2,4,6
/proc/30572/task/30581/stat : 30581 (plingeling) R 30570 30572 29944 0 -1 4202560 9137 1250 0 0 1654 1 0 0 25 0 4 0 517825739 154497024 25520 33554432000 4194304 4417332 140736521901808 18446744073709551615 4378041 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.31
Current children cumulated vsize (KiB) 150876

Child status: 20
Real time (s): 16.8844
CPU time (s): 66.4759
CPU user time (s): 66.3729
CPU system time (s): 0.102984
CPU usage (%): 393.713
Max. virtual memory (cumulated for all children) (KiB): 150880

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

runsolver used 0.019996 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 09:31:18
IDJOB=3286401
IDBENCH=82424
IDSOLVER=1605
FILE ID=node133/3286401-1304062278
RUNJOBID= node133-1304062278-30558
PBS_JOBID= 13170442
Free space on /tmp= 71888 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286401-1304062278/watcher-3286401-1304062278 -o /tmp/evaluation-result-3286401-1304062278/solver-3286401-1304062278 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286401-1304062278.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1133980116

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30996340 kB
Buffers:        715364 kB
Cached:         815200 kB
SwapCached:        124 kB
Active:         570768 kB
Inactive:      1027196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30996340 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            8972 kB
Writeback:           0 kB
AnonPages:       67016 kB
Mapped:          14504 kB
Slab:           293756 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71788 MiB
End job on node133 at 2011-04-29 09:31:35