Trace number 4262730

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)252 2520.1499 2440.1399

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.31/2.16	c Concrete v3.4 running
128.21/95.41	o 254
2285.34/2211.74	o 253
2309.15/2234.59	o 252
2520.09/2440.11	java.util.concurrent.TimeoutException
2520.09/2440.11		at concrete.MAC.mac(MAC.scala:74)
2520.09/2440.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.09/2440.11		at scala.util.Try$.apply(Try.scala:209)
2520.09/2440.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2440.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2440.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2440.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2440.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.09/2440.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2440.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2440.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2440.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2440.11		at concrete.MAC.oneRun(MAC.scala:146)
2520.09/2440.11		at concrete.MAC.nextSolution(MAC.scala:166)
2520.09/2440.11		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.09/2440.11		at concrete.ProblemState.map(ProblemState.scala:203)
2520.09/2440.11		at concrete.ProblemState.map(ProblemState.scala:188)
2520.09/2440.11		at concrete.MAC.nextSolution(MAC.scala:195)
2520.09/2440.11		at concrete.Solver.hasNext(Solver.scala:202)
2520.09/2440.11		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.09/2440.11		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.09/2440.11		at concrete.Solver.toStream(Solver.scala:73)
2520.09/2440.11		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.09/2440.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.09/2440.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.09/2440.11		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.09/2440.11		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.09/2440.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2440.11		at scala.util.Success.map(Try.scala:209)
2520.09/2440.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.09/2440.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.09/2440.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2440.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.09/2440.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2440.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2440.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2440.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2440.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2440.11		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2440.11		at scala.App.main(App.scala:76)
2520.09/2440.11		at scala.App.main$(App.scala:74)
2520.09/2440.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2440.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2440.11	v <instantiation cost="252">
2520.09/2440.11	v       <list>
2520.09/2440.11	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[12][16] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[13][16] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[14][16]
2520.09/2440.11	v       </list>
2520.09/2440.11	v       <values>
2520.09/2440.11	v         244 244 245 245 245 246 246 246 247 247 248 249 249 250 250 251 252 248 252 247 248 250 247 247 251 249 252 251 248 249 249 250 250 251 249 250 250 247 248 249 250 248 247 248 249 248 247 247 250 251 252 249 252 249 250 247 248 251 251 248 251 250 249 252 249 248 250 249 250 251 250 250 251 248 249 247 250 248 251 249 248 247 247 249 252 250 252 251 246 247 249 249 250 247 250 251 248 250 248 250 252 249 251 250 251 251 251 251 251 249 251 250 252 251 251 251 251 251 251 252 250 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 251 246 247 246 250 248 249 251 250 250 248 249 250 249 249 249 252 251 246 251 249 249 248 248 249 250 248 249 248 248 249 250 248 252 251 247 249 249 248 249 248 250 249 250 247 251 249 250 248 250 252 251 248 249 248 250 250 250 250 247 249 250 249 248 248 250 251 252 251 250 248 250 250 247 251 248 248 249 249 250 248 247 251 247 252 251 251 247 247 248 249 249 249 251 249 248 250 250 247 250 250 252 252 249 250 248 249 250 246 248 251 251 247 249 250 247 251 248
2520.09/2440.11	v       </values>
2520.09/2440.11	v     </instantiation>
2520.09/2440.11	s SATISFIABLE

Verifier Data

OK	252

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-4262730-1502483993/watcher-4262730-1502483993 -o /tmp/evaluation-result-4262730-1502483993/solver-4262730-1502483993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262730-1502483993.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.76 1.77 4/194 32020
/proc/meminfo: memFree=28845236/32770624 swapFree=0/318188
[pid=32020] ppid=32017 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32020/stat : 32020 (runsolver) D 32017 32020 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50594858 24240128 106 18446744073709551615 4194304 4338465 140732515589184 140732515586824 140194527134423 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18243584 140732515594448 140732515594825 140732515594825 140732515598282 0
/proc/32020/statm: 5918 106 53 36 0 2156 0

[startup+0.100059 s]
/proc/loadavg: 1.90 1.76 1.77 4/194 32020
/proc/meminfo: memFree=28845236/32770624 swapFree=0/318188
[pid=32020] ppid=32017 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/32020/stat : 32020 (bash) S 32017 32020 16548 0 -1 4202496 850 6170 0 0 0 0 0 1 20 0 1 0 50594858 9867264 365 18446744073709551615 4194304 5098028 140721097334080 140721097327816 140711262600192 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 31817728 140721097335316 140721097335401 140721097335401 140721097338858 0
/proc/32020/statm: 2409 365 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200164 s]
/proc/loadavg: 1.90 1.76 1.77 4/194 32020
/proc/meminfo: memFree=28845236/32770624 swapFree=0/318188
[pid=32020] ppid=32017 vsize=13358716 CPUtime=0.07 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 3602 12356 0 0 0 0 5 2 20 0 6 0 50594858 13679325184 2933 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3339679 2933 1407 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.300212 s]
/proc/loadavg: 1.90 1.76 1.77 4/194 32020
/proc/meminfo: memFree=28845236/32770624 swapFree=0/318188
[pid=32020] ppid=32017 vsize=13973936 CPUtime=0.15 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 5982 12356 0 0 7 1 5 2 20 0 15 0 50594858 14309310464 6128 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3493484 6128 2686 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700225 s]
/proc/loadavg: 1.90 1.76 1.77 4/194 32020
/proc/meminfo: memFree=28845236/32770624 swapFree=0/318188
[pid=32020] ppid=32017 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 13929 12356 0 0 60 4 5 2 20 0 15 0 50594858 14310178816 14834 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3493696 14834 3099 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50582 s]
/proc/loadavg: 1.90 1.76 1.77 3/209 32083
/proc/meminfo: memFree=28746284/32770624 swapFree=0/318176
[pid=32020] ppid=32017 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 29836 12356 0 0 178 10 5 2 20 0 15 0 50594858 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3496352 42676 3374 1 0 3485525 0
[pid=32020/tid=32070] ppid=32017 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 1077944384 22544 12356 0 0 117 6 5 2 20 0 15 0 50594877 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317788987696 140317784778453 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 62 12356 0 0 0 0 5 2 20 0 15 0 50594878 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 56 12356 0 0 1 0 5 2 20 0 15 0 50594878 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 195 12356 0 0 1 0 5 2 20 0 15 0 50594878 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 50 12356 0 0 0 0 5 2 20 0 15 0 50594878 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 1508 12356 0 0 1 0 5 2 20 0 15 0 50594879 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 50594880 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317329389088 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 43 12356 0 0 0 0 5 2 20 0 15 0 50594880 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317328336240 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) R 32017 32020 16548 0 -1 4202560 987 12356 0 0 13 0 5 2 20 0 15 0 50594883 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317762790922 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) R 32017 32020 16548 0 -1 4202560 730 12356 0 0 17 0 5 2 20 0 15 0 50594883 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317764002580 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) R 32017 32020 16548 0 -1 4202560 1440 12356 0 0 24 0 5 2 20 0 15 0 50594883 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317768848734 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 10 12356 0 0 0 0 5 2 20 0 15 0 50594887 14321057792 42676 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.11094 s]
/proc/loadavg: 1.90 1.76 1.77 5/209 32083
/proc/meminfo: memFree=28671152/32770624 swapFree=0/318176
[pid=32020] ppid=32017 vsize=13995836 CPUtime=6.48 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 43240 12356 0 0 624 17 5 2 20 0 15 0 50594858 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3498959 71666 3462 1 0 3487573 0
[pid=32020/tid=32070] ppid=32017 vsize=13995836 CPUtime=2.88 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 27958 12356 0 0 273 8 5 2 20 0 15 0 50594877 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317789000744 140317412435009 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 83 12356 0 0 1 0 5 2 20 0 15 0 50594878 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 58 12356 0 0 1 0 5 2 20 0 15 0 50594878 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 222 12356 0 0 2 0 5 2 20 0 15 0 50594878 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 180 12356 0 0 1 0 5 2 20 0 15 0 50594878 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 1577 12356 0 0 1 0 5 2 20 0 15 0 50594879 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 50594880 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 43 12356 0 0 0 0 5 2 20 0 15 0 50594880 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=13995836 CPUtime=1.32 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) R 32017 32020 16548 0 -1 4202560 4360 12356 0 0 123 2 5 2 20 0 15 0 50594883 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317326218528 140317769893298 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=13995836 CPUtime=1.28 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) R 32017 32020 16548 0 -1 4202560 2538 12356 0 0 120 1 5 2 20 0 15 0 50594883 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317325164080 140317766289647 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=13995836 CPUtime=1.04 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) R 32017 32020 16548 0 -1 4202560 3996 12356 0 0 96 1 5 2 20 0 15 0 50594883 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784789594 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 13 12356 0 0 0 0 5 2 20 0 15 0 50594887 14331736064 71666 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 13995836

[startup+6.30066 s]
/proc/loadavg: 2.07 1.80 1.78 3/209 32083
/proc/meminfo: memFree=28291568/32770624 swapFree=0/318168
[pid=32020] ppid=32017 vsize=13997884 CPUtime=14.67 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 55213 12356 0 0 1413 47 5 2 20 0 15 0 50594858 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3499471 160072 3478 1 0 3488085 0
[pid=32020/tid=32070] ppid=32017 vsize=13997884 CPUtime=5.8 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 29358 12356 0 0 562 11 5 2 20 0 15 0 50594877 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317789001048 140317413857958 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 532 12356 0 0 20 6 5 2 20 0 15 0 50594878 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=13997884 CPUtime=0.3 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 661 12356 0 0 18 5 5 2 20 0 15 0 50594878 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 477 12356 0 0 20 6 5 2 20 0 15 0 50594878 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=13997884 CPUtime=0.33 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 629 12356 0 0 20 6 5 2 20 0 15 0 50594878 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 1837 12356 0 0 3 0 5 2 20 0 15 0 50594879 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 55 12356 0 0 0 0 5 2 20 0 15 0 50594880 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 43 12356 0 0 0 0 5 2 20 0 15 0 50594880 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=13997884 CPUtime=3.14 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) S 32017 32020 16548 0 -1 1077944384 6601 12356 0 0 304 3 5 2 20 0 15 0 50594883 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=13997884 CPUtime=3.36 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) S 32017 32020 16548 0 -1 1077944384 6963 12356 0 0 326 3 5 2 20 0 15 0 50594883 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=13997884 CPUtime=1.45 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) S 32017 32020 16548 0 -1 1077944384 5748 12356 0 0 136 2 5 2 20 0 15 0 50594883 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 152 12356 0 0 0 0 5 2 20 0 15 0 50594887 14333833216 160072 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.06 1.80 1.78 5/209 32083
/proc/meminfo: memFree=26608580/32770624 swapFree=0/318164
[pid=32020] ppid=32017 vsize=13999932 CPUtime=25.89 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 75740 12356 0 0 2482 100 5 2 20 0 15 0 50594858 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3499983 561063 3479 1 0 3488597 0
[pid=32020/tid=32070] ppid=32017 vsize=13999932 CPUtime=11.28 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 34362 12356 0 0 1091 30 5 2 20 0 15 0 50594877 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317788998664 140317412182948 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 1007 12356 0 0 93 15 5 2 20 0 15 0 50594878 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 1729 12356 0 0 92 13 5 2 20 0 15 0 50594878 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=13999932 CPUtime=1.13 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 923 12356 0 0 92 14 5 2 20 0 15 0 50594878 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 1120 12356 0 0 93 15 5 2 20 0 15 0 50594878 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 7914 12356 0 0 12 0 5 2 20 0 15 0 50594879 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 57 12356 0 0 0 0 5 2 20 0 15 0 50594880 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 45 12356 0 0 0 0 5 2 20 0 15 0 50594880 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14335930368 561063 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0

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

/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 771569 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=14069564 CPUtime=1.4 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 2002 12356 0 0 57 76 5 2 20 0 15 0 50594887 14407233536 771569 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 2337.87
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.25 1.35 1.47 3/209 32368
/proc/meminfo: memFree=26834272/32770624 swapFree=0/318688
[pid=32020] ppid=32017 vsize=14069564 CPUtime=2399.3 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 517776 12356 0 0 239551 372 5 2 20 0 15 0 50594858 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3517391 712197 3494 1 0 3506005 0
[pid=32020/tid=32070] ppid=32017 vsize=14069564 CPUtime=2299.65 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 192449 12356 0 0 229872 86 5 2 20 0 15 0 50594877 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317789002432 140317422385726 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=14069564 CPUtime=18.24 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 46334 12356 0 0 1771 46 5 2 20 0 15 0 50594878 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=14069564 CPUtime=18.19 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 49756 12356 0 0 1769 43 5 2 20 0 15 0 50594878 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=14069564 CPUtime=18.24 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 43642 12356 0 0 1772 45 5 2 20 0 15 0 50594878 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=14069564 CPUtime=18.27 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 46810 12356 0 0 1774 46 5 2 20 0 15 0 50594878 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=14069564 CPUtime=2.93 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 36185 12356 0 0 257 29 5 2 20 0 15 0 50594879 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 76 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 54 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=14069564 CPUtime=9.29 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) S 32017 32020 16548 0 -1 1077944384 23307 12356 0 0 915 7 5 2 20 0 15 0 50594883 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=14069564 CPUtime=10.7 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) S 32017 32020 16548 0 -1 1077944384 29925 12356 0 0 1058 5 5 2 20 0 15 0 50594883 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=14069564 CPUtime=2.86 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) S 32017 32020 16548 0 -1 1077944384 45049 12356 0 0 272 7 5 2 20 0 15 0 50594883 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 2032 12356 0 0 58 79 5 2 20 0 15 0 50594887 14407233536 712197 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 2399.3
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.49 1.39 1.47 3/209 32370
/proc/meminfo: memFree=27024440/32770624 swapFree=0/318692
[pid=32020] ppid=32017 vsize=14069564 CPUtime=2460.82 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 528336 12356 0 0 245697 378 5 2 20 0 15 0 50594858 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3517391 664226 3494 1 0 3506005 0
[pid=32020/tid=32070] ppid=32017 vsize=14069564 CPUtime=2359.04 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 194778 12356 0 0 235811 86 5 2 20 0 15 0 50594877 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317789002320 140317403980946 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=14069564 CPUtime=18.75 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 46859 12356 0 0 1821 47 5 2 20 0 15 0 50594878 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=14069564 CPUtime=18.7 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 50843 12356 0 0 1819 44 5 2 20 0 15 0 50594878 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=14069564 CPUtime=18.74 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 44243 12356 0 0 1822 45 5 2 20 0 15 0 50594878 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=14069564 CPUtime=18.77 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 48744 12356 0 0 1824 46 5 2 20 0 15 0 50594878 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=14069564 CPUtime=2.99 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 36687 12356 0 0 262 30 5 2 20 0 15 0 50594879 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 76 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 54 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=14069564 CPUtime=9.29 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) S 32017 32020 16548 0 -1 1077944384 23311 12356 0 0 915 7 5 2 20 0 15 0 50594883 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=14069564 CPUtime=10.7 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) S 32017 32020 16548 0 -1 1077944384 31130 12356 0 0 1058 5 5 2 20 0 15 0 50594883 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=14069564 CPUtime=2.86 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) S 32017 32020 16548 0 -1 1077944384 47384 12356 0 0 272 7 5 2 20 0 15 0 50594883 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 2071 12356 0 0 61 80 5 2 20 0 15 0 50594887 14407233536 664226 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 2460.82
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2440.1 s]
/proc/loadavg: 1.17 1.32 1.45 3/209 32372
/proc/meminfo: memFree=27082860/32770624 swapFree=0/318708
[pid=32020] ppid=32017 vsize=14069564 CPUtime=2520.09 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 538148 12356 0 0 251620 382 5 2 20 0 15 0 50594858 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3517391 652027 3494 1 0 3506005 0
[pid=32020/tid=32070] ppid=32017 vsize=14069564 CPUtime=2416.26 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 197944 12356 0 0 241532 87 5 2 20 0 15 0 50594877 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317789002320 140317422385974 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=14069564 CPUtime=19.24 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 47600 12356 0 0 1869 48 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=14069564 CPUtime=19.19 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 51616 12356 0 0 1868 44 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=14069564 CPUtime=19.23 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 44974 12356 0 0 1870 46 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=14069564 CPUtime=19.26 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 50975 12356 0 0 1872 47 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=14069564 CPUtime=3.04 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 37314 12356 0 0 266 31 5 2 20 0 15 0 50594879 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 76 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 54 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=14069564 CPUtime=9.29 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) S 32017 32020 16548 0 -1 1077944384 23317 12356 0 0 915 7 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=14069564 CPUtime=10.72 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) S 32017 32020 16548 0 -1 1077944384 32053 12356 0 0 1059 6 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=14069564 CPUtime=2.86 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) S 32017 32020 16548 0 -1 1077944384 47948 12356 0 0 272 7 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=14069564 CPUtime=1.52 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 2120 12356 0 0 63 82 5 2 20 0 15 0 50594887 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 2520.09
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 32020 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2440.1 s]
/proc/loadavg: 1.17 1.32 1.45 3/209 32372
/proc/meminfo: memFree=27082860/32770624 swapFree=0/318708
[pid=32020] ppid=32017 vsize=14069564 CPUtime=2520.09 cores=1,3,5,7
/proc/32020/stat : 32020 (java) S 32017 32020 16548 0 -1 1077944320 538148 12356 0 0 251620 382 5 2 20 0 15 0 50594858 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140732620623344 140317784768247 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
/proc/32020/statm: 3517391 652027 3494 1 0 3506005 0
[pid=32020/tid=32070] ppid=32017 vsize=14069564 CPUtime=2416.26 cores=1,3,5,7
/proc/32020/task/32070/stat : 32070 (java) R 32017 32020 16548 0 -1 4202560 197944 12356 0 0 241532 87 5 2 20 0 15 0 50594877 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317789002320 140317422385974 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32071] ppid=32017 vsize=14069564 CPUtime=19.24 cores=1,3,5,7
/proc/32020/task/32071/stat : 32071 (java) S 32017 32020 16548 0 -1 1077944384 47600 12356 0 0 1869 48 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317726714512 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32072] ppid=32017 vsize=14069564 CPUtime=19.19 cores=1,3,5,7
/proc/32020/task/32072/stat : 32072 (java) S 32017 32020 16548 0 -1 1077944384 51616 12356 0 0 1868 44 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317725661712 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32073] ppid=32017 vsize=14069564 CPUtime=19.23 cores=1,3,5,7
/proc/32020/task/32073/stat : 32073 (java) S 32017 32020 16548 0 -1 1077944384 44974 12356 0 0 1870 46 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317724608912 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32074] ppid=32017 vsize=14069564 CPUtime=19.26 cores=1,3,5,7
/proc/32020/task/32074/stat : 32074 (java) S 32017 32020 16548 0 -1 1077944384 50975 12356 0 0 1872 47 5 2 20 0 15 0 50594878 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317723556112 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32075] ppid=32017 vsize=14069564 CPUtime=3.04 cores=1,3,5,7
/proc/32020/task/32075/stat : 32075 (java) S 32017 32020 16548 0 -1 1077944384 37314 12356 0 0 266 31 5 2 20 0 15 0 50594879 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317330443120 140317784779394 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32076] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32076/stat : 32076 (java) S 32017 32020 16548 0 -1 1077944384 76 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317329389152 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32077] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32077/stat : 32077 (java) S 32017 32020 16548 0 -1 1077944384 54 12356 0 0 0 0 5 2 20 0 15 0 50594880 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317328336256 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32078] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32078/stat : 32078 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317327284560 140317784786843 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32079] ppid=32017 vsize=14069564 CPUtime=9.29 cores=1,3,5,7
/proc/32020/task/32079/stat : 32079 (java) S 32017 32020 16548 0 -1 1077944384 23317 12356 0 0 915 7 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317326231920 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32080] ppid=32017 vsize=14069564 CPUtime=10.72 cores=1,3,5,7
/proc/32020/task/32080/stat : 32080 (java) S 32017 32020 16548 0 -1 1077944384 32053 12356 0 0 1059 6 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317325179120 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32081] ppid=32017 vsize=14069564 CPUtime=2.86 cores=1,3,5,7
/proc/32020/task/32081/stat : 32081 (java) S 32017 32020 16548 0 -1 1077944384 47948 12356 0 0 272 7 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317324126320 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32082] ppid=32017 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/32020/task/32082/stat : 32082 (java) S 32017 32020 16548 0 -1 1077944384 3 12356 0 0 0 0 5 2 20 0 15 0 50594883 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317323073760 140317784778453 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
[pid=32020/tid=32083] ppid=32017 vsize=14069564 CPUtime=1.52 cores=1,3,5,7
/proc/32020/task/32083/stat : 32083 (java) S 32017 32020 16548 0 -1 1077944384 2120 12356 0 0 63 82 5 2 20 0 15 0 50594887 14407233536 652027 18446744073709551615 4194304 4196468 140732620640800 140317322022064 140317784779394 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140732620642256 140732620645041 140732620645041 140732620648399 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2440.14
CPU time (s): 2520.15
CPU user time (s): 2516.28
CPU system time (s): 3.87275
CPU usage (%): 103.279
Max. virtual memory (cumulated for all children) (KiB): 14069616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.87275
maximum resident set size= 4323036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111974
involuntary context switches= 5439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0967 second user time and 14.664 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 22:25:53
IDJOB=4262730
IDBENCH=139752
IDSOLVER=2650
FILE ID=node126/4262730-1502483993
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262730-1502483993/watcher-4262730-1502483993 -o /tmp/evaluation-result-4262730-1502483993/solver-4262730-1502483993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262730-1502483993.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=1595461598

node126.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.81
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.81
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.81
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.81
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:        28846508 kB
MemAvailable:   29486440 kB
Buffers:          293168 kB
Cached:           619344 kB
SwapCached:          524 kB
Active:          3072312 kB
Inactive:         389512 kB
Active(anon):    2503104 kB
Inactive(anon):    71324 kB
Active(file):     569208 kB
Inactive(file):   318188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24932 kB
Writeback:             0 kB
AnonPages:       2577052 kB
Mapped:            55152 kB
Shmem:             25248 kB
Slab:             163252 kB
SReclaimable:     136740 kB
SUnreclaim:        26512 kB
KernelStack:        3696 kB
PageTables:         9984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3388440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2363392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-08-11 23:06:33