Trace number 4295366

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.8-SuperNG 2018-06-13SAT (TO)1404 2520.08 2477.94

General information on the benchmark

NameKnapsack/
Knapsack-60-250-00_c18.xml
MD5SUMc946fa8aa2d076cbb98267642aa382e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1404
Best CPU time to get the best result obtained on this benchmark897.822
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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.99/0.74	c Concrete v3.8.1528841891564 running
6.54/3.40	o 885
6.81/3.42	o 918
7.49/3.66	o 926
7.49/3.66	o 985
7.49/3.66	o 996
7.49/3.66	o 1002
7.49/3.66	o 1009
7.49/3.66	o 1094
7.49/3.66	o 1115
7.49/3.66	o 1146
7.49/3.66	o 1155
7.49/3.66	o 1175
7.49/3.66	o 1179
7.84/3.78	o 1192
7.84/3.79	o 1224
7.84/3.79	o 1233
8.18/3.80	o 1248
8.48/3.99	o 1250
8.48/4.01	o 1256
8.81/4.02	o 1274
8.81/4.04	o 1280
8.81/4.05	o 1299
8.81/4.06	o 1310
8.81/4.06	o 1328
9.40/4.21	o 1332
12.14/5.38	o 1333
12.14/5.39	o 1361
12.29/5.42	o 1367
15.99/8.59	o 1379
16.36/8.83	o 1385
28.47/19.49	o 1388
29.93/20.72	o 1404
2520.01/2477.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2477.91		at concrete.MAC.mac(MAC.scala:188)
2520.01/2477.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2477.91		at scala.util.Try$.apply(Try.scala:209)
2520.01/2477.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2477.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2477.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2477.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2477.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2477.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2477.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2477.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2477.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2477.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2477.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2477.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2477.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2477.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2477.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2477.91		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2477.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2477.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2477.91		at scala.util.Success.map(Try.scala:209)
2520.01/2477.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2477.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2477.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2477.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2477.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2477.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2477.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2477.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2477.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2477.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2477.91		at scala.App.main(App.scala:76)
2520.01/2477.91		at scala.App.main$(App.scala:74)
2520.01/2477.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2477.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2477.91	v <instantiation cost="1404">
2520.01/2477.91	v       <list>
2520.01/2477.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.01/2477.91	v       </list>
2520.01/2477.91	v       <values>
2520.01/2477.91	v         1 1 0 1 0 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0
2520.01/2477.91	v       </values>
2520.01/2477.91	v     </instantiation>
2520.01/2477.92	s SATISFIABLE

Verifier Data

OK	1404

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295366-1532549105/watcher-4295366-1532549105 -o /tmp/evaluation-result-4295366-1532549105/solver-4295366-1532549105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1959954671 -superng HOME/instance-4295366-1532549105.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.42 1.38 1.37 3/207 29178
/proc/meminfo: memFree=11860280/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=9972712 memory=18996 CPUtime=0.09 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 4415 13152 0 0 1 1 5 2 20 0 6 0 72473637 10212057088 4749 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2493178 4749 1934 1 0 2481616 0
[pid=29121/tid=29174] ppid=29118 vsize=9972712 memory=4279135704014096015 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 2220 13152 0 0 0 0 5 2 20 0 6 0 72473646 10212057088 4749 33554432000 4194304 4196468 140733259839312 139733650657872 139733660214845 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 6 0 72473647 10212057088 4749 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=9972712 memory=140008953271936 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 6 0 72473647 10212057088 4749 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 6 0 72473647 10212057088 4749 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 6 0 72473647 10212057088 4749 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.42 1.38 1.37 3/216 29187
/proc/meminfo: memFree=11831880/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10818936 memory=48316 CPUtime=0.25 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 8935 13152 0 0 16 2 5 2 20 0 15 0 72473637 11078590464 12013 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2704734 12079 2938 1 0 2667157 0
[pid=29121/tid=29174] ppid=29118 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 5693 13152 0 0 10 1 5 2 20 0 15 0 72473646 11078590464 12145 33554432000 4194304 4196468 140733259839312 139733650645920 139733671500829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10818936 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11078590464 12145 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10818936 memory=140008953657481 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11078590464 12211 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11078590464 12211 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473647 11078590464 12211 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10818936 memory=140008953271936 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473648 11078590464 12277 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11078590464 12277 33554432000 4194304 4196468 140733259839312 139733137089696 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473649 11078590464 12277 33554432000 4194304 4196468 140733259839312 139733002871536 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11078590464 12343 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 514 13152 0 0 1 0 5 2 20 0 15 0 72473652 11078590464 12343 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 55 13152 0 0 0 0 5 2 20 0 15 0 72473652 11078590464 12343 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10818936 memory=140008953271936 CPUtime=0.1 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 562 13152 0 0 3 0 5 2 20 0 15 0 72473652 11078590464 12396 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11078557696 12396 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10818904 memory=140008953271936 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473652 11078557696 12396 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 48316 KiB

[startup+0.310343 s]*
/proc/loadavg: 1.42 1.38 1.37 3/216 29187
/proc/meminfo: memFree=11818360/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10819352 memory=57460 CPUtime=0.38 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 10478 13152 0 0 28 3 5 2 20 0 15 0 72473637 11079016448 14365 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2704838 14365 3057 1 0 2667149 0
[pid=29121/tid=29174] ppid=29118 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 7119 13152 0 0 19 2 5 2 20 0 15 0 72473646 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733650633120 139733662901598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473648 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733137089696 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473649 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733002871536 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 514 13152 0 0 1 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 56 13152 0 0 1 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10819352 memory=140008953271936 CPUtime=0.12 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) R 29118 29121 26438 0 -1 4202560 569 13152 0 0 5 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733101427184 139733678833046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10819352 memory=140008953271936 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 14365 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57460 KiB

[startup+0.700701 s]
/proc/loadavg: 1.42 1.38 1.37 4/216 29187
/proc/meminfo: memFree=11808384/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10819352 memory=90476 CPUtime=0.99 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 16753 13152 0 0 87 5 5 2 20 0 15 0 72473637 11079016448 22619 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2704838 22619 3238 1 0 2667149 0
[pid=29121/tid=29174] ppid=29118 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 12334 13152 0 0 55 3 5 2 20 0 15 0 72473646 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733650641936 139733659096889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10819352 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473647 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 5 13152 0 0 0 0 5 2 20 0 15 0 72473648 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10819352 memory=140008820454096 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733137089696 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10819352 memory=140011638882915 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473649 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733002871536 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10819352 memory=10592 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10819352 memory=7234564758908855872 CPUtime=0.14 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 886 13152 0 0 7 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10819352 memory=7597685182856913236 CPUtime=0.17 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 658 13152 0 0 10 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10819352 memory=5787221545506525541 CPUtime=0.2 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 652 13152 0 0 13 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10819352 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473652 11079016448 22619 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90476 KiB

[startup+1.50063 s]
/proc/loadavg: 1.42 1.38 1.37 3/216 29187
/proc/meminfo: memFree=11763044/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10834252 memory=181296 CPUtime=2.23 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 23927 13152 0 0 207 9 5 2 20 0 15 0 72473637 11094274048 45324 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2708563 45324 3467 1 0 2670221 0
[pid=29121/tid=29174] ppid=29118 vsize=10834252 memory=12813 CPUtime=1.43 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 17991 13152 0 0 130 6 5 2 20 0 15 0 72473646 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733650650736 139733281677231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 17 13152 0 0 1 0 5 2 20 0 15 0 72473647 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 296 13152 0 0 1 0 5 2 20 0 15 0 72473647 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10834252 memory=201 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 70 13152 0 0 1 0 5 2 20 0 15 0 72473647 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10834252 memory=90476 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 56 13152 0 0 1 0 5 2 20 0 15 0 72473647 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 62 13152 0 0 1 0 5 2 20 0 15 0 72473648 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10834252 memory=280017640849904 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733137089760 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10834252 memory=280017640900704 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473649 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733002871552 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10834252 memory=4638778398332698720 CPUtime=0.25 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) R 29118 29121 26438 0 -1 4202560 1082 13152 0 0 18 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733103532784 139733659457044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10834252 memory=280017641184128 CPUtime=0.3 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 1125 13152 0 0 23 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10834252 memory=-7531822216213012384 CPUtime=0.36 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 1014 13152 0 0 29 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10834252 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10834252 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1 13152 0 0 0 0 5 2 20 0 15 0 72473652 11094274048 45324 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 82836 13152 0 0 236089 42 5 2 20 0 15 0 72473646 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733650656544 139733292652563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10914144 memory=704008 CPUtime=8.95 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 12203 13152 0 0 841 47 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10914144 memory=2577 CPUtime=8.96 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 13072 13152 0 0 844 45 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10914144 memory=0 CPUtime=8.94 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 5760 13152 0 0 840 47 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10914144 memory=703944 CPUtime=8.96 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 11510 13152 0 0 843 46 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10914144 memory=704008 CPUtime=8.42 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 12454 13152 0 0 789 46 5 2 20 0 15 0 72473648 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733137089824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733002871552 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10914144 memory=704008 CPUtime=6.74 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 20977 13152 0 0 662 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10914144 memory=704008 CPUtime=6.99 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 23001 13152 0 0 687 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10914144 memory=4128 CPUtime=3.22 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 19862 13152 0 0 308 7 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10914144 memory=21828 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10914144 memory=1292 CPUtime=1.39 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1354 13152 0 0 62 70 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 2423.42 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 704008 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.44 1.37 3/215 29518
/proc/meminfo: memFree=11214096/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10914144 memory=704008 CPUtime=2484.06 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 205996 13152 0 0 248089 310 5 2 20 0 15 0 72473637 11176083456 176002 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2728536 176002 3518 1 0 2690189 0
[pid=29121/tid=29174] ppid=29118 vsize=10914144 memory=704008 CPUtime=2420.88 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 83233 13152 0 0 242039 42 5 2 20 0 15 0 72473646 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733650656384 139733293744231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10914144 memory=0 CPUtime=9.18 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 12486 13152 0 0 862 49 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.18 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 13097 13152 0 0 864 47 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.15 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 5771 13152 0 0 860 48 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.18 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 11514 13152 0 0 863 48 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10914144 memory=704008 CPUtime=8.63 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 12484 13152 0 0 809 47 5 2 20 0 15 0 72473648 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733137089824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733002871552 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10914144 memory=704008 CPUtime=6.74 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 20977 13152 0 0 662 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10914144 memory=636 CPUtime=6.99 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 23001 13152 0 0 687 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10914144 memory=704008 CPUtime=3.22 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 19862 13152 0 0 308 7 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10914144 memory=4048 CPUtime=1.43 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1358 13152 0 0 65 71 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 2484.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 704008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.9 s]
/proc/loadavg: 1.33 1.43 1.37 3/215 29519
/proc/meminfo: memFree=11213032/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10914144 memory=704008 CPUtime=2520.01 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 206598 13152 0 0 251681 313 5 2 20 0 15 0 72473637 11176083456 176002 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2728536 176002 3518 1 0 2690189 0
[pid=29121/tid=29174] ppid=29118 vsize=10914144 memory=704008 CPUtime=2456.17 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 83539 13152 0 0 245568 42 5 2 20 0 15 0 72473646 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733650656384 139733295577996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 12533 13152 0 0 874 50 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 13125 13152 0 0 877 47 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.29 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 5779 13152 0 0 873 49 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 11525 13152 0 0 875 49 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10914144 memory=704008 CPUtime=8.75 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 12665 13152 0 0 821 47 5 2 20 0 15 0 72473648 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733137089824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733002871552 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10914144 memory=4128 CPUtime=6.74 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 20979 13152 0 0 662 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10914144 memory=4128 CPUtime=6.99 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 23003 13152 0 0 687 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10914144 memory=21828 CPUtime=3.22 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 19864 13152 0 0 308 7 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10914144 memory=704008 CPUtime=1.45 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1373 13152 0 0 66 72 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 704008 KiB

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

[startup+2477.94 s]
# the end of solver process 29121 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.17487 s

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

[startup+2477.9 s]
/proc/loadavg: 1.33 1.43 1.37 3/215 29519
/proc/meminfo: memFree=11213032/32770624 swapFree=67108860/67108860
[pid=29121] ppid=29118 vsize=10914144 memory=704008 CPUtime=2520.01 cores=1,3,5,7
/proc/29121/stat : 29121 (java) S 29118 29121 26438 0 -1 1077944320 206598 13152 0 0 251681 313 5 2 20 0 15 0 72473637 11176083456 176002 33554432000 4194304 4196468 140733259839312 140733259821856 139733678821111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
/proc/29121/statm: 2728536 176002 3518 1 0 2690189 0
[pid=29121/tid=29174] ppid=29118 vsize=10914144 memory=704008 CPUtime=2456.17 cores=1,3,5,7
/proc/29121/task/29174/stat : 29174 (java) R 29118 29121 26438 0 -1 4202560 83539 13152 0 0 245568 42 5 2 20 0 15 0 72473646 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733650656384 139733295577996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29175] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29175/stat : 29175 (java) S 29118 29121 26438 0 -1 1077944384 12533 13152 0 0 874 50 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733683063824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29176] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29176/stat : 29176 (java) S 29118 29121 26438 0 -1 1077944384 13125 13152 0 0 877 47 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733608369296 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29177] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.29 cores=1,3,5,7
/proc/29121/task/29177/stat : 29177 (java) S 29118 29121 26438 0 -1 1077944384 5779 13152 0 0 873 49 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733251054352 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29178] ppid=29118 vsize=10914144 memory=704008 CPUtime=9.31 cores=1,3,5,7
/proc/29121/task/29178/stat : 29178 (java) S 29118 29121 26438 0 -1 1077944384 11525 13152 0 0 875 49 5 2 20 0 15 0 72473647 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733250001808 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29179] ppid=29118 vsize=10914144 memory=704008 CPUtime=8.75 cores=1,3,5,7
/proc/29121/task/29179/stat : 29179 (java) S 29118 29121 26438 0 -1 1077944384 12665 13152 0 0 821 47 5 2 20 0 15 0 72473648 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733205424368 139733678832258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29180] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29180/stat : 29180 (java) S 29118 29121 26438 0 -1 1077944384 13 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733137089824 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29181] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29181/stat : 29181 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473649 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733002871552 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29182] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29182/stat : 29182 (java) S 29118 29121 26438 0 -1 1077944384 2 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139732398893008 139733678839707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29183] ppid=29118 vsize=10914144 memory=4128 CPUtime=6.74 cores=1,3,5,7
/proc/29121/task/29183/stat : 29183 (java) S 29118 29121 26438 0 -1 1077944384 20979 13152 0 0 662 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733103532784 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29184] ppid=29118 vsize=10914144 memory=4128 CPUtime=6.99 cores=1,3,5,7
/proc/29121/task/29184/stat : 29184 (java) S 29118 29121 26438 0 -1 1077944384 23003 13152 0 0 687 5 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733102480240 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29185] ppid=29118 vsize=10914144 memory=21828 CPUtime=3.22 cores=1,3,5,7
/proc/29121/task/29185/stat : 29185 (java) S 29118 29121 26438 0 -1 1077944384 19864 13152 0 0 308 7 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733101427184 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29186] ppid=29118 vsize=10914144 memory=704008 CPUtime=0.07 cores=1,3,5,7
/proc/29121/task/29186/stat : 29186 (java) S 29118 29121 26438 0 -1 1077944384 3 13152 0 0 0 0 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139731929131872 139733678831317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
[pid=29121/tid=29187] ppid=29118 vsize=10914144 memory=704008 CPUtime=1.45 cores=1,3,5,7
/proc/29121/task/29187/stat : 29187 (java) S 29118 29121 26438 0 -1 1077944384 1373 13152 0 0 66 72 5 2 20 0 15 0 72473652 11176083456 176002 33554432000 4194304 4196468 140733259839312 139733100374576 139733678832258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140733259843755 140733259847004 140733259847004 140733259849679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 704008 KiB

Child status: 143
Real time (s): 2477.94
CPU time (s): 2520.08
CPU user time (s): 2516.9
CPU system time (s): 3.17487
CPU usage (%): 101.701
Max. virtual memory (cumulated for all children) (KiB): 10916956
Max. memory (cumulated for all children) (KiB): 707760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.17487
maximum resident set size= 709808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251758
involuntary context switches= 7036


# summary of solver processes directly reported to runsolver:
#   pid: 29121
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.17487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7412 second user time and 22.7823 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 22:05:05
IDJOB=4295366
IDBENCH=141530
IDSOLVER=2751
FILE ID=node139/4295366-1532549105
RUNJOBID= node139-1532535188-26470
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295366-1532549105/watcher-4295366-1532549105 -o /tmp/evaluation-result-4295366-1532549105/solver-4295366-1532549105 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1959954671 -superng HOME/instance-4295366-1532549105.xml

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

MD5SUM BENCH= c946fa8aa2d076cbb98267642aa382e7
RANDOM SEED=1959954671

node139.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.80
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.80
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.80
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.80
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:        11864120 kB
MemAvailable:   31268224 kB
Buffers:          221120 kB
Cached:         19141084 kB
SwapCached:            0 kB
Active:          3517900 kB
Inactive:       16560552 kB
Active(anon):     666932 kB
Inactive(anon):    77500 kB
Active(file):    2850968 kB
Inactive(file): 16483052 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26760 kB
Writeback:             0 kB
AnonPages:        729844 kB
Mapped:            53272 kB
Shmem:             25228 kB
Slab:             525816 kB
SReclaimable:     498544 kB
SUnreclaim:        27272 kB
KernelStack:        3824 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1703052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 22:46:23