Trace number 4293882

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)34 2520.06 2480.23

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16a_c18.xml
MD5SUM33cd07532de3d8b94fe29f3b9aee1e6b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2400.22
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints39
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":38},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":218},{"degree":1,"count":6},{"degree":2,"count":38},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":10,"count":4}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":38},{"arity":16,"count":1}]
Number of extensional constraints38
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":38},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
9.25/4.24	o 45
10.58/4.63	o 43
10.58/4.63	o 41
10.58/4.63	o 39
14.38/6.62	o 38
52.37/42.29	o 37
227.36/213.73	o 35
308.36/293.23	o 34
2520.02/2480.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2480.20		at concrete.MAC.mac(MAC.scala:188)
2520.02/2480.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2480.20		at scala.util.Try$.apply(Try.scala:209)
2520.02/2480.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2480.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2480.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2480.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2480.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2480.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2480.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2480.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2480.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2480.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2480.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2480.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2480.20		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2480.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2480.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2480.20		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2480.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2480.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2480.20		at scala.util.Success.map(Try.scala:209)
2520.02/2480.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2480.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2480.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2480.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2480.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2480.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2480.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2480.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2480.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2480.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2480.20		at scala.App.main(App.scala:76)
2520.02/2480.20		at scala.App.main$(App.scala:74)
2520.02/2480.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2480.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2480.21	v <instantiation cost="34">
2520.02/2480.21	v       <list>
2520.02/2480.21	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] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][7] d[1][8] d[1][9] d[2][3] d[2][7] d[2][8] d[2][9] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
2520.02/2480.21	v       </list>
2520.02/2480.21	v       <values>
2520.02/2480.21	v         1 0 4 2 9 15 11 3 7 5 13 12 8 14 6 10 0 1 1 0 2 1 0 1 0 0 0 1 1 2 1 1 2 1 0 1 0 1 2 1 0 1 2 1 0 1 0 1 0 1 2 0 1 0
2520.02/2480.21	v       </values>
2520.02/2480.21	v     </instantiation>
2520.02/2480.21	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293882-1532382363/watcher-4293882-1532382363 -o /tmp/evaluation-result-4293882-1532382363/solver-4293882-1532382363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2045518528 -superng HOME/instance-4293882-1532382363.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=19162, runsolver pid=19159
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 1.55 1.41 1.41 3/206 19219
/proc/meminfo: memFree=26659140/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 4255 13178 0 0 1 0 5 2 20 0 6 0 55799549 10212057088 4648 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2493178 4648 1934 1 0 2481616 0
[pid=19162/tid=19215] ppid=19159 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 2083 13178 0 0 1 0 5 2 20 0 6 0 55799557 10212057088 4648 33554432000 4194304 4196468 140736685004528 140708846711376 140708859997552 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 6 0 55799558 10212057088 4648 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=9972712 memory=140015204415104 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 6 0 55799558 10212057088 4648 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 6 0 55799558 10212057088 4648 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 6 0 55799558 10212057088 4648 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210263 s]*
/proc/loadavg: 1.55 1.41 1.41 3/215 19228
/proc/meminfo: memFree=26644264/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10818904 memory=45496 CPUtime=0.25 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 9254 13178 0 0 16 2 5 2 20 0 15 0 55799549 11078557696 11374 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2704726 11374 2970 1 0 2667149 0
[pid=19162/tid=19215] ppid=19159 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 5873 13178 0 0 10 1 5 2 20 0 15 0 55799557 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708846699424 140708858955132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10818904 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10818904 memory=288370391356126848 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 15 0 55799558 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10818904 memory=140015204415104 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 15 0 55799560 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 33 13178 0 0 0 0 5 2 20 0 15 0 55799560 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708333220640 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11078557696 11374 33554432000 4194304 4196468 140736685004528 140707759121520 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 487 13178 0 0 1 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 87 13178 0 0 1 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10818904 memory=140015204415104 CPUtime=0.1 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) R 19159 19162 17273 0 -1 4202560 577 13178 0 0 3 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140708297558896 140708874895962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10818904 memory=140015204415104 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799563 11078557696 11374 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45496 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.55 1.41 1.41 3/215 19228
/proc/meminfo: memFree=26631496/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10819352 memory=53632 CPUtime=0.38 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 10465 13178 0 0 28 3 5 2 20 0 15 0 55799549 11079016448 13408 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2704838 13408 3104 1 0 2667149 0
[pid=19162/tid=19215] ppid=19159 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 7060 13178 0 0 19 2 5 2 20 0 15 0 55799557 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708846686624 140708852098768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 33 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708333220640 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 13408 33554432000 4194304 4196468 140736685004528 140707759121520 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 488 13178 0 0 1 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 87 13178 0 0 1 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10819352 memory=140015204415104 CPUtime=0.12 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 595 13178 0 0 5 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10819352 memory=140015204415104 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 13408 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53632 KiB

[startup+0.700793 s]
/proc/loadavg: 1.55 1.41 1.41 3/215 19228
/proc/meminfo: memFree=26621820/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10819352 memory=86668 CPUtime=0.98 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 16797 13178 0 0 87 4 5 2 20 0 15 0 55799549 11079016448 21667 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2704838 21667 3237 1 0 2667149 0
[pid=19162/tid=19215] ppid=19159 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 12306 13178 0 0 56 3 5 2 20 0 15 0 55799557 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708846695440 140708855140751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 2 13178 0 0 0 0 5 2 20 0 15 0 55799558 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10819352 memory=6935649255861544529 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 5 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10819352 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 33 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708333220640 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11079016448 21667 33554432000 4194304 4196468 140736685004528 140707759121520 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 886 13178 0 0 7 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 674 13178 0 0 9 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 693 13178 0 0 13 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799563 11079016448 21667 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86668 KiB

[startup+1.51061 s]
/proc/loadavg: 1.55 1.41 1.41 3/215 19228
/proc/meminfo: memFree=26575364/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10836300 memory=180140 CPUtime=2.26 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 24734 13178 0 0 210 9 5 2 20 0 15 0 55799549 11096371200 45035 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2709075 45035 3470 1 0 2670733 0
[pid=19162/tid=19215] ppid=19159 vsize=10836300 memory=4951091520830867572 CPUtime=1.43 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 18178 13178 0 0 131 5 5 2 20 0 15 0 55799557 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708846684000 140708858955102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10836300 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 69 13178 0 0 1 0 5 2 20 0 15 0 55799558 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10836300 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 16 13178 0 0 1 0 5 2 20 0 15 0 55799558 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10836300 memory=-7960774683244938950 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 248 13178 0 0 1 0 5 2 20 0 15 0 55799558 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10836300 memory=118016 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 40 13178 0 0 0 0 5 2 20 0 15 0 55799558 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 203 13178 0 0 1 0 5 2 20 0 15 0 55799560 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 34 13178 0 0 0 0 5 2 20 0 15 0 55799560 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708333220704 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10836300 memory=280030122934560 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11096371200 45035 33554432000 4194304 4196468 140736685004528 140707759121536 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10836300 memory=280030123349504 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10836300 memory=140015061476992 CPUtime=0.24 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 1118 13178 0 0 17 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10836300 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 1122 13178 0 0 23 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10836300 memory=1200 CPUtime=0.38 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 1512 13178 0 0 31 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10836300 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10836300 memory=11388 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799563 11096371200 45035 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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

/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 85413 13178 0 0 230401 37 5 2 20 0 15 0 55799557 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708846709264 140708459411307 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10916192 memory=698264 CPUtime=7.93 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 10630 13178 0 0 747 39 5 2 20 0 15 0 55799558 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10916192 memory=698384 CPUtime=7.9 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 10647 13178 0 0 744 39 5 2 20 0 15 0 55799558 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10916192 memory=698384 CPUtime=7.93 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 12164 13178 0 0 748 38 5 2 20 0 15 0 55799558 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10916192 memory=698384 CPUtime=7.92 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 10388 13178 0 0 747 38 5 2 20 0 15 0 55799558 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10916192 memory=698384 CPUtime=7.06 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 10463 13178 0 0 660 39 5 2 20 0 15 0 55799560 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10916192 memory=698384 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 37 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708333220704 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10916192 memory=698384 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174596 33554432000 4194304 4196468 140736685004528 140707759121536 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10916192 memory=698384 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10916192 memory=698384 CPUtime=6.31 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 34826 13178 0 0 620 4 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10916192 memory=698384 CPUtime=7.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 47233 13178 0 0 695 6 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10916192 memory=698264 CPUtime=3.26 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 34042 13178 0 0 313 6 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10916192 memory=698264 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10916192 memory=6791534058613427641 CPUtime=1.28 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1553 13178 0 0 52 69 5 2 20 0 15 0 55799563 11178180608 174596 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 2360.58 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 698384 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.34 1.39 3/215 19344
/proc/meminfo: memFree=26114252/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10916192 memory=698408 CPUtime=2421.18 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 260441 13178 0 0 241842 269 5 2 20 0 15 0 55799549 11178180608 174602 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2729048 174602 3520 1 0 2690701 0
[pid=19162/tid=19215] ppid=19159 vsize=10916192 memory=4100 CPUtime=2364.01 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 85840 13178 0 0 236357 37 5 2 20 0 15 0 55799557 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708846709104 140708459405508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10916192 memory=698408 CPUtime=8.14 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 10962 13178 0 0 767 40 5 2 20 0 15 0 55799558 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10916192 memory=698408 CPUtime=8.11 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 10684 13178 0 0 764 40 5 2 20 0 15 0 55799558 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10916192 memory=698384 CPUtime=8.13 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 12175 13178 0 0 768 38 5 2 20 0 15 0 55799558 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10916192 memory=698384 CPUtime=8.12 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 10400 13178 0 0 767 38 5 2 20 0 15 0 55799558 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10916192 memory=698408 CPUtime=7.23 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 10491 13178 0 0 677 39 5 2 20 0 15 0 55799560 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10916192 memory=698408 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 37 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708333220704 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10916192 memory=698384 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174602 33554432000 4194304 4196468 140736685004528 140707759121536 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10916192 memory=698408 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10916192 memory=698408 CPUtime=6.31 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 34826 13178 0 0 620 4 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10916192 memory=4028 CPUtime=7.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 47233 13178 0 0 695 6 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10916192 memory=698408 CPUtime=3.26 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 34042 13178 0 0 313 6 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10916192 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10916192 memory=1784 CPUtime=1.3 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1557 13178 0 0 53 70 5 2 20 0 15 0 55799563 11178180608 174602 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 2421.18 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 698408 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.39 1.41 3/215 19476
/proc/meminfo: memFree=26257052/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10916192 memory=698468 CPUtime=2481.75 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 261897 13178 0 0 247895 273 5 2 20 0 15 0 55799549 11178180608 174617 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2729048 174617 3520 1 0 2690701 0
[pid=19162/tid=19215] ppid=19159 vsize=10916192 memory=6791534058613427641 CPUtime=2423.57 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 86671 13178 0 0 242312 38 5 2 20 0 15 0 55799557 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708846709056 140708461082398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10916192 memory=698468 CPUtime=8.34 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 10975 13178 0 0 787 40 5 2 20 0 15 0 55799558 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10916192 memory=698384 CPUtime=8.32 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 10706 13178 0 0 784 41 5 2 20 0 15 0 55799558 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10916192 memory=698468 CPUtime=8.33 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 12187 13178 0 0 787 39 5 2 20 0 15 0 55799558 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10916192 memory=698468 CPUtime=8.33 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 10479 13178 0 0 787 39 5 2 20 0 15 0 55799558 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10916192 memory=698468 CPUtime=7.41 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 10671 13178 0 0 694 40 5 2 20 0 15 0 55799560 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10916192 memory=698468 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 37 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708333220704 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10916192 memory=698468 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 174617 33554432000 4194304 4196468 140736685004528 140707759121536 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10916192 memory=698468 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10916192 memory=698468 CPUtime=6.31 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 34828 13178 0 0 620 4 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10916192 memory=698468 CPUtime=7.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 47235 13178 0 0 695 6 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10916192 memory=4028 CPUtime=3.26 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 34342 13178 0 0 313 6 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10916192 memory=698468 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10916192 memory=5520 CPUtime=1.34 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1572 13178 0 0 55 72 5 2 20 0 15 0 55799563 11178180608 174617 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 2481.75 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 698468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.2 s]
/proc/loadavg: 1.35 1.38 1.40 3/215 19476
/proc/meminfo: memFree=26220792/32770624 swapFree=67108860/67108860
[pid=19162] ppid=19159 vsize=10916192 memory=700620 CPUtime=2520.02 cores=1,3,5,7
/proc/19162/stat : 19162 (java) S 19159 19162 17273 0 -1 1077944320 262611 13178 0 0 251718 277 5 2 20 0 15 0 55799549 11178180608 175155 33554432000 4194304 4196468 140736685004528 140736684987072 140708874874615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
/proc/19162/statm: 2729048 175155 3520 1 0 2690701 0
[pid=19162/tid=19215] ppid=19159 vsize=10916192 memory=2604 CPUtime=2461.19 cores=1,3,5,7
/proc/19162/task/19215/stat : 19215 (java) R 19159 19162 17273 0 -1 4202560 86951 13178 0 0 246074 38 5 2 20 0 15 0 55799557 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708846708656 140708459407357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19216] ppid=19159 vsize=10916192 memory=4028 CPUtime=8.47 cores=1,3,5,7
/proc/19162/task/19216/stat : 19216 (java) S 19159 19162 17273 0 -1 1077944384 10983 13178 0 0 800 40 5 2 20 0 15 0 55799558 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708879117200 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19217] ppid=19159 vsize=10916192 memory=17884 CPUtime=8.44 cores=1,3,5,7
/proc/19162/task/19217/stat : 19217 (java) S 19159 19162 17273 0 -1 1077944384 10714 13178 0 0 796 41 5 2 20 0 15 0 55799558 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708767390480 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19218] ppid=19159 vsize=10916192 memory=1296 CPUtime=8.46 cores=1,3,5,7
/proc/19162/task/19218/stat : 19218 (java) S 19159 19162 17273 0 -1 1077944384 12521 13178 0 0 800 39 5 2 20 0 15 0 55799558 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708446989456 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19219] ppid=19159 vsize=10916192 memory=2428 CPUtime=8.45 cores=1,3,5,7
/proc/19162/task/19219/stat : 19219 (java) S 19159 19162 17273 0 -1 1077944384 10533 13178 0 0 799 39 5 2 20 0 15 0 55799558 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708445936656 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19220] ppid=19159 vsize=10916192 memory=1728 CPUtime=7.52 cores=1,3,5,7
/proc/19162/task/19220/stat : 19220 (java) S 19159 19162 17273 0 -1 1077944384 10692 13178 0 0 704 41 5 2 20 0 15 0 55799560 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708334274672 140708874885762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19221] ppid=19159 vsize=10916192 memory=303430223234596890 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19221/stat : 19221 (java) S 19159 19162 17273 0 -1 1077944384 37 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708333220704 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19222] ppid=19159 vsize=10916192 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19222/stat : 19222 (java) S 19159 19162 17273 0 -1 1077944384 1 13178 0 0 0 0 5 2 20 0 15 0 55799560 11178180608 175155 33554432000 4194304 4196468 140736685004528 140707759121536 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19223] ppid=19159 vsize=10916192 memory=14412618299345480 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19223/stat : 19223 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140707451721808 140708874893211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19224] ppid=19159 vsize=10916192 memory=792 CPUtime=6.31 cores=1,3,5,7
/proc/19162/task/19224/stat : 19224 (java) S 19159 19162 17273 0 -1 1077944384 34830 13178 0 0 620 4 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708299663984 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19225] ppid=19159 vsize=10916192 memory=1228 CPUtime=7.08 cores=1,3,5,7
/proc/19162/task/19225/stat : 19225 (java) S 19159 19162 17273 0 -1 1077944384 47237 13178 0 0 695 6 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708298611184 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19226] ppid=19159 vsize=10916192 memory=1944 CPUtime=3.26 cores=1,3,5,7
/proc/19162/task/19226/stat : 19226 (java) S 19159 19162 17273 0 -1 1077944384 34344 13178 0 0 313 6 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140708297558896 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19227] ppid=19159 vsize=10916192 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/19162/task/19227/stat : 19227 (java) S 19159 19162 17273 0 -1 1077944384 3 13178 0 0 0 0 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140707418164192 140708874884821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
[pid=19162/tid=19228] ppid=19159 vsize=10916192 memory=2428 CPUtime=1.36 cores=1,3,5,7
/proc/19162/task/19228/stat : 19228 (java) S 19159 19162 17273 0 -1 1077944384 1575 13178 0 0 56 73 5 2 20 0 15 0 55799563 11178180608 175155 33554432000 4194304 4196468 140736685004528 140707839863216 140708874885762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140736685013163 140736685016412 140736685016412 140736685019087 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 700620 KiB

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

[startup+2480.23 s]
# the end of solver process 19162 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.26 s, system=2.80531 s

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

Child status: 143
Real time (s): 2480.23
CPU time (s): 2520.06
CPU user time (s): 2517.26
CPU system time (s): 2.80531
CPU usage (%): 101.606
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 700988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.26
system time used= 2.80531
maximum resident set size= 704740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220183
involuntary context switches= 6061


# summary of solver processes directly reported to runsolver:
#   pid: 19162
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.26
#   total CPU system time (s): 2.80531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9096 second user time and 23.3053 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 23:46:03
IDJOB=4293882
IDBENCH=141255
IDSOLVER=2751
FILE ID=node151/4293882-1532382363
RUNJOBID= node151-1532369950-17305
PBS_JOBID= 21021572
Free space on /tmp= 55048 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16a_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-4293882-1532382363/watcher-4293882-1532382363 -o /tmp/evaluation-result-4293882-1532382363/solver-4293882-1532382363 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2045518528 -superng HOME/instance-4293882-1532382363.xml

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

MD5SUM BENCH= 33cd07532de3d8b94fe29f3b9aee1e6b
RANDOM SEED=2045518528

node151.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.87
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.87
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.87
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.87
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:        26667096 kB
MemAvailable:   31127976 kB
Buffers:          143748 kB
Cached:          4559104 kB
SwapCached:            0 kB
Active:          1763816 kB
Inactive:        3818968 kB
Active(anon):     830676 kB
Inactive(anon):    69336 kB
Active(file):     933140 kB
Inactive(file):  3749632 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:        900560 kB
Mapped:            50620 kB
Shmem:             17032 kB
Slab:             215152 kB
SReclaimable:     187888 kB
SUnreclaim:        27264 kB
KernelStack:        3792 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1868292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-24 00:27:24