Trace number 4295305

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 2284.93 2261.85

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark134.841
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
2284.83/2261.84	v <instantiation>
2284.83/2261.84	v       <list>
2284.83/2261.84	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] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40]
2284.83/2261.84	v       </list>
2284.83/2261.84	v       <values>
2284.83/2261.84	v         42 29 65 40 51 85 74 21 41 79 64 44 14 33 27 31 70 17 53 68 0 5 56 30 19 72 37 2 32 69 18 9 12 10 81 52 47 50 66 77 67
2284.83/2261.84	v       </values>
2284.83/2261.84	v     </instantiation>
2284.83/2261.84	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 (8157 MiB free)
  memory of node 1: 16384 MiB (11650 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295305-1532541324/watcher-4295305-1532541324 -o /tmp/evaluation-result-4295305-1532541324/solver-4295305-1532541324 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1762529917 HOME/instance-4295305-1532541324.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=28174, runsolver pid=28171

[startup+0.102442 s]*
/proc/loadavg: 1.18 1.46 1.47 2/206 28231
/proc/meminfo: memFree=20275476/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 4443 13195 0 0 1 1 5 2 20 0 6 0 71695608 10212057088 4269 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2493178 4269 1934 1 0 2481616 0
[pid=28174/tid=28227] ppid=28171 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 2250 13195 0 0 1 0 5 2 20 0 6 0 71695617 10212057088 4269 33554432000 4194304 4196468 140731579692800 140492013683280 140492026969456 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 6 0 71695618 10212057088 4269 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=9972712 memory=140700068169344 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 6 0 71695618 10212057088 4269 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 6 0 71695618 10212057088 4269 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 6 0 71695618 10212057088 4269 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210235 s]*
/proc/loadavg: 1.18 1.46 1.47 3/215 28240
/proc/meminfo: memFree=20256400/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10818904 memory=40224 CPUtime=0.24 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 7247 13195 0 0 16 1 5 2 20 0 15 0 71695608 11078557696 10056 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2704726 10056 2950 1 0 2667149 0
[pid=28174/tid=28227] ppid=28171 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 3807 13195 0 0 10 1 5 2 20 0 15 0 71695617 11078557696 10056 33554432000 4194304 4196468 140731579692800 140492013668424 140492023410029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10818904 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11078557696 10056 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10818904 memory=140700068557966 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695618 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10818904 memory=140700068169344 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695619 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 13 13195 0 0 0 0 5 2 20 0 15 0 71695620 11078557696 10056 33554432000 4194304 4196468 140731579692800 140490930382112 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695620 11078557696 10056 33554432000 4194304 4196468 140731579692800 140490796164720 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 429 13195 0 0 1 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 191 13195 0 0 1 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10818904 memory=140700068169344 CPUtime=0.1 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 604 13195 0 0 3 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10818904 memory=140700068169344 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695623 11078557696 10056 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40224 KiB

[startup+0.310192 s]*
/proc/loadavg: 1.18 1.46 1.47 3/215 28240
/proc/meminfo: memFree=20244244/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10819352 memory=53396 CPUtime=0.37 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 10438 13195 0 0 28 2 5 2 20 0 15 0 71695608 11079016448 13349 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2704838 13349 3069 1 0 2667149 0
[pid=28174/tid=28227] ppid=28171 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 7006 13195 0 0 19 2 5 2 20 0 15 0 71695617 11079016448 13349 33554432000 4194304 4196468 140731579692800 140492013658528 140492034083646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 13349 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695619 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 13 13195 0 0 0 0 5 2 20 0 15 0 71695620 11079016448 13415 33554432000 4194304 4196468 140731579692800 140490930382112 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695620 11079016448 13415 33554432000 4194304 4196468 140731579692800 140490796164720 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 432 13195 0 0 1 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 191 13195 0 0 1 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10819352 memory=140700068169344 CPUtime=0.11 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 614 13195 0 0 4 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10819352 memory=140700068169344 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 13415 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53396 KiB

[startup+0.700799 s]
/proc/loadavg: 1.18 1.46 1.47 3/215 28240
/proc/meminfo: memFree=20233452/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10819352 memory=86224 CPUtime=0.98 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 16736 13195 0 0 87 4 5 2 20 0 15 0 71695608 11079016448 21556 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2704838 21556 3237 1 0 2667149 0
[pid=28174/tid=28227] ppid=28171 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 12204 13195 0 0 55 3 5 2 20 0 15 0 71695617 11079016448 21556 33554432000 4194304 4196468 140731579692800 140492013669456 140492041868445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 21556 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10819352 memory=140699907535632 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10819352 memory=140703128617556 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695618 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 5 13195 0 0 0 0 5 2 20 0 15 0 71695619 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 13 13195 0 0 0 0 5 2 20 0 15 0 71695620 11079016448 21556 33554432000 4194304 4196468 140731579692800 140490930382112 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695620 11079016448 21556 33554432000 4194304 4196468 140731579692800 140490796164720 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10819352 memory=12836 CPUtime=0.14 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 850 13195 0 0 7 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10819352 memory=4008 CPUtime=0.17 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 782 13195 0 0 10 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 681 13195 0 0 13 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695623 11079016448 21556 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86224 KiB

[startup+1.50068 s]
/proc/loadavg: 1.18 1.46 1.47 3/215 28240
/proc/meminfo: memFree=20189612/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10834252 memory=177656 CPUtime=2.32 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 24035 13195 0 0 215 10 5 2 20 0 15 0 71695608 11094274048 44414 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2708563 44414 3467 1 0 2670221 0
[pid=28174/tid=28227] ppid=28171 vsize=10834252 memory=63020 CPUtime=1.42 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 17645 13195 0 0 129 6 5 2 20 0 15 0 71695617 11094274048 44414 33554432000 4194304 4196468 140731579692800 140492013677392 140492041868445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 57 13195 0 0 1 0 5 2 20 0 15 0 71695618 11094274048 44414 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10834252 memory=281399815102624 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 185 13195 0 0 1 0 5 2 20 0 15 0 71695618 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 23 13195 0 0 1 0 5 2 20 0 15 0 71695618 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 38 13195 0 0 1 0 5 2 20 0 15 0 71695618 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 52 13195 0 0 1 0 5 2 20 0 15 0 71695619 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 13 13195 0 0 0 0 5 2 20 0 15 0 71695620 11094274048 44414 33554432000 4194304 4196468 140731579692800 140490930382176 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 2 13195 0 0 0 0 5 2 20 0 15 0 71695620 11094274048 44414 33554432000 4194304 4196468 140731579692800 140490796164736 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 1410 13195 0 0 23 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 1122 13195 0 0 22 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10834252 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 1293 13195 0 0 33 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10834252 memory=281399815347072 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1 13195 0 0 0 0 5 2 20 0 15 0 71695623 11094274048 44414 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834252 KiB

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

[pid=28174/tid=28239] ppid=28171 vsize=10914144 memory=203642 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10914144 memory=478 CPUtime=1.3 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1382 13195 0 0 61 62 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2279 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 564788 KiB

[startup+2259.2 s]
/proc/loadavg: 1.73 1.62 1.48 3/215 28849
/proc/meminfo: memFree=20148248/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10914144 memory=564788 CPUtime=2282.21 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 208859 13195 0 0 228014 200 5 2 20 0 15 0 71695608 11176083456 141197 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2728536 141197 3520 1 0 2690189 0
[pid=28174/tid=28227] ppid=28171 vsize=10914144 memory=4140 CPUtime=2246.34 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 77427 13195 0 0 224598 29 5 2 20 0 15 0 71695617 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492013680528 140491630805334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10914144 memory=21732 CPUtime=5.23 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 13609 13195 0 0 487 29 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10914144 memory=564788 CPUtime=5.23 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 11737 13195 0 0 488 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10914144 memory=0 CPUtime=5.22 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 8837 13195 0 0 487 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10914144 memory=564788 CPUtime=5.24 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 13366 13195 0 0 489 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10914144 memory=564788 CPUtime=5.41 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 10117 13195 0 0 507 27 5 2 20 0 15 0 71695619 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10914144 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 15 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490930382240 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10914144 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 7 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490796164736 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10914144 memory=-6737208495982354336 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10914144 memory=-6737208495982354336 CPUtime=3.58 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 24001 13195 0 0 349 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10914144 memory=16436 CPUtime=3.49 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 27013 13195 0 0 339 3 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10914144 memory=12868 CPUtime=1.69 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 19154 13195 0 0 160 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10914144 memory=4008 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10914144 memory=6791534058613427641 CPUtime=1.3 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1382 13195 0 0 61 62 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2282.21 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 564788 KiB

[startup+2260.8 s]
/proc/loadavg: 1.73 1.62 1.48 3/215 28849
/proc/meminfo: memFree=20148248/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10914144 memory=564788 CPUtime=2283.83 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 208865 13195 0 0 228175 201 5 2 20 0 15 0 71695608 11176083456 141197 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2728536 141197 3520 1 0 2690189 0
[pid=28174/tid=28227] ppid=28171 vsize=10914144 memory=564788 CPUtime=2247.93 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 77432 13195 0 0 224757 29 5 2 20 0 15 0 71695617 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492013680224 140491630806025 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10914144 memory=21732 CPUtime=5.24 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 13609 13195 0 0 488 29 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10914144 memory=6791534058613427641 CPUtime=5.23 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 11737 13195 0 0 488 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10914144 memory=564788 CPUtime=5.22 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 8837 13195 0 0 487 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10914144 memory=1796 CPUtime=5.25 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 13367 13195 0 0 490 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10914144 memory=644 CPUtime=5.41 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 10117 13195 0 0 507 27 5 2 20 0 15 0 71695619 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10914144 memory=564788 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 15 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490930382240 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10914144 memory=564788 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 7 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490796164736 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10914144 memory=564788 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10914144 memory=564788 CPUtime=3.58 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 24001 13195 0 0 349 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10914144 memory=0 CPUtime=3.49 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 27013 13195 0 0 339 3 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10914144 memory=281398741607376 CPUtime=1.69 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 19154 13195 0 0 160 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10914144 memory=3472468995326696162 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10914144 memory=-7957962119327172001 CPUtime=1.3 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1382 13195 0 0 61 62 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2283.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 564788 KiB

[startup+2261.6 s]
/proc/loadavg: 1.73 1.62 1.48 3/215 28849
/proc/meminfo: memFree=20148248/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10914144 memory=564788 CPUtime=2284.63 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 208867 13195 0 0 228255 201 5 2 20 0 15 0 71695608 11176083456 141197 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2728536 141197 3520 1 0 2690189 0
[pid=28174/tid=28227] ppid=28171 vsize=10914144 memory=4140 CPUtime=2248.73 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 77434 13195 0 0 224837 29 5 2 20 0 15 0 71695617 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492013680304 140491631850148 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10914144 memory=2240 CPUtime=5.24 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 13609 13195 0 0 488 29 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10914144 memory=4124 CPUtime=5.23 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 11737 13195 0 0 488 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10914144 memory=2200 CPUtime=5.22 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 8837 13195 0 0 487 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10914144 memory=1399103955520229747 CPUtime=5.25 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 13367 13195 0 0 490 28 5 2 20 0 15 0 71695618 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10914144 memory=6947763773845564015 CPUtime=5.41 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 10117 13195 0 0 507 27 5 2 20 0 15 0 71695619 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10914144 memory=7662704790147194987 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 15 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490930382240 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 7 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490796164736 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10914144 memory=5520 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10914144 memory=4616 CPUtime=3.58 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 24001 13195 0 0 349 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10914144 memory=1428 CPUtime=3.49 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 27013 13195 0 0 339 3 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10914144 memory=1296 CPUtime=1.69 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) S 28171 28174 24385 0 -1 1077944384 19154 13195 0 0 160 2 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491497417072 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10914144 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10914144 memory=1008 CPUtime=1.3 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1382 13195 0 0 61 62 5 2 20 0 15 0 71695623 11176083456 141197 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2284.63 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 564788 KiB

[startup+2261.8 s]
/proc/loadavg: 1.73 1.62 1.48 3/215 28849
/proc/meminfo: memFree=20148248/32770624 swapFree=67108860/67108860
[pid=28174] ppid=28171 vsize=10914144 memory=564816 CPUtime=2284.83 cores=0,2,4,6
/proc/28174/stat : 28174 (java) S 28171 28174 24385 0 -1 1077944320 209338 13195 0 0 228275 201 5 2 20 0 15 0 71695608 11176083456 141204 33554432000 4194304 4196468 140731579692800 140731579675344 140492041846519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
/proc/28174/statm: 2728536 141204 3520 1 0 2690189 0
[pid=28174/tid=28227] ppid=28171 vsize=10914144 memory=4616 CPUtime=2248.93 cores=0,2,4,6
/proc/28174/task/28227/stat : 28227 (java) R 28171 28174 24385 0 -1 4202560 77900 13195 0 0 224857 29 5 2 20 0 15 0 71695617 11176083456 141204 33554432000 4194304 4196468 140731579692800 140492013681120 140492025890149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28228] ppid=28171 vsize=10914144 memory=6791534058613427641 CPUtime=5.24 cores=0,2,4,6
/proc/28174/task/28228/stat : 28228 (java) S 28171 28174 24385 0 -1 1077944384 13609 13195 0 0 488 29 5 2 20 0 15 0 71695618 11176083456 141204 33554432000 4194304 4196468 140731579692800 140492046088592 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28229] ppid=28171 vsize=10914144 memory=4140 CPUtime=5.23 cores=0,2,4,6
/proc/28174/task/28229/stat : 28229 (java) S 28171 28174 24385 0 -1 1077944384 11737 13195 0 0 488 28 5 2 20 0 15 0 71695618 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491944978704 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28230] ppid=28171 vsize=10914144 memory=21732 CPUtime=5.22 cores=0,2,4,6
/proc/28174/task/28230/stat : 28230 (java) S 28171 28174 24385 0 -1 1077944384 8837 13195 0 0 487 28 5 2 20 0 15 0 71695618 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491943926416 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28231] ppid=28171 vsize=10914144 memory=2436 CPUtime=5.25 cores=0,2,4,6
/proc/28174/task/28231/stat : 28231 (java) S 28171 28174 24385 0 -1 1077944384 13367 13195 0 0 490 28 5 2 20 0 15 0 71695618 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491942873616 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28232] ppid=28171 vsize=10914144 memory=564788 CPUtime=5.41 cores=0,2,4,6
/proc/28174/task/28232/stat : 28232 (java) S 28171 28174 24385 0 -1 1077944384 10117 13195 0 0 507 27 5 2 20 0 15 0 71695619 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491500575344 140492041857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28233] ppid=28171 vsize=10914144 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28233/stat : 28233 (java) S 28171 28174 24385 0 -1 1077944384 15 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141204 33554432000 4194304 4196468 140731579692800 140490930382240 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28234] ppid=28171 vsize=10914144 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28234/stat : 28234 (java) S 28171 28174 24385 0 -1 1077944384 7 13195 0 0 0 0 5 2 20 0 15 0 71695620 11176083456 141204 33554432000 4194304 4196468 140731579692800 140490796164736 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28235] ppid=28171 vsize=10914144 memory=13048 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28235/stat : 28235 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140490555873872 140492041865115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28236] ppid=28171 vsize=10914144 memory=1696 CPUtime=3.58 cores=0,2,4,6
/proc/28174/task/28236/stat : 28236 (java) S 28171 28174 24385 0 -1 1077944384 24001 13195 0 0 349 2 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491499522160 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28237] ppid=28171 vsize=10914144 memory=1232 CPUtime=3.49 cores=0,2,4,6
/proc/28174/task/28237/stat : 28237 (java) S 28171 28174 24385 0 -1 1077944384 27013 13195 0 0 339 3 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491498469360 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28238] ppid=28171 vsize=10914144 memory=1948 CPUtime=1.69 cores=0,2,4,6
/proc/28174/task/28238/stat : 28238 (java) R 28171 28174 24385 0 -1 4202560 19178 13195 0 0 160 2 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491497417072 140492020528967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28239] ppid=28171 vsize=10914144 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/28174/task/28239/stat : 28239 (java) S 28171 28174 24385 0 -1 1077944384 3 13195 0 0 0 0 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140490522315232 140492041856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
[pid=28174/tid=28240] ppid=28171 vsize=10914144 memory=8540 CPUtime=1.3 cores=0,2,4,6
/proc/28174/task/28240/stat : 28240 (java) S 28171 28174 24385 0 -1 1077944384 1382 13195 0 0 61 62 5 2 20 0 15 0 71695623 11176083456 141204 33554432000 4194304 4196468 140731579692800 140491496364976 140492041857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17268736 140731579701870 140731579704668 140731579704668 140731579707343 0
Current children cumulated CPU time: 2284.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 564816 KiB

Child status: 0
Real time (s): 2261.85
CPU time (s): 2284.93
CPU user time (s): 2282.89
CPU system time (s): 2.04359
CPU usage (%): 101.021
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 585736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2282.89
system time used= 2.04359
maximum resident set size= 585736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159872
involuntary context switches= 7487


# summary of solver processes directly reported to runsolver:
#   pid: 28174
#   total CPU time (s): 2284.93
#   total CPU user time (s): 2282.89
#   total CPU system time (s): 2.04359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5795 second user time and 20.8983 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 19:55:24
IDJOB=4295305
IDBENCH=141504
IDSOLVER=2750
FILE ID=node136/4295305-1532541324
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g27_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295305-1532541324/watcher-4295305-1532541324 -o /tmp/evaluation-result-4295305-1532541324/solver-4295305-1532541324 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1762529917 HOME/instance-4295305-1532541324.xml

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

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=1762529917

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:        20284364 kB
MemAvailable:   30724280 kB
Buffers:          217656 kB
Cached:         10452756 kB
SwapCached:            0 kB
Active:          3776888 kB
Inactive:        8153792 kB
Active(anon):    1211080 kB
Inactive(anon):    76688 kB
Active(file):    2565808 kB
Inactive(file):  8077104 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:       1267036 kB
Mapped:            52928 kB
Shmem:             25228 kB
Slab:             252816 kB
SReclaimable:     225464 kB
SUnreclaim:        27352 kB
KernelStack:        3536 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2173056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 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= 55888 MiB
End job on node136 at 2018-07-25 20:33:06