Trace number 4302624

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.9.2-SuperNGSAT (TO)960 252.052 234.633

General information on the benchmark

NameKnapsack/
Knapsack-50-200-00_c18.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark34.9811
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

1.04/0.80	c Concrete v3.9.2.1532736233296 running
6.16/3.38	o 403
6.16/3.40	o 442
6.45/3.41	o 486
6.45/3.42	o 534
6.45/3.49	o 573
6.75/3.50	o 596
6.75/3.55	o 658
6.75/3.55	o 682
6.75/3.57	o 725
6.75/3.57	o 757
7.10/3.61	o 792
7.10/3.64	o 796
7.10/3.66	o 809
7.46/3.72	o 857
7.46/3.72	o 859
7.46/3.73	o 879
7.46/3.73	o 885
7.46/3.74	o 896
8.44/4.04	o 911
8.44/4.07	o 915
17.30/9.81	o 940
17.30/9.83	o 954
20.50/12.67	o 960
252.00/234.60	Exception in thread "main" java.util.concurrent.TimeoutException
252.00/234.60		at concrete.MAC.mac(MAC.scala:188)
252.00/234.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/234.60		at scala.util.Try$.apply(Try.scala:209)
252.00/234.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/234.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/234.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/234.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/234.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/234.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/234.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/234.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/234.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/234.60		at concrete.MAC.oneRun(MAC.scala:253)
252.00/234.60		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/234.60		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/234.60		at concrete.Solver.hasNext(Solver.scala:166)
252.00/234.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/234.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/234.60		at concrete.Solver.foreach(Solver.scala:68)
252.00/234.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/234.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/234.60		at scala.util.Success.map(Try.scala:209)
252.00/234.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/234.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/234.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/234.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/234.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/234.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/234.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/234.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/234.60		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/234.60		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/234.60		at scala.App.main(App.scala:76)
252.00/234.60		at scala.App.main$(App.scala:74)
252.00/234.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/234.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/234.61	v <instantiation cost="960">
252.00/234.61	v       <list>
252.00/234.61	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]
252.00/234.61	v       </list>
252.00/234.61	v       <values>
252.00/234.61	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
252.00/234.61	v       </values>
252.00/234.61	v     </instantiation>
252.00/234.61	s SATISFIABLE

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302624-1532898230/watcher-4302624-1532898230 -o /tmp/evaluation-result-4302624-1532898230/solver-4302624-1532898230 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=530475628 -superng HOME/instance-4302624-1532898230.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21717, runsolver pid=21714

[startup+0.100153 s]*
/proc/loadavg: 1.98 1.91 1.87 3/218 21759
/proc/meminfo: memFree=23314400/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/21717/stat : 21717 (bash) S 21714 21717 12222 0 -1 4202496 880 5675 0 0 0 0 0 1 20 0 1 0 107386126 115974144 402 33554432000 4194304 5098028 140725606444096 140725606438104 139886416915456 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 15560704 140725606450344 140725606450477 140725606450477 140725606453230 0
/proc/21717/statm: 28314 402 319 221 0 119 0
[pid=21744] ppid=21717 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/21744/stat : 21744 (bash) S 21717 21717 12222 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 1 0 107386128 115974144 176 33554432000 4194304 5098028 140725606444096 140725606436776 139886416740988 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15560704 140725606450344 140725606450477 140725606450477 140725606453230 0
/proc/21744/statm: 28314 176 93 221 0 119 0
[pid=21745] ppid=21744 vsize=10593144 memory=24004 CPUtime=0.05 cores=0,2,4,6
/proc/21745/stat : 21745 (java) S 21744 21717 12222 0 -1 1077944320 4862 0 0 0 5 0 0 0 20 0 14 0 107386128 10847379456 6001 33554432000 4194304 4196468 140734370923552 140734370906096 139711646105335 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
/proc/21745/statm: 2648286 6001 2613 1 0 2610827 0
[pid=21745/tid=21747] ppid=21744 vsize=10593144 memory=-6949179150270506172 CPUtime=0.04 cores=0,2,4,6
/proc/21745/task/21747/stat : 21747 (java) D 21744 21717 12222 0 -1 1077944384 2996 0 0 0 4 0 0 0 20 0 14 0 107386128 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711650342720 139711646129213 0 4 0 16800975 18446744072101740068 0 0 -1 4 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21748] ppid=21744 vsize=10593144 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21748/stat : 21748 (java) S 21744 21717 12222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 107386130 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711598726160 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21749] ppid=21744 vsize=10593144 memory=139648990328448 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21749/stat : 21749 (java) S 21744 21717 12222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107386130 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711597673616 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21750] ppid=21744 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21750/stat : 21750 (java) S 21744 21717 12222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 107386130 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711596620560 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21751] ppid=21744 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21751/stat : 21751 (java) S 21744 21717 12222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107386130 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711249832848 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21752] ppid=21744 vsize=10593144 memory=139648990328448 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21752/stat : 21752 (java) S 21744 21717 12222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 107386131 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711205255408 139711646116482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21753] ppid=21744 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21753/stat : 21753 (java) S 21744 21717 12222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 107386132 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711204201632 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21754] ppid=21744 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21754/stat : 21754 (java) S 21744 21717 12222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 107386132 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711203148528 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21755] ppid=21744 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21755/stat : 21755 (java) S 21744 21717 12222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 107386134 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711202097104 139711646123931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21756] ppid=21744 vsize=10593144 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21756/stat : 21756 (java) S 21744 21717 12222 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 14 0 107386134 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711201045232 139711646116482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21757] ppid=21744 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21757/stat : 21757 (java) S 21744 21717 12222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 107386134 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711199992688 139711646116482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21758] ppid=21744 vsize=10593144 memory=139648990328448 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21758/stat : 21758 (java) S 21744 21717 12222 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 14 0 107386134 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711198939632 139711646116482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21745/tid=21759] ppid=21744 vsize=10593144 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21745/task/21759/stat : 21759 (java) S 21744 21717 12222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 107386135 10847379456 6001 33554432000 4194304 4196468 140734370923552 139711197887328 139711646115541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10461184 140734370932008 140734370932022 140734370932022 140734370934735 0
[pid=21746] ppid=21744 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/21746/stat : 21746 (awk) S 21744 21717 12222 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 107386128 116211712 243 33554432000 4194304 4609284 140728973071312 140728973070488 140629574003712 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 11771904 140728973079896 140728973079926 140728973079926 140728973082607 0
/proc/21746/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27288 KiB

[startup+0.210511 s]*
/proc/loadavg: 1.98 1.91 1.87 3/210 21777
/proc/meminfo: memFree=23311036/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=10982272 memory=31916 CPUtime=0.14 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 5697 13261 0 0 5 1 5 3 20 0 15 0 107386126 11245846528 7979 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2745568 7979 2594 1 0 2708109 0
[pid=21717/tid=21770] ppid=21714 vsize=10982348 memory=7022364594140610616 CPUtime=0.13 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 2944 13261 0 0 4 1 5 3 20 0 15 0 107386141 11245924352 7979 33554432000 4194304 4196468 140729833031984 139788923152112 139788944035226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=10982348 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11245924352 7979 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=10982348 memory=3545656962504603296 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386142 11245924352 8044 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=10982348 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=10982348 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386142 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=10982348 memory=139648990328448 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386144 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=10982348 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107386144 11245924352 8108 33554432000 4194304 4196468 140729833031984 139787696596640 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=10982348 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11245924352 8108 33554432000 4194304 4196468 140729833031984 139787495269616 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=10982348 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=10982348 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 298 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=10982348 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) R 21714 21717 12222 0 -1 4202560 109 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788187531928 139788928992288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=10982348 memory=139648990328448 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 237 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=10982348 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=10982348 memory=139648990328448 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386147 11245924352 8108 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10982272 KiB
Current children cumulated memory: 31916 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.98 1.91 1.87 4/216 21783
/proc/meminfo: memFree=23290296/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=10982744 memory=47468 CPUtime=0.31 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 9309 13261 0 0 21 2 5 3 20 0 15 0 107386126 11246329856 11867 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2745686 11867 2944 1 0 2708109 0
[pid=21717/tid=21770] ppid=21714 vsize=10982744 memory=2076 CPUtime=0.23 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 5840 13261 0 0 13 2 5 3 20 0 15 0 107386141 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788923130304 139788932883225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=10982744 memory=310748598549881691 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=10982744 memory=13848 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=10982744 memory=139648990328448 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246329856 11867 33554432000 4194304 4196468 140729833031984 139787696596640 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246329856 11867 33554432000 4194304 4196468 140729833031984 139787495269616 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 357 13261 0 0 1 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) S 21714 21717 12222 0 -1 1077944384 253 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788187531632 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=10982744 memory=139648990328448 CPUtime=0.12 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 636 13261 0 0 4 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=10982744 memory=139648990328448 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246329856 11867 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47468 KiB

[startup+0.700636 s]
/proc/loadavg: 1.98 1.91 1.87 4/216 21783
/proc/meminfo: memFree=23258496/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=10983192 memory=85248 CPUtime=0.89 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 16464 13261 0 0 76 5 5 3 20 0 15 0 107386126 11246788608 21312 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2745798 21312 3243 1 0 2708109 0
[pid=21717/tid=21770] ppid=21714 vsize=10983192 memory=8100380769600034132 CPUtime=0.61 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 12218 13261 0 0 49 4 5 3 20 0 15 0 107386141 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788923138552 139788931593566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=10983192 memory=4012 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=10983192 memory=30640 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=10983192 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=10983192 memory=3472328296227679313 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386142 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=10983192 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 5 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246788608 21312 33554432000 4194304 4196468 140729833031984 139787696596640 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11246788608 21312 33554432000 4194304 4196468 140729833031984 139787495269616 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=10983192 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=10983192 memory=644 CPUtime=0.15 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 600 13261 0 0 7 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=10983192 memory=956 CPUtime=0.14 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) R 21714 21717 12222 0 -1 4202560 725 13261 0 0 6 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788187519184 139788936223435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=10983192 memory=1232 CPUtime=0.21 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) R 21714 21717 12222 0 -1 1077944384 695 13261 0 0 13 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788186478704 139788951328469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=10983192 memory=2420 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=10983192 memory=1580 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386147 11246788608 21312 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85248 KiB

[startup+1.50072 s]
/proc/loadavg: 1.98 1.91 1.87 3/216 21783
/proc/meminfo: memFree=23216072/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=10998092 memory=176528 CPUtime=2.15 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 23726 13261 0 0 197 10 5 3 20 0 15 0 107386126 11262046208 44132 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2749523 44132 3469 1 0 2711181 0
[pid=21717/tid=21770] ppid=21714 vsize=10998092 memory=139648848386209 CPUtime=1.37 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 17775 13261 0 0 123 6 5 3 20 0 15 0 107386141 11262046208 44132 33554432000 4194304 4196468 140729833031984 139788923149776 139788951340189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=10998092 memory=7007707949394126417 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 80 13261 0 0 0 0 5 3 20 0 15 0 107386142 11262046208 44132 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=10998092 memory=4639059895069856102 CPUtime=0.09 cores=0,2,4,6

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

/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 46539 13261 0 0 10153 17 5 3 20 0 15 0 107386141 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788923153504 139788532165439 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=11077984 memory=645948 CPUtime=0.25 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2767 13261 0 0 14 3 5 3 20 0 15 0 107386142 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=11077984 memory=645948 CPUtime=0.25 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 2600 13261 0 0 14 3 5 3 20 0 15 0 107386142 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=11077984 memory=645948 CPUtime=0.24 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 291 13261 0 0 14 2 5 3 20 0 15 0 107386142 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=11077984 memory=645948 CPUtime=0.25 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 2257 13261 0 0 14 3 5 3 20 0 15 0 107386142 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=11077984 memory=279297697507264 CPUtime=0.23 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 3929 13261 0 0 14 1 5 3 20 0 15 0 107386144 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=11077984 memory=279297697894224 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161487 33554432000 4194304 4196468 140729833031984 139787696596768 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=11077984 memory=30640 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161487 33554432000 4194304 4196468 140729833031984 139787495269632 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=11077984 memory=2396 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=11077984 memory=1300 CPUtime=6.07 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 11252 13261 0 0 596 3 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=11077984 memory=16240 CPUtime=6.74 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) S 21714 21717 12222 0 -1 1077944384 18678 13261 0 0 662 4 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788187531632 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=11077984 memory=1792 CPUtime=3.06 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 18035 13261 0 0 293 5 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=11077984 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=11077984 memory=956 CPUtime=0.11 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1130 13261 0 0 2 1 5 3 20 0 15 0 107386147 11343855616 161487 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 118.35 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 645948 KiB

[startup+162.301 s]
/proc/loadavg: 1.18 1.68 1.80 3/215 21785
/proc/meminfo: memFree=22588088/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=11077984 memory=645956 CPUtime=178.95 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 116426 13261 0 0 17837 50 5 3 20 0 15 0 107386126 11343855616 161489 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2769496 161489 3520 1 0 2731149 0
[pid=21717/tid=21770] ppid=21714 vsize=11077984 memory=645956 CPUtime=161.31 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 48007 13261 0 0 16105 18 5 3 20 0 15 0 107386141 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788923153600 139788532166812 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=11077984 memory=645948 CPUtime=0.45 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2881 13261 0 0 33 4 5 3 20 0 15 0 107386142 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=11077984 memory=645952 CPUtime=0.45 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 2685 13261 0 0 33 4 5 3 20 0 15 0 107386142 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=11077984 memory=645952 CPUtime=0.45 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 1424 13261 0 0 34 3 5 3 20 0 15 0 107386142 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.45 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 2762 13261 0 0 33 4 5 3 20 0 15 0 107386142 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.43 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 4288 13261 0 0 33 2 5 3 20 0 15 0 107386144 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161489 33554432000 4194304 4196468 140729833031984 139787696596768 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161489 33554432000 4194304 4196468 140729833031984 139787495269632 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=11077984 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=11077984 memory=645956 CPUtime=6.08 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 12595 13261 0 0 597 3 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=11077984 memory=645956 CPUtime=6.74 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) S 21714 21717 12222 0 -1 1077944384 19727 13261 0 0 662 4 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788187531632 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=11077984 memory=645956 CPUtime=3.07 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 18689 13261 0 0 294 5 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=11077984 memory=645956 CPUtime=0.15 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1154 13261 0 0 4 3 5 3 20 0 15 0 107386147 11343855616 161489 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 178.95 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 645956 KiB

[startup+222.302 s]
/proc/loadavg: 1.43 1.67 1.78 3/215 21914
/proc/meminfo: memFree=23072816/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=11077984 memory=646092 CPUtime=239.59 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 124155 13261 0 0 23894 57 5 3 20 0 15 0 107386126 11343855616 161523 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2769496 161523 3520 1 0 2731149 0
[pid=21717/tid=21770] ppid=21714 vsize=11077984 memory=646092 CPUtime=220.79 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 49644 13261 0 0 22052 19 5 3 20 0 15 0 107386141 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788923153632 139788531564587 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=11077984 memory=646092 CPUtime=0.65 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2979 13261 0 0 52 5 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=11077984 memory=646092 CPUtime=0.66 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 3769 13261 0 0 53 5 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=11077984 memory=646052 CPUtime=0.66 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 1941 13261 0 0 54 4 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=11077984 memory=646052 CPUtime=0.65 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 2890 13261 0 0 53 4 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=11077984 memory=646052 CPUtime=0.63 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 4667 13261 0 0 52 3 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=11077984 memory=646052 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787696596768 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=11077984 memory=139648849071192 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787495269632 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=11077984 memory=8316868033356759116 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=11077984 memory=646052 CPUtime=6.12 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 13920 13261 0 0 601 3 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=11077984 memory=4012 CPUtime=6.78 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) S 21714 21717 12222 0 -1 1077944384 21199 13261 0 0 666 4 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788187531632 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=11077984 memory=8026097798219251812 CPUtime=3.07 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 19747 13261 0 0 294 5 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=11077984 memory=5860985693159648355 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=11077984 memory=3472328296227679313 CPUtime=0.18 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1185 13261 0 0 6 4 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 239.59 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 646092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.601 s]
/proc/loadavg: 1.71 1.71 1.79 4/215 21914
/proc/meminfo: memFree=22456460/32770624 swapFree=67108404/67108860
[pid=21717] ppid=21714 vsize=11077984 memory=646092 CPUtime=252 cores=0,2,4,6
/proc/21717/stat : 21717 (java) S 21714 21717 12222 0 -1 1077944320 124226 13261 0 0 25134 58 5 3 20 0 15 0 107386126 11343855616 161523 33554432000 4194304 4196468 140729833031984 140729833014528 139788951318263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
/proc/21717/statm: 2769496 161523 3520 1 0 2731149 0
[pid=21717/tid=21770] ppid=21714 vsize=11077984 memory=0 CPUtime=232.98 cores=0,2,4,6
/proc/21717/task/21770/stat : 21770 (java) R 21714 21717 12222 0 -1 4202560 49704 13261 0 0 23271 19 5 3 20 0 15 0 107386141 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788923153184 139788528686327 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21771] ppid=21714 vsize=11077984 memory=4420 CPUtime=0.71 cores=0,2,4,6
/proc/21717/task/21771/stat : 21771 (java) S 21714 21717 12222 0 -1 1077944384 2981 13261 0 0 57 6 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788955560464 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21772] ppid=21714 vsize=11077984 memory=6628 CPUtime=0.7 cores=0,2,4,6
/proc/21717/task/21772/stat : 21772 (java) S 21714 21717 12222 0 -1 1077944384 3772 13261 0 0 57 5 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788840757904 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21773] ppid=21714 vsize=11077984 memory=8836 CPUtime=0.7 cores=0,2,4,6
/proc/21717/task/21773/stat : 21773 (java) S 21714 21717 12222 0 -1 1077944384 1944 13261 0 0 58 4 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788839704848 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21774] ppid=21714 vsize=11077984 memory=11044 CPUtime=0.7 cores=0,2,4,6
/proc/21717/task/21774/stat : 21774 (java) S 21714 21717 12222 0 -1 1077944384 2893 13261 0 0 58 4 5 3 20 0 15 0 107386142 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788838652304 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21775] ppid=21714 vsize=11077984 memory=646092 CPUtime=0.68 cores=0,2,4,6
/proc/21717/task/21775/stat : 21775 (java) S 21714 21717 12222 0 -1 1077944384 4667 13261 0 0 56 4 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788189637360 139788951329410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21776] ppid=21714 vsize=11077984 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21776/stat : 21776 (java) S 21714 21717 12222 0 -1 1077944384 15 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787696596768 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21777] ppid=21714 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21777/stat : 21777 (java) S 21714 21717 12222 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107386144 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787495269632 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21778] ppid=21714 vsize=11077984 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21778/stat : 21778 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139787187870160 139788951336859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21779] ppid=21714 vsize=11077984 memory=17508 CPUtime=6.12 cores=0,2,4,6
/proc/21717/task/21779/stat : 21779 (java) S 21714 21717 12222 0 -1 1077944384 13920 13261 0 0 601 3 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788188584176 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21780] ppid=21714 vsize=11077984 memory=16240 CPUtime=6.78 cores=0,2,4,6
/proc/21717/task/21780/stat : 21780 (java) S 21714 21717 12222 0 -1 1077944384 21199 13261 0 0 666 4 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788187531632 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21781] ppid=21714 vsize=11077984 memory=1792 CPUtime=3.07 cores=0,2,4,6
/proc/21717/task/21781/stat : 21781 (java) S 21714 21717 12222 0 -1 1077944384 19747 13261 0 0 294 5 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788186478576 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21782] ppid=21714 vsize=11077984 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/21717/task/21782/stat : 21782 (java) S 21714 21717 12222 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139786757073248 139788951328469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
[pid=21717/tid=21783] ppid=21714 vsize=11077984 memory=956 CPUtime=0.18 cores=0,2,4,6
/proc/21717/task/21783/stat : 21783 (java) S 21714 21717 12222 0 -1 1077944384 1185 13261 0 0 6 4 5 3 20 0 15 0 107386147 11343855616 161523 33554432000 4194304 4196468 140729833031984 139788185426992 139788951329410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11390976 140729833036393 140729833039201 140729833039201 140729833041871 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 646092 KiB

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

[startup+234.633 s]
# the end of solver process 21717 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.421 s, system=0.631113 s

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

Child status: 143
Real time (s): 234.633
CPU time (s): 252.052
CPU user time (s): 251.421
CPU system time (s): 0.631113
CPU usage (%): 107.424
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 671072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.421
system time used= 0.631113
maximum resident set size= 673100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30631
involuntary context switches= 733


# summary of solver processes directly reported to runsolver:
#   pid: 21717
#   total CPU time (s): 252.052
#   total CPU user time (s): 251.421
#   total CPU system time (s): 0.631113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33695 second user time and 2.30181 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 23:03:50
IDJOB=4302624
IDBENCH=141534
IDSOLVER=2777
FILE ID=node148/4302624-1532898230
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302624-1532898230/watcher-4302624-1532898230 -o /tmp/evaluation-result-4302624-1532898230/solver-4302624-1532898230 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=530475628 -superng HOME/instance-4302624-1532898230.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=530475628

node148.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.50
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.50
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.50
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.50
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:        23329396 kB
MemAvailable:   31381180 kB
Buffers:          249600 kB
Cached:          7952416 kB
SwapCached:          352 kB
Active:          2430296 kB
Inactive:        6376740 kB
Active(anon):     558280 kB
Inactive(anon):    74228 kB
Active(file):    1872016 kB
Inactive(file):  6302512 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:        699672 kB
Mapped:            58040 kB
Shmem:             25016 kB
Slab:             334248 kB
SReclaimable:     305716 kB
SUnreclaim:        28532 kB
KernelStack:        3808 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1817016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 23:07:45