Trace number 4396086

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)1070 2520.09 2492.43

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-07.xml
MD5SUMc416c7749524dd4f925e3cf47c007fb7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1070
Best CPU time to get the best result obtained on this benchmark24.8218
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.56	c Concrete v3.12.2.1568380929293 running
5.63/2.77	o 730
5.63/2.78	o 751
5.97/2.81	o 781
5.97/2.82	o 783
5.97/2.82	o 786
5.97/2.83	o 801
6.35/2.98	o 819
6.72/3.06	o 863
6.72/3.06	o 884
6.72/3.07	o 896
6.72/3.08	o 905
6.72/3.08	o 926
6.72/3.08	o 947
6.72/3.09	o 963
7.08/3.12	o 974
7.08/3.12	o 1004
7.37/3.24	o 1009
7.97/3.42	o 1018
7.97/3.42	o 1023
7.97/3.42	o 1028
7.97/3.46	o 1038
7.97/3.47	o 1048
11.19/4.99	o 1069
13.47/7.13	o 1070
2520.03/2492.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2492.40		at concrete.MAC.mac(MAC.scala:192)
2520.03/2492.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2492.40		at scala.util.Try$.apply(Try.scala:212)
2520.03/2492.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2492.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2492.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2492.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2492.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2492.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.03/2492.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2492.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2492.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2492.40		at concrete.Solver.foreach(Solver.scala:67)
2520.03/2492.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.03/2492.40		at scala.util.Success.map(Try.scala:264)
2520.03/2492.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2492.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2492.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2492.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2492.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2492.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2492.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2492.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2492.40		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2492.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2492.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2492.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2492.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2492.40		at scala.App.main(App.scala:75)
2520.03/2492.40		at scala.App.main$(App.scala:73)
2520.03/2492.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2492.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2492.41	v <instantiation
2520.03/2492.41	v         cost = '1070'>
2520.03/2492.41	v       <list>
2520.03/2492.41	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]
2520.03/2492.41	v       </list>
2520.03/2492.41	v       <values>
2520.03/2492.41	v         0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1
2520.03/2492.41	v       </values>
2520.03/2492.41	v     </instantiation>
2520.03/2492.42	s SATISFIABLE

Verifier Data

OK	1070

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396086-1568404477/watcher-4396086-1568404477 -o /tmp/evaluation-result-4396086-1568404477/solver-4396086-1568404477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3094 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=43237274 HOME/instance-4396086-1568404477.xml 

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

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


[startup+0.100172 s]*
/proc/loadavg: 1.40 1.24 1.32 3/219 6142
/proc/meminfo: memFree=29095948/32770624 swapFree=67002108/67108860
[pid=6085] ppid=6082 vsize=9972712 memory=14916 CPUtime=0.08 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 4492 13130 0 0 1 0 5 2 20 0 6 0 416696372 10212057088 3729 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2493178 3729 1935 1 0 2481616 0
[pid=6085/tid=6138] ppid=6082 vsize=9972712 memory=-8960322420946026433 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 2308 13130 0 0 1 0 5 2 20 0 6 0 416696381 10212057088 3729 33554432000 4194304 4196468 140721524802320 139734182441552 139734196287317 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 416696382 10212057088 3729 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=9972712 memory=140182202877568 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 416696382 10212057088 3795 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 416696382 10212057088 3795 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 6 0 416696382 10212057088 3795 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210539 s]*
/proc/loadavg: 1.40 1.24 1.32 4/228 6151
/proc/meminfo: memFree=29079860/32770624 swapFree=67002108/67108860
[pid=6085] ppid=6082 vsize=10819664 memory=36464 CPUtime=0.25 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 7455 13130 0 0 16 2 5 2 20 0 15 0 416696372 11079335936 9116 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2704916 9116 3181 1 0 2667149 0
[pid=6085/tid=6138] ppid=6082 vsize=10819664 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 3883 13130 0 0 10 1 5 2 20 0 15 0 416696381 11079335936 9182 33554432000 4194304 4196468 140721524802320 139734182418912 139734194685278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10819664 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079335936 9182 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10819664 memory=140182202877568 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10819664 memory=140182202877568 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 33 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733668697760 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733069980912 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11079335936 9182 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 468 13130 0 0 1 0 5 2 20 0 15 0 416696387 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 203 13130 0 0 1 0 5 2 20 0 15 0 416696387 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10819664 memory=140182202877568 CPUtime=0.09 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 661 13130 0 0 2 0 5 2 20 0 15 0 416696387 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11079335936 9182 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10819664 memory=140182202877568 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696388 11079335936 9182 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36464 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.40 1.24 1.32 3/228 6151
/proc/meminfo: memFree=29067040/32770624 swapFree=67002108/67108860
[pid=6085] ppid=6082 vsize=10820148 memory=47880 CPUtime=0.39 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 11198 13130 0 0 29 3 5 2 20 0 15 0 416696372 11079831552 11970 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2705037 11970 3317 1 0 2667149 0
[pid=6085/tid=6138] ppid=6082 vsize=10820148 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 7549 13130 0 0 19 2 5 2 20 0 15 0 416696381 11079831552 11970 33554432000 4194304 4196468 140721524802320 139734182404704 139734210616726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10820148 memory=7662424315778977872 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079831552 11970 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10820148 memory=2072 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 416696382 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 33 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733668697760 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696384 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733069980912 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11079831552 11970 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 480 13130 0 0 2 0 5 2 20 0 15 0 416696387 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 213 13130 0 0 2 0 5 2 20 0 15 0 416696387 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) R 6082 6085 3063 0 -1 4202560 701 13130 0 0 5 0 5 2 20 0 15 0 416696387 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733633034224 139734210626138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11079831552 11970 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696388 11079831552 11970 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 47880 KiB

[startup+0.700774 s]
/proc/loadavg: 1.40 1.24 1.32 3/228 6151
/proc/meminfo: memFree=29055284/32770624 swapFree=67002108/67108860
[pid=6085] ppid=6082 vsize=10824360 memory=82308 CPUtime=1.12 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 15296 13130 0 0 99 6 5 2 20 0 15 0 416696372 11084144640 20065 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2706090 20577 3501 1 0 2668173 0
[pid=6085/tid=6138] ppid=6082 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 10411 13130 0 0 54 5 5 2 20 0 15 0 416696381 11084144640 20577 33554432000 4194304 4196468 140721524802320 139734182431664 139734210626717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10824360 memory=62 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11084144640 20577 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10824360 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696382 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 416696382 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10824360 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 5 13130 0 0 0 0 5 2 20 0 15 0 416696384 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10824360 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 33 13130 0 0 0 0 5 2 20 0 15 0 416696384 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733668697760 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10824360 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696384 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733069980912 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10824360 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11084144640 20577 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10824360 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 910 13130 0 0 15 0 5 2 20 0 15 0 416696387 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10824360 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 684 13130 0 0 11 0 5 2 20 0 15 0 416696387 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 1032 13130 0 0 17 0 5 2 20 0 15 0 416696387 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10824360 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11084144640 20577 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10824360 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696388 11084144640 20577 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82308 KiB

[startup+1.50067 s]
/proc/loadavg: 1.40 1.24 1.32 3/228 6151
/proc/meminfo: memFree=29007048/32770624 swapFree=67002108/67108860
[pid=6085] ppid=6082 vsize=10834676 memory=167920 CPUtime=2.42 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 22206 13130 0 0 224 11 5 2 20 0 15 0 416696372 11094708224 41980 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2708669 41980 3580 1 0 2670733 0
[pid=6085/tid=6138] ppid=6082 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 15153 13130 0 0 129 7 5 2 20 0 15 0 416696381 11094708224 41980 33554432000 4194304 4196468 140721524802320 139734182411632 139734210616726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 87 13130 0 0 1 0 5 2 20 0 15 0 416696382 11094708224 41980 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 29 13130 0 0 0 0 5 2 20 0 15 0 416696382 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 433 13130 0 0 0 0 5 2 20 0 15 0 416696382 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 95 13130 0 0 1 0 5 2 20 0 15 0 416696382 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 163 13130 0 0 1 0 5 2 20 0 15 0 416696384 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10834676 memory=280364190869760 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 35 13130 0 0 0 0 5 2 20 0 15 0 416696384 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733668697824 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696384 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733069980928 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10834676 memory=1244 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11094708224 41980 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10834676 memory=10472 CPUtime=0.33 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 1222 13130 0 0 26 0 5 2 20 0 15 0 416696387 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10834676 memory=1720 CPUtime=0.3 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 990 13130 0 0 23 0 5 2 20 0 15 0 416696387 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10834676 memory=5720 CPUtime=0.45 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) R 6082 6085 3063 0 -1 4202560 1782 13130 0 0 38 0 5 2 20 0 15 0 416696387 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733633029952 139734189564783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10834676 memory=636 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11094708224 41980 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10834676 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 416696388 11094708224 41980 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 43873 13130 0 0 230601 31 5 2 20 0 15 0 416696381 11107311616 132841 33554432000 4194304 4196468 140721524802320 139734182440800 139733826059850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10846984 memory=531364 CPUtime=6.95 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 8977 13130 0 0 650 38 5 2 20 0 15 0 416696382 11107311616 132841 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10846984 memory=531364 CPUtime=6.93 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 7913 13130 0 0 646 40 5 2 20 0 15 0 416696382 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10846984 memory=531364 CPUtime=6.93 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 10206 13130 0 0 648 38 5 2 20 0 15 0 416696382 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10846984 memory=531364 CPUtime=6.94 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 8368 13130 0 0 647 40 5 2 20 0 15 0 416696382 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10846984 memory=531348 CPUtime=6.72 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 9339 13130 0 0 629 36 5 2 20 0 15 0 416696384 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10846984 memory=531348 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 47 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733668697888 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10846984 memory=531348 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 22 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733069980928 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10846984 memory=280364192078096 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132841 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10846984 memory=531364 CPUtime=2.78 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 8950 13130 0 0 269 2 5 2 20 0 15 0 416696387 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10846984 memory=531364 CPUtime=2.74 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 11109 13130 0 0 265 2 5 2 20 0 15 0 416696387 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10846984 memory=531364 CPUtime=1.33 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 7974 13130 0 0 123 3 5 2 20 0 15 0 416696387 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10846984 memory=531364 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132841 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10846984 memory=531364 CPUtime=1.36 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1059 13130 0 0 67 62 5 2 20 0 15 0 416696388 11107311616 132841 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 2348.56 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 531364 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.73 1.67 3/229 6522
/proc/meminfo: memFree=22240440/32770624 swapFree=67002116/67108860
[pid=6085] ppid=6082 vsize=10846984 memory=531516 CPUtime=2409.02 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 121180 13130 0 0 240644 251 5 2 20 0 15 0 416696372 11107311616 132879 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2711746 132879 3623 1 0 2673805 0
[pid=6085/tid=6138] ppid=6082 vsize=10846984 memory=531516 CPUtime=2365.94 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 44402 13130 0 0 236555 32 5 2 20 0 15 0 416696381 11107311616 132879 33554432000 4194304 4196468 140721524802320 139734182440704 139733826241271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10846984 memory=531516 CPUtime=7.12 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 9026 13130 0 0 666 39 5 2 20 0 15 0 416696382 11107311616 132879 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10846984 memory=531516 CPUtime=7.11 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 7945 13130 0 0 662 42 5 2 20 0 15 0 416696382 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10846984 memory=531516 CPUtime=7.11 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 10338 13130 0 0 665 39 5 2 20 0 15 0 416696382 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10846984 memory=531516 CPUtime=7.12 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 8530 13130 0 0 664 41 5 2 20 0 15 0 416696382 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10846984 memory=531516 CPUtime=6.89 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 9538 13130 0 0 645 37 5 2 20 0 15 0 416696384 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10846984 memory=531516 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 47 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733668697888 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10846984 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 22 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733069980928 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10846984 memory=531516 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132879 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10846984 memory=531516 CPUtime=2.78 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 8952 13130 0 0 269 2 5 2 20 0 15 0 416696387 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10846984 memory=531516 CPUtime=2.74 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 11111 13130 0 0 265 2 5 2 20 0 15 0 416696387 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10846984 memory=38872 CPUtime=1.33 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 7977 13130 0 0 123 3 5 2 20 0 15 0 416696387 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10846984 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132879 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10846984 memory=2608 CPUtime=1.4 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1077 13130 0 0 69 64 5 2 20 0 15 0 416696388 11107311616 132879 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 2409.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 531516 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.75 1.68 3/229 6526
/proc/meminfo: memFree=22240644/32770624 swapFree=67002116/67108860
[pid=6085] ppid=6082 vsize=10846984 memory=531644 CPUtime=2469.52 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 122232 13130 0 0 246688 257 5 2 20 0 15 0 416696372 11107311616 132911 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2711746 132911 3623 1 0 2673805 0
[pid=6085/tid=6138] ppid=6082 vsize=10846984 memory=531644 CPUtime=2425.53 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 44870 13130 0 0 242514 32 5 2 20 0 15 0 416696381 11107311616 132911 33554432000 4194304 4196468 140721524802320 139734182440944 139733826059854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10846984 memory=531644 CPUtime=7.3 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 9054 13130 0 0 683 40 5 2 20 0 15 0 416696382 11107311616 132911 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10846984 memory=531644 CPUtime=7.28 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 8039 13130 0 0 678 43 5 2 20 0 15 0 416696382 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10846984 memory=531644 CPUtime=7.28 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 10411 13130 0 0 681 40 5 2 20 0 15 0 416696382 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10846984 memory=531644 CPUtime=7.29 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 8700 13130 0 0 680 42 5 2 20 0 15 0 416696382 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10846984 memory=531516 CPUtime=7.06 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 9733 13130 0 0 662 37 5 2 20 0 15 0 416696384 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10846984 memory=531608 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 47 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733668697888 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10846984 memory=531608 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 22 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733069980928 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10846984 memory=531644 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132911 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10846984 memory=531644 CPUtime=2.78 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 8954 13130 0 0 269 2 5 2 20 0 15 0 416696387 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10846984 memory=531644 CPUtime=2.74 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 11113 13130 0 0 265 2 5 2 20 0 15 0 416696387 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10846984 memory=531644 CPUtime=1.33 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 7979 13130 0 0 123 3 5 2 20 0 15 0 416696387 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10846984 memory=531644 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132911 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10846984 memory=531644 CPUtime=1.43 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1095 13130 0 0 70 66 5 2 20 0 15 0 416696388 11107311616 132911 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 2469.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 531644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.4 s]
/proc/loadavg: 1.66 1.72 1.68 4/227 6530
/proc/meminfo: memFree=22241020/32770624 swapFree=67002116/67108860
[pid=6085] ppid=6082 vsize=10846984 memory=531736 CPUtime=2520.03 cores=0,2,4,6
/proc/6085/stat : 6085 (java) S 6082 6085 3063 0 -1 1077944320 122879 13130 0 0 251735 261 5 2 20 0 15 0 416696372 11107311616 132934 33554432000 4194304 4196468 140721524802320 140721524784864 139734210604791 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
/proc/6085/statm: 2711746 132934 3623 1 0 2673805 0
[pid=6085/tid=6138] ppid=6082 vsize=10846984 memory=500 CPUtime=2475.29 cores=0,2,4,6
/proc/6085/task/6138/stat : 6138 (java) R 6082 6085 3063 0 -1 4202560 45227 13130 0 0 247489 33 5 2 20 0 15 0 416696381 11107311616 132934 33554432000 4194304 4196468 140721524802320 139734182440576 139733825693892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6139] ppid=6082 vsize=10846984 memory=2120 CPUtime=7.45 cores=0,2,4,6
/proc/6085/task/6139/stat : 6139 (java) S 6082 6085 3063 0 -1 1077944384 9219 13130 0 0 697 41 5 2 20 0 15 0 416696382 11107311616 132934 33554432000 4194304 4196468 140721524802320 139734214846992 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6140] ppid=6082 vsize=10846984 memory=21244 CPUtime=7.44 cores=0,2,4,6
/proc/6085/task/6140/stat : 6140 (java) S 6082 6085 3063 0 -1 1077944384 8084 13130 0 0 692 45 5 2 20 0 15 0 416696382 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733783472784 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6141] ppid=6082 vsize=10846984 memory=1556 CPUtime=7.44 cores=0,2,4,6
/proc/6085/task/6141/stat : 6141 (java) S 6082 6085 3063 0 -1 1077944384 10436 13130 0 0 696 41 5 2 20 0 15 0 416696382 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733782419728 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6142] ppid=6082 vsize=10846984 memory=500 CPUtime=7.44 cores=0,2,4,6
/proc/6085/task/6142/stat : 6142 (java) S 6082 6085 3063 0 -1 1077944384 8713 13130 0 0 694 43 5 2 20 0 15 0 416696382 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733781367184 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6143] ppid=6082 vsize=10846984 memory=932 CPUtime=7.2 cores=0,2,4,6
/proc/6085/task/6143/stat : 6143 (java) S 6082 6085 3063 0 -1 1077944384 9763 13130 0 0 675 38 5 2 20 0 15 0 416696384 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733669751536 139734210615938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6144] ppid=6082 vsize=10846984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6144/stat : 6144 (java) S 6082 6085 3063 0 -1 1077944384 47 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733668697888 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6145] ppid=6082 vsize=10846984 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6145/stat : 6145 (java) S 6082 6085 3063 0 -1 1077944384 22 13130 0 0 0 0 5 2 20 0 15 0 416696384 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733069980928 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6146] ppid=6082 vsize=10846984 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6146/stat : 6146 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132934 33554432000 4194304 4196468 140721524802320 139732762581456 139734210623387 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6147] ppid=6082 vsize=10846984 memory=4008 CPUtime=2.78 cores=0,2,4,6
/proc/6085/task/6147/stat : 6147 (java) S 6082 6085 3063 0 -1 1077944384 8956 13130 0 0 269 2 5 2 20 0 15 0 416696387 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733635139824 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6148] ppid=6082 vsize=10846984 memory=1244 CPUtime=2.74 cores=0,2,4,6
/proc/6085/task/6148/stat : 6148 (java) S 6082 6085 3063 0 -1 1077944384 11115 13130 0 0 265 2 5 2 20 0 15 0 416696387 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733634087280 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6149] ppid=6082 vsize=10846984 memory=8112282956445269571 CPUtime=1.33 cores=0,2,4,6
/proc/6085/task/6149/stat : 6149 (java) S 6082 6085 3063 0 -1 1077944384 7981 13130 0 0 123 3 5 2 20 0 15 0 416696387 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733633034224 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6150] ppid=6082 vsize=10846984 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/6085/task/6150/stat : 6150 (java) S 6082 6085 3063 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 416696387 11107311616 132934 33554432000 4194304 4196468 140721524802320 139732729022816 139734210614997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
[pid=6085/tid=6151] ppid=6082 vsize=10846984 memory=4104 CPUtime=1.46 cores=0,2,4,6
/proc/6085/task/6151/stat : 6151 (java) S 6082 6085 3063 0 -1 1077944384 1101 13130 0 0 72 67 5 2 20 0 15 0 416696388 11107311616 132934 33554432000 4194304 4196468 140721524802320 139733631982640 139734210615938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17137664 140721524808433 140721524810949 140721524810949 140721524813775 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 531736 KiB

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

[startup+2492.43 s]
# the end of solver process 6085 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.43 s, system=2.65547 s

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

Child status: 143
Real time (s): 2492.43
CPU time (s): 2520.09
CPU user time (s): 2517.43
CPU system time (s): 2.65547
CPU usage (%): 101.11
Max. virtual memory (cumulated for all children) (KiB): 10849788
Max. memory (cumulated for all children) (KiB): 534464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.43
system time used= 2.65547
maximum resident set size= 535992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215765
involuntary context switches= 6583


# summary of solver processes directly reported to runsolver:
#   pid: 6085
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.43
#   total CPU system time (s): 2.65547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8941 second user time and 24.1275 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 21:53:53
IDJOB=4396086
IDBENCH=133445
IDSOLVER=2846
FILE ID=node136/4396086-1568404477
RUNJOBID= node136-1568393371-3094
PBS_JOBID= 21701864
Free space on /tmp= 61132 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396086-1568404477/watcher-4396086-1568404477 -o /tmp/evaluation-result-4396086-1568404477/solver-4396086-1568404477 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568393371-3094 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=43237274 HOME/instance-4396086-1568404477.xml

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

MD5SUM BENCH= c416c7749524dd4f925e3cf47c007fb7
RANDOM SEED=43237274

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29102836 kB
MemAvailable:   29942400 kB
Buffers:           59376 kB
Cached:          1058544 kB
SwapCached:         3100 kB
Active:          2599560 kB
Inactive:         471476 kB
Active(anon):    1952052 kB
Inactive(anon):    42020 kB
Active(file):     647508 kB
Inactive(file):   429456 kB
Unevictable:      107856 kB
Mlocked:          107856 kB
SwapTotal:      67108860 kB
SwapFree:       67002108 kB
Dirty:             35656 kB
Writeback:             0 kB
AnonPages:       2061716 kB
Mapped:            57068 kB
Shmem:             31912 kB
Slab:             186544 kB
SReclaimable:     156872 kB
SUnreclaim:        29672 kB
KernelStack:        4016 kB
PageTables:        11372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3022908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1861632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61096 MiB
End job on node136 at 2019-09-13 22:35:26