Trace number 4249382

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
R1: Concrete 3.4SAT (TO)219 2400.1201 2327.6399

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
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.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"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.35/2.16	c Concrete v3.4 running
89.05/59.03	o 224
100.21/68.12	o 223
1243.73/1193.32	o 222
1282.06/1230.45	o 221
1909.99/1843.64	o 220
2082.26/2012.29	o 219
2400.06/2327.61	java.util.concurrent.TimeoutException
2400.06/2327.61		at concrete.MAC.mac(MAC.scala:74)
2400.06/2327.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.06/2327.61		at scala.util.Try$.apply(Try.scala:209)
2400.06/2327.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.06/2327.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.06/2327.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.06/2327.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.06/2327.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.06/2327.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.06/2327.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.06/2327.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.06/2327.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.06/2327.61		at concrete.MAC.oneRun(MAC.scala:146)
2400.06/2327.61		at concrete.MAC.nextSolution(MAC.scala:166)
2400.06/2327.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.06/2327.61		at concrete.ProblemState.map(ProblemState.scala:203)
2400.06/2327.61		at concrete.ProblemState.map(ProblemState.scala:188)
2400.06/2327.61		at concrete.MAC.nextSolution(MAC.scala:195)
2400.06/2327.61		at concrete.Solver.hasNext(Solver.scala:202)
2400.06/2327.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.06/2327.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.06/2327.61		at concrete.Solver.toStream(Solver.scala:73)
2400.06/2327.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.06/2327.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.06/2327.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.06/2327.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.06/2327.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.06/2327.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.06/2327.61		at scala.util.Success.map(Try.scala:209)
2400.06/2327.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.06/2327.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.06/2327.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2327.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.06/2327.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2327.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.06/2327.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.06/2327.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.06/2327.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.06/2327.61		at scala.collection.immutable.List.foreach(List.scala:389)
2400.06/2327.61		at scala.App.main(App.scala:76)
2400.06/2327.61		at scala.App.main$(App.scala:74)
2400.06/2327.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2327.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2327.62	v <instantiation cost="219">
2400.06/2327.62	v       <list>
2400.06/2327.62	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[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[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[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[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[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[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[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[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[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[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[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[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[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[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]
2400.06/2327.62	v       </list>
2400.06/2327.62	v       <values>
2400.06/2327.62	v         215 215 215 216 216 217 218 218 218 218 219 219 219 219 219 215 218 218 218 219 215 215 216 216 216 216 216 217 217 217 216 215 219 218 219 216 216 215 216 217 217 218 216 217 219 216 216 216 217 219 218 217 219 215 217 218 215 217 219 218 216 217 215 219 218 217 218 215 217 219 217 216 219 216 218 217 217 215 218 219 218 218 217 219 219 219 216 218 218 216 217 218 217 219 219 219 219 218 217 217 216 219 216 218 218 217 219 219 219 218 217 217 219 216 218 219 217 215 218 216 218 214 216 218 217 216 217 217 217 218 219 216 215 217 218 218 214 218 217 217 217 218 216 215 219 218 218 216 219 217 219 215 217 218 218 217 219 219 218 219 218 216 216 217 219 219 216 217 218 217 219 215 218 216 215 219 217 215 216 215 219 217 218 215 216 216 217 215 215 218 216 219 218 216 217 219 218 217 219 218 215 216 217 219 215 216 218 217 219 216 219 219 216 216 219 218 216 217 215 218 217 218 219 216 217
2400.06/2327.62	v       </values>
2400.06/2327.62	v     </instantiation>
2400.06/2327.62	s SATISFIABLE

Verifier Data

OK	219

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-4249382-1502095328/watcher-4249382-1502095328 -o /tmp/evaluation-result-4249382-1502095328/solver-4249382-1502095328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560 bin/concrete HOME/instance-4249382-1502095328.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.36 1.42 1.46 2/198 16622
/proc/meminfo: memFree=29947628/32770624 swapFree=0/435456
[pid=16622] ppid=16619 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16622/stat : 16622 (runsolver) D 16619 16622 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 57038880 24240128 107 18446744073709551615 4194304 4338465 140730340115536 140730340113176 140054351885015 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 15319040 140730340118736 140730340119113 140730340119113 140730340122570 0
/proc/16622/statm: 5918 107 54 36 0 2156 0

[startup+0.100125 s]
/proc/loadavg: 1.36 1.42 1.46 2/198 16622
/proc/meminfo: memFree=29947628/32770624 swapFree=0/435456
[pid=16622] ppid=16619 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/16622/stat : 16622 (bash) S 16619 16622 25139 0 -1 4202496 887 6464 0 0 0 0 0 1 20 0 1 0 57038880 9871360 374 18446744073709551615 4194304 5098028 140730725120352 140730725114360 139895898528768 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 4 0 0 7196144 7232144 13234176 140730725126676 140730725126761 140730725126761 140730725130218 0
/proc/16622/statm: 2410 374 293 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200312 s]
/proc/loadavg: 1.36 1.42 1.46 2/198 16622
/proc/meminfo: memFree=29947628/32770624 swapFree=0/435456
[pid=16622] ppid=16619 vsize=9936724 CPUtime=0.09 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 4252 12693 0 0 1 0 5 3 20 0 6 0 57038880 10175205376 4113 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2484181 4113 1913 1 0 2473678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9936724

[startup+0.300309 s]
/proc/loadavg: 1.36 1.42 1.46 2/198 16622
/proc/meminfo: memFree=29947628/32770624 swapFree=0/435456
[pid=16622] ppid=16619 vsize=10552364 CPUtime=0.2 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 6689 12693 0 0 11 1 5 3 20 0 15 0 57038880 10805620736 7365 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2638091 7365 2914 1 0 2627467 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10552364

[startup+0.70019 s]
/proc/loadavg: 1.36 1.42 1.46 2/198 16622
/proc/meminfo: memFree=29947628/32770624 swapFree=0/435456
[pid=16622] ppid=16619 vsize=10552792 CPUtime=0.74 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 13913 12693 0 0 62 4 5 3 20 0 15 0 57038880 10806059008 14871 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2638198 14871 3117 1 0 2627467 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 10552792

[startup+1.50391 s]
/proc/loadavg: 1.49 1.45 1.47 3/213 16685
/proc/meminfo: memFree=29849116/32770624 swapFree=0/435384
[pid=16622] ppid=16619 vsize=10563416 CPUtime=2 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 28254 12693 0 0 183 9 5 3 20 0 15 0 57038880 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2640854 43203 3385 1 0 2630027 0
[pid=16622/tid=16672] ppid=16619 vsize=10563416 CPUtime=1.33 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 21288 12693 0 0 119 6 5 3 20 0 15 0 57038899 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371930071032 140371905654551 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 163 12693 0 0 0 0 5 3 20 0 15 0 57038899 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 31 12693 0 0 1 0 5 3 20 0 15 0 57038899 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 44 12693 0 0 1 0 5 3 20 0 15 0 57038899 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 29 12693 0 0 1 0 5 3 20 0 15 0 57038899 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10563416 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 1242 12693 0 0 1 0 5 3 20 0 15 0 57038901 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 55 12693 0 0 0 0 5 3 20 0 15 0 57038901 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371166336352 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 43 12693 0 0 0 0 5 3 20 0 15 0 57038901 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10563416 CPUtime=0.26 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) R 16619 16622 25139 0 -1 4202560 1133 12693 0 0 18 0 5 3 20 0 15 0 57038904 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371163168384 140371925865050 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10563416 CPUtime=0.22 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 700 12693 0 0 14 0 5 3 20 0 15 0 57038904 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10563416 CPUtime=0.32 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 1382 12693 0 0 24 0 5 3 20 0 15 0 57038904 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10563416 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038907 10816937984 43203 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10563416

[startup+3.10895 s]
/proc/loadavg: 1.49 1.45 1.47 4/213 16685
/proc/meminfo: memFree=29771804/32770624 swapFree=0/435384
[pid=16622] ppid=16619 vsize=10573844 CPUtime=6.63 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 42438 12693 0 0 640 15 5 3 20 0 15 0 57038880 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2643461 71549 3464 1 0 2632075 0
[pid=16622/tid=16672] ppid=16619 vsize=10573844 CPUtime=2.9 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 25557 12693 0 0 274 8 5 3 20 0 15 0 57038899 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371930072992 140371569246439 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 280 12693 0 0 1 0 5 3 20 0 15 0 57038899 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10573844 CPUtime=0.1 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 60 12693 0 0 2 0 5 3 20 0 15 0 57038899 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 47 12693 0 0 1 0 5 3 20 0 15 0 57038899 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10573844 CPUtime=0.1 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 45 12693 0 0 2 0 5 3 20 0 15 0 57038899 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 1920 12693 0 0 1 0 5 3 20 0 15 0 57038901 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 55 12693 0 0 0 0 5 3 20 0 15 0 57038901 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371166336352 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 43 12693 0 0 0 0 5 3 20 0 15 0 57038901 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10573844 CPUtime=1.34 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) R 16619 16622 25139 0 -1 4202560 3201 12693 0 0 125 1 5 3 20 0 15 0 57038904 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371163159184 140371905095474 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10573844 CPUtime=1.38 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) R 16619 16622 25139 0 -1 4202560 4983 12693 0 0 129 1 5 3 20 0 15 0 57038904 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371162113760 140371907152572 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10573844 CPUtime=1.09 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 4098 12693 0 0 100 1 5 3 20 0 15 0 57038904 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 8 12693 0 0 0 0 5 3 20 0 15 0 57038907 10827616256 71549 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 10573844

[startup+6.30071 s]
/proc/loadavg: 1.78 1.51 1.49 3/213 16685
/proc/meminfo: memFree=29386768/32770624 swapFree=0/435372
[pid=16622] ppid=16619 vsize=10575892 CPUtime=14.13 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 49752 12693 0 0 1363 42 5 3 20 0 15 0 57038880 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2643973 194652 3489 1 0 2632587 0
[pid=16622/tid=16672] ppid=16619 vsize=10575892 CPUtime=5.81 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 26663 12693 0 0 561 12 5 3 20 0 15 0 57038899 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371930075368 140371570444240 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10575892 CPUtime=0.35 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 715 12693 0 0 21 6 5 3 20 0 15 0 57038899 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10575892 CPUtime=0.32 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 361 12693 0 0 19 5 5 3 20 0 15 0 57038899 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10575892 CPUtime=0.3 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 273 12693 0 0 18 4 5 3 20 0 15 0 57038899 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10575892 CPUtime=0.32 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 245 12693 0 0 19 5 5 3 20 0 15 0 57038899 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10575892 CPUtime=0.1 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 2216 12693 0 0 2 0 5 3 20 0 15 0 57038901 10829713408 194652 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 55 12693 0 0 0 0 5 3 20 0 15 0 57038901 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371166336352 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 43 12693 0 0 0 0 5 3 20 0 15 0 57038901 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10575892 CPUtime=2.97 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) S 16619 16622 25139 0 -1 1077944384 4402 12693 0 0 287 2 5 3 20 0 15 0 57038904 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371163179120 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10575892 CPUtime=3.05 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 6399 12693 0 0 296 1 5 3 20 0 15 0 57038904 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10575892 CPUtime=1.43 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 6207 12693 0 0 134 1 5 3 20 0 15 0 57038904 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10575892 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 32 12693 0 0 0 0 5 3 20 0 15 0 57038907 10829713408 195164 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 10575892

[startup+12.7007 s]
/proc/loadavg: 1.71 1.50 1.49 3/213 16685
/proc/meminfo: memFree=28196792/32770624 swapFree=0/435364
[pid=16622] ppid=16619 vsize=10577940 CPUtime=24.88 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 59028 12693 0 0 2397 83 5 3 20 0 15 0 57038880 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2644485 440816 3489 1 0 2633099 0
[pid=16622/tid=16672] ppid=16619 vsize=10577940 CPUtime=11.5 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 28807 12693 0 0 1119 23 5 3 20 0 15 0 57038899 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371930078632 140371574700620 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10577940 CPUtime=0.97 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 1088 12693 0 0 76 13 5 3 20 0 15 0 57038899 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10577940 CPUtime=0.95 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 641 12693 0 0 75 12 5 3 20 0 15 0 57038899 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10577940 CPUtime=0.93 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 901 12693 0 0 73 12 5 3 20 0 15 0 57038899 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10577940 CPUtime=0.95 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 495 12693 0 0 75 12 5 3 20 0 15 0 57038899 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10577940 CPUtime=0.18 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 3883 12693 0 0 10 0 5 3 20 0 15 0 57038901 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 55 12693 0 0 0 0 5 3 20 0 15 0 57038901 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371166336352 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 43 12693 0 0 0 0 5 3 20 0 15 0 57038901 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10577940 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10831810560 440816 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0

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

[pid=16622/tid=16685] ppid=16619 vsize=10582036 CPUtime=1.4 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 1751 12693 0 0 65 67 5 3 20 0 15 0 57038907 10836004864 649091 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2213.72
Current children cumulated vsize (KiB) 10582036

[startup+2202.31 s]
/proc/loadavg: 1.51 1.53 1.51 3/212 16969
/proc/meminfo: memFree=24753520/32770624 swapFree=0/436472
[pid=16622] ppid=16619 vsize=10582036 CPUtime=2274.09 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 450132 12693 0 0 227005 396 5 3 20 0 15 0 57038880 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2645509 696687 3506 1 0 2634123 0
[pid=16622/tid=16672] ppid=16619 vsize=10582036 CPUtime=2181.27 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 184043 12693 0 0 218045 74 5 3 20 0 15 0 57038899 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371930077808 140371570931643 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10582036 CPUtime=16.8 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 28270 12693 0 0 1615 57 5 3 20 0 15 0 57038899 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10582036 CPUtime=16.75 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 23513 12693 0 0 1610 57 5 3 20 0 15 0 57038899 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10582036 CPUtime=16.77 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 25839 12693 0 0 1612 57 5 3 20 0 15 0 57038899 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10582036 CPUtime=16.8 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 28731 12693 0 0 1616 56 5 3 20 0 15 0 57038899 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10582036 CPUtime=2.96 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 42600 12693 0 0 260 28 5 3 20 0 15 0 57038901 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 78 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371166336416 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 53 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10582036 CPUtime=9.24 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) S 16619 16622 25139 0 -1 1077944384 37362 12693 0 0 910 6 5 3 20 0 15 0 57038904 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371163179120 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10582036 CPUtime=9.77 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 34135 12693 0 0 965 4 5 3 20 0 15 0 57038904 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10582036 CPUtime=2.89 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 41587 12693 0 0 275 6 5 3 20 0 15 0 57038904 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10582036 CPUtime=1.44 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 1780 12693 0 0 67 69 5 3 20 0 15 0 57038907 10836004864 696687 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2274.09
Current children cumulated vsize (KiB) 10582036

[startup+2262.3 s]
/proc/loadavg: 1.60 1.54 1.51 3/213 16972
/proc/meminfo: memFree=24531452/32770624 swapFree=0/436500
[pid=16622] ppid=16619 vsize=10582036 CPUtime=2334.45 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 469167 12693 0 0 233025 412 5 3 20 0 15 0 57038880 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2645509 752227 3506 1 0 2634123 0
[pid=16622/tid=16672] ppid=16619 vsize=10582036 CPUtime=2241.13 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 201677 12693 0 0 224028 77 5 3 20 0 15 0 57038899 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371930077696 140371570932035 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10582036 CPUtime=16.91 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 28719 12693 0 0 1623 60 5 3 20 0 15 0 57038899 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10582036 CPUtime=16.86 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 23794 12693 0 0 1618 60 5 3 20 0 15 0 57038899 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10582036 CPUtime=16.89 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 25984 12693 0 0 1621 60 5 3 20 0 15 0 57038899 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10582036 CPUtime=16.91 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 28920 12693 0 0 1624 59 5 3 20 0 15 0 57038899 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10582036 CPUtime=2.98 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 42902 12693 0 0 261 29 5 3 20 0 15 0 57038901 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 78 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371166336416 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 53 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10582036 CPUtime=9.24 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) S 16619 16622 25139 0 -1 1077944384 37364 12693 0 0 910 6 5 3 20 0 15 0 57038904 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371163179120 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10582036 CPUtime=9.77 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 34137 12693 0 0 965 4 5 3 20 0 15 0 57038904 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10582036 CPUtime=2.89 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 41589 12693 0 0 275 6 5 3 20 0 15 0 57038904 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10582036 CPUtime=1.47 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 1809 12693 0 0 68 71 5 3 20 0 15 0 57038907 10836004864 752227 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2334.45
Current children cumulated vsize (KiB) 10582036

[startup+2322.3 s]
/proc/loadavg: 1.75 1.59 1.53 3/214 16975
/proc/meminfo: memFree=24345448/32770624 swapFree=0/436532
[pid=16622] ppid=16619 vsize=10582036 CPUtime=2394.72 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 491564 12693 0 0 239037 427 5 3 20 0 15 0 57038880 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2645509 798899 3506 1 0 2634123 0
[pid=16622/tid=16672] ppid=16619 vsize=10582036 CPUtime=2301.03 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 222088 12693 0 0 230015 80 5 3 20 0 15 0 57038899 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371930077808 140371578674572 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10582036 CPUtime=17 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 28977 12693 0 0 1629 63 5 3 20 0 15 0 57038899 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10582036 CPUtime=16.95 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 24188 12693 0 0 1624 63 5 3 20 0 15 0 57038899 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10582036 CPUtime=16.97 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 26628 12693 0 0 1626 63 5 3 20 0 15 0 57038899 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10582036 CPUtime=16.99 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 29302 12693 0 0 1629 62 5 3 20 0 15 0 57038899 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10582036 CPUtime=2.99 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 43172 12693 0 0 262 29 5 3 20 0 15 0 57038901 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 78 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371166336416 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 53 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10582036 CPUtime=9.25 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) S 16619 16622 25139 0 -1 1077944384 37366 12693 0 0 911 6 5 3 20 0 15 0 57038904 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371163179120 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10582036 CPUtime=9.77 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 34140 12693 0 0 965 4 5 3 20 0 15 0 57038904 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10582036 CPUtime=2.89 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 41591 12693 0 0 275 6 5 3 20 0 15 0 57038904 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10582036 CPUtime=1.51 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 1840 12693 0 0 70 73 5 3 20 0 15 0 57038907 10836004864 798899 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2394.72
Current children cumulated vsize (KiB) 10582036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2327.6 s]
/proc/loadavg: 1.85 1.62 1.54 3/214 16976
/proc/meminfo: memFree=24338668/32770624 swapFree=0/436536
[pid=16622] ppid=16619 vsize=10582036 CPUtime=2400.06 cores=1,3,5,7
/proc/16622/stat : 16622 (java) S 16619 16622 25139 0 -1 1077944320 491875 12693 0 0 239571 427 5 3 20 0 15 0 57038880 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140729184259744 140371925843703 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
/proc/16622/statm: 2645509 800449 3506 1 0 2634123 0
[pid=16622/tid=16672] ppid=16619 vsize=10582036 CPUtime=2306.32 cores=1,3,5,7
/proc/16622/task/16672/stat : 16672 (java) R 16619 16622 25139 0 -1 4202560 222385 12693 0 0 230544 80 5 3 20 0 15 0 57038899 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371930077808 140371572604047 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16673] ppid=16619 vsize=10582036 CPUtime=17.01 cores=1,3,5,7
/proc/16622/task/16673/stat : 16673 (java) S 16619 16622 25139 0 -1 1077944384 28980 12693 0 0 1630 63 5 3 20 0 15 0 57038899 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371882809744 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16674] ppid=16619 vsize=10582036 CPUtime=16.96 cores=1,3,5,7
/proc/16622/task/16674/stat : 16674 (java) S 16619 16622 25139 0 -1 1077944384 24191 12693 0 0 1625 63 5 3 20 0 15 0 57038899 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371881756944 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16675] ppid=16619 vsize=10582036 CPUtime=16.99 cores=1,3,5,7
/proc/16622/task/16675/stat : 16675 (java) S 16619 16622 25139 0 -1 1077944384 26631 12693 0 0 1628 63 5 3 20 0 15 0 57038899 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371880704656 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16676] ppid=16619 vsize=10582036 CPUtime=17 cores=1,3,5,7
/proc/16622/task/16676/stat : 16676 (java) S 16619 16622 25139 0 -1 1077944384 29305 12693 0 0 1630 62 5 3 20 0 15 0 57038899 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371533945360 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16677] ppid=16619 vsize=10582036 CPUtime=2.99 cores=1,3,5,7
/proc/16622/task/16677/stat : 16677 (java) S 16619 16622 25139 0 -1 1077944384 43174 12693 0 0 262 29 5 3 20 0 15 0 57038901 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371167390320 140371925854850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16678] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16678/stat : 16678 (java) S 16619 16622 25139 0 -1 1077944384 78 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371166336416 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16679] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16679/stat : 16679 (java) S 16619 16622 25139 0 -1 1077944384 53 12693 0 0 0 0 5 3 20 0 15 0 57038901 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371165283968 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16680] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16680/stat : 16680 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371164232272 140371925862299 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16681] ppid=16619 vsize=10582036 CPUtime=9.25 cores=1,3,5,7
/proc/16622/task/16681/stat : 16681 (java) S 16619 16622 25139 0 -1 1077944384 37366 12693 0 0 911 6 5 3 20 0 15 0 57038904 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371163179120 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16682] ppid=16619 vsize=10582036 CPUtime=9.77 cores=1,3,5,7
/proc/16622/task/16682/stat : 16682 (java) S 16619 16622 25139 0 -1 1077944384 34140 12693 0 0 965 4 5 3 20 0 15 0 57038904 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371162126320 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16683] ppid=16619 vsize=10582036 CPUtime=2.89 cores=1,3,5,7
/proc/16622/task/16683/stat : 16683 (java) S 16619 16622 25139 0 -1 1077944384 41591 12693 0 0 275 6 5 3 20 0 15 0 57038904 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371161074032 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16684] ppid=16619 vsize=10582036 CPUtime=0.08 cores=1,3,5,7
/proc/16622/task/16684/stat : 16684 (java) S 16619 16622 25139 0 -1 1077944384 3 12693 0 0 0 0 5 3 20 0 15 0 57038904 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371160021472 140371925853909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
[pid=16622/tid=16685] ppid=16619 vsize=10582036 CPUtime=1.51 cores=1,3,5,7
/proc/16622/task/16685/stat : 16685 (java) S 16619 16622 25139 0 -1 1077944384 1840 12693 0 0 70 73 5 3 20 0 15 0 57038907 10836004864 800449 18446744073709551615 4194304 4196468 140729184277200 140371158969264 140371925854850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16236544 140729184282587 140729184285361 140729184285361 140729184288719 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10582036

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 16622 sig 9
??? kill -16622 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2327.64
CPU time (s): 2400.12
CPU user time (s): 2395.79
CPU system time (s): 4.33362
CPU usage (%): 103.114
Max. virtual memory (cumulated for all children) (KiB): 10582108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.79
system time used= 4.33362
maximum resident set size= 3202060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104038
involuntary context switches= 5320

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4158 second user time and 15.0943 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 10:28:10
IDJOB=4249382
IDBENCH=139730
IDSOLVER=2630
FILE ID=node134/4249382-1502095328
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249382-1502095328/watcher-4249382-1502095328 -o /tmp/evaluation-result-4249382-1502095328/solver-4249382-1502095328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12599 --watchdog 2560  bin/concrete HOME/instance-4249382-1502095328.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=367780003

node134.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.43
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.43
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.43
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.43
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:        29947892 kB
MemAvailable:   30604456 kB
Buffers:          209712 kB
Cached:           736496 kB
SwapCached:            0 kB
Active:          1932052 kB
Inactive:         458488 kB
Active(anon):    1446580 kB
Inactive(anon):    23032 kB
Active(file):     485472 kB
Inactive(file):   435456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24928 kB
Writeback:             0 kB
AnonPages:       1444212 kB
Mapped:            54136 kB
Shmem:             25276 kB
Slab:             129092 kB
SReclaimable:     102944 kB
SUnreclaim:        26148 kB
KernelStack:        3472 kB
PageTables:        10136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1983068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 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 node134 at 2017-08-07 11:06:58