Trace number 4402954

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)72 2520.05 2486.04

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-14.xml
MD5SUM2f9116219e9bb224096732f26408ee63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of constraints320
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":140},{"size":9,"count":140}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":140},{"degree":7,"count":4},{"degree":8,"count":40},{"degree":10,"count":96}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":140},{"arity":3,"count":40},{"arity":4,"count":4},{"arity":6,"count":40},{"arity":9,"count":96}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180},{"type":"sum","count":140}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.94/2.60	c Concrete v3.12.3.1568965526260 running
11.44/13.78	o 52
12.46/14.03	o 56
12.46/14.03	o 57
12.46/14.04	o 58
13.33/14.32	o 59
14.93/15.34	o 61
15.48/15.69	o 62
15.48/15.69	o 63
17.47/17.28	o 64
61.08/60.09	o 65
71.94/70.89	o 66
159.54/158.06	o 67
260.52/257.91	o 68
441.61/436.77	o 69
483.73/478.30	o 70
773.12/764.19	o 71
1876.45/1852.04	o 72
2520.00/2486.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2486.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.00/2486.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.00/2486.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.00/2486.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2486.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2486.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.00/2486.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2486.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.00/2486.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2486.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2486.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2486.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2486.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2486.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2486.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2486.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.00/2486.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.00/2486.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.00/2486.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.00/2486.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2486.02		at scala.Option.map(Option.scala:242)
2520.00/2486.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2486.02		at concrete.MAC.mac(MAC.scala:216)
2520.00/2486.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2486.02		at scala.util.Try$.apply(Try.scala:210)
2520.00/2486.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2486.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2486.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2486.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2486.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2486.02		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2486.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2486.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2486.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2486.02		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2486.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2486.02		at scala.util.Success.map(Try.scala:262)
2520.00/2486.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2486.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2486.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2486.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2486.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2486.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2486.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2486.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2486.02		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2486.02		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2486.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2486.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2486.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2486.02		at scala.App.main(App.scala:73)
2520.00/2486.02		at scala.App.main$(App.scala:71)
2520.00/2486.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2486.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2486.03	v <instantiation
2520.00/2486.03	v         cost = '72'>
2520.00/2486.03	v       <list>
2520.00/2486.03	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12] s[5][13] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[6][12] s[6][13] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[7][12] s[7][13] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[8][12] s[8][13] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11] s[9][12] s[9][13]
2520.00/2486.03	v       </list>
2520.00/2486.03	v       <values>
2520.00/2486.03	v         1 1 0 1 1 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 1 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 2 2 4 2 3 2 2 2 2 4 2 3 4 2 4 3 5 3 6 2 4 4 3 5 3 5 3 2 3 4 5 2 6 2 5 3 5 6 3 5 4 4 3 3 5 2 6 3 6 3 3 3 2 4 2 2 4 3 5 2 5 2 3 4 5 6 4 4 3 4 2 4 5 3 5 5 5 5 3 3 2 4 5 3 2 3 3 5 3 3 2 3 3 5 4 3 3 2 2 5 3 6 3 6 5 6 4 4 2 5 5 4 2 5 2 4 2 4 3 3 3 5 3 5 3 3 2 3 2 2 2 2 4 3 4 3 2 4 3 3
2520.00/2486.03	v       </values>
2520.00/2486.03	v     </instantiation>
2520.00/2486.03	s SATISFIABLE

Verifier Data

OK	72

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: 16375 MiB (2575 MiB free)
  memory of node 1: 16384 MiB (1678 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402954-1568967638/watcher-4402954-1568967638 -o /tmp/evaluation-result-4402954-1568967638/solver-4402954-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402954-1568967638.xml 

running on 4 cores: 4-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
solver pid=14038, runsolver pid=14035
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 0.24 0.06 0.06 1/202 14046
/proc/meminfo: memFree=4355620/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/14038/stat : 14038 (bash) S 14035 14038 13981 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472770958 115974144 363 33554432000 4194304 5098028 140728112796112 140728112793752 139640396336128 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14038/statm: 28314 363 289 221 0 119 0
[pid=14044] ppid=14038 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/14044/stat : 14044 (bash) S 14038 14038 13981 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 177 33554432000 4194304 5098028 140728112796112 140728112792280 139640396161660 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14044/statm: 28314 177 101 221 0 119 0
[pid=14045] ppid=14044 vsize=113256 memory=716 CPUtime=0 cores=4-7
/proc/14045/stat : 14045 (bash) S 14044 14038 13981 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 179 33554432000 4194304 5098028 140728112796112 140728112789288 139640396336128 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14045/statm: 28314 179 103 221 0 119 0
[pid=14046] ppid=14045 vsize=113256 memory=496 CPUtime=0 cores=4-7
/proc/14046/stat : 14046 (bash) D 14045 14038 13981 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 124 33554432000 4194304 5098028 140728112796112 140728112788344 139640396334453 0 0 4096 65538 18446744072101752356 0 0 17 5 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14046/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3372 KiB

[startup+0.21105 s]*
/proc/loadavg: 0.24 0.06 0.06 1/205 14049
/proc/meminfo: memFree=4354188/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/14038/stat : 14038 (bash) S 14035 14038 13981 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472770958 115974144 363 33554432000 4194304 5098028 140728112796112 140728112793752 139640396336128 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14038/statm: 28314 363 289 221 0 119 0
[pid=14044] ppid=14038 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/14044/stat : 14044 (bash) S 14038 14038 13981 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 177 33554432000 4194304 5098028 140728112796112 140728112792280 139640396161660 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14044/statm: 28314 177 101 221 0 119 0
[pid=14045] ppid=14044 vsize=113256 memory=716 CPUtime=0 cores=4-7
/proc/14045/stat : 14045 (bash) S 14044 14038 13981 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 179 33554432000 4194304 5098028 140728112796112 140728112789288 139640396336128 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14045/statm: 28314 179 103 221 0 119 0
[pid=14046] ppid=14045 vsize=113256 memory=496 CPUtime=0 cores=4-7
/proc/14046/stat : 14046 (bash) D 14045 14038 13981 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 124 33554432000 4194304 5098028 140728112796112 140728112788344 139640396334453 0 0 4096 65538 18446744072101752356 0 0 17 5 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14046/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3372 KiB

[startup+0.310859 s]*
/proc/loadavg: 0.24 0.06 0.06 1/205 14053
/proc/meminfo: memFree=4353924/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/14038/stat : 14038 (bash) S 14035 14038 13981 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472770958 115974144 363 33554432000 4194304 5098028 140728112796112 140728112793752 139640396336128 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14038/statm: 28314 363 289 221 0 119 0
[pid=14044] ppid=14038 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/14044/stat : 14044 (bash) S 14038 14038 13981 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472770960 115974144 177 33554432000 4194304 5098028 140728112796112 140728112792280 139640396161660 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14044/statm: 28314 177 101 221 0 119 0
[pid=14045] ppid=14044 vsize=113256 memory=884 CPUtime=0 cores=4-7
/proc/14045/stat : 14045 (bash) S 14044 14038 13981 0 -1 4202560 211 428 0 0 0 0 0 0 20 0 1 0 472770960 115974144 221 33554432000 4194304 5098028 140728112796112 140728112789576 139640396336128 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14045/statm: 28314 221 145 221 0 119 0
[pid=14052] ppid=14045 vsize=113256 memory=488 CPUtime=0 cores=4-7
/proc/14052/stat : 14052 (bash) D 14045 14038 13981 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 1 0 472770984 115974144 122 33554432000 4194304 5098028 140728112796112 140728112788632 139640396334453 0 0 4096 65538 18446744072101752356 0 0 17 5 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14052/statm: 28314 122 46 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3532 KiB

[startup+0.700553 s]
/proc/loadavg: 0.24 0.06 0.06 1/205 14099
/proc/meminfo: memFree=4352336/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/14038/stat : 14038 (bash) S 14035 14038 13981 0 -1 4202496 887 5692 1 0 0 0 0 1 20 0 1 0 472770958 115974144 404 33554432000 4194304 5098028 140728112796112 140728112790120 139640396336128 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14038/statm: 28314 404 320 221 0 119 0
[pid=14094] ppid=14038 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/14094/stat : 14094 (bash) S 14038 14038 13981 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472771003 115974144 178 33554432000 4194304 5098028 140728112796112 140728112788792 139640396161660 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14094/statm: 28314 178 94 221 0 119 0
[pid=14097] ppid=14094 vsize=30188 memory=792 CPUtime=0 cores=4-7
/proc/14097/stat : 14097 (java) D 14094 14038 13981 0 -1 4202496 360 0 1 0 0 0 0 0 20 0 1 0 472771003 30912512 198 33554432000 4194304 4196468 140728063156320 140728063137800 140666104485513 0 0 4096 0 18446744071580431491 0 0 17 5 0 0 0 0 0 6293624 6294260 21876736 140728063157388 140728063157402 140728063157402 140728063160271 0
/proc/14097/statm: 7547 198 161 1 0 159 0
[pid=14098] ppid=14094 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/14098/stat : 14098 (awk) S 14094 14038 13981 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472771003 116211712 243 33554432000 4194304 4609284 140723785234224 140723785233400 140059095473152 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 17494016 140723785241788 140723785241818 140723785241818 140723785244655 0
/proc/14098/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4092 KiB

[startup+1.50054 s]
/proc/loadavg: 0.38 0.10 0.07 1/207 14101
/proc/meminfo: memFree=4325716/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/14038/stat : 14038 (bash) S 14035 14038 13981 0 -1 4202496 887 5692 1 0 0 0 0 1 20 0 1 0 472770958 115974144 404 33554432000 4194304 5098028 140728112796112 140728112790120 139640396336128 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 1 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14038/statm: 28314 404 320 221 0 119 0
[pid=14094] ppid=14038 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/14094/stat : 14094 (bash) S 14038 14038 13981 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472771003 115974144 178 33554432000 4194304 5098028 140728112796112 140728112788792 139640396161660 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37761024 140728112800788 140728112800913 140728112800913 140728112803822 0
/proc/14094/statm: 28314 178 94 221 0 119 0
[pid=14098] ppid=14094 vsize=113492 memory=1232 CPUtime=0 cores=4-7
/proc/14098/stat : 14098 (awk) S 14094 14038 13981 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 472771003 116215808 308 33554432000 4194304 4609284 140723785234224 140723785233400 140059095473152 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 17494016 140723785241788 140723785241818 140723785241818 140723785244655 0
/proc/14098/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+3.11133 s]
/proc/loadavg: 0.38 0.10 0.07 1/228 14175
/proc/meminfo: memFree=4230344/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=10822316 memory=75808 CPUtime=1.02 cores=4-7
/proc/14038/stat : 14038 (java) S 14035 14038 13981 0 -1 1077944320 14205 13066 1 2 89 4 5 4 20 0 15 0 472770958 11082051584 18952 33554432000 4194304 4196468 140730679470352 140730679452896 139824470154999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
/proc/14038/statm: 2705579 18952 3495 1 0 2667661 0
[pid=14038/tid=14146] ppid=14035 vsize=10822316 memory=140071193239841 CPUtime=0.64 cores=4-7
/proc/14038/task/14146/stat : 14146 (java) D 14035 14038 13981 0 -1 4202560 9358 13066 0 2 52 3 5 4 20 0 15 0 472771118 11082051584 18952 33554432000 4194304 4196468 140730679470352 139824441983280 139824470176925 0 4 0 16800975 18446744071580419588 0 0 -1 7 0 0 75 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10822316 memory=3624 CPUtime=0.09 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 2 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 18952 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10822316 memory=63464 CPUtime=0.09 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 18952 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10822316 memory=984 CPUtime=0.09 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 2 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 18952 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10822316 memory=2020 CPUtime=0.09 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 18952 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10822316 memory=72764 CPUtime=0.09 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 5 13066 0 2 0 0 5 4 20 0 15 0 472771122 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10822316 memory=56 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 13 13066 0 2 0 0 5 4 20 0 15 0 472771123 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823666947360 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10822316 memory=-5628408999910123566 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771123 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823532729968 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10822316 memory=280142060754824 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10822316 memory=62469561125610 CPUtime=0.2 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 1128 13066 0 2 11 0 5 4 20 0 15 0 472771127 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10822316 memory=280142060805552 CPUtime=0.17 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 579 13066 0 2 8 0 5 4 20 0 15 0 472771127 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10822316 memory=2020 CPUtime=0.24 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 903 13066 0 2 15 0 5 4 20 0 15 0 472771127 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11082051584 18952 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771132 11082051584 18952 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 75808 KiB
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 0.51 0.13 0.08 1/228 14176
/proc/meminfo: memFree=4195372/32770688 swapFree=66927176/67108860
[pid=14038] ppid=14035 vsize=10822316 memory=80156 CPUtime=1.18 cores=4-7
/proc/14038/stat : 14038 (java) S 14035 14038 13981 0 -1 1077944320 14710 13066 1 2 104 5 5 4 20 0 15 0 472770958 11082051584 20039 33554432000 4194304 4196468 140730679470352 140730679452896 139824470154999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
/proc/14038/statm: 2705579 20039 3510 1 0 2667661 0
[pid=14038/tid=14146] ppid=14035 vsize=10822316 memory=79136 CPUtime=0.71 cores=4-7
/proc/14038/task/14146/stat : 14146 (java) D 14035 14038 13981 0 -1 4202560 9803 13066 0 2 58 4 5 4 20 0 15 0 472771118 11082051584 20039 33554432000 4194304 4196468 140730679470352 139824441981392 139824470176925 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 288 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10822316 memory=776 CPUtime=0.09 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 2 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 20039 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 20039 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 2 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 20039 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10822316 memory=660 CPUtime=0.09 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771121 11082051584 20039 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10822316 memory=1556 CPUtime=0.09 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 5 13066 0 2 0 0 5 4 20 0 15 0 472771122 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10822316 memory=9588 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 13 13066 0 2 0 0 5 4 20 0 15 0 472771123 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823666947360 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 1 13066 0 2 0 0 5 4 20 0 15 0 472771123 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823532729968 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10822316 memory=-2748367524519556131 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10822316 memory=-2605811476043407915 CPUtime=0.24 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 1136 13066 0 2 15 0 5 4 20 0 15 0 472771127 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10822316 memory=5862913222370821278 CPUtime=0.2 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 601 13066 0 2 11 0 5 4 20 0 15 0 472771127 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10822316 memory=79440 CPUtime=0.26 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 931 13066 0 2 17 0 5 4 20 0 15 0 472771127 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10822316 memory=2020 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11082051584 20039 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10822316 memory=63464 CPUtime=0.09 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771132 11082051584 20039 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 80156 KiB
heavy processes:


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

/proc/14038/task/14146/stat : 14146 (java) R 14035 14038 13981 0 -1 4202560 78058 13066 2 2 228807 62 5 4 20 0 15 0 472771118 11109412864 367838 33554432000 4194304 4196468 140730679470352 139824441991120 139824089926301 0 4 0 16800975 0 0 0 -1 5 0 0 697 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10849036 memory=1471352 CPUtime=10.77 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 9330 13066 0 2 1027 41 5 4 20 0 15 0 472771121 11109412864 367838 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10849036 memory=1471352 CPUtime=10.76 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 12361 13066 0 2 1015 52 5 4 20 0 15 0 472771121 11109412864 367838 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10849036 memory=1471352 CPUtime=10.74 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 15371 13066 0 2 1019 46 5 4 20 0 15 0 472771121 11109412864 367838 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10849036 memory=1471352 CPUtime=10.69 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 11561 13066 0 2 1011 49 5 4 20 0 15 0 472771121 11109412864 367838 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10849036 memory=9 CPUtime=10.85 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 16648 13066 0 2 1025 51 5 4 20 0 15 0 472771122 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10849036 memory=1471352 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 16 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823666947424 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10849036 memory=1176 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823532729984 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10849036 memory=1471352 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10849036 memory=1471352 CPUtime=3.95 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 24715 13066 0 2 381 5 5 4 20 0 15 0 472771127 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10849036 memory=1471352 CPUtime=4.26 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 24262 13066 1 2 412 5 5 4 20 0 15 0 472771127 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10849036 memory=1471352 CPUtime=2.29 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 13836 13066 0 2 215 5 5 4 20 0 15 0 472771127 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10849036 memory=14008 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 367838 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10849036 memory=12028 CPUtime=1.4 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 973 13066 0 2 56 75 5 4 20 0 15 0 472771132 11109412864 367838 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 2353.78 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1471352 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.41 1.33 3/228 14437
/proc/meminfo: memFree=1482728/32770688 swapFree=66927188/67108860
[pid=14038] ppid=14035 vsize=10849036 memory=1473400 CPUtime=2414.7 cores=4-7
/proc/14038/stat : 14038 (java) S 14035 14038 13981 0 -1 1077944320 211404 13066 4 2 241113 348 5 4 20 0 15 0 472770958 11109412864 368350 33554432000 4194304 4196468 140730679470352 140730679452896 139824470154999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
/proc/14038/statm: 2712259 368350 3629 1 0 2674317 0
[pid=14038/tid=14146] ppid=14035 vsize=10849036 memory=1471352 CPUtime=2348.13 cores=4-7
/proc/14038/task/14146/stat : 14146 (java) R 14035 14038 13981 0 -1 4202560 79072 13066 2 2 234740 64 5 4 20 0 15 0 472771118 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824441991312 139824078355616 0 4 0 16800975 0 0 0 -1 4 0 0 697 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10849036 memory=280142061412288 CPUtime=11.08 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 9571 13066 0 2 1057 42 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10849036 memory=1471352 CPUtime=11.08 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 12399 13066 0 2 1046 53 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10849036 memory=1471352 CPUtime=11.05 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 15487 13066 0 2 1049 47 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10849036 memory=1473400 CPUtime=11.01 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 11841 13066 0 2 1041 51 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10849036 memory=1473400 CPUtime=11.14 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 16992 13066 0 2 1053 52 5 4 20 0 15 0 472771122 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 16 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823666947424 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10849036 memory=3624 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823532729984 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10849036 memory=1471352 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10849036 memory=3624 CPUtime=3.95 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 24717 13066 0 2 381 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10849036 memory=2304 CPUtime=4.26 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 24264 13066 1 2 412 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10849036 memory=1473400 CPUtime=2.29 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 13838 13066 0 2 215 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10849036 memory=1473400 CPUtime=1.43 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 993 13066 0 2 57 77 5 4 20 0 15 0 472771132 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 2414.7 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1473400 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.34 1.31 3/228 14443
/proc/meminfo: memFree=1480424/32770688 swapFree=66927188/67108860
[pid=14038] ppid=14035 vsize=10849036 memory=1473400 CPUtime=2475.61 cores=4-7
/proc/14038/stat : 14038 (java) S 14035 14038 13981 0 -1 1077944320 212955 13066 4 2 247196 356 5 4 20 0 15 0 472770958 11109412864 368350 33554432000 4194304 4196468 140730679470352 140730679452896 139824470154999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
/proc/14038/statm: 2712259 368350 3629 1 0 2674317 0
[pid=14038/tid=14146] ppid=14035 vsize=10849036 memory=1473400 CPUtime=2407.47 cores=4-7
/proc/14038/task/14146/stat : 14146 (java) R 14035 14038 13981 0 -1 4202560 79925 13066 2 2 240674 64 5 4 20 0 15 0 472771118 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824441991040 139824090224233 0 4 0 16800975 0 0 0 -1 6 0 0 697 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10849036 memory=1473400 CPUtime=11.39 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 9614 13066 0 2 1087 43 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10849036 memory=1473400 CPUtime=11.39 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 12520 13066 0 2 1076 54 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10849036 memory=1471352 CPUtime=11.36 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 15738 13066 0 2 1078 49 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10849036 memory=56 CPUtime=11.32 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 11877 13066 0 2 1072 51 5 4 20 0 15 0 472771121 11109412864 368350 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10849036 memory=1473400 CPUtime=11.43 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 17209 13066 0 2 1080 54 5 4 20 0 15 0 472771122 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 16 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823666947424 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823532729984 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10849036 memory=1473400 CPUtime=3.95 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 24721 13066 0 2 381 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10849036 memory=1473400 CPUtime=4.26 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 24268 13066 1 2 412 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10849036 memory=1473400 CPUtime=2.29 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 13842 13066 0 2 215 5 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10849036 memory=1473400 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368350 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10849036 memory=1473400 CPUtime=1.46 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 1011 13066 0 2 58 79 5 4 20 0 15 0 472771132 11109412864 368350 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 2475.61 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1473400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486 s]*
/proc/loadavg: 1.17 1.31 1.31 3/228 14447
/proc/meminfo: memFree=1478488/32770688 swapFree=66927188/67108860
[pid=14038] ppid=14035 vsize=10849036 memory=1475448 CPUtime=2520 cores=4-7
/proc/14038/stat : 14038 (java) S 14035 14038 13981 0 -1 1077944320 214340 13066 4 2 251629 362 5 4 20 0 15 0 472770958 11109412864 368862 33554432000 4194304 4196468 140730679470352 140730679452896 139824470154999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
/proc/14038/statm: 2712259 368862 3629 1 0 2674317 0
[pid=14038/tid=14146] ppid=14035 vsize=10849036 memory=1398722017469774279 CPUtime=2450.69 cores=4-7
/proc/14038/task/14146/stat : 14146 (java) R 14035 14038 13981 0 -1 4202560 80613 13066 2 2 244995 65 5 4 20 0 15 0 472771118 11109412864 368862 33554432000 4194304 4196468 140730679470352 139824441989968 139824090988295 0 4 0 16800975 0 0 0 -1 6 0 0 697 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14148] ppid=14035 vsize=10849036 memory=4872558044660077418 CPUtime=11.62 cores=4-7
/proc/14038/task/14148/stat : 14148 (java) S 14035 14038 13981 0 -1 1077944384 9639 13066 0 2 1109 44 5 4 20 0 15 0 472771121 11109412864 368862 33554432000 4194304 4196468 140730679470352 139824474397072 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14149] ppid=14035 vsize=10849036 memory=12028 CPUtime=11.61 cores=4-7
/proc/14038/task/14149/stat : 14149 (java) S 14035 14038 13981 0 -1 1077944384 12600 13066 0 2 1097 55 5 4 20 0 15 0 472771121 11109412864 368862 33554432000 4194304 4196468 140730679470352 139824406309136 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14150] ppid=14035 vsize=10849036 memory=33104 CPUtime=11.59 cores=4-7
/proc/14038/task/14150/stat : 14150 (java) S 14035 14038 13981 0 -1 1077944384 15818 13066 0 2 1100 50 5 4 20 0 15 0 472771121 11109412864 368862 33554432000 4194304 4196468 140730679470352 139824042740368 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14151] ppid=14035 vsize=10849036 memory=140071030813089 CPUtime=11.55 cores=4-7
/proc/14038/task/14151/stat : 14151 (java) S 14035 14038 13981 0 -1 1077944384 12163 13066 0 2 1094 52 5 4 20 0 15 0 472771121 11109412864 368862 33554432000 4194304 4196468 140730679470352 139824041687568 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14156] ppid=14035 vsize=10849036 memory=-7666414585839465563 CPUtime=11.65 cores=4-7
/proc/14038/task/14156/stat : 14156 (java) S 14035 14038 13981 0 -1 1077944384 17416 13066 0 2 1101 55 5 4 20 0 15 0 472771122 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823741934192 139824470166146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14158] ppid=14035 vsize=10849036 memory=-6520478321162704286 CPUtime=0.09 cores=4-7
/proc/14038/task/14158/stat : 14158 (java) S 14035 14038 13981 0 -1 1077944384 16 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823666947424 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14159] ppid=14035 vsize=10849036 memory=-7521736447810188379 CPUtime=0.09 cores=4-7
/proc/14038/task/14159/stat : 14159 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771123 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823532729984 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14162] ppid=14035 vsize=10849036 memory=-8412652160765825907 CPUtime=0.09 cores=4-7
/proc/14038/task/14162/stat : 14162 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823024003664 139824470173595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14163] ppid=14035 vsize=10849036 memory=7897517683652307531 CPUtime=3.95 cores=4-7
/proc/14038/task/14163/stat : 14163 (java) S 14035 14038 13981 0 -1 1077944384 24722 13066 0 2 381 5 5 4 20 0 15 0 472771127 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823740881008 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14164] ppid=14035 vsize=10849036 memory=8514726395715349656 CPUtime=4.26 cores=4-7
/proc/14038/task/14164/stat : 14164 (java) S 14035 14038 13981 0 -1 1077944384 24268 13066 1 2 412 5 5 4 20 0 15 0 472771127 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823739828208 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14165] ppid=14035 vsize=10849036 memory=-8634980985311628903 CPUtime=2.29 cores=4-7
/proc/14038/task/14165/stat : 14165 (java) S 14035 14038 13981 0 -1 1077944384 13842 13066 0 2 215 5 5 4 20 0 15 0 472771127 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823738775920 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14166] ppid=14035 vsize=10849036 memory=7100839878645619564 CPUtime=0.09 cores=4-7
/proc/14038/task/14166/stat : 14166 (java) S 14035 14038 13981 0 -1 1077944384 3 13066 0 2 0 0 5 4 20 0 15 0 472771127 11109412864 368862 33554432000 4194304 4196468 140730679470352 139822990445024 139824470165205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
[pid=14038/tid=14172] ppid=14035 vsize=10849036 memory=3047711553320166262 CPUtime=1.48 cores=4-7
/proc/14038/task/14172/stat : 14172 (java) S 14035 14038 13981 0 -1 1077944384 1029 13066 0 2 59 80 5 4 20 0 15 0 472771132 11109412864 368862 33554432000 4194304 4196468 140730679470352 139823737723824 139824470166146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20410368 140730679474927 140730679477445 140730679477445 140730679480271 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1475448 KiB

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

[startup+2486.04 s]
# the end of solver process 14038 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.37 s, system=3.67646 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2486.04
CPU time (s): 2520.05
CPU user time (s): 2516.37
CPU system time (s): 3.67646
CPU usage (%): 101.368
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1538988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.37
system time used= 3.67646
maximum resident set size= 1541036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228571
page faults= 6
swaps= 0
block input operations= 46960
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272623
involuntary context switches= 6543


# summary of solver processes directly reported to runsolver:
#   pid: 14038
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.37
#   total CPU system time (s): 3.67646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4913 second user time and 26.3028 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 16:41:00
IDJOB=4402954
IDBENCH=115967
IDSOLVER=2861
FILE ID=node120/4402954-1568967638
RUNJOBID= node120-1324482060-14013
PBS_JOBID= 21704627
Free space on /tmp= 23292 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-10-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402954-1568967638/watcher-4402954-1568967638 -o /tmp/evaluation-result-4402954-1568967638/solver-4402954-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402954-1568967638.xml

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

MD5SUM BENCH= 2f9116219e9bb224096732f26408ee63
RANDOM SEED=1159292332

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         4356800 kB
MemAvailable:   31782180 kB
Buffers:          103392 kB
Cached:         27282424 kB
SwapCached:        68648 kB
Active:         13748500 kB
Inactive:       13707912 kB
Active(anon):       3356 kB
Inactive(anon):   123412 kB
Active(file):   13745144 kB
Inactive(file): 13584500 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927176 kB
Dirty:             45340 kB
Writeback:             0 kB
AnonPages:        112920 kB
Mapped:            57268 kB
Shmem:             47300 kB
Slab:             553024 kB
SReclaimable:     524196 kB
SUnreclaim:        28828 kB
KernelStack:        3392 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     527712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 17:22:35