Trace number 4396510

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)65 2400.05 2372.62

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-26-09.xml
MD5SUM54f28c2036fc278050695a3bd6f2d6a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark37.1418
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size363
Distribution of domain sizes[{"size":1,"count":1},{"size":363,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":8},{"degree":6,"count":19},{"degree":7,"count":16},{"degree":8,"count":10},{"degree":9,"count":5}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":112},{"arity":41,"count":1},{"arity":45,"count":2},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
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.79/0.54	c Concrete v3.12.2.1568380929293 running
9.35/4.07	o 91
9.67/4.11	o 90
10.27/4.32	o 85
10.27/4.38	o 84
10.53/4.44	o 78
10.53/4.46	o 77
10.53/4.50	o 76
11.12/4.68	o 75
11.80/5.07	o 74
11.80/5.07	o 73
12.25/5.32	o 72
12.25/5.38	o 71
12.40/5.44	o 70
12.57/5.53	o 69
12.57/5.55	o 68
13.21/6.09	o 67
13.50/6.21	o 66
263.89/252.92	o 65
2400.01/2372.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2372.61		at concrete.MAC.mac(MAC.scala:192)
2400.01/2372.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2372.61		at scala.util.Try$.apply(Try.scala:212)
2400.01/2372.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2372.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2372.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2372.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2372.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2372.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2372.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2372.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2372.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2372.61		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2372.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2372.61		at scala.util.Success.map(Try.scala:264)
2400.01/2372.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2372.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2372.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2372.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2372.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2372.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2372.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2372.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2372.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2372.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2372.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2372.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2372.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2372.61		at scala.App.main(App.scala:75)
2400.01/2372.61		at scala.App.main$(App.scala:73)
2400.01/2372.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2372.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2372.61	v <instantiation
2400.01/2372.61	v         cost = '65'>
2400.01/2372.61	v       <list>
2400.01/2372.61	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.01/2372.61	v       </list>
2400.01/2372.61	v       <values>
2400.01/2372.61	v         0 0 0 0 5 10 13 5 4 5 19 12 10 34 7 41 13 10 20 14 8 17 31 42 7 21 18 7 23 33 29 39 24 24 19 42 33 31 25 19 23 34 46 24 44 41 34 53 40 48 49 47 42 54 55 51 54 56 55 56 61 65
2400.01/2372.61	v       </values>
2400.01/2372.61	v     </instantiation>
2400.01/2372.61	s SATISFIABLE

Verifier Data

OK	65

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396510-1568401574/watcher-4396510-1568401574 -o /tmp/evaluation-result-4396510-1568401574/solver-4396510-1568401574 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25762 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1528220695 HOME/instance-4396510-1568401574.xml 

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

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=28255, runsolver pid=28252

[startup+0.100112 s]*
/proc/loadavg: 2.12 1.64 1.49 3/219 28312
/proc/meminfo: memFree=28246572/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=9988792 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 4611 13071 0 0 1 0 5 3 20 0 6 0 416425219 10228523008 4336 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2497198 4336 1958 1 0 2485636 0
[pid=28255/tid=28308] ppid=28252 vsize=10055356 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 2414 13071 0 0 1 0 5 3 20 0 7 0 416425228 10296684544 4402 33554432000 4194304 4196468 140720756445696 140101193046800 140101205284190 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10055356 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 7 0 416425229 10296684544 4402 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10055356 memory=140265620661888 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 7 0 416425229 10296684544 4402 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 7 0 416425229 10296684544 4402 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 7 0 416425229 10296684544 4402 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10055356 memory=140265620661888 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 7 0 416425230 10296684544 4402 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.210028 s]*
/proc/loadavg: 2.12 1.64 1.49 4/228 28321
/proc/meminfo: memFree=28229868/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10819664 memory=39672 CPUtime=0.27 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 7255 13071 0 0 18 1 5 3 20 0 15 0 416425219 11079335936 9918 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2704916 9918 3148 1 0 2667149 0
[pid=28255/tid=28308] ppid=28252 vsize=10819808 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 3765 13071 0 0 11 0 5 3 20 0 15 0 416425228 11079483392 9918 33554432000 4194304 4196468 140720756445696 140101193026864 140101144280643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10819808 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079483392 9918 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10819808 memory=3618280317871351456 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079483392 9918 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079483392 9918 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079483392 9918 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10819808 memory=140265620661888 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425230 11079483392 9918 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 416425230 11079483392 9918 33554432000 4194304 4196468 140720756445696 140100678653344 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425231 11079651328 9918 33554432000 4194304 4196468 140720756445696 140100021249520 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11079651328 9984 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10819972 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 458 13071 0 0 1 0 5 3 20 0 15 0 416425233 11079651328 9984 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10819972 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 200 13071 0 0 1 0 5 3 20 0 15 0 416425233 11079651328 9984 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10819972 memory=140265620661888 CPUtime=0.11 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 613 13071 0 0 3 0 5 3 20 0 15 0 416425233 11079651328 9984 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11079651328 9984 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10819972 memory=140265620661888 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425234 11079651328 9984 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39672 KiB

[startup+0.310475 s]*
/proc/loadavg: 2.12 1.64 1.49 3/228 28321
/proc/meminfo: memFree=28217084/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10820264 memory=48760 CPUtime=0.41 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 10937 13071 0 0 30 3 5 3 20 0 15 0 416425219 11079950336 12190 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2705066 12190 3288 1 0 2667149 0
[pid=28255/tid=28308] ppid=28252 vsize=10820264 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 7393 13071 0 0 20 2 5 3 20 0 15 0 416425228 11079950336 12190 33554432000 4194304 4196468 140720756445696 140101193009808 140101221225629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10820264 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079950336 12190 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079950336 12190 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079950336 12190 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11079950336 12190 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425230 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 416425230 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100678653344 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425231 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100021249520 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11079950336 12190 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10820264 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 458 13071 0 0 2 0 5 3 20 0 15 0 416425233 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10820264 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 210 13071 0 0 2 0 5 3 20 0 15 0 416425233 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10820264 memory=140265620661888 CPUtime=0.13 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 621 13071 0 0 5 0 5 3 20 0 15 0 416425233 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11079950336 12190 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10820264 memory=140265620661888 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425234 11079950336 12190 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 48760 KiB

[startup+0.700933 s]
/proc/loadavg: 2.12 1.64 1.49 4/228 28321
/proc/meminfo: memFree=28202024/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10824360 memory=81924 CPUtime=1.16 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 15204 13071 0 0 104 4 5 3 20 0 15 0 416425219 11084144640 20481 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2706090 20481 3508 1 0 2668173 0
[pid=28255/tid=28308] ppid=28252 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 1077944384 10422 13071 0 0 56 3 5 3 20 0 15 0 416425228 11084144640 20481 33554432000 4194304 4196468 140720756445696 140101193030656 140101221225725 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11084144640 20481 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11084144640 20481 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10824360 memory=4629799972190126725 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425229 11084144640 20481 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 2 13071 0 0 0 0 5 3 20 0 15 0 416425229 11084144640 20481 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 5 13071 0 0 0 0 5 3 20 0 15 0 416425230 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10824360 memory=1124 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 33 13071 0 0 0 0 5 3 20 0 15 0 416425230 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100678653344 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425231 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100021249520 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11084144640 20481 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) R 28252 28255 24221 0 -1 4202560 885 13071 0 0 13 0 5 3 20 0 15 0 416425233 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100645095408 140101221225050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 758 13071 0 0 15 0 5 3 20 0 15 0 416425233 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 883 13071 0 0 17 0 5 3 20 0 15 0 416425233 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11084144640 20481 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425234 11084144640 20481 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81924 KiB

[startup+1.50066 s]
/proc/loadavg: 2.12 1.64 1.49 4/228 28321
/proc/meminfo: memFree=28157860/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10834676 memory=169900 CPUtime=2.48 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 21857 13071 0 0 232 8 5 3 20 0 15 0 416425219 11094708224 42475 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2708669 42475 3576 1 0 2670733 0
[pid=28255/tid=28308] ppid=28252 vsize=10834676 memory=-7101718590825193272 CPUtime=1.45 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 15324 13071 0 0 132 5 5 3 20 0 15 0 416425228 11094708224 42475 33554432000 4194304 4196468 140720756445696 140101192998352 140100776380888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10834676 memory=6933690279252828305 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 76 13071 0 0 1 0 5 3 20 0 15 0 416425229 11094708224 42475 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10834676 memory=-7966001734603266090 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 359 13071 0 0 0 0 5 3 20 0 15 0 416425229 11094708224 42475 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10834676 memory=-7101718590825193272 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 23 13071 0 0 1 0 5 3 20 0 15 0 416425229 11094708224 42475 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10834676 memory=124220 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 63 13071 0 0 1 0 5 3 20 0 15 0 416425229 11094708224 42475 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 159 13071 0 0 1 0 5 3 20 0 15 0 416425230 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 34 13071 0 0 0 0 5 3 20 0 15 0 416425230 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100678653408 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10834676 memory=280531023496352 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425231 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100021249536 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10834676 memory=280531023910848 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11094708224 42475 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10834676 memory=3467964893391802608 CPUtime=0.32 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 1043 13071 0 0 24 0 5 3 20 0 15 0 416425233 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10834676 memory=7660742144744843625 CPUtime=0.34 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 868 13071 0 0 26 0 5 3 20 0 15 0 416425233 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10834676 memory=952 CPUtime=0.5 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) R 28252 28255 24221 0 -1 4202560 1695 13071 0 0 42 0 5 3 20 0 15 0 416425233 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100642987056 140101205284190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10834676 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11094708224 42475 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10834676 memory=22036 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1 13071 0 0 0 0 5 3 20 0 15 0 416425234 11094708224 42475 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0

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

/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 52159 13071 0 0 218736 28 5 3 20 0 15 0 416425228 11107311616 150083 33554432000 4194304 4196468 140720756445696 140101193039920 140100790733268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10846984 memory=600332 CPUtime=6.14 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 11516 13071 0 0 573 33 5 3 20 0 15 0 416425229 11107311616 150083 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10846984 memory=2832 CPUtime=6.17 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 8563 13071 0 0 577 32 5 3 20 0 15 0 416425229 11107311616 150083 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10846984 memory=1540 CPUtime=6.14 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 5048 13071 0 0 574 32 5 3 20 0 15 0 416425229 11107311616 150083 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10846984 memory=598284 CPUtime=6.15 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 7251 13071 0 0 575 32 5 3 20 0 15 0 416425229 11107311616 150083 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10846984 memory=598284 CPUtime=5.96 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 10127 13071 0 0 557 31 5 3 20 0 15 0 416425230 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10846984 memory=598284 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 43 13071 0 0 0 0 5 3 20 0 15 0 416425230 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100678653472 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10846984 memory=598284 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 12 13071 0 0 0 0 5 3 20 0 15 0 416425231 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100021249536 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10846984 memory=600332 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150083 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10846984 memory=598284 CPUtime=4.15 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 25417 13071 0 0 404 3 5 3 20 0 15 0 416425233 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10846984 memory=4140 CPUtime=3.62 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 24169 13071 0 0 350 4 5 3 20 0 15 0 416425233 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10846984 memory=600332 CPUtime=1.9 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 17690 13071 0 0 178 4 5 3 20 0 15 0 416425233 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10846984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150083 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10846984 memory=6791534058613427641 CPUtime=1.14 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1857 13071 0 0 53 53 5 3 20 0 15 0 416425234 11107311616 150083 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 2228.48 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 600332 KiB

[startup+2262.3 s]
/proc/loadavg: 1.53 1.39 1.35 3/228 28658
/proc/meminfo: memFree=27363632/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10846984 memory=600368 CPUtime=2288.93 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 167437 13071 0 0 228665 220 5 3 20 0 15 0 416425219 11107311616 150092 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2711746 150092 3631 1 0 2673805 0
[pid=28255/tid=28308] ppid=28252 vsize=10846984 memory=600368 CPUtime=2247.32 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 52622 13071 0 0 224695 29 5 3 20 0 15 0 416425228 11107311616 150092 33554432000 4194304 4196468 140720756445696 140101193039152 140100790733247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10846984 memory=600368 CPUtime=6.31 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 11534 13071 0 0 589 34 5 3 20 0 15 0 416425229 11107311616 150092 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10846984 memory=600368 CPUtime=6.33 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 8607 13071 0 0 593 32 5 3 20 0 15 0 416425229 11107311616 150092 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10846984 memory=600368 CPUtime=6.31 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 5200 13071 0 0 590 33 5 3 20 0 15 0 416425229 11107311616 150092 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10846984 memory=928 CPUtime=6.32 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 7259 13071 0 0 591 33 5 3 20 0 15 0 416425229 11107311616 150092 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10846984 memory=1660 CPUtime=6.12 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 10310 13071 0 0 572 32 5 3 20 0 15 0 416425230 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10846984 memory=600368 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 43 13071 0 0 0 0 5 3 20 0 15 0 416425230 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100678653472 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10846984 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 12 13071 0 0 0 0 5 3 20 0 15 0 416425231 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100021249536 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10846984 memory=600368 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150092 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10846984 memory=2004 CPUtime=4.15 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 25703 13071 0 0 404 3 5 3 20 0 15 0 416425233 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10846984 memory=600368 CPUtime=3.62 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 24169 13071 0 0 350 4 5 3 20 0 15 0 416425233 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10846984 memory=600368 CPUtime=1.9 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 17893 13071 0 0 178 4 5 3 20 0 15 0 416425233 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10846984 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150092 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10846984 memory=40312 CPUtime=1.17 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1873 13071 0 0 54 55 5 3 20 0 15 0 416425234 11107311616 150092 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 2288.93 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 600368 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.30 1.33 3/228 28664
/proc/meminfo: memFree=27363592/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10846984 memory=600408 CPUtime=2349.36 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 168624 13071 0 0 234702 226 5 3 20 0 15 0 416425219 11107311616 150102 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2711746 150102 3631 1 0 2673805 0
[pid=28255/tid=28308] ppid=28252 vsize=10846984 memory=600408 CPUtime=2306.93 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 53155 13071 0 0 230656 29 5 3 20 0 15 0 416425228 11107311616 150102 33554432000 4194304 4196468 140720756445696 140101193039744 140100789387968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10846984 memory=600408 CPUtime=6.47 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 11700 13071 0 0 604 35 5 3 20 0 15 0 416425229 11107311616 150102 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10846984 memory=600408 CPUtime=6.49 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 8629 13071 0 0 608 33 5 3 20 0 15 0 416425229 11107311616 150102 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10846984 memory=600408 CPUtime=6.47 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 5420 13071 0 0 605 34 5 3 20 0 15 0 416425229 11107311616 150102 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10846984 memory=600408 CPUtime=6.47 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 7282 13071 0 0 606 33 5 3 20 0 15 0 416425229 11107311616 150102 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10846984 memory=1408 CPUtime=6.26 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 10513 13071 0 0 586 32 5 3 20 0 15 0 416425230 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10846984 memory=600408 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 43 13071 0 0 0 0 5 3 20 0 15 0 416425230 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100678653472 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10846984 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 12 13071 0 0 0 0 5 3 20 0 15 0 416425231 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100021249536 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10846984 memory=600408 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150102 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10846984 memory=600408 CPUtime=4.15 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 25705 13071 0 0 404 3 5 3 20 0 15 0 416425233 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10846984 memory=600408 CPUtime=3.62 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 24171 13071 0 0 350 4 5 3 20 0 15 0 416425233 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10846984 memory=3620 CPUtime=1.9 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 17895 13071 0 0 178 4 5 3 20 0 15 0 416425233 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10846984 memory=600408 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150102 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10846984 memory=600408 CPUtime=1.21 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1887 13071 0 0 56 57 5 3 20 0 15 0 416425234 11107311616 150102 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 2349.36 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 600408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2372.6 s]
/proc/loadavg: 1.30 1.32 1.33 3/227 28667
/proc/meminfo: memFree=27363928/32770624 swapFree=67004752/67108860
[pid=28255] ppid=28252 vsize=10846984 memory=600432 CPUtime=2400.01 cores=1,3,5,7
/proc/28255/stat : 28255 (java) S 28252 28255 24221 0 -1 1077944320 169330 13071 0 0 239763 230 5 3 20 0 15 0 416425219 11107311616 150108 33554432000 4194304 4196468 140720756445696 140720756428240 140101221203703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
/proc/28255/statm: 2711746 150108 3631 1 0 2673805 0
[pid=28255/tid=28308] ppid=28252 vsize=10846984 memory=2116 CPUtime=2356.89 cores=1,3,5,7
/proc/28255/task/28308/stat : 28308 (java) R 28252 28255 24221 0 -1 4202560 53584 13071 0 0 235652 29 5 3 20 0 15 0 416425228 11107311616 150108 33554432000 4194304 4196468 140720756445696 140101193038816 140100790924589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28309] ppid=28252 vsize=10846984 memory=12028 CPUtime=6.6 cores=1,3,5,7
/proc/28255/task/28309/stat : 28309 (java) S 28252 28255 24221 0 -1 1077944384 11867 13071 0 0 617 35 5 3 20 0 15 0 416425229 11107311616 150108 33554432000 4194304 4196468 140720756445696 140101225445648 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28310] ppid=28252 vsize=10846984 memory=496 CPUtime=6.63 cores=1,3,5,7
/proc/28255/task/28310/stat : 28310 (java) S 28252 28255 24221 0 -1 1077944384 8644 13071 0 0 621 34 5 3 20 0 15 0 416425229 11107311616 150108 33554432000 4194304 4196468 140720756445696 140101113719184 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28311] ppid=28252 vsize=10846984 memory=1564 CPUtime=6.6 cores=1,3,5,7
/proc/28255/task/28311/stat : 28311 (java) S 28252 28255 24221 0 -1 1077944384 5431 13071 0 0 617 35 5 3 20 0 15 0 416425229 11107311616 150108 33554432000 4194304 4196468 140720756445696 140101112666640 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28312] ppid=28252 vsize=10846984 memory=928 CPUtime=6.61 cores=1,3,5,7
/proc/28255/task/28312/stat : 28312 (java) S 28252 28255 24221 0 -1 1077944384 7327 13071 0 0 619 34 5 3 20 0 15 0 416425229 11107311616 150108 33554432000 4194304 4196468 140720756445696 140101111614096 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28313] ppid=28252 vsize=10846984 memory=600432 CPUtime=6.4 cores=1,3,5,7
/proc/28255/task/28313/stat : 28313 (java) S 28252 28255 24221 0 -1 1077944384 10541 13071 0 0 599 33 5 3 20 0 15 0 416425230 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100679707120 140101221214850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28314] ppid=28252 vsize=10846984 memory=600432 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28314/stat : 28314 (java) S 28252 28255 24221 0 -1 1077944384 43 13071 0 0 0 0 5 3 20 0 15 0 416425230 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100678653472 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28315] ppid=28252 vsize=10846984 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28315/stat : 28315 (java) S 28252 28255 24221 0 -1 1077944384 12 13071 0 0 0 0 5 3 20 0 15 0 416425231 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100021249536 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28316] ppid=28252 vsize=10846984 memory=600432 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28316/stat : 28316 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150108 33554432000 4194304 4196468 140720756445696 140099780958928 140101221222299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28317] ppid=28252 vsize=10846984 memory=2772 CPUtime=4.15 cores=1,3,5,7
/proc/28255/task/28317/stat : 28317 (java) S 28252 28255 24221 0 -1 1077944384 25707 13071 0 0 404 3 5 3 20 0 15 0 416425233 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100645095408 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28318] ppid=28252 vsize=10846984 memory=3620 CPUtime=3.62 cores=1,3,5,7
/proc/28255/task/28318/stat : 28318 (java) S 28252 28255 24221 0 -1 1077944384 24173 13071 0 0 350 4 5 3 20 0 15 0 416425233 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100644042864 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28319] ppid=28252 vsize=10846984 memory=40312 CPUtime=1.9 cores=1,3,5,7
/proc/28255/task/28319/stat : 28319 (java) S 28252 28255 24221 0 -1 1077944384 17897 13071 0 0 178 4 5 3 20 0 15 0 416425233 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100642990320 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28320] ppid=28252 vsize=10846984 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/28255/task/28320/stat : 28320 (java) S 28252 28255 24221 0 -1 1077944384 3 13071 0 0 0 0 5 3 20 0 15 0 416425233 11107311616 150108 33554432000 4194304 4196468 140720756445696 140099747400288 140101221213909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
[pid=28255/tid=28321] ppid=28252 vsize=10846984 memory=2004 CPUtime=1.23 cores=1,3,5,7
/proc/28255/task/28321/stat : 28321 (java) S 28252 28255 24221 0 -1 1077944384 1892 13071 0 0 57 58 5 3 20 0 15 0 416425234 11107311616 150108 33554432000 4194304 4196468 140720756445696 140100641938224 140101221214850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29560832 140720756452079 140720756454597 140720756454597 140720756457423 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 600432 KiB

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

[startup+2372.62 s]
# the end of solver process 28255 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.7 s, system=2.34133 s

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

Child status: 143
Real time (s): 2372.62
CPU time (s): 2400.05
CPU user time (s): 2397.7
CPU system time (s): 2.34133
CPU usage (%): 101.156
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 600432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.7
system time used= 2.34133
maximum resident set size= 604648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183590
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191427
involuntary context switches= 7545


# summary of solver processes directly reported to runsolver:
#   pid: 28255
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.7
#   total CPU system time (s): 2.34133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5522 second user time and 22.6053 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 21:05:36
IDJOB=4396510
IDBENCH=128324
IDSOLVER=2847
FILE ID=node126/4396510-1568401574
RUNJOBID= node126-1568394259-25762
PBS_JOBID= 21701858
Free space on /tmp= 55740 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-26-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396510-1568401574/watcher-4396510-1568401574 -o /tmp/evaluation-result-4396510-1568401574/solver-4396510-1568401574 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25762 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1528220695 HOME/instance-4396510-1568401574.xml

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

MD5SUM BENCH= 54f28c2036fc278050695a3bd6f2d6a5
RANDOM SEED=1528220695

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28254312 kB
MemAvailable:   31525648 kB
Buffers:          165860 kB
Cached:          3350684 kB
SwapCached:         2860 kB
Active:          2079780 kB
Inactive:        1774384 kB
Active(anon):     335648 kB
Inactive(anon):    43540 kB
Active(file):    1744132 kB
Inactive(file):  1730844 kB
Unevictable:      108840 kB
Mlocked:          108840 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             35492 kB
Writeback:             0 kB
AnonPages:        389864 kB
Mapped:            58260 kB
Shmem:             32816 kB
Slab:             254856 kB
SReclaimable:     224392 kB
SUnreclaim:        30464 kB
KernelStack:        4000 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1500764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55704 MiB
End job on node126 at 2019-09-13 21:45:09