Trace number 4293120

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
Concrete 3.8 2018-06-13SAT 77.6099 64.8425

General information on the benchmark

NameStripPacking/
StripPacking-C1P3_c18.xml
MD5SUM5b4e243b65627c7fc71624f53298a6f9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4256
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints49
Number of domains15
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":42},{"size":20,"count":32}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":32},{"degree":3,"count":32}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":32},{"arity":3,"count":16},{"arity":64,"count":1}]
Number of extensional constraints16
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":32},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
77.55/64.82	v <instantiation>
77.55/64.82	v       <list>
77.55/64.82	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15]
77.55/64.82	v       </list>
77.55/64.82	v       <values>
77.55/64.82	v         16 8 6 0 3 8 9 3 10 6 10 10 17 0 14 0 6 0 8 13 0 5 13 5 6 5 11 0 0 0 0 10 4 2 2 9 5 2 7 3 6 2 6 4 3 3 3 10 14 5 2 7 5 5 7 5 5 3 2 6 6 10 6 3 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0
77.55/64.82	v       </values>
77.55/64.82	v     </instantiation>
77.55/64.82	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8673 MiB free)
  memory of node 1: 16384 MiB (11110 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293120-1532310094/watcher-4293120-1532310094 -o /tmp/evaluation-result-4293120-1532310094/solver-4293120-1532310094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=797891562 HOME/instance-4293120-1532310094.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7301, runsolver pid=7298

[startup+0.102091 s]*
/proc/loadavg: 3.28 4.06 3.49 2/207 7358
/proc/meminfo: memFree=20247236/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 4237 13156 0 0 1 0 5 3 20 0 6 0 48572616 10212057088 4582 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2493178 4582 1930 1 0 2481616 0
[pid=7301/tid=7354] ppid=7298 vsize=9972712 memory=-8889949278721851327 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 2078 13156 0 0 1 0 5 3 20 0 6 0 48572625 10212057088 4648 33554432000 4194304 4196468 140737478124512 140147763864144 140147777339385 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 48572626 10212057088 4648 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=9972712 memory=140345240667776 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 48572626 10212057088 4648 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 48572626 10212057088 4648 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 6 0 48572626 10212057088 4648 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210257 s]*
/proc/loadavg: 3.28 4.06 3.49 3/216 7367
/proc/meminfo: memFree=20227208/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10818904 memory=44724 CPUtime=0.26 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 7357 13156 0 0 16 2 5 3 20 0 15 0 48572616 11078557696 11181 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2704726 11181 2980 1 0 2667149 0
[pid=7301/tid=7354] ppid=7298 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 4073 13156 0 0 10 1 5 3 20 0 15 0 48572625 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147763846584 140147772303104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10818904 memory=140345240675334 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572626 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10818904 memory=140345240667776 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572627 11078557696 11379 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 48572628 11078557696 11445 33554432000 4194304 4196468 140737478124512 140147250099872 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572628 11078557696 11445 33554432000 4194304 4196468 140737478124512 140146796127472 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11078557696 11445 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 351 13156 0 0 1 0 5 3 20 0 15 0 48572630 11078557696 11445 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 266 13156 0 0 1 0 5 3 20 0 15 0 48572630 11078557696 11445 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10818904 memory=140345240667776 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 610 13156 0 0 3 0 5 3 20 0 15 0 48572630 11078557696 11445 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11078557696 11445 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10818904 memory=140345240667776 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572631 11078557696 11445 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44724 KiB

[startup+0.310317 s]*
/proc/loadavg: 3.28 4.06 3.49 3/216 7367
/proc/meminfo: memFree=20215568/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10819352 memory=56980 CPUtime=0.39 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 10243 13156 0 0 28 3 5 3 20 0 15 0 48572616 11079016448 14245 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2704838 14245 3099 1 0 2667149 0
[pid=7301/tid=7354] ppid=7298 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 6770 13156 0 0 19 2 5 3 20 0 15 0 48572625 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147763839392 140147777192951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10819352 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572627 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 48572628 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147250099872 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572628 11079016448 14245 33554432000 4194304 4196468 140737478124512 140146796127472 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11079016448 14245 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 351 13156 0 0 1 0 5 3 20 0 15 0 48572630 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 267 13156 0 0 1 0 5 3 20 0 15 0 48572630 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10819352 memory=140345240667776 CPUtime=0.12 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 620 13156 0 0 4 0 5 3 20 0 15 0 48572630 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11079016448 14245 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10819352 memory=140345240667776 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572631 11079016448 14245 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56980 KiB

[startup+0.700715 s]
/proc/loadavg: 3.28 4.06 3.49 3/216 7367
/proc/meminfo: memFree=20204528/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10819352 memory=89144 CPUtime=0.99 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 16343 13156 0 0 87 4 5 3 20 0 15 0 48572616 11079016448 22286 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2704838 22286 3240 1 0 2667149 0
[pid=7301/tid=7354] ppid=7298 vsize=10819352 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 11802 13156 0 0 56 3 5 3 20 0 15 0 48572625 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147763848208 140147772300090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10819352 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10819352 memory=140346646331976 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10819352 memory=140346646331977 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572626 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10819352 memory=140346646331982 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 48572627 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10819352 memory=140346646331984 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 48572628 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147250099872 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10819352 memory=140346646331988 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572628 11079016448 22286 33554432000 4194304 4196468 140737478124512 140146796127472 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10819352 memory=140346646331994 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11079016448 22286 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10819352 memory=140346646331995 CPUtime=0.17 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 931 13156 0 0 9 0 5 3 20 0 15 0 48572630 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10819352 memory=142927921676940 CPUtime=0.15 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 701 13156 0 0 7 0 5 3 20 0 15 0 48572630 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10819352 memory=16436 CPUtime=0.21 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 671 13156 0 0 13 0 5 3 20 0 15 0 48572630 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10819352 memory=9868 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11079016448 22286 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10819352 memory=4008 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572631 11079016448 22286 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89144 KiB

[startup+1.50081 s]
/proc/loadavg: 3.26 4.05 3.49 5/216 7367
/proc/meminfo: memFree=20159412/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10834252 memory=177816 CPUtime=2.29 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 23432 13156 0 0 211 10 5 3 20 0 15 0 48572616 11094274048 44454 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2708563 44454 3472 1 0 2670221 0
[pid=7301/tid=7354] ppid=7298 vsize=10834252 memory=112720 CPUtime=1.43 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 17265 13156 0 0 130 5 5 3 20 0 15 0 48572625 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147763856368 140147773400920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 242 13156 0 0 1 0 5 3 20 0 15 0 48572626 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 48572626 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 69 13156 0 0 1 0 5 3 20 0 15 0 48572626 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10834252 memory=140345103013136 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 40 13156 0 0 0 0 5 3 20 0 15 0 48572626 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 58 13156 0 0 1 0 5 3 20 0 15 0 48572627 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 34 13156 0 0 0 0 5 3 20 0 15 0 48572628 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147250099936 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572628 11094274048 44454 33554432000 4194304 4196468 140737478124512 140146796127488 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10834252 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11094274048 44454 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10834252 memory=280690206068416 CPUtime=0.3 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 1148 13156 0 0 22 0 5 3 20 0 15 0 48572630 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 1151 13156 0 0 19 0 5 3 20 0 15 0 48572630 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10834252 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 1217 13156 0 0 32 0 5 3 20 0 15 0 48572630 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10834252 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11094274048 44454 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10834252 memory=-7452431979323206951 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 48572631 11094274048 44454 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

[pid=7301/tid=7366] ppid=7298 vsize=10918240 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10918240 memory=1200 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 330 13156 0 0 1 2 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 75.56 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1423824 KiB

[startup+63.7008 s]
/proc/loadavg: 1.91 3.52 3.34 3/216 7368
/proc/meminfo: memFree=18843436/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10918240 memory=1423824 CPUtime=76.37 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 101428 13156 0 0 7576 53 5 3 20 0 15 0 48572616 11180277760 355956 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2729560 355956 3524 1 0 2691213 0
[pid=7301/tid=7354] ppid=7298 vsize=10918240 memory=8112282956445269571 CPUtime=63.31 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 48756 13156 0 0 6296 27 5 3 20 0 15 0 48572625 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147763860560 140147365385723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10918240 memory=800 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1067 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10918240 memory=15876 CPUtime=0.22 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1288 13156 0 0 11 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10918240 memory=16436 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 762 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10918240 memory=9868 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 1345 13156 0 0 11 4 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10918240 memory=4008 CPUtime=0.21 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2819 13156 0 0 13 0 5 3 20 0 15 0 48572627 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 39 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147250100000 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10918240 memory=16048 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146796127488 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10918240 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10918240 memory=1296 CPUtime=4.92 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 10462 13156 0 0 483 1 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10918240 memory=1728 CPUtime=5.35 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 20792 13156 0 0 524 3 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10918240 memory=1008 CPUtime=2.17 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 11573 13156 0 0 205 4 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10918240 memory=5520 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10918240 memory=4616 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 330 13156 0 0 1 2 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 76.37 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1423824 KiB

[startup+64.5008 s]*
/proc/loadavg: 1.91 3.52 3.34 3/216 7368
/proc/meminfo: memFree=18843560/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10918240 memory=1423824 CPUtime=77.18 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 101436 13156 0 0 7657 53 5 3 20 0 15 0 48572616 11180277760 355956 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2729560 355956 3524 1 0 2691213 0
[pid=7301/tid=7354] ppid=7298 vsize=10918240 memory=1423824 CPUtime=64.11 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 48759 13156 0 0 6376 27 5 3 20 0 15 0 48572625 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147763861184 140147365514637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10918240 memory=4872558044660077418 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1067 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10918240 memory=2200 CPUtime=0.22 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1289 13156 0 0 11 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10918240 memory=7528 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 762 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10918240 memory=840 CPUtime=0.24 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 1346 13156 0 0 12 4 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10918240 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2822 13156 0 0 13 0 5 3 20 0 15 0 48572627 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10918240 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 39 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147250100000 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10918240 memory=3852 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146796127488 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10918240 memory=1423824 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10918240 memory=1948 CPUtime=4.92 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 10462 13156 0 0 483 1 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10918240 memory=4140 CPUtime=5.35 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 20792 13156 0 0 524 3 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10918240 memory=16048 CPUtime=2.17 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 11573 13156 0 0 205 4 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10918240 memory=2436 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10918240 memory=1296 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 330 13156 0 0 1 2 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 77.18 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1423824 KiB

[startup+64.7013 s]
/proc/loadavg: 1.91 3.52 3.34 3/216 7368
/proc/meminfo: memFree=18843560/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10918240 memory=1423824 CPUtime=77.38 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 101437 13156 0 0 7677 53 5 3 20 0 15 0 48572616 11180277760 355956 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2729560 355956 3524 1 0 2691213 0
[pid=7301/tid=7354] ppid=7298 vsize=10918240 memory=1008 CPUtime=64.3 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 48760 13156 0 0 6395 27 5 3 20 0 15 0 48572625 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147763860368 140147366054684 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10918240 memory=5520 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1067 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10918240 memory=4616 CPUtime=0.22 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1289 13156 0 0 11 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10918240 memory=63221918611838 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 762 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10918240 memory=10741 CPUtime=0.24 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 1346 13156 0 0 12 4 5 3 20 0 15 0 48572626 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10918240 memory=24889 CPUtime=0.21 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2822 13156 0 0 13 0 5 3 20 0 15 0 48572627 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10918240 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 39 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147250100000 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10918240 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146796127488 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10918240 memory=10750 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10918240 memory=25032 CPUtime=4.92 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 10462 13156 0 0 483 1 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10918240 memory=0 CPUtime=5.35 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 20792 13156 0 0 524 3 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10918240 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) S 7298 7301 4562 0 -1 1077944384 11573 13156 0 0 205 4 5 3 20 0 15 0 48572630 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147214436336 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10918240 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10918240 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 330 13156 0 0 1 2 5 3 20 0 15 0 48572631 11180277760 355956 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 77.38 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1423824 KiB

[startup+64.8053 s]
/proc/loadavg: 1.91 3.52 3.34 3/216 7368
/proc/meminfo: memFree=18843560/32770624 swapFree=67108860/67108860
[pid=7301] ppid=7298 vsize=10918240 memory=1423976 CPUtime=77.55 cores=0,2,4,6
/proc/7301/stat : 7301 (java) S 7298 7301 4562 0 -1 1077944320 103332 13156 0 0 7693 54 5 3 20 0 15 0 48572616 11180277760 355994 33554432000 4194304 4196468 140737478124512 140737478107056 140147792027383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
/proc/7301/statm: 2729560 355994 3524 1 0 2691213 0
[pid=7301/tid=7354] ppid=7298 vsize=10918240 memory=1423824 CPUtime=64.4 cores=0,2,4,6
/proc/7301/task/7354/stat : 7354 (java) R 7298 7301 4562 0 -1 4202560 49949 13156 0 0 6405 27 5 3 20 0 15 0 48572625 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147763861848 140147350122797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7355] ppid=7298 vsize=10918240 memory=1423824 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7355/stat : 7355 (java) S 7298 7301 4562 0 -1 1077944384 1067 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147796269584 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7356] ppid=7298 vsize=10918240 memory=63256278350214 CPUtime=0.22 cores=0,2,4,6
/proc/7301/task/7356/stat : 7356 (java) S 7298 7301 4562 0 -1 1077944384 1289 13156 0 0 11 3 5 3 20 0 15 0 48572626 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147684543120 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7357] ppid=7298 vsize=10918240 memory=1423824 CPUtime=0.23 cores=0,2,4,6
/proc/7301/task/7357/stat : 7357 (java) S 7298 7301 4562 0 -1 1077944384 762 13156 0 0 12 3 5 3 20 0 15 0 48572626 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147683490064 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7358] ppid=7298 vsize=10918240 memory=33 CPUtime=0.24 cores=0,2,4,6
/proc/7301/task/7358/stat : 7358 (java) S 7298 7301 4562 0 -1 1077944384 1346 13156 0 0 12 4 5 3 20 0 15 0 48572626 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147682437520 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7359] ppid=7298 vsize=10918240 memory=1576 CPUtime=0.21 cores=0,2,4,6
/proc/7301/task/7359/stat : 7359 (java) S 7298 7301 4562 0 -1 1077944384 2823 13156 0 0 13 0 5 3 20 0 15 0 48572627 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147251153648 140147792038530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7360] ppid=7298 vsize=10918240 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7360/stat : 7360 (java) S 7298 7301 4562 0 -1 1077944384 39 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147250100000 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7361] ppid=7298 vsize=10918240 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7361/stat : 7361 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572628 11180277760 355994 33554432000 4194304 4196468 140737478124512 140146796127488 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7362] ppid=7298 vsize=10918240 memory=16048 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7362/stat : 7362 (java) S 7298 7301 4562 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 48572630 11180277760 355994 33554432000 4194304 4196468 140737478124512 140146527693264 140147792045979 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7363] ppid=7298 vsize=10918240 memory=1423824 CPUtime=4.94 cores=0,2,4,6
/proc/7301/task/7363/stat : 7363 (java) S 7298 7301 4562 0 -1 1077944384 10730 13156 0 0 485 1 5 3 20 0 15 0 48572630 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147216541936 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7364] ppid=7298 vsize=10918240 memory=1423824 CPUtime=5.38 cores=0,2,4,6
/proc/7301/task/7364/stat : 7364 (java) S 7298 7301 4562 0 -1 1077944384 20880 13156 0 0 527 3 5 3 20 0 15 0 48572630 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147215489392 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7365] ppid=7298 vsize=10918240 memory=1423828 CPUtime=2.19 cores=0,2,4,6
/proc/7301/task/7365/stat : 7365 (java) R 7298 7301 4562 0 -1 4202560 11922 13156 0 0 206 5 5 3 20 0 15 0 48572630 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147214436336 140147784744346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7366] ppid=7298 vsize=10918240 memory=1424340 CPUtime=0.08 cores=0,2,4,6
/proc/7301/task/7366/stat : 7366 (java) S 7298 7301 4562 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 48572631 11180277760 355994 33554432000 4194304 4196468 140737478124512 140146057931104 140147792037589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
[pid=7301/tid=7367] ppid=7298 vsize=10918240 memory=1424268 CPUtime=0.11 cores=0,2,4,6
/proc/7301/task/7367/stat : 7367 (java) S 7298 7301 4562 0 -1 1077944384 330 13156 0 0 1 2 5 3 20 0 15 0 48572631 11180277760 355994 33554432000 4194304 4196468 140737478124512 140147213384752 140147792038530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140737478130287 140737478133084 140737478133084 140737478135759 0
Current children cumulated CPU time: 77.55 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1423976 KiB

Child status: 0
Real time (s): 64.8425
CPU time (s): 77.6099
CPU user time (s): 77.0174
CPU system time (s): 0.592423
CPU usage (%): 119.69
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 1425364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.0174
system time used= 0.592423
maximum resident set size= 1426216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12013
involuntary context switches= 264


# summary of solver processes directly reported to runsolver:
#   pid: 7301
#   total CPU time (s): 77.6099
#   total CPU user time (s): 77.0174
#   total CPU system time (s): 0.592423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.46555 second user time and 0.602897 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 03:41:34
IDJOB=4293120
IDBENCH=141123
IDSOLVER=2750
FILE ID=node136/4293120-1532310094
RUNJOBID= node136-1532296223-4593
PBS_JOBID= 21018988
Free space on /tmp= 57088 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293120-1532310094/watcher-4293120-1532310094 -o /tmp/evaluation-result-4293120-1532310094/solver-4293120-1532310094 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=797891562 HOME/instance-4293120-1532310094.xml

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

MD5SUM BENCH= 5b4e243b65627c7fc71624f53298a6f9
RANDOM SEED=797891562

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20259172 kB
MemAvailable:   30299600 kB
Buffers:          255104 kB
Cached:          9989652 kB
SwapCached:            0 kB
Active:          2879044 kB
Inactive:        9057400 kB
Active(anon):    1694680 kB
Inactive(anon):    16928 kB
Active(file):    1184364 kB
Inactive(file):  9040472 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:       1710736 kB
Mapped:            49704 kB
Shmem:             17068 kB
Slab:             271736 kB
SReclaimable:     244052 kB
SUnreclaim:        27684 kB
KernelStack:        3808 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2581976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1611776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 03:42:39