Trace number 4262732

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)322 2520.0901 2444.3501

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-17-19.xml
MD5SUM6bb486b702ae8a5e43f429c3e7fd2e95
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.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables323
Number of constraints23257
Number of domains1
Minimum domain size323
Maximum domain size323
Distribution of domain sizes[{"size":323,"count":323}]
Minimum variable degree290
Maximum variable degree290
Distribution of variable degrees[{"degree":290,"count":323}]
Minimum constraint arity4
Maximum constraint arity323
Distribution of constraint arities[{"arity":4,"count":23256},{"arity":323,"count":1}]
Number of extensional constraints0
Number of intensional constraints23256
Distribution of constraint types[{"type":"intension","count":23256},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

3.13/2.19	c Concrete v3.4 running
222.93/180.83	o 322
2520.02/2444.31	java.util.concurrent.TimeoutException
2520.02/2444.31		at concrete.MAC.mac(MAC.scala:74)
2520.02/2444.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.02/2444.31		at scala.util.Try$.apply(Try.scala:209)
2520.02/2444.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2444.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2444.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2444.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2444.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.02/2444.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2444.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2444.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2444.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2444.31		at concrete.MAC.oneRun(MAC.scala:146)
2520.02/2444.31		at concrete.MAC.nextSolution(MAC.scala:166)
2520.02/2444.31		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.02/2444.31		at concrete.ProblemState.map(ProblemState.scala:203)
2520.02/2444.31		at concrete.ProblemState.map(ProblemState.scala:188)
2520.02/2444.31		at concrete.MAC.nextSolution(MAC.scala:195)
2520.02/2444.31		at concrete.Solver.hasNext(Solver.scala:202)
2520.02/2444.31		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.02/2444.31		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.02/2444.31		at concrete.Solver.toStream(Solver.scala:73)
2520.02/2444.31		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.02/2444.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.02/2444.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.02/2444.31		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.02/2444.31		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.02/2444.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2444.31		at scala.util.Success.map(Try.scala:209)
2520.02/2444.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.02/2444.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.02/2444.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2444.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.02/2444.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2444.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2444.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2444.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2444.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2444.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2444.31		at scala.App.main(App.scala:76)
2520.02/2444.31		at scala.App.main$(App.scala:74)
2520.02/2444.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2444.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2444.32	v <instantiation cost="322">
2520.02/2444.32	v       <list>
2520.02/2444.32	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[0][17] x[0][18] 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[1][17] x[1][18] 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[2][17] x[2][18] 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[3][17] x[3][18] 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[4][17] x[4][18] 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[5][17] x[5][18] 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[6][17] x[6][18] 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[7][17] x[7][18] 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[8][17] x[8][18] 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[9][17] x[9][18] 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[10][17] x[10][18] 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[11][17] x[11][18] 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[12][17] x[12][18] 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[13][17] x[13][18] 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] x[14][17] x[14][18] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] x[15][16] x[15][17] x[15][18] x[16][0] x[16][1] x[16][2] x[16][3] x[16][4] x[16][5] x[16][6] x[16][7] x[16][8] x[16][9] x[16][10] x[16][11] x[16][12] x[16][13] x[16][14] x[16][15] x[16][16] x[16][17] x[16][18]
2520.02/2444.32	v       </list>
2520.02/2444.32	v       <values>
2520.02/2444.32	v         317 318 318 318 318 318 319 319 319 319 320 320 321 321 321 322 322 322 322 319 317 318 320 320 321 317 318 319 322 318 322 316 317 320 320 321 321 321 319 320 318 317 320 319 317 317 321 321 317 322 322 318 321 322 320 320 321 319 320 318 319 321 321 317 316 320 319 322 322 318 319 321 317 319 322 319 319 320 319 321 321 318 320 318 318 317 321 322 319 320 317 320 322 321 320 319 320 322 322 319 318 319 322 321 320 321 322 320 322 319 318 318 317 318 319 321 317 320 321 320 321 319 322 321 319 322 318 318 322 319 318 318 320 319 321 318 320 317 317 318 321 318 322 320 321 322 322 318 318 322 319 321 319 322 322 318 321 322 317 318 322 320 316 321 322 318 320 321 321 322 320 320 322 319 317 321 319 322 320 321 319 320 322 321 318 318 320 320 317 322 321 319 319 319 322 320 319 320 318 321 321 322 320 320 320 317 321 318 318 321 319 321 321 320 321 321 321 321 320 320 319 322 321 318 321 319 319 318 321 320 320 322 319 320 322 318 319 317 322 321 322 319 322 319 318 321 317 321 321 319 318 322 320 318 322 317 317 319 320 322 319 321 320 318 320 322 322 317 320 320 318 321 320 320 320 320 321 321 322 319 319 317 318 320 317 322 317 322 319 320 319 321 320 318 322 321 320 321 318 322 319 317 319 322 322 318 319 320 317 322 318 318 319 318 321 322 318 320 319 321 320 319 321
2520.02/2444.32	v       </values>
2520.02/2444.32	v     </instantiation>
2520.02/2444.32	s SATISFIABLE

Verifier Data

OK	322

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-4262732-1502484305/watcher-4262732-1502484305 -o /tmp/evaluation-result-4262732-1502484305/solver-4262732-1502484305 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580 bin/concrete HOME/instance-4262732-1502484305.xml 

pid=25863
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.78 1.74 1.70 2/202 25866
/proc/meminfo: memFree=28045096/32770624 swapFree=0/442052
[pid=25866] ppid=25863 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25866/stat : 25866 (runsolver) D 25863 25866 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 96245673 24240128 108 18446744073709551615 4194304 4338465 140724830068912 140724830066552 140624214647511 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 32493568 140724830073041 140724830073417 140724830073417 140724830076874 0
/proc/25866/statm: 5918 108 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 1.78 1.74 1.70 2/202 25866
/proc/meminfo: memFree=28045096/32770624 swapFree=0/442052
[pid=25866] ppid=25863 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25866/stat : 25866 (runsolver) D 25863 25866 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 96245673 24240128 108 18446744073709551615 4194304 4338465 140724830068912 140724830066552 140624214647511 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 32493568 140724830073041 140724830073417 140724830073417 140724830076874 0
/proc/25866/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200326 s]
/proc/loadavg: 1.78 1.74 1.70 2/202 25866
/proc/meminfo: memFree=28045096/32770624 swapFree=0/442052
[pid=25866] ppid=25863 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/25866/stat : 25866 (bash) S 25863 25866 4821 0 -1 4202496 890 6481 0 0 0 0 0 1 20 0 1 0 96245673 9867264 373 18446744073709551615 4194304 5098028 140725730861488 140725730855496 140213824404480 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 8175616 140725730869780 140725730869865 140725730869865 140725730873322 0
/proc/25866/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300255 s]
/proc/loadavg: 1.78 1.74 1.70 2/202 25866
/proc/meminfo: memFree=28045096/32770624 swapFree=0/442052
[pid=25866] ppid=25863 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 5599 12473 0 0 5 1 5 2 20 0 14 0 96245673 14241083392 5237 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3476827 5237 2604 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700187 s]
/proc/loadavg: 1.78 1.74 1.70 2/202 25866
/proc/meminfo: memFree=28045096/32770624 swapFree=0/442052
[pid=25866] ppid=25863 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 13580 12473 0 0 55 5 5 2 20 0 15 0 96245673 14310178816 14538 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3493696 14538 3126 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.80 1.74 1.71 3/217 25929
/proc/meminfo: memFree=27952068/32770624 swapFree=0/442088
[pid=25866] ppid=25863 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 25574 12473 0 0 168 11 5 2 20 0 15 0 96245673 14321057792 40207 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3496352 40207 3369 1 0 3485525 0
[pid=25866/tid=25916] ppid=25863 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) S 25863 25866 4821 0 -1 1077944384 19911 12473 0 0 114 6 5 2 20 0 15 0 96245695 14321057792 40207 18446744073709551615 4194304 4196468 140730438939904 140425594226896 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 31 12473 0 0 0 0 5 2 20 0 15 0 96245696 14321057792 40207 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 45 12473 0 0 0 0 5 2 20 0 15 0 96245696 14321057792 40207 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 39 12473 0 0 0 0 5 2 20 0 15 0 96245696 14321057792 40207 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 179 12473 0 0 0 0 5 2 20 0 15 0 96245696 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) R 25863 25866 4821 0 -1 4202560 154 12473 0 0 0 0 5 2 20 0 15 0 96245697 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424505967040 140425571647925 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 33 12473 0 0 0 0 5 2 20 0 15 0 96245698 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424504914720 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 21 12473 0 0 0 0 5 2 20 0 15 0 96245698 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424503862384 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) S 25863 25866 4821 0 -1 1077944384 757 12473 0 0 14 0 5 2 20 0 15 0 96245700 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) S 25863 25866 4821 0 -1 1077944384 1077 12473 0 0 15 0 5 2 20 0 15 0 96245700 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 1222 12473 0 0 22 0 5 2 20 0 15 0 96245701 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424499648864 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245705 14321057792 40208 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.1009 s]
/proc/loadavg: 1.80 1.74 1.71 3/217 25929
/proc/meminfo: memFree=27861816/32770624 swapFree=0/442072
[pid=25866] ppid=25863 vsize=13995836 CPUtime=6.18 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 32987 12473 0 0 590 21 5 2 20 0 15 0 96245673 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3498959 75492 3455 1 0 3487573 0
[pid=25866/tid=25916] ppid=25863 vsize=13995836 CPUtime=2.81 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 23363 12473 0 0 265 9 5 2 20 0 15 0 96245695 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140425594240176 140425590021526 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 66 12473 0 0 3 1 5 2 20 0 15 0 96245696 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 102 12473 0 0 3 1 5 2 20 0 15 0 96245696 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 60 12473 0 0 2 1 5 2 20 0 15 0 96245696 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 194 12473 0 0 1 1 5 2 20 0 15 0 96245696 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 798 12473 0 0 1 0 5 2 20 0 15 0 96245697 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 54 12473 0 0 0 0 5 2 20 0 15 0 96245698 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424504914784 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 44 12473 0 0 0 0 5 2 20 0 15 0 96245698 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=13995836 CPUtime=1.21 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) R 25863 25866 4821 0 -1 4202560 1675 12473 0 0 113 1 5 2 20 0 15 0 96245700 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424501745952 140425574890916 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=13995836 CPUtime=1.19 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) R 25863 25866 4821 0 -1 4202560 1677 12473 0 0 111 1 5 2 20 0 15 0 96245700 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424500697104 140425571534887 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=13995836 CPUtime=0.95 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) R 25863 25866 4821 0 -1 1077944384 2794 12473 0 0 86 2 5 2 20 0 15 0 96245701 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424499653296 140425590019797 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 5 12473 0 0 0 0 5 2 20 0 15 0 96245705 14331736064 75492 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 13995836

[startup+6.30071 s]
/proc/loadavg: 1.80 1.74 1.71 6/217 25929
/proc/meminfo: memFree=27391884/32770624 swapFree=0/442072
[pid=25866] ppid=25863 vsize=13997884 CPUtime=14.62 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 50998 12473 0 0 1406 49 5 2 20 0 15 0 96245673 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3499471 182413 3479 1 0 3488085 0
[pid=25866/tid=25916] ppid=25863 vsize=13997884 CPUtime=5.76 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 25751 12473 0 0 556 13 5 2 20 0 15 0 96245695 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140425594239376 140425181902348 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=13997884 CPUtime=0.34 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 780 12473 0 0 20 7 5 2 20 0 15 0 96245696 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=13997884 CPUtime=0.35 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 329 12473 0 0 22 6 5 2 20 0 15 0 96245696 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=13997884 CPUtime=0.34 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 337 12473 0 0 21 6 5 2 20 0 15 0 96245696 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=13997884 CPUtime=0.32 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 498 12473 0 0 19 6 5 2 20 0 15 0 96245696 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 1220 12473 0 0 2 0 5 2 20 0 15 0 96245697 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 96245698 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424504914784 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 49 12473 0 0 0 0 5 2 20 0 15 0 96245698 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=13997884 CPUtime=3.31 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) R 25863 25866 4821 0 -1 4202560 6115 12473 0 0 322 2 5 2 20 0 15 0 96245700 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425574001681 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=13997884 CPUtime=3.16 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) R 25863 25866 4821 0 -1 4202560 5598 12473 0 0 307 2 5 2 20 0 15 0 96245700 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425573915596 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=13997884 CPUtime=1.43 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 7780 12473 0 0 133 3 5 2 20 0 15 0 96245701 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424499653488 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 333 12473 0 0 0 0 5 2 20 0 15 0 96245705 14333833216 182413 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.05 1.80 1.73 6/217 25929
/proc/meminfo: memFree=25939272/32770624 swapFree=0/442072
[pid=25866] ppid=25863 vsize=13997884 CPUtime=24.01 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 56920 12473 0 0 2291 103 5 2 20 0 15 0 96245673 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3499471 537591 3480 1 0 3488085 0
[pid=25866/tid=25916] ppid=25863 vsize=13997884 CPUtime=11.11 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 27560 12473 0 0 1074 30 5 2 20 0 15 0 96245695 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140425594244560 140425181501744 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=13997884 CPUtime=1.28 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 1129 12473 0 0 104 17 5 2 20 0 15 0 96245696 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=13997884 CPUtime=1.28 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 620 12473 0 0 106 15 5 2 20 0 15 0 96245696 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=13997884 CPUtime=1.27 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 554 12473 0 0 106 14 5 2 20 0 15 0 96245696 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=13997884 CPUtime=1.26 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 1163 12473 0 0 104 15 5 2 20 0 15 0 96245696 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=13997884 CPUtime=0.19 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 3285 12473 0 0 12 0 5 2 20 0 15 0 96245697 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 96245698 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140424504914784 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 49 12473 0 0 0 0 5 2 20 0 15 0 96245698 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14333833216 537591 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0

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

/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14340124672 928047 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=14004028 CPUtime=1.36 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 1958 12473 0 0 59 70 5 2 20 0 15 0 96245705 14340124672 928047 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 2395.49
Current children cumulated vsize (KiB) 14004028

[startup+2382.3 s]
/proc/loadavg: 1.69 1.53 1.53 3/218 26225
/proc/meminfo: memFree=26611344/32770624 swapFree=0/442504
[pid=25866] ppid=25863 vsize=14004028 CPUtime=2456.73 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 542678 12473 0 0 245333 333 5 2 20 0 15 0 96245673 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3501007 921763 3490 1 0 3489621 0
[pid=25866/tid=25916] ppid=25863 vsize=14004028 CPUtime=2363.36 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 247861 12473 0 0 236237 92 5 2 20 0 15 0 96245695 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140425594243664 140425199591951 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=14004028 CPUtime=16.87 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 42133 12473 0 0 1643 37 5 2 20 0 15 0 96245696 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=14004028 CPUtime=16.85 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 43377 12473 0 0 1641 37 5 2 20 0 15 0 96245696 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=14004028 CPUtime=16.85 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 37827 12473 0 0 1642 36 5 2 20 0 15 0 96245696 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=14004028 CPUtime=16.86 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 36484 12473 0 0 1643 36 5 2 20 0 15 0 96245696 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=14004028 CPUtime=1.61 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 29455 12473 0 0 138 16 5 2 20 0 15 0 96245697 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 63 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424504914848 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 64 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=14004028 CPUtime=10.41 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) S 25863 25866 4821 0 -1 1077944384 32955 12473 0 0 1028 6 5 2 20 0 15 0 96245700 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=14004028 CPUtime=10.24 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) S 25863 25866 4821 0 -1 1077944384 35274 12473 0 0 1012 5 5 2 20 0 15 0 96245700 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=14004028 CPUtime=2.78 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 33033 12473 0 0 263 8 5 2 20 0 15 0 96245701 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424499653488 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=14004028 CPUtime=1.39 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 1997 12473 0 0 60 72 5 2 20 0 15 0 96245705 14340124672 921763 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 2456.73
Current children cumulated vsize (KiB) 14004028

[startup+2442.3 s]
/proc/loadavg: 1.31 1.45 1.50 3/218 26227
/proc/meminfo: memFree=26673568/32770624 swapFree=0/442520
[pid=25866] ppid=25863 vsize=14004028 CPUtime=2517.97 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 551304 12473 0 0 251454 336 5 2 20 0 15 0 96245673 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3501007 916247 3490 1 0 3489621 0
[pid=25866/tid=25916] ppid=25863 vsize=14004028 CPUtime=2422.88 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 250756 12473 0 0 242188 93 5 2 20 0 15 0 96245695 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140425594243776 140425181600134 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 42910 12473 0 0 1684 37 5 2 20 0 15 0 96245696 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=14004028 CPUtime=17.27 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 44427 12473 0 0 1683 37 5 2 20 0 15 0 96245696 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=14004028 CPUtime=17.26 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 39211 12473 0 0 1683 36 5 2 20 0 15 0 96245696 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=14004028 CPUtime=17.27 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 38315 12473 0 0 1684 36 5 2 20 0 15 0 96245696 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=14004028 CPUtime=1.65 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 30077 12473 0 0 141 17 5 2 20 0 15 0 96245697 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 63 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424504914848 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 64 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=14004028 CPUtime=10.41 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) S 25863 25866 4821 0 -1 1077944384 32959 12473 0 0 1028 6 5 2 20 0 15 0 96245700 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=14004028 CPUtime=10.24 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) S 25863 25866 4821 0 -1 1077944384 35280 12473 0 0 1012 5 5 2 20 0 15 0 96245700 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=14004028 CPUtime=2.78 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 33037 12473 0 0 263 8 5 2 20 0 15 0 96245701 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424499653488 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=14004028 CPUtime=1.43 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 2050 12473 0 0 62 74 5 2 20 0 15 0 96245705 14340124672 916247 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 2517.97
Current children cumulated vsize (KiB) 14004028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2444.31 s]
/proc/loadavg: 1.31 1.45 1.50 3/216 26227
/proc/meminfo: memFree=26679000/32770624 swapFree=0/442520
[pid=25866] ppid=25863 vsize=14004028 CPUtime=2520.02 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 551323 12473 0 0 251659 336 5 2 20 0 15 0 96245673 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3501007 916119 3490 1 0 3489621 0
[pid=25866/tid=25916] ppid=25863 vsize=14004028 CPUtime=2424.86 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 250775 12473 0 0 242386 93 5 2 20 0 15 0 96245695 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425594243936 140425199813074 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=14004028 CPUtime=17.3 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 42910 12473 0 0 1686 37 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 44427 12473 0 0 1684 37 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 39211 12473 0 0 1685 36 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 38315 12473 0 0 1685 36 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=14004028 CPUtime=1.65 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 30077 12473 0 0 141 17 5 2 20 0 15 0 96245697 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 63 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424504914848 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 64 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=14004028 CPUtime=10.41 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) S 25863 25866 4821 0 -1 1077944384 32959 12473 0 0 1028 6 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=14004028 CPUtime=10.24 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) S 25863 25866 4821 0 -1 1077944384 35280 12473 0 0 1012 5 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=14004028 CPUtime=2.78 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 33037 12473 0 0 263 8 5 2 20 0 15 0 96245701 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424499653488 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=14004028 CPUtime=1.43 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 2050 12473 0 0 62 74 5 2 20 0 15 0 96245705 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14004028

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

[startup+2444.31 s]
/proc/loadavg: 1.31 1.45 1.50 3/216 26227
/proc/meminfo: memFree=26679000/32770624 swapFree=0/442520
[pid=25866] ppid=25863 vsize=14004028 CPUtime=2520.02 cores=1,3,5,7
/proc/25866/stat : 25866 (java) S 25863 25866 4821 0 -1 1077944320 551323 12473 0 0 251659 336 5 2 20 0 15 0 96245673 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140730438922448 140425590009591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
/proc/25866/statm: 3501007 916119 3490 1 0 3489621 0
[pid=25866/tid=25916] ppid=25863 vsize=14004028 CPUtime=2424.86 cores=1,3,5,7
/proc/25866/task/25916/stat : 25916 (java) R 25863 25866 4821 0 -1 4202560 250775 12473 0 0 242386 93 5 2 20 0 15 0 96245695 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425594243936 140425199813074 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25917] ppid=25863 vsize=14004028 CPUtime=17.3 cores=1,3,5,7
/proc/25866/task/25917/stat : 25917 (java) S 25863 25866 4821 0 -1 1077944384 42910 12473 0 0 1686 37 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425509424016 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25918] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25918/stat : 25918 (java) S 25863 25866 4821 0 -1 1077944384 44427 12473 0 0 1684 37 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425508371216 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25919] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25919/stat : 25919 (java) S 25863 25866 4821 0 -1 1077944384 39211 12473 0 0 1685 36 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425507318928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25920] ppid=25863 vsize=14004028 CPUtime=17.28 cores=1,3,5,7
/proc/25866/task/25920/stat : 25920 (java) S 25863 25866 4821 0 -1 1077944384 38315 12473 0 0 1685 36 5 2 20 0 15 0 96245696 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140425506266128 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25921] ppid=25863 vsize=14004028 CPUtime=1.65 cores=1,3,5,7
/proc/25866/task/25921/stat : 25921 (java) S 25863 25866 4821 0 -1 1077944384 30077 12473 0 0 141 17 5 2 20 0 15 0 96245697 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424505968752 140425590020738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25922] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25922/stat : 25922 (java) S 25863 25866 4821 0 -1 1077944384 63 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424504914848 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25923] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25923/stat : 25923 (java) S 25863 25866 4821 0 -1 1077944384 64 12473 0 0 0 0 5 2 20 0 15 0 96245698 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424503862400 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25924] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25924/stat : 25924 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424502810704 140425590028187 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25925] ppid=25863 vsize=14004028 CPUtime=10.41 cores=1,3,5,7
/proc/25866/task/25925/stat : 25925 (java) S 25863 25866 4821 0 -1 1077944384 32959 12473 0 0 1028 6 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424501758576 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25926] ppid=25863 vsize=14004028 CPUtime=10.24 cores=1,3,5,7
/proc/25866/task/25926/stat : 25926 (java) S 25863 25866 4821 0 -1 1077944384 35280 12473 0 0 1012 5 5 2 20 0 15 0 96245700 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424500705776 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25927] ppid=25863 vsize=14004028 CPUtime=2.78 cores=1,3,5,7
/proc/25866/task/25927/stat : 25927 (java) S 25863 25866 4821 0 -1 1077944384 33037 12473 0 0 263 8 5 2 20 0 15 0 96245701 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424499653488 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25928] ppid=25863 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/25866/task/25928/stat : 25928 (java) S 25863 25866 4821 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 96245701 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424498600928 140425590019797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
[pid=25866/tid=25929] ppid=25863 vsize=14004028 CPUtime=1.43 cores=1,3,5,7
/proc/25866/task/25929/stat : 25929 (java) S 25863 25866 4821 0 -1 1077944384 2050 12473 0 0 62 74 5 2 20 0 15 0 96245705 14340124672 916119 18446744073709551615 4194304 4196468 140730438939904 140424497547696 140425590020738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20713472 140730438948816 140730438951601 140730438951601 140730438954959 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14004028

Child status: 143
Real time (s): 2444.35
CPU time (s): 2520.09
CPU user time (s): 2516.67
CPU system time (s): 3.42755
CPU usage (%): 103.099
Max. virtual memory (cumulated for all children) (KiB): 14004176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.67
system time used= 3.42755
maximum resident set size= 4531100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79904
involuntary context switches= 3359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.19078 second user time and 18.0836 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 22:30:57
IDJOB=4262732
IDBENCH=139754
IDSOLVER=2650
FILE ID=node133/4262732-1502484305
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-17-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262732-1502484305/watcher-4262732-1502484305 -o /tmp/evaluation-result-4262732-1502484305/solver-4262732-1502484305 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262732-1502484305.xml

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

MD5SUM BENCH= 6bb486b702ae8a5e43f429c3e7fd2e95
RANDOM SEED=946118879

node133.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.17
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.17
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.17
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.17
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:        28045380 kB
MemAvailable:   28949776 kB
Buffers:          299752 kB
Cached:           898392 kB
SwapCached:            0 kB
Active:          3806904 kB
Inactive:         475176 kB
Active(anon):    3084288 kB
Inactive(anon):    33112 kB
Active(file):     722616 kB
Inactive(file):   442064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25704 kB
Writeback:             0 kB
AnonPages:       3083936 kB
Mapped:            66292 kB
Shmem:             33468 kB
Slab:             138724 kB
SReclaimable:     111100 kB
SUnreclaim:        27624 kB
KernelStack:        3520 kB
PageTables:        11644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3821736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2846720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61980 MiB
End job on node133 at 2017-08-11 23:11:41