Trace number 3370916

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)? (TO) 4800.37 1203.45

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3370916-1305427076/watcher-3370916-1305427076 -o /tmp/evaluation-result-3370916-1305427076/solver-3370916-1305427076 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370916-1305427076.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: 8.16 9.01 8.71 3/319 25115
/proc/meminfo: memFree=15636280/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=9536 CPUtime=0 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) R 25113 25115 19229 0 -1 4202496 476 1252 0 0 0 0 0 0 23 0 1 0 732938304 9764864 406 33554432000 4194304 4417452 140733282851056 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25115/statm: 2384 406 147 55 0 270 0

[startup+0.0867251 s]
/proc/loadavg: 8.16 9.01 8.71 3/319 25115
/proc/meminfo: memFree=15636280/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=26568 CPUtime=0.08 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) R 25113 25115 19229 0 -1 4202496 4703 1252 0 0 7 1 0 0 23 0 1 0 732938304 27205632 4633 33554432000 4194304 4417452 140733282851056 18446744073709551615 231895490304 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25115/statm: 6642 4633 148 55 0 4528 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26568

[startup+0.100673 s]
/proc/loadavg: 8.16 9.01 8.71 3/319 25115
/proc/meminfo: memFree=15636280/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=26568 CPUtime=0.09 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) R 25113 25115 19229 0 -1 4202496 4703 1252 0 0 8 1 0 0 23 0 1 0 732938304 27205632 4633 33554432000 4194304 4417452 140733282851056 18446744073709551615 4259609 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/25115/statm: 6642 4633 148 55 0 4528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26568

[startup+0.300557 s]
/proc/loadavg: 8.16 9.01 8.71 3/319 25115
/proc/meminfo: memFree=15636280/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=85704 CPUtime=0.73 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 9685 1252 0 0 72 1 0 0 23 0 5 0 732938304 87760896 9241 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 21426 9241 176 55 0 19312 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 85704

[startup+0.70048 s]
/proc/loadavg: 8.16 9.01 8.71 3/319 25115
/proc/meminfo: memFree=15636280/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=87940 CPUtime=2.34 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 11047 1252 0 0 231 3 0 0 23 0 5 0 732938304 90050560 9802 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 21985 9802 178 55 0 19871 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 87940

[startup+1.50033 s]
/proc/loadavg: 8.16 9.01 8.71 7/324 26088
/proc/meminfo: memFree=15567044/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=96972 CPUtime=5.53 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 14064 1252 0 0 549 4 0 0 23 0 5 0 732938304 99299328 12060 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 24243 12060 178 55 0 22129 0
[pid=25115/tid=25268] ppid=25113 vsize=96972 CPUtime=1.34 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 1704 1252 0 0 134 0 0 0 25 0 5 0 732938319 99299328 12060 33554432000 4194304 4417452 140733282851056 18446744073709551615 4250929 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=96972 CPUtime=1.34 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 1762 1252 0 0 134 0 0 0 25 0 5 0 732938319 99299328 12060 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=96972 CPUtime=1.33 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 1193 1252 0 0 133 0 0 0 25 0 5 0 732938319 99299328 12060 33554432000 4194304 4417452 140733282851056 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=96972 CPUtime=1.34 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 2317 1252 0 0 132 2 0 0 25 0 5 0 732938319 99299328 12060 33554432000 4194304 4417452 140733282851056 18446744073709551615 4354448 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 96972

[startup+3.10103 s]
/proc/loadavg: 8.16 9.01 8.71 6/321 26572
/proc/meminfo: memFree=15410976/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=104632 CPUtime=11.91 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 19417 1252 0 0 1186 5 0 0 23 0 5 0 732938304 107143168 13943 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 26158 13943 178 55 0 24044 0
[pid=25115/tid=25268] ppid=25113 vsize=104632 CPUtime=2.94 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 2549 1252 0 0 294 0 0 0 25 0 5 0 732938319 107143168 13943 33554432000 4194304 4417452 140733282851056 18446744073709551615 4254255 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=104632 CPUtime=2.94 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 2300 1252 0 0 294 0 0 0 25 0 5 0 732938319 107143168 13943 33554432000 4194304 4417452 140733282851056 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=104632 CPUtime=2.92 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 2869 1252 0 0 292 0 0 0 25 0 5 0 732938319 107143168 13943 33554432000 4194304 4417452 140733282851056 18446744073709551615 4275568 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=104632 CPUtime=2.95 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 4611 1252 0 0 292 3 0 0 25 0 5 0 732938319 107143168 13943 33554432000 4194304 4417452 140733282851056 18446744073709551615 4250541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 104632

[startup+6.30043 s]
/proc/loadavg: 8.15 8.99 8.70 9/325 26576
/proc/meminfo: memFree=15338172/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=173588 CPUtime=24.68 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 30241 1252 0 0 2461 7 0 0 23 0 5 0 732938304 177754112 14800 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 43397 14800 179 55 0 41283 0
[pid=25115/tid=25268] ppid=25113 vsize=173588 CPUtime=6.14 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 4949 1252 0 0 613 1 0 0 25 0 5 0 732938319 177754112 14800 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366130 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=173588 CPUtime=6.14 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 4454 1252 0 0 614 0 0 0 25 0 5 0 732938319 177754112 14800 33554432000 4194304 4417452 140733282851056 18446744073709551615 4321595 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=173588 CPUtime=6.08 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 5344 1252 0 0 608 0 0 0 25 0 5 0 732938319 177754112 14800 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=173588 CPUtime=6.14 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 8406 1252 0 0 611 3 0 0 25 0 5 0 732938319 177754112 14800 33554432000 4194304 4417452 140733282851056 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 173588

[startup+12.7002 s]
/proc/loadavg: 8.13 8.97 8.70 9/325 26577
/proc/meminfo: memFree=15325072/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=182776 CPUtime=50.2 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 51635 1252 0 0 5009 11 0 0 23 0 5 0 732938304 187162624 17129 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 45694 17129 179 55 0 43580 0
[pid=25115/tid=25268] ppid=25113 vsize=182776 CPUtime=12.53 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 10435 1252 0 0 1251 2 0 0 25 0 5 0 732938319 187162624 17129 33554432000 4194304 4417452 140733282851056 18446744073709551615 4336217 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=182776 CPUtime=12.54 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 9156 1252 0 0 1253 1 0 0 25 0 5 0 732938319 187162624 17129 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=182776 CPUtime=12.42 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 10310 1252 0 0 1240 2 0 0 25 0 5 0 732938319 187162624 17129 33554432000 4194304 4417452 140733282851056 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=182776 CPUtime=12.54 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 14646 1252 0 0 1250 4 0 0 25 0 5 0 732938319 187162624 17129 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 182776

[startup+25.5008 s]
/proc/loadavg: 8.10 8.93 8.69 9/325 26577
/proc/meminfo: memFree=15290932/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=196288 CPUtime=101.28 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 94653 1252 0 0 10109 19 0 0 23 0 5 0 732938304 200998912 20507 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 49072 20507 179 55 0 46958 0
[pid=25115/tid=25268] ppid=25113 vsize=196288 CPUtime=25.33 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 22922 1252 0 0 2529 4 0 0 25 0 5 0 732938319 200998912 20507 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=196288 CPUtime=25.33 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 21225 1252 0 0 2530 3 0 0 25 0 5 0 732938319 200998912 20507 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=196288 CPUtime=25.08 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 20178 1252 0 0 2505 3 0 0 25 0 5 0 732938319 200998912 20507 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=196288 CPUtime=25.34 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 23240 1252 0 0 2529 5 0 0 25 0 5 0 732938319 200998912 20507 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 196288

[startup+51.101 s]
/proc/loadavg: 8.07 8.85 8.67 9/325 26580
/proc/meminfo: memFree=15245268/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=202484 CPUtime=203.42 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 180131 1252 0 0 20310 32 0 0 23 0 5 0 732938304 207343616 22056 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 50621 22056 179 55 0 48507 0
[pid=25115/tid=25268] ppid=25113 vsize=202484 CPUtime=50.93 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 45948 1252 0 0 5085 8 0 0 25 0 5 0 732938319 207343616 22056 33554432000 4194304 4417452 140733282851056 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=202484 CPUtime=50.94 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 44072 1252 0 0 5087 7 0 0 25 0 5 0 732938319 207343616 22056 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=202484 CPUtime=50.43 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 38491 1252 0 0 5037 6 0 0 25 0 5 0 732938319 207343616 22056 33554432000 4194304 4417452 140733282851056 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=202484 CPUtime=50.94 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 44532 1252 0 0 5085 9 0 0 25 0 5 0 732938319 207343616 22056 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 202484

[startup+102.311 s]
/proc/loadavg: 8.30 8.81 8.66 9/325 26582
/proc/meminfo: memFree=15179984/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=250968 CPUtime=406.94 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 319589 1252 0 0 40639 55 0 0 23 0 5 0 732938304 256991232 34177 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 62742 34177 179 55 0 60628 0
[pid=25115/tid=25268] ppid=25113 vsize=250968 CPUtime=102.13 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 88543 1252 0 0 10199 14 0 0 25 0 5 0 732938319 256991232 34177 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=250968 CPUtime=102.01 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 75455 1252 0 0 10188 13 0 0 25 0 5 0 732938319 256991232 34177 33554432000 4194304 4417452 140733282851056 18446744073709551615 4199392 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=250968 CPUtime=101.13 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 72289 1252 0 0 10101 12 0 0 25 0 5 0 732938319 256991232 34177 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=250968 CPUtime=101.5 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 76214 1252 0 0 10136 14 0 0 25 0 5 0 732938319 256991232 34177 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.94
Current children cumulated vsize (KiB) 250968

[startup+162.3 s]
/proc/loadavg: 8.11 8.66 8.62 9/325 26584
/proc/meminfo: memFree=15134696/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=294284 CPUtime=646.3 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 436117 1252 0 0 64559 71 0 0 23 0 5 0 732938304 301346816 45006 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 73571 45006 179 55 0 71457 0
[pid=25115/tid=25268] ppid=25113 vsize=294284 CPUtime=162.11 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 118696 1252 0 0 16193 18 0 0 25 0 5 0 732938319 301346816 45006 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=294284 CPUtime=162 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 112560 1252 0 0 16182 18 0 0 25 0 5 0 732938319 301346816 45006 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=294284 CPUtime=160.53 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 103637 1252 0 0 16037 16 0 0 25 0 5 0 732938319 301346816 45006 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=294284 CPUtime=161.49 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 94136 1252 0 0 16133 16 0 0 25 0 5 0 732938319 301346816 45006 33554432000 4194304 4417452 140733282851056 18446744073709551615 4357719 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 646.3
Current children cumulated vsize (KiB) 294284


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

[pid=25115/tid=25269] ppid=25113 vsize=460936 CPUtime=702.01 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 359511 1252 0 0 70148 53 0 0 25 0 5 0 732938319 471998464 86669 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=460936 CPUtime=695.14 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 316053 1252 0 0 69464 50 0 0 25 0 5 0 732938319 471998464 86669 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=460936 CPUtime=701.51 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 245966 1252 0 0 70113 38 0 0 25 0 5 0 732938319 471998464 86669 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.88
Current children cumulated vsize (KiB) 460936

[startup+762.312 s]
/proc/loadavg: 8.07 8.14 8.34 9/325 26600
/proc/meminfo: memFree=14666028/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=437040 CPUtime=3040.32 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1321251 1252 0 0 303828 204 0 0 23 0 5 0 732938304 447528960 80695 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 109260 80695 179 55 0 107146 0
[pid=25115/tid=25268] ppid=25113 vsize=437040 CPUtime=762.05 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 357304 1252 0 0 76151 54 0 0 25 0 5 0 732938319 447528960 80695 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=437040 CPUtime=762.02 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 380732 1252 0 0 76145 57 0 0 25 0 5 0 732938319 447528960 80695 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=437040 CPUtime=754.55 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 327918 1252 0 0 75403 52 0 0 25 0 5 0 732938319 447528960 80695 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=437040 CPUtime=761.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 248209 1252 0 0 76114 38 0 0 25 0 5 0 732938319 447528960 80695 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.32
Current children cumulated vsize (KiB) 437040

[startup+822.301 s]
/proc/loadavg: 8.02 8.12 8.32 9/325 26601
/proc/meminfo: memFree=14642048/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=404596 CPUtime=3279.67 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1367148 1252 0 0 327757 210 0 0 23 0 5 0 732938304 414306304 72584 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 101149 72584 179 55 0 99035 0
[pid=25115/tid=25268] ppid=25113 vsize=404596 CPUtime=822.03 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 370570 1252 0 0 82147 56 0 0 25 0 5 0 732938319 414306304 72584 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=404596 CPUtime=822.01 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 400568 1252 0 0 82141 60 0 0 25 0 5 0 732938319 414306304 72584 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=404596 CPUtime=813.95 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 336369 1252 0 0 81342 53 0 0 25 0 5 0 732938319 414306304 72584 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=404596 CPUtime=821.51 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 252553 1252 0 0 82112 39 0 0 25 0 5 0 732938319 414306304 72584 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.67
Current children cumulated vsize (KiB) 404596

[startup+882.301 s]
/proc/loadavg: 8.05 8.11 8.30 9/325 26603
/proc/meminfo: memFree=14629976/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=459640 CPUtime=3519.07 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1427727 1252 0 0 351688 219 0 0 23 0 5 0 732938304 470671360 86857 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 114910 86857 179 55 0 112796 0
[pid=25115/tid=25268] ppid=25113 vsize=459640 CPUtime=882.02 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 372885 1252 0 0 88146 56 0 0 25 0 5 0 732938319 470671360 86857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=459640 CPUtime=882.02 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 433601 1252 0 0 88137 65 0 0 25 0 5 0 732938319 470671360 86857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=459640 CPUtime=873.34 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 350685 1252 0 0 87279 55 0 0 25 0 5 0 732938319 470671360 86857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=459640 CPUtime=881.51 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 263468 1252 0 0 88111 40 0 0 25 0 5 0 732938319 470671360 86857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.07
Current children cumulated vsize (KiB) 459640

[startup+942.3 s]
/proc/loadavg: 8.14 8.13 8.29 9/325 26604
/proc/meminfo: memFree=14553168/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=504864 CPUtime=3758.46 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1504826 1252 0 0 375617 229 0 0 23 0 5 0 732938304 516980736 97651 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 126216 97651 179 55 0 124102 0
[pid=25115/tid=25268] ppid=25113 vsize=504864 CPUtime=942 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 405290 1252 0 0 94140 60 0 0 25 0 5 0 732938319 516980736 97651 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=504864 CPUtime=942.01 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 454900 1252 0 0 94134 67 0 0 25 0 5 0 732938319 516980736 97651 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=504864 CPUtime=932.75 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 366591 1252 0 0 93217 58 0 0 25 0 5 0 732938319 516980736 97651 33554432000 4194304 4417452 140733282851056 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=504864 CPUtime=941.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 270957 1252 0 0 94111 41 0 0 25 0 5 0 732938319 516980736 97651 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.46
Current children cumulated vsize (KiB) 504864

[startup+1002.3 s]
/proc/loadavg: 8.05 8.10 8.27 9/325 26606
/proc/meminfo: memFree=14536376/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=469388 CPUtime=3997.87 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1538916 1252 0 0 399553 234 0 0 23 0 5 0 732938304 480653312 88814 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 117347 88814 179 55 0 115233 0
[pid=25115/tid=25268] ppid=25113 vsize=469388 CPUtime=1002 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 411038 1252 0 0 100139 61 0 0 25 0 5 0 732938319 480653312 88814 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=469388 CPUtime=1002.02 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 464723 1252 0 0 100134 68 0 0 25 0 5 0 732938319 480653312 88814 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=469388 CPUtime=992.14 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 383860 1252 0 0 99154 60 0 0 25 0 5 0 732938319 480653312 88814 33554432000 4194304 4417452 140733282851056 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=469388 CPUtime=1001.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 272207 1252 0 0 100111 41 0 0 25 0 5 0 732938319 480653312 88814 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.87
Current children cumulated vsize (KiB) 469388

[startup+1062.3 s]
/proc/loadavg: 8.05 8.10 8.26 9/325 26608
/proc/meminfo: memFree=14394856/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=527748 CPUtime=4237.26 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1596044 1252 0 0 423484 242 0 0 23 0 5 0 732938304 540413952 103372 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 131937 103372 179 55 0 129823 0
[pid=25115/tid=25268] ppid=25113 vsize=527748 CPUtime=1061.99 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 430717 1252 0 0 106135 64 0 0 25 0 5 0 732938319 540413952 103372 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=527748 CPUtime=1062.03 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 477100 1252 0 0 106132 71 0 0 25 0 5 0 732938319 540413952 103372 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=527748 CPUtime=1051.56 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 402423 1252 0 0 105093 63 0 0 25 0 5 0 732938319 540413952 103372 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=527748 CPUtime=1061.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 278716 1252 0 0 106110 42 0 0 25 0 5 0 732938319 540413952 103372 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.26
Current children cumulated vsize (KiB) 527748

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 8.25 9/325 26609
/proc/meminfo: memFree=14450744/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=485688 CPUtime=4476.66 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1645909 1252 0 0 447416 250 0 0 23 0 5 0 732938304 497344512 92857 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 121422 92857 179 55 0 119308 0
[pid=25115/tid=25268] ppid=25113 vsize=485688 CPUtime=1121.98 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 452844 1252 0 0 112131 67 0 0 25 0 5 0 732938319 497344512 92857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=485688 CPUtime=1122.03 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 485122 1252 0 0 112131 72 0 0 25 0 5 0 732938319 497344512 92857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=485688 CPUtime=1110.95 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 416659 1252 0 0 111030 65 0 0 25 0 5 0 732938319 497344512 92857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364299 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=485688 CPUtime=1121.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 284196 1252 0 0 112109 43 0 0 25 0 5 0 732938319 497344512 92857 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.66
Current children cumulated vsize (KiB) 485688

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.23 9/325 26611
/proc/meminfo: memFree=14274004/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=519624 CPUtime=4716.06 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1706399 1252 0 0 471344 262 0 0 23 0 5 0 732938304 532094976 101341 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 129906 101341 179 55 0 127792 0
[pid=25115/tid=25268] ppid=25113 vsize=519624 CPUtime=1181.98 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 465141 1252 0 0 118128 70 0 0 25 0 5 0 732938319 532094976 101341 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=519624 CPUtime=1182.02 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 502889 1252 0 0 118128 74 0 0 25 0 5 0 732938319 532094976 101341 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=519624 CPUtime=1170.35 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 444042 1252 0 0 116964 71 0 0 25 0 5 0 732938319 532094976 101341 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=519624 CPUtime=1181.52 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 287239 1252 0 0 118109 43 0 0 25 0 5 0 732938319 532094976 101341 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.06
Current children cumulated vsize (KiB) 519624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.10 8.09 8.23 10/325 26611
/proc/meminfo: memFree=14304236/32950928 swapFree=67085488/67111528
[pid=25115] ppid=25113 vsize=485000 CPUtime=4800.31 cores=0,2,4,6
/proc/25115/stat : 25115 (plingeling) S 25113 25115 19229 0 -1 4202496 1714630 1252 0 0 479768 263 0 0 23 0 5 0 732938304 496640000 92685 33554432000 4194304 4417452 140733282851056 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/25115/statm: 121250 92685 179 55 0 119136 0
[pid=25115/tid=25268] ppid=25113 vsize=485000 CPUtime=1203.09 cores=0,2,4,6
/proc/25115/task/25268/stat : 25268 (plingeling) R 25113 25115 19229 0 -1 4202560 466018 1252 0 0 120239 70 0 0 25 0 5 0 732938319 496640000 92685 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25115/tid=25269] ppid=25113 vsize=485000 CPUtime=1203.15 cores=0,2,4,6
/proc/25115/task/25269/stat : 25269 (plingeling) R 25113 25115 19229 0 -1 4202560 503754 1252 0 0 120241 74 0 0 25 0 5 0 732938319 496640000 92685 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25115/tid=25270] ppid=25113 vsize=485000 CPUtime=1191.25 cores=0,2,4,6
/proc/25115/task/25270/stat : 25270 (plingeling) R 25113 25115 19229 0 -1 4202560 448138 1252 0 0 119053 72 0 0 25 0 5 0 732938319 496640000 92685 33554432000 4194304 4417452 140733282851056 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25115/tid=25271] ppid=25113 vsize=485000 CPUtime=1202.64 cores=0,2,4,6
/proc/25115/task/25271/stat : 25271 (plingeling) R 25113 25115 19229 0 -1 4202560 289632 1252 0 0 120221 43 0 0 25 0 5 0 732938319 496640000 92685 33554432000 4194304 4417452 140733282851056 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 485000

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.37
CPU user time (s): 4797.72
CPU system time (s): 2.6506
CPU usage (%): 398.885
Max. virtual memory (cumulated for all children) (KiB): 544324

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

runsolver used 3.48347 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 04:37:56
IDJOB=3370916
IDBENCH=83248
IDSOLVER=1848
FILE ID=node114/3370916-1305427076
RUNJOBID= node114-1305427076-24908
PBS_JOBID= 13324585
Free space on /tmp= 73000 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370916-1305427076/watcher-3370916-1305427076 -o /tmp/evaluation-result-3370916-1305427076/solver-3370916-1305427076 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370916-1305427076.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=2017218112

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:     32950928 kB
MemFree:      15636336 kB
Buffers:        286372 kB
Cached:        6256600 kB
SwapCached:         96 kB
Active:       11893032 kB
Inactive:      5007644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15636336 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            4448 kB
Writeback:           0 kB
AnonPages:    10357880 kB
Mapped:          27044 kB
Slab:           307248 kB
PageTables:      37216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52439320 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= 72976 MiB
End job on node114 at 2011-05-15 04:58:02