Trace number 4259653

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.4SAT (TO)15814 258.871 240.034

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-lipa20b.xml
MD5SUM2a1cb6febb6ec7dbf2abb0b9e0866987
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13638
Best CPU time to get the best result obtained on this benchmark1998.38
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints180
Number of domains2
Minimum domain size19
Maximum domain size20
Distribution of domain sizes[{"size":19,"count":179},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":221},{"degree":2,"count":179},{"degree":17,"count":3},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":8}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":179},{"arity":20,"count":1}]
Number of extensional constraints179
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":179},{"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

3.30/2.26	c Concrete v3.4 running
11.58/5.21	o 18008
11.90/5.33	o 17858
12.23/5.46	o 17716
12.56/5.61	o 17605
12.90/5.66	o 17494
13.17/5.71	o 17058
13.51/5.80	o 16850
13.83/5.92	o 16820
13.83/5.99	o 16663
14.14/6.04	o 16557
14.14/6.08	o 16314
14.45/6.11	o 16282
14.45/6.16	o 16275
15.36/6.48	o 16238
15.66/6.52	o 16222
15.66/6.57	o 16157
15.98/6.67	o 16153
18.04/7.68	o 16147
21.21/9.68	o 16111
21.35/9.76	o 16036
22.77/11.07	o 15986
23.04/11.25	o 15918
23.90/12.08	o 15865
27.87/15.81	o 15857
175.63/159.54	o 15814
258.81/240.00	java.util.concurrent.TimeoutException
258.81/240.00		at concrete.MAC.mac(MAC.scala:74)
258.81/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
258.81/240.00		at scala.util.Try$.apply(Try.scala:209)
258.81/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
258.81/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
258.81/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
258.81/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
258.81/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
258.81/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
258.81/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
258.81/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
258.81/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
258.81/240.00		at concrete.MAC.oneRun(MAC.scala:146)
258.81/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
258.81/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
258.81/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
258.81/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
258.81/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
258.81/240.00		at concrete.Solver.hasNext(Solver.scala:202)
258.81/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
258.81/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
258.81/240.00		at concrete.Solver.toStream(Solver.scala:73)
258.81/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
258.81/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
258.81/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
258.81/240.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
258.81/240.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
258.81/240.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
258.81/240.00		at scala.util.Success.map(Try.scala:209)
258.81/240.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
258.81/240.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
258.81/240.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
258.81/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
258.81/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
258.81/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
258.81/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
258.81/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
258.81/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
258.81/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
258.81/240.01		at scala.App.main(App.scala:76)
258.81/240.01		at scala.App.main$(App.scala:74)
258.81/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
258.81/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
258.81/240.01	v <instantiation cost="15814">
258.81/240.01	v       <list>
258.81/240.01	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] d[0][1] d[0][2] d[0][3] d[0][5] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][6] d[2][7] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][6] d[4][7] d[4][8] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
258.81/240.01	v       </list>
258.81/240.01	v       <values>
258.81/240.01	v         13 1 14 7 12 0 9 18 5 2 6 8 17 3 15 19 4 11 10 16 5 8 12 7 10 8 12 12 13 15 3 6 13 6 11 16 15 11 9 11 6 3 11 7 9 8 5 8 5 10 13 6 7 6 11 11 7 11 8 15 6 12 17 13 15 9 8 9 8 12 12 15 7 11 8 3 4 3 7 13 10 3 13 12 10 10 8 8 9 13 1 11 12 10 4 11 10 4 15 9 12 18 6 9 9 10 13 19 4 12 4 7 15 14 9 9 7 7 5 18 9 11 8 14 15 13 11 14 13 8 10 4 7 14 19 8 1 8 15 8 5 9 7 12 11 18 18 14 12 3 14 9 10 3 10 11 10 8 7 9 18 5 14 1 12 13 12 4 11 10 19 11 12 7 8 13 13 12 15 12 12 18 13 11 15 9 11 11 14 16 16 10 13 10 5 10 8 12 14
258.81/240.01	v       </values>
258.81/240.01	v     </instantiation>
258.81/240.01	s SATISFIABLE

Verifier Data

OK	15814

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259653-1501648316/watcher-4259653-1501648316 -o /tmp/evaluation-result-4259653-1501648316/solver-4259653-1501648316 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300 bin/concrete HOME/instance-4259653-1501648316.xml 

pid=5880
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.65 1.58 1.68 3/197 5883
/proc/meminfo: memFree=29479164/32770624 swapFree=0/244616
[pid=5883] ppid=5880 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5883/stat : 5883 (runsolver) D 5880 5883 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6742187 24240128 108 18446744073709551615 4194304 4338465 140732072304544 140732072302184 139660855489239 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 15921152 140732072308945 140732072309319 140732072309319 140732072312778 0
/proc/5883/statm: 5918 108 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.65 1.58 1.68 3/197 5883
/proc/meminfo: memFree=29479164/32770624 swapFree=0/244616
[pid=5883] ppid=5880 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5883/stat : 5883 (bash) S 5880 5883 3187 0 -1 4202496 889 6485 0 0 0 0 0 1 20 0 1 0 6742187 9867264 376 18446744073709551615 4194304 5098028 140723953404976 140723953398984 139629634030592 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 7 0 0 7196144 7232144 30322688 140723953406482 140723953406567 140723953406567 140723953410026 0
/proc/5883/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200268 s]
/proc/loadavg: 1.65 1.58 1.68 3/197 5883
/proc/meminfo: memFree=29479164/32770624 swapFree=0/244616
[pid=5883] ppid=5880 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5883/stat : 5883 (bash) S 5880 5883 3187 0 -1 4202496 889 6485 0 0 0 0 0 1 20 0 1 0 6742187 9867264 376 18446744073709551615 4194304 5098028 140723953404976 140723953398984 139629634030592 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 7 0 0 7196144 7232144 30322688 140723953406482 140723953406567 140723953406567 140723953410026 0
/proc/5883/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300257 s]
/proc/loadavg: 1.65 1.58 1.68 3/197 5883
/proc/meminfo: memFree=29479164/32770624 swapFree=0/244616
[pid=5883] ppid=5880 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 6089 12493 0 0 5 1 4 3 20 0 14 0 6742187 14241083392 5284 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3476827 5284 2662 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700236 s]
/proc/loadavg: 1.65 1.58 1.68 3/197 5883
/proc/meminfo: memFree=29479164/32770624 swapFree=0/244616
[pid=5883] ppid=5880 vsize=13974784 CPUtime=0.57 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 13505 12493 0 0 46 4 4 3 20 0 15 0 6742187 14310178816 14275 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3493696 14275 3047 1 0 3482973 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.65 1.58 1.68 3/212 5946
/proc/meminfo: memFree=29389384/32770624 swapFree=0/244640
[pid=5883] ppid=5880 vsize=13985408 CPUtime=1.8 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 27611 12493 0 0 165 8 4 3 20 0 15 0 6742187 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3496352 34310 3330 1 0 3485533 0
[pid=5883/tid=5933] ppid=5880 vsize=13985408 CPUtime=1.24 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 22264 12493 0 0 111 6 4 3 20 0 15 0 6742211 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908760122592 139908755911837 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 2 12493 0 0 0 0 4 3 20 0 15 0 6742211 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 1 12493 0 0 0 0 4 3 20 0 15 0 6742211 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 2 12493 0 0 0 0 4 3 20 0 15 0 6742211 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 2 12493 0 0 0 0 4 3 20 0 15 0 6742211 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 6 12493 0 0 0 0 4 3 20 0 15 0 6742213 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 33 12493 0 0 0 0 4 3 20 0 15 0 6742213 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908300481440 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 21 12493 0 0 0 0 4 3 20 0 15 0 6742213 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908299428848 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) S 5880 5883 3187 0 -1 1077944384 1257 12493 0 0 16 0 4 3 20 0 15 0 6742216 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 630 12493 0 0 16 0 4 3 20 0 15 0 6742216 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 1233 12493 0 0 21 0 4 3 20 0 15 0 6742216 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 5 12493 0 0 0 0 4 3 20 0 15 0 6742224 14321057792 34310 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 2.00 1.66 1.70 4/212 5946
/proc/meminfo: memFree=29310836/32770624 swapFree=0/244640
[pid=5883] ppid=5880 vsize=13999932 CPUtime=5.12 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 48262 12493 0 0 490 15 4 3 20 0 15 0 6742187 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3499983 54406 3435 1 0 3488605 0
[pid=5883/tid=5933] ppid=5880 vsize=13999932 CPUtime=2.8 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 37307 12493 0 0 265 8 4 3 20 0 15 0 6742211 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908760123584 139908739970398 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 58 12493 0 0 0 0 4 3 20 0 15 0 6742211 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 67 12493 0 0 1 0 4 3 20 0 15 0 6742211 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 199 12493 0 0 1 0 4 3 20 0 15 0 6742211 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 45 12493 0 0 0 0 4 3 20 0 15 0 6742211 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 1493 12493 0 0 1 0 4 3 20 0 15 0 6742213 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 54 12493 0 0 0 0 4 3 20 0 15 0 6742213 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=13999932 CPUtime=0.76 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) R 5880 5883 3187 0 -1 1077944384 2021 12493 0 0 69 0 4 3 20 0 15 0 6742216 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=13999932 CPUtime=0.65 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 1226 12493 0 0 57 1 4 3 20 0 15 0 6742216 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) R 5880 5883 3187 0 -1 1077944384 3585 12493 0 0 91 1 4 3 20 0 15 0 6742216 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 8 12493 0 0 0 0 4 3 20 0 15 0 6742224 14335930368 54406 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 13999932

[startup+6.30074 s]
/proc/loadavg: 2.00 1.66 1.70 5/212 5946
/proc/meminfo: memFree=29141632/32770624 swapFree=0/244644
[pid=5883] ppid=5880 vsize=14069564 CPUtime=15.06 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 65641 12493 0 0 1474 25 4 3 20 0 15 0 6742187 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 102791 3466 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=5.69 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 45685 12493 0 0 551 11 4 3 20 0 15 0 6742211 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908760120968 139908388281326 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 95 12493 0 0 15 1 4 3 20 0 15 0 6742211 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 157 12493 0 0 17 1 4 3 20 0 15 0 6742211 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 231 12493 0 0 16 0 4 3 20 0 15 0 6742211 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 146 12493 0 0 17 1 4 3 20 0 15 0 6742211 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 2307 12493 0 0 12 0 4 3 20 0 15 0 6742213 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 54 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=14069564 CPUtime=3.53 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) R 5880 5883 3187 0 -1 4202560 4017 12493 0 0 345 1 4 3 20 0 15 0 6742216 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908297312128 139908739386681 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=14069564 CPUtime=3.49 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) R 5880 5883 3187 0 -1 4202560 5090 12493 0 0 340 2 4 3 20 0 15 0 6742216 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908296264984 139908739300726 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=14069564 CPUtime=1.66 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 5651 12493 0 0 156 3 4 3 20 0 15 0 6742216 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 9 12493 0 0 0 0 4 3 20 0 15 0 6742224 14407233536 102791 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 14069564

[startup+12.7013 s]
/proc/loadavg: 2.22 1.72 1.72 3/213 5947
/proc/meminfo: memFree=28719200/32770624 swapFree=0/244652
[pid=5883] ppid=5880 vsize=14069564 CPUtime=24.66 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 84789 12493 0 0 2416 43 4 3 20 0 15 0 6742187 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 215334 3474 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=11.99 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 48082 12493 0 0 1175 17 4 3 20 0 15 0 6742211 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908760123976 139908389187134 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=0.31 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 1213 12493 0 0 20 4 4 3 20 0 15 0 6742211 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 287 12493 0 0 22 3 4 3 20 0 15 0 6742211 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 664 12493 0 0 20 3 4 3 20 0 15 0 6742211 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 297 12493 0 0 23 4 4 3 20 0 15 0 6742211 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 2854 12493 0 0 12 0 4 3 20 0 15 0 6742213 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 59 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 215334 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0

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

/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 517502 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 114 12493 0 0 1 1 4 3 20 0 15 0 6742224 14407233536 517502 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 64.19
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.86 1.71 1.72 3/213 5949
/proc/meminfo: memFree=28049500/32770624 swapFree=0/244704
[pid=5883] ppid=5880 vsize=14069564 CPUtime=116.81 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 115664 12493 0 0 11584 90 4 3 20 0 15 0 6742187 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 484192 3475 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=101.23 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 58447 12493 0 0 10081 35 4 3 20 0 15 0 6742211 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908760120560 139908387536647 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=0.6 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 2637 12493 0 0 44 9 4 3 20 0 15 0 6742211 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=0.62 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 874 12493 0 0 46 9 4 3 20 0 15 0 6742211 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=0.6 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 1524 12493 0 0 44 9 4 3 20 0 15 0 6742211 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=0.64 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 2135 12493 0 0 46 11 4 3 20 0 15 0 6742211 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 3961 12493 0 0 17 2 4 3 20 0 15 0 6742213 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 59 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=14069564 CPUtime=5.45 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) S 5880 5883 3187 0 -1 1077944384 14424 12493 0 0 536 2 4 3 20 0 15 0 6742216 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=14069564 CPUtime=5.74 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 15689 12493 0 0 564 3 4 3 20 0 15 0 6742216 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=14069564 CPUtime=2.09 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 13574 12493 0 0 197 5 4 3 20 0 15 0 6742216 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 141 12493 0 0 2 2 4 3 20 0 15 0 6742224 14407233536 484192 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 116.81
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.56 1.64 1.69 3/213 6093
/proc/meminfo: memFree=29536000/32770624 swapFree=0/244776
[pid=5883] ppid=5880 vsize=14069564 CPUtime=178.57 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 126899 12493 0 0 17748 102 4 3 20 0 15 0 6742187 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 438327 3475 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=160.71 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 60176 12493 0 0 16028 36 4 3 20 0 15 0 6742211 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908760120680 139908389830221 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 2907 12493 0 0 75 11 4 3 20 0 15 0 6742211 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=0.95 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 1160 12493 0 0 77 11 4 3 20 0 15 0 6742211 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 3207 12493 0 0 75 11 4 3 20 0 15 0 6742211 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=0.97 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 2332 12493 0 0 77 13 4 3 20 0 15 0 6742211 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.4 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 4292 12493 0 0 29 4 4 3 20 0 15 0 6742213 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 59 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=14069564 CPUtime=5.75 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) S 5880 5883 3187 0 -1 1077944384 17760 12493 0 0 566 2 4 3 20 0 15 0 6742216 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=14069564 CPUtime=6.02 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 16748 12493 0 0 592 3 4 3 20 0 15 0 6742216 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=14069564 CPUtime=2.29 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 15906 12493 0 0 217 5 4 3 20 0 15 0 6742216 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 153 12493 0 0 4 4 4 3 20 0 15 0 6742224 14407233536 438327 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 178.57
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.22 1.53 1.65 3/213 6095
/proc/meminfo: memFree=26149288/32770624 swapFree=0/244828
[pid=5883] ppid=5880 vsize=14069564 CPUtime=240.51 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 138908 12493 0 0 23933 111 4 3 20 0 15 0 6742187 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 356660 3475 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=220.19 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 62172 12493 0 0 21975 37 4 3 20 0 15 0 6742211 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908760120680 139908386274880 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=1.34 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 3466 12493 0 0 115 12 4 3 20 0 15 0 6742211 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=1.36 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 2760 12493 0 0 117 12 4 3 20 0 15 0 6742211 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=1.35 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 3823 12493 0 0 115 13 4 3 20 0 15 0 6742211 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 3354 12493 0 0 117 14 4 3 20 0 15 0 6742211 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 4589 12493 0 0 36 6 4 3 20 0 15 0 6742213 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 59 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=14069564 CPUtime=6 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) S 5880 5883 3187 0 -1 1077944384 20615 12493 0 0 590 3 4 3 20 0 15 0 6742216 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=14069564 CPUtime=6.28 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 17511 12493 0 0 618 3 4 3 20 0 15 0 6742216 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=14069564 CPUtime=2.47 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 18176 12493 0 0 235 5 4 3 20 0 15 0 6742216 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 184 12493 0 0 6 6 4 3 20 0 15 0 6742224 14407233536 356660 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 240.51
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.31 1.53 1.65 3/213 6096
/proc/meminfo: memFree=26038732/32770624 swapFree=0/244836
[pid=5883] ppid=5880 vsize=14069564 CPUtime=258.81 cores=1,3,5,7
/proc/5883/stat : 5883 (java) S 5880 5883 3187 0 -1 1077944320 148495 12493 0 0 25759 115 4 3 20 0 15 0 6742187 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 140734341253488 139908755889911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
/proc/5883/statm: 3517391 331558 3475 1 0 3506013 0
[pid=5883/tid=5933] ppid=5880 vsize=14069564 CPUtime=237.72 cores=1,3,5,7
/proc/5883/task/5933/stat : 5933 (java) R 5880 5883 3187 0 -1 4202560 63279 12493 0 0 23728 37 4 3 20 0 15 0 6742211 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908760123776 139908383686512 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5934] ppid=5880 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/5883/task/5934/stat : 5934 (java) S 5880 5883 3187 0 -1 1077944384 3800 12493 0 0 127 12 4 3 20 0 15 0 6742211 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908697836304 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5935] ppid=5880 vsize=14069564 CPUtime=1.49 cores=1,3,5,7
/proc/5883/task/5935/stat : 5935 (java) S 5880 5883 3187 0 -1 1077944384 4326 12493 0 0 129 13 4 3 20 0 15 0 6742211 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908696783760 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5936] ppid=5880 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/5883/task/5936/stat : 5936 (java) S 5880 5883 3187 0 -1 1077944384 3968 12493 0 0 126 13 4 3 20 0 15 0 6742211 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908695731216 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5937] ppid=5880 vsize=14069564 CPUtime=1.51 cores=1,3,5,7
/proc/5883/task/5937/stat : 5937 (java) S 5880 5883 3187 0 -1 1077944384 3728 12493 0 0 129 15 4 3 20 0 15 0 6742211 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908352580752 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5938] ppid=5880 vsize=14069564 CPUtime=0.51 cores=1,3,5,7
/proc/5883/task/5938/stat : 5938 (java) S 5880 5883 3187 0 -1 1077944384 4890 12493 0 0 38 6 4 3 20 0 15 0 6742213 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908301535216 139908755901058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5939] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5939/stat : 5939 (java) S 5880 5883 3187 0 -1 1077944384 59 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908300481504 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5940] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5940/stat : 5940 (java) S 5880 5883 3187 0 -1 1077944384 44 12493 0 0 0 0 4 3 20 0 15 0 6742213 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908299428864 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5941] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5941/stat : 5941 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908298377424 139908755908507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5942] ppid=5880 vsize=14069564 CPUtime=6.09 cores=1,3,5,7
/proc/5883/task/5942/stat : 5942 (java) S 5880 5883 3187 0 -1 1077944384 21770 12493 0 0 599 3 4 3 20 0 15 0 6742216 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908297325040 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5943] ppid=5880 vsize=14069564 CPUtime=6.36 cores=1,3,5,7
/proc/5883/task/5943/stat : 5943 (java) S 5880 5883 3187 0 -1 1077944384 19942 12493 0 0 626 3 4 3 20 0 15 0 6742216 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908296272496 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5944] ppid=5880 vsize=14069564 CPUtime=2.53 cores=1,3,5,7
/proc/5883/task/5944/stat : 5944 (java) S 5880 5883 3187 0 -1 1077944384 20322 12493 0 0 241 5 4 3 20 0 15 0 6742216 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908295219952 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5945] ppid=5880 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/5883/task/5945/stat : 5945 (java) S 5880 5883 3187 0 -1 1077944384 3 12493 0 0 0 0 4 3 20 0 15 0 6742216 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908294167648 139908755900117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
[pid=5883/tid=5946] ppid=5880 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/5883/task/5946/stat : 5946 (java) S 5880 5883 3187 0 -1 1077944384 212 12493 0 0 6 6 4 3 20 0 15 0 6742224 14407233536 331558 18446744073709551615 4194304 4196468 140734341270944 139908293114160 139908755901058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33513472 140734341273550 140734341276335 140734341276335 140734341279695 0
Current children cumulated CPU time (s) 258.81
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5883 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.034
CPU time (s): 258.871
CPU user time (s): 257.668
CPU system time (s): 1.20234
CPU usage (%): 107.848
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.668
system time used= 1.20234
maximum resident set size= 2070904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21304
involuntary context switches= 682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28725 second user time and 1.32558 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 06:17:55
IDJOB=4259653
IDBENCH=123084
IDSOLVER=2646
FILE ID=node135/4259653-1501648316
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-lipa20b.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259653-1501648316/watcher-4259653-1501648316 -o /tmp/evaluation-result-4259653-1501648316/solver-4259653-1501648316 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259653-1501648316.xml

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

MD5SUM BENCH= 2a1cb6febb6ec7dbf2abb0b9e0866987
RANDOM SEED=1825758188

node135.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.21
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.21
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.21
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.21
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:        29478904 kB
MemAvailable:   29745844 kB
Buffers:          123432 kB
Cached:           420748 kB
SwapCached:            0 kB
Active:          2615320 kB
Inactive:         253208 kB
Active(anon):    2324968 kB
Inactive(anon):     8592 kB
Active(file):     290352 kB
Inactive(file):   244616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24492 kB
Writeback:             8 kB
AnonPages:       2394128 kB
Mapped:            42560 kB
Shmem:              8960 kB
Slab:             122432 kB
SReclaimable:      95616 kB
SUnreclaim:        26816 kB
KernelStack:        3568 kB
PageTables:         9320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3080968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2162688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 06:21:55