Trace number 4259549

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)26 258.077 240.035

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-020.xml
MD5SUM8d1019e9f102c0840a0dc4bc65e6ddfe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark21.4119
Satisfiable
(Un)Satisfiability was proved
Number of variables419
Number of constraints228
Number of domains39
Minimum domain size2
Maximum domain size39
Distribution of domain sizes[{"size":2,"count":211},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":1},{"size":23,"count":1},{"size":25,"count":1},{"size":27,"count":1},{"size":29,"count":1},{"size":31,"count":1},{"size":33,"count":1},{"size":35,"count":1},{"size":37,"count":1},{"size":39,"count":1}]
Minimum variable degree0
Maximum variable degree19
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":228},{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity20
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":191},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1}]
Number of extensional constraints0
Number of intensional constraints209
Distribution of constraint types[{"type":"intension","count":209},{"type":"sum","count":19}]
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.45/2.23	c Concrete v3.4 running
9.17/4.26	o 2470
9.50/4.31	o 1498
9.83/4.47	o 894
9.83/4.50	o 886
10.16/4.51	o 562
10.16/4.53	o 546
10.16/4.55	o 514
10.16/4.57	o 374
10.16/4.58	o 350
10.49/4.62	o 326
10.49/4.64	o 294
10.49/4.65	o 266
10.49/4.66	o 162
10.49/4.68	o 158
10.49/4.69	o 90
10.49/4.70	o 86
10.82/4.75	o 74
10.82/4.79	o 70
11.13/4.85	o 46
15.00/6.74	o 42
48.89/35.48	o 38
127.21/111.15	o 34
129.67/113.48	o 26
258.02/240.00	java.util.concurrent.TimeoutException
258.02/240.00		at concrete.MAC.mac(MAC.scala:74)
258.02/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
258.02/240.00		at scala.util.Try$.apply(Try.scala:209)
258.02/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
258.02/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
258.02/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
258.02/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
258.02/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
258.02/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
258.02/240.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
258.02/240.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
258.02/240.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
258.02/240.01		at concrete.MAC.oneRun(MAC.scala:146)
258.02/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
258.02/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
258.02/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
258.02/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
258.02/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
258.02/240.01		at concrete.Solver.hasNext(Solver.scala:202)
258.02/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
258.02/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
258.02/240.01		at concrete.Solver.toStream(Solver.scala:73)
258.02/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
258.02/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
258.02/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
258.02/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
258.02/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
258.02/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
258.02/240.01		at scala.util.Success.map(Try.scala:209)
258.02/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
258.02/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
258.02/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
258.02/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
258.02/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
258.02/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
258.02/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
258.02/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
258.02/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
258.02/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
258.02/240.01		at scala.App.main(App.scala:76)
258.02/240.01		at scala.App.main$(App.scala:74)
258.02/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
258.02/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
258.02/240.01	v <instantiation cost="26">
258.02/240.01	v       <list>
258.02/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] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[0][16] y[0][17] y[0][18] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[1][16] y[1][17] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[2][16] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[8][10] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[12][0] y[12][1] y[12][2] y[12][3] y[12][4] y[12][5] y[12][6] y[13][0] y[13][1] y[13][2] y[13][3] y[13][4] y[13][5] y[14][0] y[14][1] y[14][2] y[14][3] y[14][4] y[15][0] y[15][1] y[15][2] y[15][3] y[16][0] y[16][1] y[16][2] y[17][0] y[17][1] y[18][0] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18]
258.02/240.01	v       </list>
258.02/240.01	v       <values>
258.02/240.01	v         -1 -1 -1 -1 -1 1 -1 1 1 1 -1 1 -1 -1 1 1 1 -1 -1 1 1 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 1 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 1 1 -1 -1 -1 1 -1 -1 -1 1 1 -1 1 -1 1 -1 -1 1 -1 1 1 -1 -1 -1 -1 1 1 -1 1 -1 -1 1 1 1 -1 -1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 1 1 1 1 1 -1 -1 -1 1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 1 -1 1 -1 1 1 1 -1 1 -1 -1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 -1 1 1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1 -1 1 1 -1 -1 1 1 -1 1 1 -1 1 -1 -1 1 0 -1 0 -3 0 -1 0 -1 0 1 0 -3 0 -1 0 1 0 -1 1 0 1 0 9 0 1 0 1 0 1 0 9 0 1 0 1 0 1
258.02/240.01	v       </values>
258.02/240.01	v     </instantiation>
258.02/240.01	s SATISFIABLE

Verifier Data

OK	26

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-4259549-1501654491/watcher-4259549-1501654491 -o /tmp/evaluation-result-4259549-1501654491/solver-4259549-1501654491 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259549-1501654491.xml 

pid=14340
running on 4 cores: 0,2,4,6

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.63 1.78 1.70 3/199 14343
/proc/meminfo: memFree=30757572/32770624 swapFree=0/250800
[pid=14343] ppid=14340 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14343/stat : 14343 (runsolver) D 14340 14343 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7359734 24240128 108 18446744073709551615 4194304 4338465 140735404670640 140735404668280 140560419173079 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 17764352 140735404679377 140735404679751 140735404679751 140735404683210 0
/proc/14343/statm: 5918 108 54 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 1.63 1.78 1.70 3/199 14343
/proc/meminfo: memFree=30757572/32770624 swapFree=0/250800
[pid=14343] ppid=14340 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/14343/stat : 14343 (bash) R 14340 14343 3187 0 -1 4202496 707 3541 0 0 0 0 0 0 20 0 1 0 7359734 9736192 355 18446744073709551615 4194304 5098028 140725252296880 140725252294520 139678952896332 0 65538 5 65536 0 0 0 17 4 0 0 8 0 0 7196144 7232144 35348480 140725252305426 140725252305511 140725252305511 140725252308970 0
/proc/14343/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200307 s]
/proc/loadavg: 1.63 1.78 1.70 3/199 14343
/proc/meminfo: memFree=30757572/32770624 swapFree=0/250800
[pid=14343] ppid=14340 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14343/stat : 14343 (bash) S 14340 14343 3187 0 -1 4202496 891 6495 0 0 0 0 0 1 20 0 1 0 7359734 9867264 377 18446744073709551615 4194304 5098028 140725252296880 140725252290888 139678953069568 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 35348480 140725252305426 140725252305511 140725252305511 140725252308970 0
/proc/14343/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300329 s]
/proc/loadavg: 1.63 1.78 1.70 3/199 14343
/proc/meminfo: memFree=30757572/32770624 swapFree=0/250800
[pid=14343] ppid=14340 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 5481 12354 0 0 5 1 5 3 20 0 14 0 7359734 14241083392 5164 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3476827 5164 2557 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700372 s]
/proc/loadavg: 1.63 1.78 1.70 3/199 14343
/proc/meminfo: memFree=30757572/32770624 swapFree=0/250800
[pid=14343] ppid=14340 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 13488 12354 0 0 55 4 5 3 20 0 15 0 7359734 14310178816 14423 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3493696 14423 3101 1 0 3482973 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50276 s]
/proc/loadavg: 1.63 1.78 1.70 4/214 14406
/proc/meminfo: memFree=30665304/32770624 swapFree=0/250804
[pid=14343] ppid=14340 vsize=13985408 CPUtime=1.86 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 27537 12354 0 0 169 9 5 3 20 0 15 0 7359734 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3496352 33949 3331 1 0 3485533 0
[pid=14343/tid=14393] ppid=14340 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 22647 12354 0 0 114 8 5 3 20 0 15 0 7359757 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784840943440 139784820802910 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 1 12354 0 0 0 0 5 3 20 0 15 0 7359758 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 1 12354 0 0 0 0 5 3 20 0 15 0 7359758 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 1 12354 0 0 0 0 5 3 20 0 15 0 7359758 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 2 12354 0 0 0 0 5 3 20 0 15 0 7359758 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 5 12354 0 0 0 0 5 3 20 0 15 0 7359759 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 33 12354 0 0 0 0 5 3 20 0 15 0 7359760 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784313361824 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 21 12354 0 0 0 0 5 3 20 0 15 0 7359760 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784312309232 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 1054 12354 0 0 18 0 5 3 20 0 15 0 7359762 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 680 12354 0 0 11 0 5 3 20 0 15 0 7359763 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) R 14340 14343 3187 0 -1 4202560 926 12354 0 0 23 0 5 3 20 0 15 0 7359763 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784308095072 139784820802910 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 10 12354 0 0 0 0 5 3 20 0 15 0 7359766 14321057792 33949 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10432 s]
/proc/loadavg: 1.66 1.78 1.70 4/214 14406
/proc/meminfo: memFree=30575684/32770624 swapFree=0/250808
[pid=14343] ppid=14340 vsize=13997884 CPUtime=6.1 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 43663 12354 0 0 585 17 5 3 20 0 15 0 7359734 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3499471 52955 3433 1 0 3488093 0
[pid=14343/tid=14393] ppid=14340 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 30247 12354 0 0 268 10 5 3 20 0 15 0 7359757 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784840953184 139784425123040 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 220 12354 0 0 0 0 5 3 20 0 15 0 7359758 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 42 12354 0 0 1 0 5 3 20 0 15 0 7359758 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 56 12354 0 0 0 0 5 3 20 0 15 0 7359758 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 48 12354 0 0 0 0 5 3 20 0 15 0 7359758 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 1433 12354 0 0 1 0 5 3 20 0 15 0 7359759 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 56 12354 0 0 0 0 5 3 20 0 15 0 7359760 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784313361824 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784312309232 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=13997884 CPUtime=1 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) R 14340 14343 3187 0 -1 1077944384 2426 12354 0 0 91 1 5 3 20 0 15 0 7359762 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784310197424 139784836732629 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) R 14340 14343 3187 0 -1 4202560 3682 12354 0 0 109 1 5 3 20 0 15 0 7359763 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784309135312 139784816570652 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 3242 12354 0 0 108 1 5 3 20 0 15 0 7359763 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 11 12354 0 0 0 0 5 3 20 0 15 0 7359766 14333833216 52955 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.66 1.78 1.70 4/214 14406
/proc/meminfo: memFree=30394128/32770624 swapFree=0/250808
[pid=14343] ppid=14340 vsize=14069564 CPUtime=14.46 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 78169 12354 0 0 1411 27 5 3 20 0 15 0 7359734 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 107728 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=5.77 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 45993 12354 0 0 555 14 5 3 20 0 15 0 7359757 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784840956512 139784440760080 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 369 12354 0 0 10 1 5 3 20 0 15 0 7359758 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 132 12354 0 0 11 1 5 3 20 0 15 0 7359758 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 1126 12354 0 0 14 1 5 3 20 0 15 0 7359758 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 108 12354 0 0 12 0 5 3 20 0 15 0 7359758 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 2553 12354 0 0 12 0 5 3 20 0 15 0 7359759 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 57 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=14069564 CPUtime=3.01 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 7093 12354 0 0 291 2 5 3 20 0 15 0 7359762 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=14069564 CPUtime=3.42 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 12803 12354 0 0 332 2 5 3 20 0 15 0 7359763 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=14069564 CPUtime=1.78 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 5214 12354 0 0 168 2 5 3 20 0 15 0 7359763 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 521 12354 0 0 0 0 5 3 20 0 15 0 7359766 14407233536 107728 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 14069564

[startup+12.7006 s]
/proc/loadavg: 1.63 1.77 1.70 3/218 14435
/proc/meminfo: memFree=30150064/32770624 swapFree=0/250828
[pid=14343] ppid=14340 vsize=14069564 CPUtime=22.08 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 83983 12354 0 0 2166 34 5 3 20 0 15 0 7359734 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 162936 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=12.15 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 47336 12354 0 0 1189 18 5 3 20 0 15 0 7359757 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784840956064 139784438899840 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 404 12354 0 0 10 1 5 3 20 0 15 0 7359758 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 152 12354 0 0 12 1 5 3 20 0 15 0 7359758 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=0.23 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 1147 12354 0 0 14 1 5 3 20 0 15 0 7359758 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 123 12354 0 0 12 1 5 3 20 0 15 0 7359758 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 2655 12354 0 0 13 0 5 3 20 0 15 0 7359759 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 59 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 162936 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0

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

/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 220394 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 584 12354 0 0 3 2 5 3 20 0 15 0 7359766 14407233536 220394 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 118.31
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.58 1.68 1.67 4/215 14564
/proc/meminfo: memFree=29795188/32770624 swapFree=0/250916
[pid=14343] ppid=14340 vsize=14069564 CPUtime=179.26 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 126797 12354 0 0 17856 62 5 3 20 0 15 0 7359734 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 220501 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=160.7 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 57401 12354 0 0 16037 25 5 3 20 0 15 0 7359757 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784840956400 139784440606311 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=0.66 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 1694 12354 0 0 53 5 5 3 20 0 15 0 7359758 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=0.66 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 3661 12354 0 0 54 4 5 3 20 0 15 0 7359758 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=0.69 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 1365 12354 0 0 56 5 5 3 20 0 15 0 7359758 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=0.67 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 1855 12354 0 0 54 5 5 3 20 0 15 0 7359758 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=0.64 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 3956 12354 0 0 53 3 5 3 20 0 15 0 7359759 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 63 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=14069564 CPUtime=6.2 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 15563 12354 0 0 608 4 5 3 20 0 15 0 7359762 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=14069564 CPUtime=6.39 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 20905 12354 0 0 627 4 5 3 20 0 15 0 7359763 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=14069564 CPUtime=3.09 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 17507 12354 0 0 297 4 5 3 20 0 15 0 7359763 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 627 12354 0 0 5 4 5 3 20 0 15 0 7359766 14407233536 220501 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 179.26
Current children cumulated vsize (KiB) 14069564

[startup+222.301 s]
/proc/loadavg: 1.39 1.61 1.65 3/214 14566
/proc/meminfo: memFree=29864684/32770624 swapFree=0/250944
[pid=14343] ppid=14340 vsize=14069564 CPUtime=240.07 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 130384 12354 0 0 23928 71 5 3 20 0 15 0 7359734 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 220627 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=220.05 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 58733 12354 0 0 21971 26 5 3 20 0 15 0 7359757 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784840956528 139784438426454 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 1746 12354 0 0 79 7 5 3 20 0 15 0 7359758 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 3733 12354 0 0 80 6 5 3 20 0 15 0 7359758 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=0.98 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 2937 12354 0 0 84 6 5 3 20 0 15 0 7359758 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=0.95 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 2043 12354 0 0 81 6 5 3 20 0 15 0 7359758 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=0.92 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 4302 12354 0 0 80 4 5 3 20 0 15 0 7359759 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 63 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=14069564 CPUtime=6.2 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 15565 12354 0 0 608 4 5 3 20 0 15 0 7359762 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=14069564 CPUtime=6.39 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 20908 12354 0 0 627 4 5 3 20 0 15 0 7359763 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=14069564 CPUtime=3.09 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 17509 12354 0 0 297 4 5 3 20 0 15 0 7359763 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 645 12354 0 0 7 6 5 3 20 0 15 0 7359766 14407233536 220627 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 240.07
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.28 1.57 1.64 3/214 14566
/proc/meminfo: memFree=29886976/32770624 swapFree=0/250940
[pid=14343] ppid=14340 vsize=14069564 CPUtime=258.02 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 130732 12354 0 0 25720 74 5 3 20 0 15 0 7359734 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 220642 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=237.56 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 59019 12354 0 0 23722 26 5 3 20 0 15 0 7359757 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784840956544 139784440106790 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=1.02 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 1759 12354 0 0 87 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 3747 12354 0 0 89 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=1.06 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 2950 12354 0 0 92 6 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 2054 12354 0 0 89 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=1.01 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 4313 12354 0 0 88 5 5 3 20 0 15 0 7359759 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 63 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=14069564 CPUtime=6.2 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 15565 12354 0 0 608 4 5 3 20 0 15 0 7359762 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=14069564 CPUtime=6.39 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 20908 12354 0 0 627 4 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=14069564 CPUtime=3.09 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 17509 12354 0 0 297 4 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 645 12354 0 0 7 7 5 3 20 0 15 0 7359766 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 258.02
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 14343 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.001 s]
/proc/loadavg: 1.28 1.57 1.64 3/214 14566
/proc/meminfo: memFree=29886976/32770624 swapFree=0/250940
[pid=14343] ppid=14340 vsize=14069564 CPUtime=258.02 cores=0,2,4,6
/proc/14343/stat : 14343 (java) S 14340 14343 3187 0 -1 1077944320 130732 12354 0 0 25720 74 5 3 20 0 15 0 7359734 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 140735658353616 139784836722423 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
/proc/14343/statm: 3517391 220642 3474 1 0 3506013 0
[pid=14343/tid=14393] ppid=14340 vsize=14069564 CPUtime=237.56 cores=0,2,4,6
/proc/14343/task/14393/stat : 14393 (java) R 14340 14343 3187 0 -1 4202560 59019 12354 0 0 23722 26 5 3 20 0 15 0 7359757 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784840956544 139784440106790 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14394] ppid=14340 vsize=14069564 CPUtime=1.02 cores=0,2,4,6
/proc/14343/task/14394/stat : 14394 (java) S 14340 14343 3187 0 -1 1077944384 1759 12354 0 0 87 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784756136208 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14395] ppid=14340 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/14343/task/14395/stat : 14395 (java) S 14340 14343 3187 0 -1 1077944384 3747 12354 0 0 89 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784755083664 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14396] ppid=14340 vsize=14069564 CPUtime=1.06 cores=0,2,4,6
/proc/14343/task/14396/stat : 14396 (java) S 14340 14343 3187 0 -1 1077944384 2950 12354 0 0 92 6 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784754031120 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14397] ppid=14340 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/14343/task/14397/stat : 14397 (java) S 14340 14343 3187 0 -1 1077944384 2054 12354 0 0 89 7 5 3 20 0 15 0 7359758 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784752978576 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14398] ppid=14340 vsize=14069564 CPUtime=1.01 cores=0,2,4,6
/proc/14343/task/14398/stat : 14398 (java) S 14340 14343 3187 0 -1 1077944384 4313 12354 0 0 88 5 5 3 20 0 15 0 7359759 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784314415600 139784836733570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14399] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14399/stat : 14399 (java) S 14340 14343 3187 0 -1 1077944384 63 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784313361952 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14400] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14400/stat : 14400 (java) S 14340 14343 3187 0 -1 1077944384 43 12354 0 0 0 0 5 3 20 0 15 0 7359760 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784312309248 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14401] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14401/stat : 14401 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359762 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784311257808 139784836741019 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14402] ppid=14340 vsize=14069564 CPUtime=6.2 cores=0,2,4,6
/proc/14343/task/14402/stat : 14402 (java) S 14340 14343 3187 0 -1 1077944384 15565 12354 0 0 608 4 5 3 20 0 15 0 7359762 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784310204400 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14403] ppid=14340 vsize=14069564 CPUtime=6.39 cores=0,2,4,6
/proc/14343/task/14403/stat : 14403 (java) S 14340 14343 3187 0 -1 1077944384 20908 12354 0 0 627 4 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784309151856 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14404] ppid=14340 vsize=14069564 CPUtime=3.09 cores=0,2,4,6
/proc/14343/task/14404/stat : 14404 (java) S 14340 14343 3187 0 -1 1077944384 17509 12354 0 0 297 4 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784308099312 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14405] ppid=14340 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/14343/task/14405/stat : 14405 (java) S 14340 14343 3187 0 -1 1077944384 3 12354 0 0 0 0 5 3 20 0 15 0 7359763 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784307047008 139784836732629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
[pid=14343/tid=14406] ppid=14340 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/14343/task/14406/stat : 14406 (java) S 14340 14343 3187 0 -1 1077944384 645 12354 0 0 7 7 5 3 20 0 15 0 7359766 14407233536 220642 18446744073709551615 4194304 4196468 140735658371072 139784305994544 139784836733570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11608064 140735658379214 140735658381999 140735658381999 140735658385359 0
Current children cumulated CPU time (s) 258.02
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 240.035
CPU time (s): 258.077
CPU user time (s): 257.286
CPU system time (s): 0.791042
CPU usage (%): 107.516
Max. virtual memory (cumulated for all children) (KiB): 14072068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.286
system time used= 0.791042
maximum resident set size= 886560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147244
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= 33804
involuntary context switches= 1041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07016 second user time and 1.5337 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:00:51
IDJOB=4259549
IDBENCH=127062
IDSOLVER=2646
FILE ID=node135/4259549-1501654491
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

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

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

MD5SUM BENCH= 8d1019e9f102c0840a0dc4bc65e6ddfe
RANDOM SEED=356964049

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:        30757312 kB
MemAvailable:   31034992 kB
Buffers:          130340 kB
Cached:           424236 kB
SwapCached:            0 kB
Active:          1333312 kB
Inactive:         259392 kB
Active(anon):    1038652 kB
Inactive(anon):     8592 kB
Active(file):     294660 kB
Inactive(file):   250800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24388 kB
Writeback:             4 kB
AnonPages:       1037968 kB
Mapped:            42444 kB
Shmem:              8960 kB
Slab:             122196 kB
SReclaimable:      96108 kB
SUnreclaim:        26088 kB
KernelStack:        3504 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1899056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    808960 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 08:04:51