Trace number 3309828

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 12085.3 1512.11

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark762.1
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

12085.18/1512.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309828-1304010144/watcher-3309828-1304010144 -o /tmp/evaluation-result-3309828-1304010144/solver-3309828-1304010144 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309828-1304010144.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: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=13348 CPUtime=0 cores=0-7
/proc/23648/stat : 23648 (plingeling) R 23646 23648 22976 0 -1 4202496 1396 1252 0 0 0 0 0 0 23 0 1 0 591245049 13668352 1325 33554432000 4194304 4417332 140736968722800 18446744073709551615 218880261899 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23648/statm: 3337 1335 142 55 0 1223 0

[startup+0.0204929 s]
/proc/loadavg: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=16428 CPUtime=0.01 cores=0-7
/proc/23648/stat : 23648 (plingeling) R 23646 23648 22976 0 -1 4202496 2184 1252 0 0 1 0 0 0 23 0 1 0 591245049 16822272 2113 33554432000 4194304 4417332 140736968722800 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23648/statm: 4107 2113 147 55 0 1993 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16428

[startup+0.100466 s]
/proc/loadavg: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=29308 CPUtime=0.08 cores=0-7
/proc/23648/stat : 23648 (plingeling) R 23646 23648 22976 0 -1 4202496 5397 1252 0 0 8 0 0 0 24 0 1 0 591245049 30011392 5326 33554432000 4194304 4417332 140736968722800 18446744073709551615 4227769 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23648/statm: 7327 5326 148 55 0 5213 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29308

[startup+0.302949 s]
/proc/loadavg: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=258284 CPUtime=1.13 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 15821 1252 0 0 111 2 0 0 25 0 9 0 591245049 264482816 10097 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 66710 12854 177 55 0 64596 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 258284

[startup+1.1342 s]
/proc/loadavg: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=279620 CPUtime=7.78 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 33669 1252 0 0 773 5 0 0 25 0 9 0 591245049 286330880 16049 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 69905 16049 177 55 0 67791 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 279620

[startup+1.50014 s]
/proc/loadavg: 8.11 8.03 7.89 2/170 23648
/proc/meminfo: memFree=14584504/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=279220 CPUtime=10.71 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 35936 1252 0 0 1066 5 0 0 25 0 9 0 591245049 285921280 15176 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 69805 15176 179 55 0 67691 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 279220

[startup+3.10086 s]
/proc/loadavg: 8.10 8.03 7.89 9/179 23662
/proc/meminfo: memFree=14527028/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=272932 CPUtime=23.51 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 38021 1252 0 0 2345 6 0 0 25 0 9 0 591245049 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 68233 13636 181 55 0 66119 0
[pid=23648/tid=23655] ppid=23646 vsize=272932 CPUtime=2.91 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 3469 1252 0 0 291 0 0 0 25 0 9 0 591245067 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=272932 CPUtime=2.91 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 3550 1252 0 0 291 0 0 0 25 0 9 0 591245067 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4232804 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=272932 CPUtime=2.91 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 2321 1252 0 0 291 0 0 0 25 0 9 0 591245067 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365994 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=272932 CPUtime=2.91 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 1179 1252 0 0 291 0 0 0 25 0 9 0 591245067 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4357618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=272932 CPUtime=2.91 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 3061 1252 0 0 291 0 0 0 24 0 9 0 591245067 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=272932 CPUtime=2.9 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 5552 1252 0 0 290 0 0 0 24 0 9 0 591245068 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4366042 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=272932 CPUtime=2.89 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 3635 1252 0 0 289 0 0 0 24 0 9 0 591245068 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=272932 CPUtime=2.9 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 5879 1252 0 0 290 0 0 0 25 0 9 0 591245068 279482368 13636 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365955 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.51
Current children cumulated vsize (KiB) 272932

[startup+6.3063 s]
/proc/loadavg: 8.10 8.03 7.89 9/179 23662
/proc/meminfo: memFree=14515132/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=290216 CPUtime=49.13 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 42453 1252 0 0 4907 6 0 0 25 0 9 0 591245049 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 72554 17957 181 55 0 70440 0
[pid=23648/tid=23655] ppid=23646 vsize=290216 CPUtime=6.12 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 3567 1252 0 0 612 0 0 0 25 0 9 0 591245067 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4263096 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=290216 CPUtime=6.12 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 4360 1252 0 0 612 0 0 0 25 0 9 0 591245067 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=290216 CPUtime=6.11 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 2701 1252 0 0 611 0 0 0 25 0 9 0 591245067 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=290216 CPUtime=6.12 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 1965 1252 0 0 612 0 0 0 25 0 9 0 591245067 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=290216 CPUtime=6.11 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 3255 1252 0 0 611 0 0 0 25 0 9 0 591245067 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=290216 CPUtime=6.11 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 6182 1252 0 0 611 0 0 0 25 0 9 0 591245068 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=290216 CPUtime=6.08 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 4113 1252 0 0 608 0 0 0 25 0 9 0 591245068 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=290216 CPUtime=6.11 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 6935 1252 0 0 611 0 0 0 25 0 9 0 591245068 297181184 17957 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 290216

[startup+12.7012 s]
/proc/loadavg: 8.09 8.03 7.89 9/179 23662
/proc/meminfo: memFree=14493696/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=316152 CPUtime=100.26 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 51920 1252 0 0 10019 7 0 0 25 0 9 0 591245049 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 79038 24446 181 55 0 76924 0
[pid=23648/tid=23655] ppid=23646 vsize=316152 CPUtime=12.51 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 4809 1252 0 0 1251 0 0 0 25 0 9 0 591245067 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=316152 CPUtime=12.51 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 5496 1252 0 0 1251 0 0 0 25 0 9 0 591245067 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=316152 CPUtime=12.51 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 3454 1252 0 0 1251 0 0 0 25 0 9 0 591245067 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4257002 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=316152 CPUtime=12.51 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 3114 1252 0 0 1251 0 0 0 25 0 9 0 591245067 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=316152 CPUtime=12.5 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 4720 1252 0 0 1250 0 0 0 25 0 9 0 591245067 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=316152 CPUtime=12.5 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 7593 1252 0 0 1250 0 0 0 25 0 9 0 591245068 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=316152 CPUtime=12.45 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 5078 1252 0 0 1245 0 0 0 25 0 9 0 591245068 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4307441 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=316152 CPUtime=12.5 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 8281 1252 0 0 1250 0 0 0 25 0 9 0 591245068 323739648 24446 33554432000 4194304 4417332 140736968722800 18446744073709551615 4250943 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.26
Current children cumulated vsize (KiB) 316152

[startup+25.501 s]
/proc/loadavg: 8.07 8.02 7.89 9/179 23663
/proc/meminfo: memFree=14463752/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=333968 CPUtime=202.58 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 68110 1252 0 0 20249 9 0 0 25 0 9 0 591245049 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 83492 28907 181 55 0 81378 0
[pid=23648/tid=23655] ppid=23646 vsize=333968 CPUtime=25.31 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 6208 1252 0 0 2531 0 0 0 25 0 9 0 591245067 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=333968 CPUtime=25.32 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 6877 1252 0 0 2531 1 0 0 25 0 9 0 591245067 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=333968 CPUtime=25.31 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 4759 1252 0 0 2531 0 0 0 25 0 9 0 591245067 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4366042 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=333968 CPUtime=25.3 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 6940 1252 0 0 2530 0 0 0 25 0 9 0 591245067 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=333968 CPUtime=25.31 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 6133 1252 0 0 2530 1 0 0 25 0 9 0 591245067 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=333968 CPUtime=25.31 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 8744 1252 0 0 2530 1 0 0 25 0 9 0 591245068 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=333968 CPUtime=25.18 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 7620 1252 0 0 2518 0 0 0 25 0 9 0 591245068 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=333968 CPUtime=25.31 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 11454 1252 0 0 2530 1 0 0 25 0 9 0 591245068 341983232 28907 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.58
Current children cumulated vsize (KiB) 333968

[startup+51.1005 s]
/proc/loadavg: 8.12 8.04 7.90 9/179 23663
/proc/meminfo: memFree=14414992/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=389232 CPUtime=407.25 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 123671 1252 0 0 40707 18 0 0 25 0 9 0 591245049 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 97308 42723 181 55 0 95194 0
[pid=23648/tid=23655] ppid=23646 vsize=389232 CPUtime=50.92 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 15021 1252 0 0 5090 2 0 0 25 0 9 0 591245067 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=389232 CPUtime=50.91 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 14187 1252 0 0 5089 2 0 0 25 0 9 0 591245067 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=389232 CPUtime=50.91 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 10203 1252 0 0 5090 1 0 0 25 0 9 0 591245067 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=389232 CPUtime=50.9 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 12376 1252 0 0 5089 1 0 0 25 0 9 0 591245067 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=389232 CPUtime=50.91 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 11697 1252 0 0 5089 2 0 0 25 0 9 0 591245067 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=389232 CPUtime=50.91 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 16392 1252 0 0 5089 2 0 0 25 0 9 0 591245068 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=389232 CPUtime=50.64 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 15396 1252 0 0 5063 1 0 0 25 0 9 0 591245068 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4236750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=389232 CPUtime=50.91 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 19024 1252 0 0 5089 2 0 0 25 0 9 0 591245068 398573568 42723 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.25
Current children cumulated vsize (KiB) 389232

[startup+102.301 s]
/proc/loadavg: 8.13 8.05 7.91 9/179 23665

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

[pid=23648] ppid=23646 vsize=1178192 CPUtime=11874.7 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2585701 1252 0 0 1186942 526 0 0 25 0 9 0 591245049 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 294548 239963 181 55 0 292434 0
[pid=23648/tid=23655] ppid=23646 vsize=1178192 CPUtime=1485.34 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 148468 66 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1178192 CPUtime=1485.34 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 148473 61 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1178192 CPUtime=1485.2 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 148449 71 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1178192 CPUtime=1485.34 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 322221 1252 0 0 148464 70 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1178192 CPUtime=1485.34 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 148471 63 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1178192 CPUtime=1485.29 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 300866 1252 0 0 148466 63 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1178192 CPUtime=1477.24 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 324498 1252 0 0 147658 66 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1178192 CPUtime=1485.34 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 148474 60 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11874.7
Current children cumulated vsize (KiB) 1178192

[startup+1498.3 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13625172/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1178192 CPUtime=11977 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2585701 1252 0 0 1197174 526 0 0 25 0 9 0 591245049 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 294548 239963 181 55 0 292434 0
[pid=23648/tid=23655] ppid=23646 vsize=1178192 CPUtime=1498.14 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 149748 66 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1178192 CPUtime=1498.14 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 149753 61 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1178192 CPUtime=1498 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 149729 71 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1178192 CPUtime=1498.14 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 322221 1252 0 0 149744 70 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1178192 CPUtime=1498.14 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 149751 63 0 0 25 0 9 0 591245067 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1178192 CPUtime=1498.09 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 300866 1252 0 0 149746 63 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1178192 CPUtime=1489.97 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 324498 1252 0 0 148931 66 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4366029 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1178192 CPUtime=1498.14 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 149754 60 0 0 25 0 9 0 591245068 1206468608 239963 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11977
Current children cumulated vsize (KiB) 1178192

[startup+1504.7 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13617856/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1185548 CPUtime=12028.2 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2587540 1252 0 0 1202290 526 0 0 25 0 9 0 591245049 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 296387 241802 181 55 0 294273 0
[pid=23648/tid=23655] ppid=23646 vsize=1185548 CPUtime=1504.54 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 150388 66 0 0 25 0 9 0 591245067 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4275894 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1185548 CPUtime=1504.54 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 150393 61 0 0 25 0 9 0 591245067 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1185548 CPUtime=1504.4 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 150369 71 0 0 25 0 9 0 591245067 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1185548 CPUtime=1504.54 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 324060 1252 0 0 150384 70 0 0 25 0 9 0 591245067 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1185548 CPUtime=1504.54 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 150391 63 0 0 25 0 9 0 591245067 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1185548 CPUtime=1504.49 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 300866 1252 0 0 150386 63 0 0 25 0 9 0 591245068 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1185548 CPUtime=1496.33 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 324498 1252 0 0 149567 66 0 0 25 0 9 0 591245068 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1185548 CPUtime=1504.54 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 150394 60 0 0 25 0 9 0 591245068 1214001152 241802 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12028.2
Current children cumulated vsize (KiB) 1185548

[startup+1507.9 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13653568/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1150172 CPUtime=12053.8 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2594041 1252 0 0 1204848 528 0 0 25 0 9 0 591245049 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 287543 232958 181 55 0 285429 0
[pid=23648/tid=23655] ppid=23646 vsize=1150172 CPUtime=1507.74 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 150708 66 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1150172 CPUtime=1507.74 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 150713 61 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1150172 CPUtime=1507.6 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 150689 71 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1150172 CPUtime=1507.74 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 324060 1252 0 0 150704 70 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1150172 CPUtime=1507.74 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 150711 63 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1150172 CPUtime=1507.69 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 307367 1252 0 0 150705 64 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1150172 CPUtime=1499.52 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 324498 1252 0 0 149886 66 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1150172 CPUtime=1507.74 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 150714 60 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12053.8
Current children cumulated vsize (KiB) 1150172

[startup+1509.5 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13653568/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1150172 CPUtime=12066.5 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2594041 1252 0 0 1206127 528 0 0 25 0 9 0 591245049 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 287543 232958 181 55 0 285429 0
[pid=23648/tid=23655] ppid=23646 vsize=1150172 CPUtime=1509.34 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 150868 66 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1150172 CPUtime=1509.34 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 150873 61 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1150172 CPUtime=1509.2 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 150849 71 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1150172 CPUtime=1509.34 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 324060 1252 0 0 150864 70 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1150172 CPUtime=1509.34 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 150871 63 0 0 25 0 9 0 591245067 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1150172 CPUtime=1509.29 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 307367 1252 0 0 150865 64 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1150172 CPUtime=1501.11 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 324498 1252 0 0 150045 66 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1150172 CPUtime=1509.34 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 150874 60 0 0 25 0 9 0 591245068 1177776128 232958 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12066.5
Current children cumulated vsize (KiB) 1150172

[startup+1511.11 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13637184/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1166556 CPUtime=12079.4 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2598137 1252 0 0 1207410 528 0 0 25 0 9 0 591245049 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 291639 237054 181 55 0 289525 0
[pid=23648/tid=23655] ppid=23646 vsize=1166556 CPUtime=1510.94 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 151028 66 0 0 25 0 9 0 591245067 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1166556 CPUtime=1510.94 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 151033 61 0 0 25 0 9 0 591245067 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23657] ppid=23646 vsize=1166556 CPUtime=1510.8 cores=0-7
/proc/23648/task/23657/stat : 23657 (plingeling) R 23646 23648 22976 0 -1 4202560 337511 1252 0 0 151009 71 0 0 25 0 9 0 591245067 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23648/tid=23658] ppid=23646 vsize=1166556 CPUtime=1510.94 cores=0-7
/proc/23648/task/23658/stat : 23658 (plingeling) R 23646 23648 22976 0 -1 4202560 324060 1252 0 0 151024 70 0 0 25 0 9 0 591245067 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23648/tid=23659] ppid=23646 vsize=1166556 CPUtime=1510.94 cores=0-7
/proc/23648/task/23659/stat : 23659 (plingeling) R 23646 23648 22976 0 -1 4202560 326309 1252 0 0 151031 63 0 0 25 0 9 0 591245067 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1166556 CPUtime=1510.89 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 307367 1252 0 0 151025 64 0 0 25 0 9 0 591245068 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23648/tid=23661] ppid=23646 vsize=1166556 CPUtime=1502.71 cores=0-7
/proc/23648/task/23661/stat : 23661 (plingeling) R 23646 23648 22976 0 -1 4202560 328594 1252 0 0 150204 67 0 0 25 0 9 0 591245068 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23648/tid=23662] ppid=23646 vsize=1166556 CPUtime=1510.94 cores=0-7
/proc/23648/task/23662/stat : 23662 (plingeling) R 23646 23648 22976 0 -1 4202560 329734 1252 0 0 151034 60 0 0 25 0 9 0 591245068 1194553344 237054 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12079.4
Current children cumulated vsize (KiB) 1166556

[startup+1511.9 s]
/proc/loadavg: 8.00 8.03 7.98 9/179 23702
/proc/meminfo: memFree=13637184/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=1166556 CPUtime=12085 cores=0-7
/proc/23648/stat : 23648 (plingeling) S 23646 23648 22976 0 -1 4202496 2598138 1252 0 0 1207974 528 0 0 25 0 4 0 591245049 1194553344 237055 33554432000 4194304 4417332 140736968722800 18446744073709551615 218892367845 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 291639 237055 182 55 0 289525 0
[pid=23648/tid=23655] ppid=23646 vsize=1166556 CPUtime=1511.74 cores=0-7
/proc/23648/task/23655/stat : 23655 (plingeling) R 23646 23648 22976 0 -1 4202560 341357 1252 0 0 151108 66 0 0 25 0 4 0 591245067 1194553344 237055 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23648/tid=23656] ppid=23646 vsize=1166556 CPUtime=1511.74 cores=0-7
/proc/23648/task/23656/stat : 23656 (plingeling) R 23646 23648 22976 0 -1 4202560 293830 1252 0 0 151113 61 0 0 25 0 4 0 591245067 1194553344 237055 33554432000 4194304 4417332 140736968722800 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23648/tid=23660] ppid=23646 vsize=1166556 CPUtime=1511.69 cores=0-7
/proc/23648/task/23660/stat : 23660 (plingeling) R 23646 23648 22976 0 -1 4202560 307367 1252 0 0 151105 64 0 0 25 0 4 0 591245068 1194553344 237055 33554432000 4194304 4417332 140736968722800 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12085
Current children cumulated vsize (KiB) 1166556

[startup+1512.1 s]
/proc/loadavg: 8.00 8.03 7.98 2/171 23702
/proc/meminfo: memFree=14466064/32950928 swapFree=67111528/67111528
[pid=23648] ppid=23646 vsize=0 CPUtime=12085.3 cores=0-7
/proc/23648/stat : 23648 (plingeling) R 23646 23648 22976 0 -1 4202500 2598141 1252 0 0 1207996 533 0 0 18 0 1 0 591245049 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23648/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12085.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1512.11
CPU time (s): 12085.3
CPU user time (s): 12080
CPU system time (s): 5.34519
CPU usage (%): 799.236
Max. virtual memory (cumulated for all children) (KiB): 1339556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12080
system time used= 5.34519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2599393
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= 570
involuntary context switches= 57000

runsolver used 2.41363 second user time and 5.82911 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-28 19:02:24
IDJOB=3309828
IDBENCH=83125
IDSOLVER=1695
FILE ID=node112/3309828-1304010144
RUNJOBID= node112-1304002430-22990
PBS_JOBID= 13168792
Free space on /tmp= 72564 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309828-1304010144/watcher-3309828-1304010144 -o /tmp/evaluation-result-3309828-1304010144/solver-3309828-1304010144 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309828-1304010144.cnf

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=1560252512

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14584916 kB
Buffers:       1992756 kB
Cached:       15748100 kB
SwapCached:          0 kB
Active:        6798696 kB
Inactive:     11011828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14584916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:       69756 kB
Mapped:          14712 kB
Slab:           491508 kB
PageTables:       4316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191532 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= 72564 MiB
End job on node112 at 2011-04-28 19:27:36