Trace number 4293129

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 692.281 665.456

General information on the benchmark

NameStripPacking/
StripPacking-T1c_c18.xml
MD5SUM65600e10f2c410a9bfdeb6a1b5bfec81
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 benchmark5.74134
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
692.16/665.42	v <instantiation>
692.16/665.42	v       <list>
692.16/665.42	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] x[16] 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] y[16] 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] w[16] 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] h[16] 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] r[16]
692.16/665.42	v       </list>
692.16/665.42	v       <values>
692.16/665.42	v         0 0 130 116 105 107 105 40 40 40 116 40 194 189 125 189 125 0 167 111 0 160 131 152 131 152 118 111 0 163 131 182 163 131 40 125 70 84 20 18 2 67 65 90 14 76 6 11 69 5 64 167 33 20 111 7 29 8 21 15 13 7 118 37 32 18 19 51 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
692.16/665.42	v       </values>
692.16/665.42	v     </instantiation>
692.16/665.42	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 (4377 MiB free)
  memory of node 1: 16384 MiB (10402 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293129-1532310099/watcher-4293129-1532310099 -o /tmp/evaluation-result-4293129-1532310099/solver-4293129-1532310099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7325 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1738742227 HOME/instance-4293129-1532310099.xml 

running on 4 cores: 1,3,5,7

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=9642, runsolver pid=9639

[startup+0.100131 s]*
/proc/loadavg: 4.54 4.17 2.93 3/207 9699
/proc/meminfo: memFree=15128792/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 4349 13140 0 0 1 0 5 3 20 0 6 0 48573072 10212057088 4203 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2493178 4203 1934 1 0 2481616 0
[pid=9642/tid=9695] ppid=9639 vsize=9972712 memory=-8960601696899481541 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 2184 13140 0 0 1 0 5 3 20 0 6 0 48573081 10212057088 4203 33554432000 4194304 4196468 140732932385488 140526306349648 140526318593374 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 48573082 10212057088 4203 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=9972712 memory=140120872699520 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 48573082 10212057088 4203 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 6 0 48573082 10212057088 4203 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 6 0 48573082 10212057088 4203 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210355 s]*
/proc/loadavg: 4.54 4.17 2.93 4/216 9708
/proc/meminfo: memFree=15106544/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10818904 memory=43384 CPUtime=0.26 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 8012 13140 0 0 17 1 5 3 20 0 15 0 48573072 11078557696 10846 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2704726 10846 2984 1 0 2667149 0
[pid=9642/tid=9695] ppid=9639 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 4654 13140 0 0 11 0 5 3 20 0 15 0 48573081 11078557696 10912 33554432000 4194304 4196468 140732932385488 140526306336480 140526334534813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10818904 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11078557696 10912 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10818904 memory=140120872709415 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11078557696 10912 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11078557696 10912 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 48573082 11078557696 10912 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10818904 memory=140120872699520 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 48573083 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 48573084 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525692773152 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573084 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525088793712 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 538 13140 0 0 1 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 67 13140 0 0 0 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10818904 memory=140120872699520 CPUtime=0.11 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) R 9639 9642 7293 0 -1 4202560 617 13140 0 0 3 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525790047088 140526313186423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10818904 memory=140120872699520 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573087 11078557696 10912 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43384 KiB

[startup+0.310257 s]*
/proc/loadavg: 4.54 4.17 2.93 4/216 9708
/proc/meminfo: memFree=15094876/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10819352 memory=54364 CPUtime=0.39 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 10587 13140 0 0 29 2 5 3 20 0 15 0 48573072 11079016448 13591 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2704838 13591 3103 1 0 2667149 0
[pid=9642/tid=9695] ppid=9639 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 7140 13140 0 0 20 1 5 3 20 0 15 0 48573081 11079016448 13591 33554432000 4194304 4196468 140732932385488 140526306324896 140526318593374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 13591 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 13591 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 13591 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 13591 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 48573083 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 48573084 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525692773152 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573084 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525088793712 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 540 13140 0 0 1 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 67 13140 0 0 1 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10819352 memory=140120872699520 CPUtime=0.13 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 623 13140 0 0 5 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10819352 memory=140120872699520 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 13591 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54364 KiB

[startup+0.700778 s]
/proc/loadavg: 4.54 4.17 2.93 4/216 9708
/proc/meminfo: memFree=15083836/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10819352 memory=86596 CPUtime=0.99 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 16773 13140 0 0 88 3 5 3 20 0 15 0 48573072 11079016448 21649 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2704838 21649 3236 1 0 2667149 0
[pid=9642/tid=9695] ppid=9639 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 12287 13140 0 0 57 2 5 3 20 0 15 0 48573081 11079016448 21649 33554432000 4194304 4196468 140732932385488 140526306333712 140526319678432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 21649 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 21649 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10819352 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 21649 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 2 13140 0 0 0 0 5 3 20 0 15 0 48573082 11079016448 21649 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 5 13140 0 0 0 0 5 3 20 0 15 0 48573083 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10819352 memory=140120758039248 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 48573084 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525692773152 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10819352 memory=140123308032611 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573084 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525088793712 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10819352 memory=10416 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10819352 memory=7234564758908855872 CPUtime=0.15 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 956 13140 0 0 7 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10819352 memory=7597685182856913236 CPUtime=0.17 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 615 13140 0 0 9 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10819352 memory=5787219346483269989 CPUtime=0.21 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 694 13140 0 0 13 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10819352 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573087 11079016448 21649 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86596 KiB

[startup+1.50076 s]
/proc/loadavg: 4.54 4.17 2.93 4/216 9708
/proc/meminfo: memFree=15037132/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10834252 memory=175720 CPUtime=2.29 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 24105 13140 0 0 211 10 5 3 20 0 15 0 48573072 11094274048 43930 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2708563 43930 3465 1 0 2670221 0
[pid=9642/tid=9695] ppid=9639 vsize=10834252 memory=12813 CPUtime=1.44 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 17900 13140 0 0 130 6 5 3 20 0 15 0 48573081 11094274048 43930 33554432000 4194304 4196468 140732932385488 140526306344176 140526314788283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 24 13140 0 0 1 0 5 3 20 0 15 0 48573082 11094274048 43930 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 52 13140 0 0 1 0 5 3 20 0 15 0 48573082 11094274048 43930 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10834252 memory=1060 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 242 13140 0 0 1 0 5 3 20 0 15 0 48573082 11094274048 43930 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10834252 memory=86596 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 37 13140 0 0 0 0 5 3 20 0 15 0 48573082 11094274048 43930 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 65 13140 0 0 1 0 5 3 20 0 15 0 48573083 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10834252 memory=280241516020208 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 14 13140 0 0 0 0 5 3 20 0 15 0 48573084 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525692773216 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10834252 memory=280241516071008 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573084 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525088793728 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10834252 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10834252 memory=4638778398332698720 CPUtime=0.31 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 1496 13140 0 0 23 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10834252 memory=280241516354432 CPUtime=0.25 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 791 13140 0 0 17 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10834252 memory=-7531822216213012384 CPUtime=0.41 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 1285 13140 0 0 33 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10834252 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10834252 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 1 13140 0 0 0 0 5 3 20 0 15 0 48573087 11094274048 43930 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

[pid=9642/tid=9707] ppid=9639 vsize=10918240 memory=9916 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10918240 memory=1228 CPUtime=0.52 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 877 13140 0 0 19 25 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 688.99 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1329168 KiB

[startup+664.001 s]*
/proc/loadavg: 1.42 1.79 2.22 3/216 9728
/proc/meminfo: memFree=14029672/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10918240 memory=1329168 CPUtime=690.62 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 216635 13140 0 0 68912 142 5 3 20 0 15 0 48573072 11180277760 332292 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2729560 332292 3528 1 0 2691213 0
[pid=9642/tid=9695] ppid=9639 vsize=10918240 memory=-6733704525061579059 CPUtime=656.82 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 73813 13140 0 0 65638 36 5 3 20 0 15 0 48573081 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526306346624 140525928453720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10918240 memory=1580 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 10837 13140 0 0 293 16 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10918240 memory=2240 CPUtime=3.16 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 8960 13140 0 0 291 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10918240 memory=4124 CPUtime=3.16 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 8244 13140 0 0 287 21 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10918240 memory=4872558044660077418 CPUtime=3.15 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 7047 13140 0 0 290 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10918240 memory=960 CPUtime=3.11 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 8062 13140 0 0 289 14 5 3 20 0 15 0 48573083 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10918240 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525692773216 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10918240 memory=2344 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 4 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525088793728 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10918240 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10918240 memory=1580 CPUtime=8.15 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 35241 13140 0 0 802 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10918240 memory=2240 CPUtime=7.62 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 38819 13140 0 0 750 4 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10918240 memory=4124 CPUtime=2.37 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 22517 13140 0 0 224 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10918240 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10918240 memory=7528 CPUtime=0.52 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 878 13140 0 0 19 25 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 690.62 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1329168 KiB

[startup+664.801 s]
/proc/loadavg: 1.42 1.79 2.22 3/216 9728
/proc/meminfo: memFree=14029672/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10918240 memory=1329168 CPUtime=691.42 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 216641 13140 0 0 68992 142 5 3 20 0 15 0 48573072 11180277760 332292 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2729560 332292 3528 1 0 2691213 0
[pid=9642/tid=9695] ppid=9639 vsize=10918240 memory=8112282956445269571 CPUtime=657.6 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 73818 13140 0 0 65716 36 5 3 20 0 15 0 48573081 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526306346336 140525927039559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10918240 memory=1692 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 10838 13140 0 0 293 16 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10918240 memory=916 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 8960 13140 0 0 292 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10918240 memory=3848 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 8244 13140 0 0 288 21 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10918240 memory=796 CPUtime=3.16 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 7047 13140 0 0 291 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10918240 memory=5408 CPUtime=3.11 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 8062 13140 0 0 289 14 5 3 20 0 15 0 48573083 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10918240 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525692773216 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10918240 memory=9916 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 4 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525088793728 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10918240 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10918240 memory=1952 CPUtime=8.15 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 35241 13140 0 0 802 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10918240 memory=1200 CPUtime=7.62 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 38819 13140 0 0 750 4 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10918240 memory=1329168 CPUtime=2.37 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 22517 13140 0 0 224 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10918240 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10918240 memory=16064 CPUtime=0.52 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 878 13140 0 0 19 25 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 691.42 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1329168 KiB

[startup+665.201 s]
/proc/loadavg: 1.42 1.79 2.22 3/216 9728
/proc/meminfo: memFree=14029672/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10918240 memory=1329168 CPUtime=691.83 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 216644 13140 0 0 69033 142 5 3 20 0 15 0 48573072 11180277760 332292 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2729560 332292 3528 1 0 2691213 0
[pid=9642/tid=9695] ppid=9639 vsize=10918240 memory=1408 CPUtime=657.99 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 73821 13140 0 0 65755 36 5 3 20 0 15 0 48573081 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526306345632 140525927000581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10918240 memory=3180 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 10838 13140 0 0 293 16 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10918240 memory=8112282956445269571 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 8960 13140 0 0 292 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10918240 memory=288230621803970871 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 8244 13140 0 0 288 21 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10918240 memory=16101455274707249 CPUtime=3.16 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 7047 13140 0 0 291 17 5 3 20 0 15 0 48573082 11180277760 332292 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10918240 memory=796 CPUtime=3.11 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 8062 13140 0 0 289 14 5 3 20 0 15 0 48573083 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10918240 memory=5408 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525692773216 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10918240 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 4 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525088793728 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10918240 memory=9916 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10918240 memory=1228 CPUtime=8.15 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) S 9639 9642 7293 0 -1 1077944384 35241 13140 0 0 802 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525792152176 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10918240 memory=1952 CPUtime=7.62 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) S 9639 9642 7293 0 -1 1077944384 38819 13140 0 0 750 4 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525791099376 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10918240 memory=1200 CPUtime=2.37 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 22517 13140 0 0 224 5 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10918240 memory=10416 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10918240 memory=4616 CPUtime=0.52 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 878 13140 0 0 19 25 5 3 20 0 15 0 48573087 11180277760 332292 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 691.83 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1329168 KiB

[startup+665.401 s]
/proc/loadavg: 1.42 1.79 2.22 3/216 9728
/proc/meminfo: memFree=14029672/32770624 swapFree=67108860/67108860
[pid=9642] ppid=9639 vsize=10918240 memory=1329356 CPUtime=692.16 cores=1,3,5,7
/proc/9642/stat : 9642 (java) S 9639 9642 7293 0 -1 1077944320 227049 13140 0 0 69065 143 5 3 20 0 15 0 48573072 11180277760 332339 33554432000 4194304 4196468 140732932385488 140732932368032 140526334512887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
/proc/9642/statm: 2729560 332339 3528 1 0 2691213 0
[pid=9642/tid=9695] ppid=9639 vsize=10918240 memory=288230621803970871 CPUtime=658.19 cores=1,3,5,7
/proc/9642/task/9695/stat : 9695 (java) R 9639 9642 7293 0 -1 4202560 76259 13140 0 0 65775 36 5 3 20 0 15 0 48573081 11180277760 332339 33554432000 4194304 4196468 140732932385488 140526306341024 140526316076462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9696] ppid=9639 vsize=10918240 memory=16101455274707249 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9696/stat : 9696 (java) S 9639 9642 7293 0 -1 1077944384 10838 13140 0 0 293 16 5 3 20 0 15 0 48573082 11180277760 332339 33554432000 4194304 4196468 140732932385488 140526338755472 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9697] ppid=9639 vsize=10918240 memory=4872558044660077409 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9697/stat : 9697 (java) S 9639 9642 7293 0 -1 1077944384 8960 13140 0 0 292 17 5 3 20 0 15 0 48573082 11180277760 332339 33554432000 4194304 4196468 140732932385488 140526237645584 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9698] ppid=9639 vsize=10918240 memory=15876 CPUtime=3.17 cores=1,3,5,7
/proc/9642/task/9698/stat : 9698 (java) S 9639 9642 7293 0 -1 1077944384 8244 13140 0 0 288 21 5 3 20 0 15 0 48573082 11180277760 332339 33554432000 4194304 4196468 140732932385488 140526236593296 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9699] ppid=9639 vsize=10918240 memory=1692 CPUtime=3.16 cores=1,3,5,7
/proc/9642/task/9699/stat : 9699 (java) S 9639 9642 7293 0 -1 1077944384 7047 13140 0 0 291 17 5 3 20 0 15 0 48573082 11180277760 332339 33554432000 4194304 4196468 140732932385488 140526235540496 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9700] ppid=9639 vsize=10918240 memory=916 CPUtime=3.12 cores=1,3,5,7
/proc/9642/task/9700/stat : 9700 (java) S 9639 9642 7293 0 -1 1077944384 8122 13140 0 0 290 14 5 3 20 0 15 0 48573083 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525793204336 140526334524034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9701] ppid=9639 vsize=10918240 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9701/stat : 9701 (java) S 9639 9642 7293 0 -1 1077944384 18 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525692773216 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9702] ppid=9639 vsize=10918240 memory=2616 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9702/stat : 9702 (java) S 9639 9642 7293 0 -1 1077944384 4 13140 0 0 0 0 5 3 20 0 15 0 48573084 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525088793728 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9703] ppid=9639 vsize=10918240 memory=2904 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9703/stat : 9703 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140524848502864 140526334531483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9704] ppid=9639 vsize=10918240 memory=1408 CPUtime=8.2 cores=1,3,5,7
/proc/9642/task/9704/stat : 9704 (java) R 9639 9642 7293 0 -1 4202560 36821 13140 0 0 807 5 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525792141536 140526326802336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9705] ppid=9639 vsize=10918240 memory=3180 CPUtime=7.67 cores=1,3,5,7
/proc/9642/task/9705/stat : 9705 (java) R 9639 9642 7293 0 -1 4202560 40741 13140 0 0 755 4 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525791092280 140526334534234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9706] ppid=9639 vsize=10918240 memory=3004396 CPUtime=2.4 cores=1,3,5,7
/proc/9642/task/9706/stat : 9706 (java) S 9639 9642 7293 0 -1 1077944384 26960 13140 0 0 227 5 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525790047088 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9707] ppid=9639 vsize=10918240 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/9642/task/9707/stat : 9707 (java) S 9639 9642 7293 0 -1 1077944384 3 13140 0 0 0 0 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140524814945248 140526334523093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
[pid=9642/tid=9708] ppid=9639 vsize=10918240 memory=7517722060905795925 CPUtime=0.52 cores=1,3,5,7
/proc/9642/task/9708/stat : 9708 (java) S 9639 9642 7293 0 -1 1077944384 878 13140 0 0 19 25 5 3 20 0 15 0 48573087 11180277760 332339 33554432000 4194304 4196468 140732932385488 140525788993968 140526334524034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30621696 140732932393582 140732932396380 140732932396380 140732932399055 0
Current children cumulated CPU time: 692.16 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1329356 KiB

Child status: 0
Real time (s): 665.456
CPU time (s): 692.281
CPU user time (s): 690.8
CPU system time (s): 1.48099
CPU usage (%): 104.031
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 1329356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 690.8
system time used= 1.48099
maximum resident set size= 1331624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241396
page faults= 0
swaps= 0
block input operations= 56
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83318
involuntary context switches= 2396


# summary of solver processes directly reported to runsolver:
#   pid: 9642
#   total CPU time (s): 692.281
#   total CPU user time (s): 690.8
#   total CPU system time (s): 1.48099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.90098 second user time and 6.44854 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-23 03:41:39
IDJOB=4293129
IDBENCH=141124
IDSOLVER=2750
FILE ID=node139/4293129-1532310099
RUNJOBID= node139-1532297047-7325
PBS_JOBID= 21018992
Free space on /tmp= 45856 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-T1c_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293129-1532310099/watcher-4293129-1532310099 -o /tmp/evaluation-result-4293129-1532310099/solver-4293129-1532310099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7325 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1738742227 HOME/instance-4293129-1532310099.xml

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

MD5SUM BENCH= 65600e10f2c410a9bfdeb6a1b5bfec81
RANDOM SEED=1738742227

node139.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.80
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.80
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.80
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.80
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:        15135300 kB
MemAvailable:   28729440 kB
Buffers:          178908 kB
Cached:         13464396 kB
SwapCached:            0 kB
Active:          4487240 kB
Inactive:       12414412 kB
Active(anon):    3213996 kB
Inactive(anon):    64084 kB
Active(file):    1273244 kB
Inactive(file): 12350328 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:       3265660 kB
Mapped:            49528 kB
Shmem:             17036 kB
Slab:             426396 kB
SReclaimable:     399028 kB
SUnreclaim:        27368 kB
KernelStack:        3504 kB
PageTables:        11452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4277808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3084288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45828 MiB
End job on node139 at 2018-07-23 03:52:45