Trace number 4387377

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.10SAT (TO)6 2520.13 2463.13

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-logicSynthesis/
Pb-logic-m100-100-30-30-r.xml
MD5SUM99240cf8fa1004889a7bc67b3b097789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark30.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree19
Maximum variable degree44
Distribution of variable degrees[{"degree":19,"count":1},{"degree":22,"count":1},{"degree":24,"count":3},{"degree":25,"count":4},{"degree":26,"count":6},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":9},{"degree":31,"count":10},{"degree":32,"count":6},{"degree":33,"count":11},{"degree":34,"count":8},{"degree":35,"count":6},{"degree":36,"count":2},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":2},{"degree":40,"count":1},{"degree":41,"count":1},{"degree":44,"count":1}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
10.80/4.24	o 10
11.13/4.34	o 9
12.39/4.72	o 8
16.07/6.23	o 7
41.63/26.76	o 6
2520.08/2463.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2463.11		at concrete.MAC.mac(MAC.scala:189)
2520.08/2463.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2463.11		at scala.util.Try$.apply(Try.scala:212)
2520.08/2463.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2463.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2463.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2463.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2463.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2463.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2463.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2463.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2463.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2463.11		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2463.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.08/2463.11		at scala.util.Success.map(Try.scala:264)
2520.08/2463.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2463.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2463.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2463.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2463.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2463.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2463.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2463.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2463.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2463.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2463.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2463.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2463.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2463.11		at scala.App.main(App.scala:75)
2520.08/2463.11		at scala.App.main$(App.scala:73)
2520.08/2463.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2463.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2463.11	v <instantiation
2520.08/2463.11	v         cost = '6'>
2520.08/2463.11	v       <list>
2520.08/2463.11	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
2520.08/2463.11	v       </list>
2520.08/2463.11	v       <values>
2520.08/2463.11	v         0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
2520.08/2463.11	v       </values>
2520.08/2463.11	v     </instantiation>
2520.08/2463.11	s SATISFIABLE

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387377-1568301650/watcher-4387377-1568301650 -o /tmp/evaluation-result-4387377-1568301650/solver-4387377-1568301650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1787 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1001209695 HOME/instance-4387377-1568301650.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6368, runsolver pid=6365

[startup+0.100707 s]*
/proc/loadavg: 1.37 1.50 1.45 3/220 6425
/proc/meminfo: memFree=22936316/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 4527 13102 0 0 1 0 5 3 20 0 6 0 406102369 10212057088 4270 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2493178 4270 1935 1 0 2481616 0
[pid=6368/tid=6421] ppid=6365 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 2348 13102 0 0 1 0 5 3 20 0 6 0 406102378 10212057088 4336 33554432000 4194304 4196468 140733864536192 140056681882192 140056694125918 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 406102379 10212057088 4336 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=9972712 memory=140038238434944 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 406102379 10212057088 4336 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 6 0 406102379 10212057088 4336 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 6 0 406102379 10212057088 4336 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210868 s]*
/proc/loadavg: 1.37 1.50 1.45 3/229 6434
/proc/meminfo: memFree=22915772/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10818940 memory=40808 CPUtime=0.27 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 7034 13102 0 0 18 1 5 3 20 0 15 0 406102369 11078594560 10202 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2704735 10202 2984 1 0 2667149 0
[pid=6368/tid=6421] ppid=6365 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 3534 13102 0 0 11 0 5 3 20 0 15 0 406102378 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056681877632 140056694125918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10818940 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10818940 memory=140038238441506 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102379 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10818940 memory=140038238434944 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102380 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 406102381 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056168498208 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102381 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056064942960 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11078594560 10202 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 472 13102 0 0 1 0 5 3 20 0 15 0 406102384 11078594560 10202 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 151 13102 0 0 1 0 5 3 20 0 15 0 406102384 11078594560 10267 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10818940 memory=140038238434944 CPUtime=0.11 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 632 13102 0 0 3 0 5 3 20 0 15 0 406102384 11078594560 10267 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11078594560 10267 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10818940 memory=140038238434944 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102384 11078594560 10267 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40808 KiB

[startup+0.310599 s]*
/proc/loadavg: 1.37 1.50 1.45 3/229 6434
/proc/meminfo: memFree=22905024/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10820096 memory=52140 CPUtime=0.41 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 10765 13102 0 0 31 2 5 3 20 0 15 0 406102369 11079778304 13035 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2705024 13035 3238 1 0 2667149 0
[pid=6368/tid=6421] ppid=6365 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 7239 13102 0 0 20 1 5 3 20 0 15 0 406102378 11079778304 13035 33554432000 4194304 4196468 140733864536192 140056681866464 140056710067357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11079929856 13035 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11079929856 13035 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102379 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102380 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 406102381 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056168498208 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102381 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056064942960 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11079929856 13100 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 472 13102 0 0 1 0 5 3 20 0 15 0 406102384 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10820244 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 153 13102 0 0 2 0 5 3 20 0 15 0 406102384 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10820244 memory=140038238434944 CPUtime=0.13 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 645 13102 0 0 5 0 5 3 20 0 15 0 406102384 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11079929856 13100 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10820244 memory=140038238434944 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102384 11079929856 13100 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52140 KiB

[startup+0.700762 s]
/proc/loadavg: 1.37 1.50 1.45 5/229 6434
/proc/meminfo: memFree=22889688/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10824340 memory=82560 CPUtime=1.16 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 14908 13102 0 0 103 5 5 3 20 0 15 0 406102369 11084124160 20640 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2706085 20640 3501 1 0 2668173 0
[pid=6368/tid=6421] ppid=6365 vsize=10824340 memory=2244 CPUtime=0.67 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 10535 13102 0 0 56 3 5 3 20 0 15 0 406102378 11084124160 20640 33554432000 4194304 4196468 140733864536192 140056681872416 140056710067357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11084124160 20640 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10824340 memory=140038079801744 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11084124160 20640 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10824340 memory=-3039135443232236825 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102379 11084124160 20640 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102379 11085172736 20640 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 5 13102 0 0 0 0 5 3 20 0 15 0 406102380 11085172736 20640 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10825364 memory=68 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 33 13102 0 0 0 0 5 3 20 0 15 0 406102381 11085172736 20640 33554432000 4194304 4196468 140733864536192 140056168498208 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102381 11085172736 20640 33554432000 4194304 4196468 140733864536192 140056064942960 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11085172736 20705 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 734 13102 0 0 13 0 5 3 20 0 15 0 406102384 11084124160 20677 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 521 13102 0 0 14 0 5 3 20 0 15 0 406102384 11084124160 20677 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10824340 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 859 13102 0 0 18 0 5 3 20 0 15 0 406102384 11084124160 20677 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11085172736 20677 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102384 11085172736 20677 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82560 KiB

[startup+1.50082 s]
/proc/loadavg: 1.37 1.50 1.45 3/229 6434
/proc/meminfo: memFree=22847160/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10834656 memory=173984 CPUtime=2.55 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 23592 13102 0 0 237 10 5 3 20 0 15 0 406102369 11094687744 43496 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2708664 43496 3573 1 0 2670733 0
[pid=6368/tid=6421] ppid=6365 vsize=10834656 memory=2244 CPUtime=1.44 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 16034 13102 0 0 131 5 5 3 20 0 15 0 406102378 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056681852736 140056710057366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 92 13102 0 0 1 0 5 3 20 0 15 0 406102379 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10834656 memory=280076159617792 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 58 13102 0 0 0 0 5 3 20 0 15 0 406102379 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10834656 memory=280076159595280 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 313 13102 0 0 1 0 5 3 20 0 15 0 406102379 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10834656 memory=140038079818608 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 42 13102 0 0 1 0 5 3 20 0 15 0 406102379 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 1539 13102 0 0 1 0 5 3 20 0 15 0 406102380 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 55 13102 0 0 0 0 5 3 20 0 15 0 406102381 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056168498272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10834656 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 1 13102 0 0 0 0 5 3 20 0 15 0 406102381 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056064942960 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11094687744 43496 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 833 13102 0 0 26 0 5 3 20 0 15 0 406102384 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10834656 memory=140038079921996 CPUtime=0.38 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 711 13102 0 0 30 0 5 3 20 0 15 0 406102384 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10834656 memory=6943526294502006880 CPUtime=0.5 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) R 6365 6368 466 0 -1 4202560 1696 13102 0 0 42 0 5 3 20 0 15 0 406102384 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056031386224 140056694151857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10834656 memory=-1088251628401078322 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11094687744 43496 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11094687744 43496 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834656 KiB

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

/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 64907 13102 0 0 229441 61 5 3 20 0 15 0 406102378 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056681880960 140056298977588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10846964 memory=1808 CPUtime=12.28 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 14410 13102 0 0 1157 63 5 3 20 0 15 0 406102379 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10846964 memory=920 CPUtime=12.25 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 13553 13102 0 0 1158 59 5 3 20 0 15 0 406102379 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10846964 memory=3848 CPUtime=12.25 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 9326 13102 0 0 1157 60 5 3 20 0 15 0 406102379 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10846964 memory=1792 CPUtime=12.27 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 16043 13102 0 0 1156 63 5 3 20 0 15 0 406102379 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10846964 memory=8612 CPUtime=11.3 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 16251 13102 0 0 1060 62 5 3 20 0 15 0 406102380 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10846964 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 57 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056168498336 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10846964 memory=2008 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056064942976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10846964 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11107291136 276057 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10846964 memory=804 CPUtime=7.89 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 23783 13102 0 0 774 7 5 3 20 0 15 0 406102384 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10846964 memory=4108 CPUtime=7.74 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 26483 13102 0 0 760 6 5 3 20 0 15 0 406102384 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10846964 memory=1408 CPUtime=4.99 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 23416 13102 0 0 483 8 5 3 20 0 15 0 406102384 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10846964 memory=3224 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11107291136 276057 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10846964 memory=1104228 CPUtime=1.6 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 988 13102 0 0 73 79 5 3 20 0 15 0 406102384 11107291136 276057 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 2377.04 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1104228 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.34 1.40 3/227 6903
/proc/meminfo: memFree=22168532/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10846964 memory=1097560 CPUtime=2437.99 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 213371 13102 0 0 243387 404 5 3 20 0 15 0 406102369 11107291136 274390 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2711741 274390 3624 1 0 2673805 0
[pid=6368/tid=6421] ppid=6365 vsize=10846964 memory=504 CPUtime=2354.37 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 65828 13102 0 0 235367 62 5 3 20 0 15 0 406102378 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056681881152 140056301092649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10846964 memory=1728 CPUtime=12.61 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 14589 13102 0 0 1189 64 5 3 20 0 15 0 406102379 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=12.59 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 13573 13102 0 0 1190 61 5 3 20 0 15 0 406102379 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10846964 memory=2916 CPUtime=12.59 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 9503 13102 0 0 1189 62 5 3 20 0 15 0 406102379 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10846964 memory=2848 CPUtime=12.61 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 16307 13102 0 0 1187 66 5 3 20 0 15 0 406102379 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10846964 memory=2376 CPUtime=11.6 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 16602 13102 0 0 1088 64 5 3 20 0 15 0 406102380 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10846964 memory=2212 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 57 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056168498336 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056064942976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10846964 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11107291136 274390 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10846964 memory=1408 CPUtime=7.89 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 23785 13102 0 0 774 7 5 3 20 0 15 0 406102384 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10846964 memory=3224 CPUtime=7.74 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 26485 13102 0 0 760 6 5 3 20 0 15 0 406102384 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10846964 memory=1097560 CPUtime=4.99 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 23418 13102 0 0 483 8 5 3 20 0 15 0 406102384 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10846964 memory=1840 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11107291136 274390 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10846964 memory=1384 CPUtime=1.63 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1006 13102 0 0 74 81 5 3 20 0 15 0 406102384 11107291136 274390 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 2437.99 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1097560 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.35 1.40 3/228 6915
/proc/meminfo: memFree=22166224/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10846964 memory=1099608 CPUtime=2498.95 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 214937 13102 0 0 249473 414 5 3 20 0 15 0 406102369 11107291136 274902 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2711741 274902 3624 1 0 2673805 0
[pid=6368/tid=6421] ppid=6365 vsize=10846964 memory=37876 CPUtime=2413.62 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 66582 13102 0 0 241292 62 5 3 20 0 15 0 406102378 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056681881152 140056300595825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10846964 memory=1228 CPUtime=12.95 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 14808 13102 0 0 1221 66 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=12.93 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 13664 13102 0 0 1222 63 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10846964 memory=812 CPUtime=12.93 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 9563 13102 0 0 1221 64 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10846964 memory=1840 CPUtime=12.95 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 16511 13102 0 0 1219 68 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10846964 memory=1384 CPUtime=11.9 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 16810 13102 0 0 1117 65 5 3 20 0 15 0 406102380 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 57 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056168498336 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10846964 memory=1097560 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056064942976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10846964 memory=1099608 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11107291136 274902 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10846964 memory=1099608 CPUtime=7.89 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 23790 13102 0 0 774 7 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10846964 memory=3924 CPUtime=7.74 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 26490 13102 0 0 760 6 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10846964 memory=37876 CPUtime=4.99 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 23422 13102 0 0 483 8 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10846964 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10846964 memory=2352 CPUtime=1.67 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1022 13102 0 0 76 83 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 2498.95 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1099608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.1 s]
/proc/loadavg: 1.36 1.36 1.40 3/229 6941
/proc/meminfo: memFree=22165408/32770624 swapFree=67108848/67108860
[pid=6368] ppid=6365 vsize=10846964 memory=1099608 CPUtime=2520.08 cores=1,3,5,7
/proc/6368/stat : 6368 (java) S 6365 6368 466 0 -1 1077944320 215486 13102 0 0 251583 417 5 3 20 0 15 0 406102369 11107291136 274902 33554432000 4194304 4196468 140733864536192 140733864518736 140056710045431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
/proc/6368/statm: 2711741 274902 3624 1 0 2673805 0
[pid=6368/tid=6421] ppid=6365 vsize=10846964 memory=288286696930542343 CPUtime=2434.18 cores=1,3,5,7
/proc/6368/task/6421/stat : 6421 (java) R 6365 6368 466 0 -1 4202560 66849 13102 0 0 243347 63 5 3 20 0 15 0 406102378 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056681881584 140056299009728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6422] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=13.07 cores=1,3,5,7
/proc/6368/task/6422/stat : 6422 (java) S 6365 6368 466 0 -1 1077944384 14812 13102 0 0 1232 67 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056714288272 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6423] ppid=6365 vsize=10846964 memory=1840 CPUtime=13.05 cores=1,3,5,7
/proc/6368/task/6423/stat : 6423 (java) S 6365 6368 466 0 -1 1077944384 13669 13102 0 0 1233 64 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056283048976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6424] ppid=6365 vsize=10846964 memory=1384 CPUtime=13.05 cores=1,3,5,7
/proc/6368/task/6424/stat : 6424 (java) S 6365 6368 466 0 -1 1077944384 9703 13102 0 0 1232 65 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056281996176 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6425] ppid=6365 vsize=10846964 memory=7168 CPUtime=13.07 cores=1,3,5,7
/proc/6368/task/6425/stat : 6425 (java) S 6365 6368 466 0 -1 1077944384 16570 13102 0 0 1231 68 5 3 20 0 15 0 406102379 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056280943376 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6426] ppid=6365 vsize=10846964 memory=5536 CPUtime=12.01 cores=1,3,5,7
/proc/6368/task/6426/stat : 6426 (java) S 6365 6368 466 0 -1 1077944384 16871 13102 0 0 1127 66 5 3 20 0 15 0 406102380 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056169552240 140056710056578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6427] ppid=6365 vsize=10846964 memory=4540 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6427/stat : 6427 (java) S 6365 6368 466 0 -1 1077944384 57 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056168498336 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6428] ppid=6365 vsize=10846964 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6428/stat : 6428 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102381 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056064942976 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6429] ppid=6365 vsize=10846964 memory=1636 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6429/stat : 6429 (java) S 6365 6368 466 0 -1 1077944384 2 13102 0 0 0 0 5 3 20 0 15 0 406102383 11107291136 274902 33554432000 4194304 4196468 140733864536192 140055460964176 140056710064027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6430] ppid=6365 vsize=10846964 memory=8112282956445269571 CPUtime=7.89 cores=1,3,5,7
/proc/6368/task/6430/stat : 6430 (java) S 6365 6368 466 0 -1 1077944384 23790 13102 0 0 774 7 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056134941552 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6431] ppid=6365 vsize=10846964 memory=3200 CPUtime=7.74 cores=1,3,5,7
/proc/6368/task/6431/stat : 6431 (java) S 6365 6368 466 0 -1 1077944384 26490 13102 0 0 760 6 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056133888752 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6432] ppid=6365 vsize=10846964 memory=646340 CPUtime=4.99 cores=1,3,5,7
/proc/6368/task/6432/stat : 6432 (java) S 6365 6368 466 0 -1 1077944384 23422 13102 0 0 483 8 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056031386224 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6433] ppid=6365 vsize=10846964 memory=1964 CPUtime=0.08 cores=1,3,5,7
/proc/6368/task/6433/stat : 6433 (java) S 6365 6368 466 0 -1 1077944384 3 13102 0 0 0 0 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140054991203040 140056710055637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
[pid=6368/tid=6434] ppid=6365 vsize=10846964 memory=11044 CPUtime=1.67 cores=1,3,5,7
/proc/6368/task/6434/stat : 6434 (java) S 6365 6368 466 0 -1 1077944384 1035 13102 0 0 76 83 5 3 20 0 15 0 406102384 11107291136 274902 33554432000 4194304 4196468 140733864536192 140056030333616 140056710056578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10919936 140733864540917 140733864543429 140733864543429 140733864546255 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1099608 KiB

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

[startup+2463.13 s]
# the end of solver process 6368 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.91 s, system=4.21875 s

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

Child status: 143
Real time (s): 2463.13
CPU time (s): 2520.13
CPU user time (s): 2515.91
CPU system time (s): 4.21875
CPU usage (%): 102.314
Max. virtual memory (cumulated for all children) (KiB): 10852388
Max. memory (cumulated for all children) (KiB): 1217576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.21875
maximum resident set size= 1218092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229713
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= 315959
involuntary context switches= 8529


# summary of solver processes directly reported to runsolver:
#   pid: 6368
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.91
#   total CPU system time (s): 4.21875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5712 second user time and 23.7406 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 17:20:09
IDJOB=4387377
IDBENCH=135630
IDSOLVER=2823
FILE ID=node143/4387377-1568301650
RUNJOBID= node143-1568286551-1787
PBS_JOBID= 21701067
Free space on /tmp= 56480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-logicSynthesis/Pb-logic-m100-100-30-30-r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387377-1568301650/watcher-4387377-1568301650 -o /tmp/evaluation-result-4387377-1568301650/solver-4387377-1568301650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568286551-1787 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1001209695 HOME/instance-4387377-1568301650.xml

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

MD5SUM BENCH= 99240cf8fa1004889a7bc67b3b097789
RANDOM SEED=1001209695

node143.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.73
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.73
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.73
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.73
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:        22944424 kB
MemAvailable:   30807888 kB
Buffers:          137684 kB
Cached:          8002820 kB
SwapCached:            8 kB
Active:          3239096 kB
Inactive:        5900800 kB
Active(anon):     954020 kB
Inactive(anon):   145044 kB
Active(file):    2285076 kB
Inactive(file):  5755756 kB
Unevictable:      107256 kB
Mlocked:          107256 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35116 kB
Writeback:             0 kB
AnonPages:       1106596 kB
Mapped:            60556 kB
Shmem:             90756 kB
Slab:             279484 kB
SReclaimable:     251092 kB
SUnreclaim:        28392 kB
KernelStack:        3728 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2192768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 56448 MiB
End job on node143 at 2019-09-12 18:01:12