Trace number 3372848

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 4420.07 562.64

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark911.704
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

4420.01/562.63	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-3372848-1305442901/watcher-3372848-1305442901 -o /tmp/evaluation-result-3372848-1305442901/solver-3372848-1305442901 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372848-1305442901.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.48 3.23 1/255 26725
/proc/meminfo: memFree=23026916/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=22036 CPUtime=0 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 2502 1251 0 0 0 0 0 0 23 0 1 0 655888463 22564864 2432 33554432000 4194304 4417452 140734702247104 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 5509 2447 140 55 0 3395 0

[startup+0.030225 s]
/proc/loadavg: 0.00 0.48 3.23 1/255 26725
/proc/meminfo: memFree=23026916/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=79408 CPUtime=0.02 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 16680 1251 0 0 1 1 0 0 23 0 1 0 655888463 81313792 16610 33554432000 4194304 4417452 140734702247104 18446744073709551615 246516528221 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 19852 16638 141 55 0 17738 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 79408

[startup+0.100212 s]
/proc/loadavg: 0.00 0.48 3.23 1/255 26725
/proc/meminfo: memFree=23026916/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=96892 CPUtime=0.08 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 22349 1251 0 0 7 1 0 0 23 0 1 0 655888463 99217408 22247 33554432000 4194304 4417452 140734702247104 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 24223 22247 149 55 0 22109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 96892

[startup+0.300178 s]
/proc/loadavg: 0.00 0.48 3.23 1/255 26725
/proc/meminfo: memFree=23026916/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=146856 CPUtime=0.29 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 34901 1251 0 0 26 3 0 0 24 0 1 0 655888463 150380544 34738 33554432000 4194304 4417452 140734702247104 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 36714 34738 149 55 0 34600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 146856

[startup+0.701102 s]
/proc/loadavg: 0.00 0.48 3.23 1/255 26725
/proc/meminfo: memFree=23026916/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=213492 CPUtime=0.69 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 51528 1251 0 0 64 5 0 0 25 0 1 0 655888463 218615808 51365 33554432000 4194304 4417452 140734702247104 18446744073709551615 4320684 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 53373 51365 149 55 0 51259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 213492

[startup+1.50096 s]
/proc/loadavg: 0.00 0.48 3.23 2/256 26731
/proc/meminfo: memFree=22805940/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=257800 CPUtime=1.49 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 61274 1251 0 0 143 6 0 0 25 0 1 0 655888463 263987200 61111 33554432000 4194304 4417452 140734702247104 18446744073709551615 246516528201 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 64450 61135 149 55 0 62336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 257800

[startup+3.10067 s]
/proc/loadavg: 0.08 0.49 3.22 2/256 26731
/proc/meminfo: memFree=22654908/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=381032 CPUtime=3.09 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 93489 1251 0 0 299 10 0 0 25 0 1 0 655888463 390176768 93282 33554432000 4194304 4417452 140734702247104 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 95258 93282 149 55 0 93144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381032

[startup+6.30108 s]
/proc/loadavg: 0.08 0.49 3.22 2/256 26731
/proc/meminfo: memFree=22585976/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=448876 CPUtime=6.29 cores=0-7
/proc/26725/stat : 26725 (plingeling) R 26723 26725 26699 0 -1 4202496 110450 1251 0 0 617 12 0 0 25 0 1 0 655888463 459649024 110243 33554432000 4194304 4417452 140734702247104 18446744073709551615 4231248 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26725/statm: 112219 110243 149 55 0 110105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 448876

[startup+12.7009 s]
/proc/loadavg: 0.78 0.62 3.23 9/264 26739
/proc/meminfo: memFree=22310392/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=806240 CPUtime=26.24 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 237157 1251 0 0 2593 31 0 0 25 0 9 0 655888463 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 201560 176527 175 55 0 199446 0
[pid=26725/tid=26732] ppid=26723 vsize=806240 CPUtime=1.98 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 11813 1251 0 0 196 2 0 0 21 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4290570 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=806240 CPUtime=1.95 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 11794 1251 0 0 194 1 0 0 25 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=806240 CPUtime=1.98 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 11827 1251 0 0 197 1 0 0 25 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4302581 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=806240 CPUtime=1.91 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 190 1 0 0 25 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=806240 CPUtime=1.92 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 11739 1251 0 0 192 0 0 0 25 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4306849 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=806240 CPUtime=1.93 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 11842 1251 0 0 192 1 0 0 25 0 9 0 655889534 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=806240 CPUtime=1.84 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 11843 1251 0 0 183 1 0 0 25 0 9 0 655889535 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4306604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=806240 CPUtime=1.94 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 11843 1251 0 0 193 1 0 0 25 0 9 0 655889537 825589760 176527 33554432000 4194304 4417452 140734702247104 18446744073709551615 4291269 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.24
Current children cumulated vsize (KiB) 806240

[startup+25.5005 s]
/proc/loadavg: 1.89 0.86 3.28 9/264 26740
/proc/meminfo: memFree=22098608/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=1025684 CPUtime=128.49 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 383184 1251 0 0 12792 57 0 0 25 0 9 0 655888463 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 256421 232453 180 55 0 254307 0
[pid=26725/tid=26732] ppid=26723 vsize=1025684 CPUtime=14.77 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 29656 1251 0 0 1472 5 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4330612 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=1025684 CPUtime=14.63 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 74583 1251 0 0 1451 12 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4254234 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=1025684 CPUtime=14.77 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 28597 1251 0 0 1472 5 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4233488 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=1025684 CPUtime=14.71 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 1470 1 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4237232 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=1025684 CPUtime=14.71 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 20923 1251 0 0 1470 1 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=1025684 CPUtime=14.71 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 21026 1251 0 0 1467 4 0 0 25 0 9 0 655889534 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4330289 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=1025684 CPUtime=14.63 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 19947 1251 0 0 1461 2 0 0 25 0 9 0 655889535 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4258206 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=1025684 CPUtime=14.74 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 33996 1251 0 0 1470 4 0 0 25 0 9 0 655889537 1050300416 232453 33554432000 4194304 4417452 140734702247104 18446744073709551615 4330933 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 128.49
Current children cumulated vsize (KiB) 1025684

[startup+51.1009 s]
/proc/loadavg: 3.97 1.43 3.41 9/264 26740
/proc/meminfo: memFree=22041892/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=1094548 CPUtime=333.08 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 422155 1251 0 0 33246 62 0 0 25 0 9 0 655888463 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 273637 237412 180 55 0 271523 0
[pid=26725/tid=26732] ppid=26723 vsize=1094548 CPUtime=40.37 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 37342 1251 0 0 4031 6 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=1094548 CPUtime=40.02 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 82265 1251 0 0 3989 13 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=1094548 CPUtime=40.37 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 29148 1251 0 0 4032 5 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=1094548 CPUtime=40.31 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 4030 1 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=1094548 CPUtime=40.32 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 28614 1251 0 0 4029 3 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=1094548 CPUtime=40.31 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 28707 1251 0 0 4026 5 0 0 25 0 9 0 655889534 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=1094548 CPUtime=40.23 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 19947 1251 0 0 4021 2 0 0 25 0 9 0 655889535 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=1094548 CPUtime=40.34 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 41676 1251 0 0 4030 4 0 0 25 0 9 0 655889537 1120817152 237412 33554432000 4194304 4417452 140734702247104 18446744073709551615 4249991 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 333.08
Current children cumulated vsize (KiB) 1094548

[startup+102.311 s]
/proc/loadavg: 6.39 2.54 3.67 9/264 26742
/proc/meminfo: memFree=22212420/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=957308 CPUtime=742.33 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 422822 1251 0 0 74170 63 0 0 25 0 9 0 655888463 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 239327 203102 180 55 0 237213 0
[pid=26725/tid=26732] ppid=26723 vsize=957308 CPUtime=91.58 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 37433 1251 0 0 9152 6 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=957308 CPUtime=90.81 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 82351 1251 0 0 9068 13 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=957308 CPUtime=91.58 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 29251 1251 0 0 9153 5 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=957308 CPUtime=91.52 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 9151 1 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=957308 CPUtime=91.53 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 28711 1251 0 0 9150 3 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=957308 CPUtime=91.52 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 28804 1251 0 0 9147 5 0 0 25 0 9 0 655889534 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=957308 CPUtime=91.44 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 20053 1251 0 0 9142 2 0 0 25 0 9 0 655889535 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=957308 CPUtime=91.56 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 41763 1251 0 0 9151 5 0 0 25 0 9 0 655889537 980283392 203102 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 742.33
Current children cumulated vsize (KiB) 957308

[startup+162.301 s]
/proc/loadavg: 7.43 3.47 3.92 9/264 26745
/proc/meminfo: memFree=22263412/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=905936 CPUtime=1221.77 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 425430 1251 0 0 122113 64 0 0 25 0 9 0 655888463 927678464 190259 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 226484 190259 180 55 0 224370 0
[pid=26725/tid=26732] ppid=26723 vsize=905936 CPUtime=151.57 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 38034 1251 0 0 15151 6 0 0 25 0 9 0 655889534 927678464 190259 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=905936 CPUtime=150.31 cores=0-7

################
# More data... #
################

/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 52667 6 0 0 25 0 9 0 655889534 863748096 174663 33554432000 4194304 4417452 140734702247104 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843504 CPUtime=526.57 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22570 1251 0 0 52654 3 0 0 25 0 9 0 655889535 863748096 174663 33554432000 4194304 4417452 140734702247104 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843504 CPUtime=526.75 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 52669 6 0 0 25 0 9 0 655889537 863748096 174663 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4219.51
Current children cumulated vsize (KiB) 843504

[startup+550.301 s]
/proc/loadavg: 8.08 6.89 5.37 9/264 26757
/proc/meminfo: memFree=22329800/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4321.81 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 432112 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=539.58 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 53952 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236961 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=535.15 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 53501 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=539.58 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 53951 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=539.37 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 53935 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=538.89 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 53886 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=539.53 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 53947 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=539.37 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 53934 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4275934 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=539.55 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 53949 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4321.81
Current children cumulated vsize (KiB) 843332

[startup+556.7 s]
/proc/loadavg: 8.07 6.91 5.39 10/264 26757
/proc/meminfo: memFree=22329920/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4372.95 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 437226 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=545.98 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 54592 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=541.49 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 54135 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=545.98 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 54591 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=545.77 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 54575 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=545.29 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 54526 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=545.93 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 54587 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=545.77 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 54574 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=545.95 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 54589 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4372.95
Current children cumulated vsize (KiB) 843332

[startup+559.91 s]
/proc/loadavg: 8.06 6.93 5.40 9/264 26757
/proc/meminfo: memFree=22329796/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4398.6 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 439791 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=549.19 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 54913 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=544.67 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 54453 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=549.19 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 54912 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=548.98 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 54896 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=548.5 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 54847 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=549.14 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 54908 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=548.98 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 54895 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236728 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=549.16 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 54910 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4398.6
Current children cumulated vsize (KiB) 843332

[startup+561.501 s]
/proc/loadavg: 8.06 6.93 5.40 9/264 26757
/proc/meminfo: memFree=22329796/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4411.32 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 441063 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=550.78 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 55072 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=546.26 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 54612 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=550.78 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 55071 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=550.57 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 55055 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=550.09 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 55006 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=550.73 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 55067 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=550.57 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 55054 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=550.75 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 55069 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4411.32
Current children cumulated vsize (KiB) 843332

[startup+562.3 s]
/proc/loadavg: 8.14 6.96 5.42 9/264 26757
/proc/meminfo: memFree=22329796/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4417.71 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 441702 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=551.58 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 55152 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=547.05 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 54691 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=551.58 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 55151 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=551.37 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 55135 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=550.89 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 55086 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=551.53 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 55147 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=551.37 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 55134 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=551.55 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 55149 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4417.71
Current children cumulated vsize (KiB) 843332

[startup+562.5 s]
/proc/loadavg: 8.14 6.96 5.42 9/264 26757
/proc/meminfo: memFree=22329796/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4419.31 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448080 1251 0 0 441862 69 0 0 25 0 9 0 655888463 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174620 180 55 0 208719 0
[pid=26725/tid=26732] ppid=26723 vsize=843332 CPUtime=551.78 cores=0-7
/proc/26725/task/26732/stat : 26732 (plingeling) R 26723 26725 26699 0 -1 4202560 39336 1251 0 0 55172 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26725/tid=26733] ppid=26723 vsize=843332 CPUtime=547.25 cores=0-7
/proc/26725/task/26733/stat : 26733 (plingeling) R 26723 26725 26699 0 -1 4202560 88301 1251 0 0 54711 14 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26725/tid=26734] ppid=26723 vsize=843332 CPUtime=551.78 cores=0-7
/proc/26725/task/26734/stat : 26734 (plingeling) R 26723 26725 26699 0 -1 4202560 31730 1251 0 0 55171 7 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=551.57 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 55155 2 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=551.09 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 55106 3 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26725/tid=26737] ppid=26723 vsize=843332 CPUtime=551.73 cores=0-7
/proc/26725/task/26737/stat : 26737 (plingeling) R 26723 26725 26699 0 -1 4202560 30243 1251 0 0 55167 6 0 0 25 0 9 0 655889534 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4353474 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26725/tid=26738] ppid=26723 vsize=843332 CPUtime=551.57 cores=0-7
/proc/26725/task/26738/stat : 26738 (plingeling) R 26723 26725 26699 0 -1 4202560 22591 1251 0 0 55154 3 0 0 25 0 9 0 655889535 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26739] ppid=26723 vsize=843332 CPUtime=551.75 cores=0-7
/proc/26725/task/26739/stat : 26739 (plingeling) R 26723 26725 26699 0 -1 4202560 51360 1251 0 0 55169 6 0 0 25 0 9 0 655889537 863571968 174620 33554432000 4194304 4417452 140734702247104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4419.31
Current children cumulated vsize (KiB) 843332

[startup+562.6 s]
/proc/loadavg: 8.14 6.96 5.42 9/264 26757
/proc/meminfo: memFree=22329796/32951124 swapFree=61565116/67111528
[pid=26725] ppid=26723 vsize=843332 CPUtime=4420.01 cores=0-7
/proc/26725/stat : 26725 (plingeling) S 26723 26725 26699 0 -1 4202496 448081 1251 0 0 441932 69 0 0 17 0 3 0 655888463 863571968 174621 33554432000 4194304 4417452 140734702247104 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26725/statm: 210833 174621 181 55 0 208719 0
[pid=26725/tid=26735] ppid=26723 vsize=843332 CPUtime=551.67 cores=0-7
/proc/26725/task/26735/stat : 26735 (plingeling) R 26723 26725 26699 0 -1 4202560 10198 1251 0 0 55165 2 0 0 25 0 3 0 655889534 863571968 174621 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26725/tid=26736] ppid=26723 vsize=843332 CPUtime=551.19 cores=0-7
/proc/26725/task/26736/stat : 26736 (plingeling) R 26723 26725 26699 0 -1 4202560 30063 1251 0 0 55116 3 0 0 25 0 3 0 655889534 863571968 174621 33554432000 4194304 4417452 140734702247104 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4420.01
Current children cumulated vsize (KiB) 843332

Child status: 20
Real time (s): 562.64
CPU time (s): 4420.07
CPU user time (s): 4419.34
CPU system time (s): 0.728889
CPU usage (%): 785.594
Max. virtual memory (cumulated for all children) (KiB): 1207240

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

runsolver used 1.20482 second user time and 3.39848 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 09:01:43
IDJOB=3372848
IDBENCH=84246
IDSOLVER=1851
FILE ID=node134/3372848-1305442901
RUNJOBID= node134-1305442901-26713
PBS_JOBID= 13324831
Free space on /tmp= 73480 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372848-1305442901/watcher-3372848-1305442901 -o /tmp/evaluation-result-3372848-1305442901/solver-3372848-1305442901 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372848-1305442901.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1712215791

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23027204 kB
Buffers:        269236 kB
Cached:        6105656 kB
SwapCached:      13768 kB
Active:         973660 kB
Inactive:      8732976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23027204 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           28132 kB
Writeback:           0 kB
AnonPages:     3325688 kB
Mapped:          11796 kB
Slab:           123752 kB
PageTables:      30560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38870828 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= 73480 MiB
End job on node134 at 2011-05-15 09:11:05