Trace number 4401308

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.2SAT (TO)2 2400.13 2350.04

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-15-015-004.xml
MD5SUM1a7c138b4bdf03d361f31c5b4036df8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.19765
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of constraints121
Number of domains2
Minimum domain size2
Maximum domain size15
Distribution of domain sizes[{"size":2,"count":225},{"size":15,"count":1}]
Minimum variable degree16
Maximum variable degree106
Distribution of variable degrees[{"degree":16,"count":225},{"degree":106,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":15},{"arity":31,"count":105},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":120}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
13.05/4.90	o 4
13.40/5.07	o 3
14.38/5.46	o 2
2400.08/2350.02	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2350.02		at concrete.MAC.mac(MAC.scala:192)
2400.08/2350.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2350.02		at scala.util.Try$.apply(Try.scala:212)
2400.08/2350.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2350.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2350.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2350.02		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2350.02		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2350.02		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2350.02		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2350.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2350.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2350.02		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2350.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2350.02		at scala.util.Success.map(Try.scala:264)
2400.08/2350.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2350.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2350.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2350.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2350.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2350.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2350.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2350.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2350.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2350.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2350.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2350.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2350.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2350.02		at scala.App.main(App.scala:75)
2400.08/2350.02		at scala.App.main$(App.scala:73)
2400.08/2350.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2350.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2350.03	v <instantiation
2400.08/2350.03	v         cost = '2'>
2400.08/2350.03	v       <list>
2400.08/2350.03	v         z 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[0][14] 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[1][14] 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[2][14] 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[3][14] 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[4][14] 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[5][14] 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[6][14] 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[7][14] 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[8][14] 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] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14]
2400.08/2350.03	v       </list>
2400.08/2350.03	v       <values>
2400.08/2350.03	v         2 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1
2400.08/2350.03	v       </values>
2400.08/2350.03	v     </instantiation>
2400.08/2350.03	s SATISFIABLE

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401308-1568675881/watcher-4401308-1568675881 -o /tmp/evaluation-result-4401308-1568675881/solver-4401308-1568675881 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17351 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4401308-1568675881.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=18217, runsolver pid=18214

[startup+0.100195 s]*
/proc/loadavg: 1.81 1.63 1.53 4/218 18274
/proc/meminfo: memFree=25978152/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 4430 13300 0 0 1 0 5 3 20 0 6 0 443528272 10212057088 4204 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2493178 4204 1935 1 0 2481616 0
[pid=18217/tid=18270] ppid=18214 vsize=9972712 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 2236 13300 0 0 0 0 5 3 20 0 6 0 443528281 10212057088 4204 33554432000 4194304 4196468 140729823132000 139809869255248 139809881499004 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 6 0 443528282 10212057088 4204 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=9972712 memory=139779049649792 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 6 0 443528282 10212057088 4204 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 6 0 443528282 10212057088 4204 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 6 0 443528282 10212057088 4204 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210349 s]*
/proc/loadavg: 1.81 1.63 1.53 4/227 18283
/proc/meminfo: memFree=25959988/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10820164 memory=40196 CPUtime=0.26 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 7373 13300 0 0 17 1 5 3 20 0 15 0 443528272 11079847936 10049 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2705041 10049 3259 1 0 2667149 0
[pid=18217/tid=18270] ppid=18214 vsize=10820184 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 3878 13300 0 0 11 0 5 3 20 0 15 0 443528281 11079868416 10049 33554432000 4194304 4196468 140729823132000 139809869241648 139809889655614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10820184 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079868416 10049 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10820184 memory=139779049667369 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079868416 10049 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079868416 10049 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079872512 10049 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10820188 memory=139779049649792 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528283 11079872512 10049 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 443528284 11079872512 10049 33554432000 4194304 4196468 140729823132000 139809355781280 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528284 11079872512 10049 33554432000 4194304 4196468 140729823132000 139808768778992 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079872512 10049 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10820188 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 475 13300 0 0 1 0 5 3 20 0 15 0 443528287 11079872512 10049 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) R 18214 18217 17320 0 -1 4202560 191 13300 0 0 1 0 5 3 20 0 15 0 443528287 11079880704 10049 33554432000 4194304 4196468 140729823132000 139809321171824 139809880820530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10820196 memory=139779049649792 CPUtime=0.11 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 602 13300 0 0 3 0 5 3 20 0 15 0 443528287 11079880704 10049 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079880704 10049 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10820196 memory=139779049649792 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079880704 10049 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 40196 KiB

[startup+0.310717 s]*
/proc/loadavg: 1.81 1.63 1.53 3/227 18283
/proc/meminfo: memFree=25947904/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10820196 memory=48480 CPUtime=0.4 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 10517 13300 0 0 29 3 5 3 20 0 15 0 443528272 11079880704 12120 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2705049 12120 3306 1 0 2667149 0
[pid=18217/tid=18270] ppid=18214 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 6978 13300 0 0 19 2 5 3 20 0 15 0 443528281 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809869227440 139809882787280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528283 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 443528284 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809355781280 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528284 11079880704 12120 33554432000 4194304 4196468 140729823132000 139808768778992 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 478 13300 0 0 1 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) S 18214 18217 17320 0 -1 1077944384 196 13300 0 0 2 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809321171824 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10820196 memory=139779049649792 CPUtime=0.13 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 610 13300 0 0 5 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10820196 memory=139779049649792 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528287 11079880704 12120 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48480 KiB

[startup+0.701191 s]
/proc/loadavg: 1.81 1.63 1.53 4/227 18283
/proc/meminfo: memFree=25933332/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10824364 memory=81284 CPUtime=1.11 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 15097 13300 0 0 98 5 5 3 20 0 15 0 443528272 11084148736 20321 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2706091 20321 3508 1 0 2668173 0
[pid=18217/tid=18270] ppid=18214 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 10503 13300 0 0 56 3 5 3 20 0 15 0 443528281 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809869239080 139809882785057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528282 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10824364 memory=139778905486128 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10824364 memory=139779710648900 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528282 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10824364 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 5 13300 0 0 0 0 5 3 20 0 15 0 443528283 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10824364 memory=7302135314614015848 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 443528284 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809355781280 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10824364 memory=7739276948478061159 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528284 11084148736 20321 33554432000 4194304 4196468 140729823132000 139808768778992 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10824364 memory=14004 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10824364 memory=25520 CPUtime=0.19 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) R 18214 18217 17320 0 -1 4202560 925 13300 0 0 11 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809322224368 139809876846879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10824364 memory=14048 CPUtime=0.2 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) R 18214 18217 17320 0 -1 4202560 589 13300 0 0 12 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809321171824 139809890514952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10824364 memory=2124 CPUtime=0.25 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 822 13300 0 0 17 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10824364 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528287 11084148736 20321 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81284 KiB

[startup+1.50715 s]
/proc/loadavg: 1.81 1.63 1.53 4/227 18283
/proc/meminfo: memFree=25888400/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10834680 memory=169260 CPUtime=2.46 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 21767 13300 0 0 229 9 5 3 20 0 15 0 443528272 11094712320 42315 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2708670 42315 3575 1 0 2670733 0
[pid=18217/tid=18270] ppid=18214 vsize=10834680 memory=65208 CPUtime=1.44 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 15345 13300 0 0 131 5 5 3 20 0 15 0 443528281 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809869223936 139809897430422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 340 13300 0 0 1 0 5 3 20 0 15 0 443528282 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10834680 memory=279557811003552 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 30 13300 0 0 1 0 5 3 20 0 15 0 443528282 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 63 13300 0 0 1 0 5 3 20 0 15 0 443528282 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 65 13300 0 0 1 0 5 3 20 0 15 0 443528282 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 146 13300 0 0 1 0 5 3 20 0 15 0 443528283 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 443528284 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809355781344 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 443528284 11094712320 42315 33554432000 4194304 4196468 140729823132000 139808768779008 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10834680 memory=-1088251628401078322 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10834680 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 1137 13300 0 0 24 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10834680 memory=10 CPUtime=0.32 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) R 18214 18217 17320 0 -1 4202560 774 13300 0 0 24 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809321171824 139809875013488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10834680 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) R 18214 18217 17320 0 -1 4202560 1619 13300 0 0 42 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809320115704 139809882786639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10834680 memory=279557811248000 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) R 18214 18217 17320 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 443528287 11094712320 42315 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 67095 13300 0 0 217809 44 5 3 20 0 15 0 443528281 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809869254896 139809474709766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10846988 memory=1772 CPUtime=12.93 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 18773 13300 0 0 1234 51 5 3 20 0 15 0 443528282 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10846988 memory=404548 CPUtime=12.93 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 18476 13300 0 0 1238 47 5 3 20 0 15 0 443528282 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10846988 memory=404548 CPUtime=12.95 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 19282 13300 0 0 1244 43 5 3 20 0 15 0 443528282 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10846988 memory=404548 CPUtime=12.95 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 12000 13300 0 0 1237 50 5 3 20 0 15 0 443528282 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10846988 memory=404508 CPUtime=8.23 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 15939 13300 0 0 762 53 5 3 20 0 15 0 443528283 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10846988 memory=404548 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 45 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809355781344 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10846988 memory=404548 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 22 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 101137 33554432000 4194304 4196468 140729823132000 139808768779008 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10846988 memory=404548 CPUtime=3.92 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 8049 13300 0 0 382 2 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10846988 memory=404548 CPUtime=4.27 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) S 18214 18217 17320 0 -1 1077944384 14718 13300 0 0 417 2 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809321171824 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10846988 memory=404288 CPUtime=2.04 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 13518 13300 0 0 192 4 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10846988 memory=580 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10846988 memory=404548 CPUtime=1.4 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 858 13300 0 0 64 68 5 3 20 0 15 0 443528287 11107315712 101137 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 2249.63 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 404548 KiB

[startup+2262.3 s]
/proc/loadavg: 1.71 1.52 1.50 3/227 18876
/proc/meminfo: memFree=26857660/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10846988 memory=406612 CPUtime=2310.76 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 191849 13300 0 0 230737 331 5 3 20 0 15 0 443528272 11107315712 101653 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2711747 101653 3627 1 0 2673805 0
[pid=18217/tid=18270] ppid=18214 vsize=10846988 memory=406612 CPUtime=2237.91 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 67611 13300 0 0 223736 47 5 3 20 0 15 0 443528281 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809869254816 139809475118355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10846988 memory=1216 CPUtime=13.32 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 18980 13300 0 0 1272 52 5 3 20 0 15 0 443528282 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10846988 memory=1436 CPUtime=13.32 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 18544 13300 0 0 1276 48 5 3 20 0 15 0 443528282 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10846988 memory=406612 CPUtime=13.34 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 19295 13300 0 0 1281 45 5 3 20 0 15 0 443528282 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10846988 memory=406612 CPUtime=13.34 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 12024 13300 0 0 1274 52 5 3 20 0 15 0 443528282 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10846988 memory=406612 CPUtime=8.47 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 15963 13300 0 0 785 54 5 3 20 0 15 0 443528283 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10846988 memory=406612 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 45 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809355781344 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10846988 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 22 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 101653 33554432000 4194304 4196468 140729823132000 139808768779008 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10846988 memory=406612 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10846988 memory=406612 CPUtime=3.92 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 8051 13300 0 0 382 2 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10846988 memory=1804 CPUtime=4.27 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) S 18214 18217 17320 0 -1 1077944384 14720 13300 0 0 417 2 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809321171824 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10846988 memory=406612 CPUtime=2.04 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 13520 13300 0 0 192 4 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10846988 memory=406612 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10846988 memory=406612 CPUtime=1.43 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 862 13300 0 0 66 69 5 3 20 0 15 0 443528287 11107315712 101653 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 2310.76 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 406612 KiB

[startup+2322.3 s]
/proc/loadavg: 1.77 1.58 1.52 3/227 18882
/proc/meminfo: memFree=26721832/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10846988 memory=378808 CPUtime=2371.86 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 194369 13300 0 0 236841 337 5 3 20 0 15 0 443528272 11107315712 94702 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2711747 94702 3627 1 0 2673805 0
[pid=18217/tid=18270] ppid=18214 vsize=10846988 memory=379832 CPUtime=2297.23 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 68400 13300 0 0 229668 47 5 3 20 0 15 0 443528281 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809869254752 139809475642110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10846988 memory=375884 CPUtime=13.69 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 19142 13300 0 0 1308 53 5 3 20 0 15 0 443528282 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10846988 memory=379988 CPUtime=13.7 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 18743 13300 0 0 1313 49 5 3 20 0 15 0 443528282 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10846988 memory=380860 CPUtime=13.71 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 19615 13300 0 0 1317 46 5 3 20 0 15 0 443528282 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10846988 memory=379320 CPUtime=13.72 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 12763 13300 0 0 1312 52 5 3 20 0 15 0 443528282 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10846988 memory=382400 CPUtime=8.7 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 16253 13300 0 0 807 55 5 3 20 0 15 0 443528283 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10846988 memory=380348 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 45 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809355781344 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10846988 memory=14004 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 22 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 94702 33554432000 4194304 4196468 140729823132000 139808768779008 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10846988 memory=25548 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10846988 memory=379320 CPUtime=3.92 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 8052 13300 0 0 382 2 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10846988 memory=379320 CPUtime=4.27 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) S 18214 18217 17320 0 -1 1077944384 14720 13300 0 0 417 2 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809321171824 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10846988 memory=376400 CPUtime=2.04 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 13520 13300 0 0 192 4 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10846988 memory=380348 CPUtime=1.47 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 882 13300 0 0 68 71 5 3 20 0 15 0 443528287 11107315712 94702 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 2371.86 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 378808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350 s]*
/proc/loadavg: 1.48 1.52 1.50 3/229 18886
/proc/meminfo: memFree=26812748/32770624 swapFree=66959728/67108860
[pid=18217] ppid=18214 vsize=10846988 memory=359684 CPUtime=2400.08 cores=0,2,4,6
/proc/18217/stat : 18217 (java) S 18214 18217 17320 0 -1 1077944320 195229 13300 0 0 239660 340 5 3 20 0 15 0 443528272 11107315712 89921 33554432000 4194304 4196468 140729823132000 140729823114544 139809897418487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
/proc/18217/statm: 2711747 89921 3627 1 0 2673805 0
[pid=18217/tid=18270] ppid=18214 vsize=10846988 memory=6791534058613427641 CPUtime=2324.61 cores=0,2,4,6
/proc/18217/task/18270/stat : 18270 (java) R 18214 18217 17320 0 -1 4202560 68912 13300 0 0 232405 48 5 3 20 0 15 0 443528281 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809869254304 139809474689746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18271] ppid=18214 vsize=10846988 memory=4126316290023845779 CPUtime=13.87 cores=0,2,4,6
/proc/18217/task/18271/stat : 18271 (java) S 18214 18217 17320 0 -1 1077944384 19186 13300 0 0 1326 53 5 3 20 0 15 0 443528282 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809901661200 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18272] ppid=18214 vsize=10846988 memory=6628 CPUtime=13.87 cores=0,2,4,6
/proc/18217/task/18272/stat : 18272 (java) S 18214 18217 17320 0 -1 1077944384 18747 13300 0 0 1330 49 5 3 20 0 15 0 443528282 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809789934736 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18273] ppid=18214 vsize=10846988 memory=8836 CPUtime=13.89 cores=0,2,4,6
/proc/18217/task/18273/stat : 18273 (java) S 18214 18217 17320 0 -1 1077944384 19621 13300 0 0 1334 47 5 3 20 0 15 0 443528282 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809788881680 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18274] ppid=18214 vsize=10846988 memory=11044 CPUtime=13.9 cores=0,2,4,6
/proc/18217/task/18274/stat : 18274 (java) S 18214 18217 17320 0 -1 1077944384 12963 13300 0 0 1329 53 5 3 20 0 15 0 443528282 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809787829136 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18275] ppid=18214 vsize=10846988 memory=13252 CPUtime=8.81 cores=0,2,4,6
/proc/18217/task/18275/stat : 18275 (java) S 18214 18217 17320 0 -1 1077944384 16331 13300 0 0 817 56 5 3 20 0 15 0 443528283 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809356835056 139809897429634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18276] ppid=18214 vsize=10846988 memory=15460 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18276/stat : 18276 (java) S 18214 18217 17320 0 -1 1077944384 45 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809355781344 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18277] ppid=18214 vsize=10846988 memory=17668 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18277/stat : 18277 (java) S 18214 18217 17320 0 -1 1077944384 22 13300 0 0 0 0 5 3 20 0 15 0 443528284 11107315712 89921 33554432000 4194304 4196468 140729823132000 139808768779008 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18278] ppid=18214 vsize=10846988 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18278/stat : 18278 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139808461379536 139809897437083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18279] ppid=18214 vsize=10846988 memory=22084 CPUtime=3.92 cores=0,2,4,6
/proc/18217/task/18279/stat : 18279 (java) S 18214 18217 17320 0 -1 1077944384 8055 13300 0 0 382 2 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809322224368 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18280] ppid=18214 vsize=10846988 memory=24292 CPUtime=4.27 cores=0,2,4,6
/proc/18217/task/18280/stat : 18280 (java) S 18214 18217 17320 0 -1 1077944384 14722 13300 0 0 417 2 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809321171824 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18281] ppid=18214 vsize=10846988 memory=26500 CPUtime=2.04 cores=0,2,4,6
/proc/18217/task/18281/stat : 18281 (java) S 18214 18217 17320 0 -1 1077944384 13522 13300 0 0 192 4 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809320118768 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18282] ppid=18214 vsize=10846988 memory=28708 CPUtime=0.08 cores=0,2,4,6
/proc/18217/task/18282/stat : 18282 (java) S 18214 18217 17320 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139808427821920 139809897428693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
[pid=18217/tid=18283] ppid=18214 vsize=10846988 memory=359684 CPUtime=1.48 cores=0,2,4,6
/proc/18217/task/18283/stat : 18283 (java) S 18214 18217 17320 0 -1 1077944384 891 13300 0 0 68 72 5 3 20 0 15 0 443528287 11107315712 89921 33554432000 4194304 4196468 140729823132000 139809319066160 139809897429634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22298624 140729823140591 140729823143109 140729823143109 140729823145935 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 359684 KiB

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

[startup+2350.04 s]
# the end of solver process 18217 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.68 s, system=3.45285 s

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

Child status: 143
Real time (s): 2350.04
CPU time (s): 2400.13
CPU user time (s): 2396.68
CPU system time (s): 3.45285
CPU usage (%): 102.131
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1223700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.68
system time used= 3.45285
maximum resident set size= 1225748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239939
involuntary context switches= 10384


# summary of solver processes directly reported to runsolver:
#   pid: 18217
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.68
#   total CPU system time (s): 3.45285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3396 second user time and 22.3751 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 01:17:21
IDJOB=4401308
IDBENCH=122978
IDSOLVER=2858
FILE ID=node124/4401308-1568675881
RUNJOBID= node124-1568673291-17351
PBS_JOBID= 21703786
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-15-015-004.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401308-1568675881/watcher-4401308-1568675881 -o /tmp/evaluation-result-4401308-1568675881/solver-4401308-1568675881 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17351 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4401308-1568675881.xml

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

MD5SUM BENCH= 1a7c138b4bdf03d361f31c5b4036df8a
RANDOM SEED=1723364239

node124.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.47
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.47
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.47
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.47
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:        25984904 kB
MemAvailable:   29319976 kB
Buffers:          224024 kB
Cached:          3398888 kB
SwapCached:        46376 kB
Active:          3636892 kB
Inactive:        2556660 kB
Active(anon):    2522244 kB
Inactive(anon):    97996 kB
Active(file):    1114648 kB
Inactive(file):  2458664 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             35584 kB
Writeback:             0 kB
AnonPages:       2633488 kB
Mapped:            62036 kB
Shmem:             40944 kB
Slab:             185260 kB
SReclaimable:     155192 kB
SUnreclaim:        30068 kB
KernelStack:        3680 kB
PageTables:        10736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3744648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2445312 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= 61744 MiB
End job on node124 at 2019-09-17 01:56:31