Trace number 4302404

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)105 252.129 236.345

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32d_c18.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark252.075
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"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.99/0.74	c Concrete v3.9.2.1532736233296 running
12.66/5.44	o 141
12.66/5.47	o 139
12.93/5.50	o 127
12.93/5.51	o 125
16.17/7.73	o 123
16.78/8.27	o 121
17.34/8.65	o 119
17.34/8.66	o 117
17.34/8.67	o 113
21.08/11.62	o 112
21.08/11.62	o 106
21.08/11.63	o 105
252.07/236.30	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/236.30		at concrete.MAC.mac(MAC.scala:188)
252.07/236.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/236.30		at scala.util.Try$.apply(Try.scala:209)
252.07/236.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/236.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/236.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/236.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/236.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/236.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/236.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/236.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/236.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/236.30		at concrete.MAC.oneRun(MAC.scala:253)
252.07/236.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/236.30		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/236.30		at concrete.Solver.hasNext(Solver.scala:166)
252.07/236.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/236.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/236.30		at concrete.Solver.foreach(Solver.scala:68)
252.07/236.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/236.30		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/236.30		at scala.util.Success.map(Try.scala:209)
252.07/236.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/236.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/236.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/236.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/236.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/236.30		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/236.30		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/236.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/236.30		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/236.30		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/236.30		at scala.App.main(App.scala:76)
252.07/236.30		at scala.App.main$(App.scala:74)
252.07/236.30		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/236.30		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/236.31	v <instantiation cost="105">
252.07/236.31	v       <list>
252.07/236.31	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] d[0][1] d[0][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
252.07/236.31	v       </list>
252.07/236.31	v       <values>
252.07/236.31	v         11 17 12 10 15 22 23 31 21 25 7 13 24 29 18 19 27 3 4 28 26 1 6 20 14 16 8 0 5 9 30 2 2 0 0 2 1 3 1 1 2 1 0 0 3 2 1 2 0 0 2 1 1 0 1 1 1 0 1 1 0 2 2 0 0 1 2 1 1 0 1 1 1 0 1 2 2 0 0 2 0 1 1 0 1 1 1 1 1 0 2 1 0 2 1 1 0 2 1 2 2 3 0 0 1 0 2 2 2 1 2 0 0 2 1 3 0 1 1 0 0 1
252.07/236.31	v       </values>
252.07/236.31	v     </instantiation>
252.07/236.31	s SATISFIABLE

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302404-1532896381/watcher-4302404-1532896381 -o /tmp/evaluation-result-4302404-1532896381/solver-4302404-1532896381 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2121634652 HOME/instance-4302404-1532896381.xml 

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

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

solver pid=19002, runsolver pid=18999

[startup+0.102072 s]*
/proc/loadavg: 1.75 1.87 1.86 2/207 19059
/proc/meminfo: memFree=27307768/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=10005480 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 4391 13150 0 0 1 0 4 3 20 0 6 0 107201276 10245611520 4270 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2501370 4270 1935 1 0 2489808 0
[pid=19002/tid=19055] ppid=18999 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 2222 13150 0 0 1 0 4 3 20 0 6 0 107201285 10245611520 4270 33554432000 4194304 4196468 140725633349040 140584275726928 140584287970654 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 6 0 107201286 10245611520 4270 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=10005480 memory=139756354774656 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 6 0 107201286 10245611520 4270 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 6 0 107201286 10245611520 4270 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 6 0 107201286 10245611520 4270 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210169 s]*
/proc/loadavg: 1.75 1.87 1.86 3/216 19068
/proc/meminfo: memFree=27286888/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=10982744 memory=43772 CPUtime=0.25 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 7659 13150 0 0 17 1 4 3 20 0 15 0 107201276 11246329856 10943 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2745686 10943 2959 1 0 2708109 0
[pid=19002/tid=19055] ppid=18999 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 4365 13150 0 0 11 0 4 3 20 0 15 0 107201285 11246329856 11075 33554432000 4194304 4196468 140725633349040 140584275713840 140584284165916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246329856 11075 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=10982744 memory=139756354793525 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246329856 11075 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246329856 11141 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246329856 11141 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=10982744 memory=139756354774656 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201287 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583084483360 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246329856 11141 33554432000 4194304 4196468 140725633349040 140582936634480 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 422 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 186 13150 0 0 1 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=10982744 memory=139756354774656 CPUtime=0.1 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 608 13150 0 0 3 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=10982744 memory=139756354774656 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246329856 11141 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43772 KiB

[startup+0.310386 s]*
/proc/loadavg: 1.75 1.87 1.86 3/216 19068
/proc/meminfo: memFree=27273740/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=10983192 memory=56588 CPUtime=0.38 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 10689 13150 0 0 29 2 4 3 20 0 15 0 107201276 11246788608 14147 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2745798 14147 3078 1 0 2708109 0
[pid=19002/tid=19055] ppid=18999 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 7249 13150 0 0 20 1 4 3 20 0 15 0 107201285 11246788608 14147 33554432000 4194304 4196468 140725633349040 140584275702176 140584287970654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 14147 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 14147 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 14147 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 14147 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201287 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583084483360 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246788608 14147 33554432000 4194304 4196468 140725633349040 140582936634480 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 424 13150 0 0 1 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 186 13150 0 0 1 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=10983192 memory=139756354774656 CPUtime=0.12 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 618 13150 0 0 5 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=10983192 memory=139756354774656 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 14147 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56588 KiB

[startup+0.700737 s]
/proc/loadavg: 1.75 1.87 1.86 4/216 19068
/proc/meminfo: memFree=27262824/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=10983192 memory=88600 CPUtime=0.99 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 16786 13150 0 0 88 4 4 3 20 0 15 0 107201276 11246788608 22150 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2745798 22150 3238 1 0 2708109 0
[pid=19002/tid=19055] ppid=18999 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 12292 13150 0 0 57 2 4 3 20 0 15 0 107201285 11246788608 22150 33554432000 4194304 4196468 140725633349040 140584275710456 140584287970654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 22150 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 22150 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=10983192 memory=139756222690096 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 22150 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=10983192 memory=139758235812441 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201286 11246788608 22150 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 5 13150 0 0 0 0 4 3 20 0 15 0 107201287 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583084483360 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201288 11246788608 22150 33554432000 4194304 4196468 140725633349040 140582936634480 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=10983192 memory=17464 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=10983192 memory=16148 CPUtime=0.14 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 841 13150 0 0 7 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=10983192 memory=4004 CPUtime=0.16 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 762 13150 0 0 9 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 670 13150 0 0 13 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201291 11246788608 22150 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88600 KiB

[startup+1.50084 s]
/proc/loadavg: 1.75 1.87 1.86 3/216 19068
/proc/meminfo: memFree=27219136/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=11000944 memory=200056 CPUtime=2.99 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 30451 13150 0 0 282 10 4 3 20 0 15 0 107201276 11264966656 50014 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2750236 50014 3467 1 0 2711894 0
[pid=19002/tid=19055] ppid=18999 vsize=11000944 memory=65188 CPUtime=1.41 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 19333 13150 0 0 129 5 4 3 20 0 15 0 107201285 11264966656 50014 33554432000 4194304 4196468 140725633349040 140584275699872 140584283415446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=11000944 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 56 13150 0 0 0 0 4 3 20 0 15 0 107201286 11264966656 50014 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=11000944 memory=279512445411488 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 25 13150 0 0 1 0 4 3 20 0 15 0 107201286 11264966656 50014 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=11000944 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 173 13150 0 0 1 0 4 3 20 0 15 0 107201286 11264966656 50014 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=11000944 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 34 13150 0 0 1 0 4 3 20 0 15 0 107201286 11264966656 50014 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=11000944 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 61 13150 0 0 1 0 4 3 20 0 15 0 107201287 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=11000944 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583084483360 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=11000944 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 2 13150 0 0 0 0 4 3 20 0 15 0 107201288 11264966656 50014 33554432000 4194304 4196468 140725633349040 140582936634480 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=11000944 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=11000944 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) R 18999 19002 9814 0 -1 4202560 2824 13150 0 0 52 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583728245488 140584285410905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=11000944 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) R 18999 19002 9814 0 -1 4202560 4231 13150 0 0 57 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583727191008 140584285409852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=11000944 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 1502 13150 0 0 34 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=11000944 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=11000944 memory=279512445655936 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 1 13150 0 0 0 0 4 3 20 0 15 0 107201291 11264966656 50014 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 11000944 KiB

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

/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 53191 13150 0 0 16092 21 4 3 20 0 15 0 107201285 11345952768 157392 33554432000 4194304 4196468 140725633349040 140584275724880 140583826949567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.41 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 3183 13150 0 0 31 3 4 3 20 0 15 0 107201286 11345952768 157392 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.41 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 2281 13150 0 0 32 2 4 3 20 0 15 0 107201286 11345952768 157392 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.41 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 3284 13150 0 0 31 3 4 3 20 0 15 0 107201286 11345952768 157392 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.42 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 1878 13150 0 0 31 4 4 3 20 0 15 0 107201286 11345952768 157392 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.4 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 9078 13150 0 0 31 2 4 3 20 0 15 0 107201287 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583084483488 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=11080032 memory=7229237732515407207 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157392 33554432000 4194304 4196468 140725633349040 140582936634496 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=11080032 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=11080032 memory=1136 CPUtime=5.2 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 17325 13150 0 0 509 4 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=11080032 memory=4588 CPUtime=5.82 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 24548 13150 0 0 572 3 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=11080032 memory=1612 CPUtime=2.27 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 18304 13150 0 0 216 4 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=11080032 memory=629568 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=11080032 memory=4140 CPUtime=0.15 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 390 13150 0 0 4 4 4 3 20 0 15 0 107201291 11345952768 157392 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 176.17 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629568 KiB

[startup+222.301 s]
/proc/loadavg: 1.60 1.67 1.77 7/215 19201
/proc/meminfo: memFree=22075400/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=11080032 memory=629740 CPUtime=237.52 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 140314 13150 0 0 23686 59 4 3 20 0 15 0 107201276 11345952768 157435 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2770008 157435 3527 1 0 2731661 0
[pid=19002/tid=19055] ppid=18999 vsize=11080032 memory=629736 CPUtime=220.74 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 53661 13150 0 0 22045 22 4 3 20 0 15 0 107201285 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584275724848 140583843310208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.62 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 3261 13150 0 0 51 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.63 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 2318 13150 0 0 52 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=11080032 memory=279512445563616 CPUtime=0.62 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 3321 13150 0 0 51 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=11080032 memory=1296 CPUtime=0.63 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 2985 13150 0 0 51 5 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.6 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 9118 13150 0 0 50 3 4 3 20 0 15 0 107201287 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583084483488 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582936634496 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=11080032 memory=629740 CPUtime=5.54 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 19728 13150 0 0 543 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=11080032 memory=4140 CPUtime=6.12 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 24912 13150 0 0 601 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=11080032 memory=288230574492221466 CPUtime=2.38 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 18390 13150 0 0 227 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=11080032 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=11080032 memory=30576 CPUtime=0.18 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 408 13150 0 0 5 6 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 237.52 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.301 s]
/proc/loadavg: 1.58 1.67 1.77 3/215 19202
/proc/meminfo: memFree=21984196/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=11080032 memory=629740 CPUtime=252.07 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 142116 13150 0 0 25140 60 4 3 20 0 15 0 107201276 11345952768 157435 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2770008 157435 3527 1 0 2731661 0
[pid=19002/tid=19055] ppid=18999 vsize=11080032 memory=1780 CPUtime=234.64 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 53740 13150 0 0 23435 22 4 3 20 0 15 0 107201285 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584275725856 140583840188953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.66 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 3263 13150 0 0 55 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=11080032 memory=6791534058613427641 CPUtime=0.67 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 2346 13150 0 0 56 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.66 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 3346 13150 0 0 55 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.67 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 3009 13150 0 0 55 5 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.64 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 9127 13150 0 0 54 3 4 3 20 0 15 0 107201287 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583084483488 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582936634496 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=11080032 memory=629740 CPUtime=5.72 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 20243 13150 0 0 561 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=11080032 memory=629740 CPUtime=6.32 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 25971 13150 0 0 621 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=11080032 memory=629740 CPUtime=2.43 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 18451 13150 0 0 232 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=11080032 memory=279512445563616 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=11080032 memory=4588 CPUtime=0.19 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 408 13150 0 0 6 6 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629740 KiB

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

[startup+236.345 s]
# the end of solver process 19002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.468 s, system=0.661029 s

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

[startup+236.301 s]
/proc/loadavg: 1.58 1.67 1.77 3/215 19202
/proc/meminfo: memFree=21984196/32770624 swapFree=67108436/67108860
[pid=19002] ppid=18999 vsize=11080032 memory=629740 CPUtime=252.07 cores=0,2,4,6
/proc/19002/stat : 19002 (java) S 18999 19002 9814 0 -1 1077944320 142116 13150 0 0 25140 60 4 3 20 0 15 0 107201276 11345952768 157435 33554432000 4194304 4196468 140725633349040 140725633331584 140584303890167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
/proc/19002/statm: 2770008 157435 3527 1 0 2731661 0
[pid=19002/tid=19055] ppid=18999 vsize=11080032 memory=1780 CPUtime=234.64 cores=0,2,4,6
/proc/19002/task/19055/stat : 19055 (java) R 18999 19002 9814 0 -1 4202560 53740 13150 0 0 23435 22 4 3 20 0 15 0 107201285 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584275725856 140583840188953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19056] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.66 cores=0,2,4,6
/proc/19002/task/19056/stat : 19056 (java) S 18999 19002 9814 0 -1 1077944384 3263 13150 0 0 55 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584308132752 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19057] ppid=18999 vsize=11080032 memory=6791534058613427641 CPUtime=0.67 cores=0,2,4,6
/proc/19002/task/19057/stat : 19057 (java) S 18999 19002 9814 0 -1 1077944384 2346 13150 0 0 56 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584162851600 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19058] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.66 cores=0,2,4,6
/proc/19002/task/19058/stat : 19058 (java) S 18999 19002 9814 0 -1 1077944384 3346 13150 0 0 55 4 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584161799312 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19059] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.67 cores=0,2,4,6
/proc/19002/task/19059/stat : 19059 (java) S 18999 19002 9814 0 -1 1077944384 3009 13150 0 0 55 5 4 3 20 0 15 0 107201286 11345952768 157435 33554432000 4194304 4196468 140725633349040 140584160746512 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19060] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.64 cores=0,2,4,6
/proc/19002/task/19060/stat : 19060 (java) S 18999 19002 9814 0 -1 1077944384 9127 13150 0 0 54 3 4 3 20 0 15 0 107201287 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583729309808 140584303901314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19061] ppid=18999 vsize=11080032 memory=629736 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19061/stat : 19061 (java) S 18999 19002 9814 0 -1 1077944384 13 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583084483488 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19062] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19062/stat : 19062 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201288 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582936634496 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19063] ppid=18999 vsize=11080032 memory=629740 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19063/stat : 19063 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582629234768 140584303908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19064] ppid=18999 vsize=11080032 memory=629740 CPUtime=5.72 cores=0,2,4,6
/proc/19002/task/19064/stat : 19064 (java) S 18999 19002 9814 0 -1 1077944384 20243 13150 0 0 561 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583728257648 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19065] ppid=18999 vsize=11080032 memory=629740 CPUtime=6.32 cores=0,2,4,6
/proc/19002/task/19065/stat : 19065 (java) S 18999 19002 9814 0 -1 1077944384 25971 13150 0 0 621 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583727204848 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19066] ppid=18999 vsize=11080032 memory=629740 CPUtime=2.43 cores=0,2,4,6
/proc/19002/task/19066/stat : 19066 (java) S 18999 19002 9814 0 -1 1077944384 18451 13150 0 0 232 4 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583726152560 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19067] ppid=18999 vsize=11080032 memory=279512445563616 CPUtime=0.07 cores=0,2,4,6
/proc/19002/task/19067/stat : 19067 (java) S 18999 19002 9814 0 -1 1077944384 3 13150 0 0 0 0 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140582198438880 140584303900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
[pid=19002/tid=19068] ppid=18999 vsize=11080032 memory=4588 CPUtime=0.19 cores=0,2,4,6
/proc/19002/task/19068/stat : 19068 (java) S 18999 19002 9814 0 -1 1077944384 408 13150 0 0 6 6 4 3 20 0 15 0 107201291 11345952768 157435 33554432000 4194304 4196468 140725633349040 140583725099440 140584303901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 8474624 140725633354353 140725633357153 140725633357153 140725633359823 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 629740 KiB

Child status: 143
Real time (s): 236.345
CPU time (s): 252.129
CPU user time (s): 251.468
CPU system time (s): 0.661029
CPU usage (%): 106.678
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 656692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.468
system time used= 0.661029
maximum resident set size= 658740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25374
involuntary context switches= 760


# summary of solver processes directly reported to runsolver:
#   pid: 19002
#   total CPU time (s): 252.129
#   total CPU user time (s): 251.468
#   total CPU system time (s): 0.661029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87547 second user time and 1.80191 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:33:01
IDJOB=4302404
IDBENCH=141254
IDSOLVER=2776
FILE ID=node137/4302404-1532896381
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302404-1532896381/watcher-4302404-1532896381 -o /tmp/evaluation-result-4302404-1532896381/solver-4302404-1532896381 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2121634652 HOME/instance-4302404-1532896381.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=2121634652

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27316616 kB
MemAvailable:   31124872 kB
Buffers:          218428 kB
Cached:          3825608 kB
SwapCached:           32 kB
Active:          2606740 kB
Inactive:        2299864 kB
Active(anon):     810392 kB
Inactive(anon):    79972 kB
Active(file):    1796348 kB
Inactive(file):  2219892 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26640 kB
Writeback:             0 kB
AnonPages:        870020 kB
Mapped:            55704 kB
Shmem:             25052 kB
Slab:             244256 kB
SReclaimable:     215704 kB
SUnreclaim:        28552 kB
KernelStack:        3504 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2027768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48212 MiB
End job on node137 at 2018-07-29 22:36:58