Trace number 4249298

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)253 2400.21 2319.55

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

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

Verifier Data

OK	253

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

pid=18015
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: 4.41 3.66 2.72 2/201 18018
/proc/meminfo: memFree=29378676/32770624 swapFree=0/438272
[pid=18018] ppid=18015 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18018/stat : 18018 (runsolver) D 18015 18018 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 57603741 24240128 108 18446744073709551615 4194304 4338465 140729064021840 140729064019480 139961577845463 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 9449472 140729064026320 140729064026697 140729064026697 140729064030154 0
/proc/18018/statm: 5918 108 54 36 0 2156 0

[startup+0.101476 s]
/proc/loadavg: 4.41 3.66 2.72 2/201 18018
/proc/meminfo: memFree=29378676/32770624 swapFree=0/438272
[pid=18018] ppid=18015 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/18018/stat : 18018 (bash) S 18015 18018 25139 0 -1 4202496 882 6457 0 0 0 0 0 1 20 0 1 0 57603741 9871360 375 18446744073709551615 4194304 5098028 140723095814512 140723095808520 140421858864128 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 13692928 140723095822868 140723095822953 140723095822953 140723095826410 0
/proc/18018/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200253 s]
/proc/loadavg: 4.41 3.66 2.72 2/201 18018
/proc/meminfo: memFree=29378676/32770624 swapFree=0/438272
[pid=18018] ppid=18015 vsize=9640 CPUtime=0.01 cores=1,3,5,7
/proc/18018/stat : 18018 (bash) S 18015 18018 25139 0 -1 4202496 882 6457 0 0 0 0 0 1 20 0 1 0 57603741 9871360 375 18446744073709551615 4194304 5098028 140723095814512 140723095808520 140421858864128 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 13692928 140723095822868 140723095822953 140723095822953 140723095826410 0
/proc/18018/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300302 s]
/proc/loadavg: 4.41 3.66 2.72 2/201 18018
/proc/meminfo: memFree=29378676/32770624 swapFree=0/438272
[pid=18018] ppid=18015 vsize=10485316 CPUtime=0.12 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 5462 12644 0 0 5 0 5 2 20 0 14 0 57603741 10736963584 5653 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2621329 5653 2568 1 0 2610826 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10485316

[startup+0.708814 s]
/proc/loadavg: 4.41 3.66 2.72 2/201 18018
/proc/meminfo: memFree=29378676/32770624 swapFree=0/438272
[pid=18018] ppid=18015 vsize=10552792 CPUtime=0.67 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 13787 12644 0 0 56 4 5 2 20 0 15 0 57603741 10806059008 14763 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2638198 14763 3125 1 0 2627467 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10552792

[startup+1.50067 s]
/proc/loadavg: 4.41 3.66 2.72 3/216 18081
/proc/meminfo: memFree=29284124/32770624 swapFree=0/438320
[pid=18018] ppid=18015 vsize=10563416 CPUtime=1.86 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 28816 12644 0 0 170 9 5 2 20 0 15 0 57603741 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2640854 37052 3354 1 0 2630027 0
[pid=18018/tid=18068] ppid=18015 vsize=10563416 CPUtime=1.28 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) S 18015 18018 25139 0 -1 1077944384 23186 12644 0 0 115 6 5 2 20 0 15 0 57603764 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854806382512 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 154 12644 0 0 0 0 5 2 20 0 15 0 57603765 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 13 12644 0 0 0 0 5 2 20 0 15 0 57603765 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 39 12644 0 0 0 0 5 2 20 0 15 0 57603765 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 38 12644 0 0 0 0 5 2 20 0 15 0 57603765 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) R 18015 18018 25139 0 -1 4202560 44 12644 0 0 0 0 5 2 20 0 15 0 57603766 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854110773888 139854795261232 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 33 12644 0 0 0 0 5 2 20 0 15 0 57603766 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854109721376 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 21 12644 0 0 0 0 5 2 20 0 15 0 57603767 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854108669040 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10563416 CPUtime=0.23 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 1002 12644 0 0 16 0 5 2 20 0 15 0 57603769 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10563416 CPUtime=0.2 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 716 12644 0 0 13 0 5 2 20 0 15 0 57603769 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10563416 CPUtime=0.29 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 1425 12644 0 0 22 0 5 2 20 0 15 0 57603769 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854104457648 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10563416 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 6 12644 0 0 0 0 5 2 20 0 15 0 57603773 10816937984 37052 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10563416

[startup+3.10379 s]
/proc/loadavg: 4.41 3.66 2.72 4/216 18081
/proc/meminfo: memFree=29202888/32770624 swapFree=0/438320
[pid=18018] ppid=18015 vsize=10573844 CPUtime=6.22 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 42456 12644 0 0 599 16 5 2 20 0 15 0 57603741 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2643461 73221 3465 1 0 2632075 0
[pid=18018/tid=18068] ppid=18015 vsize=10573844 CPUtime=2.84 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 29121 12644 0 0 268 9 5 2 20 0 15 0 57603764 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854806395008 139854784061543 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 187 12644 0 0 1 0 5 2 20 0 15 0 57603765 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 47 12644 0 0 2 0 5 2 20 0 15 0 57603765 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10573844 CPUtime=0.09 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 175 12644 0 0 2 0 5 2 20 0 15 0 57603765 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 69 12644 0 0 1 0 5 2 20 0 15 0 57603765 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10573844 CPUtime=0.08 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 1537 12644 0 0 1 0 5 2 20 0 15 0 57603766 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 54 12644 0 0 0 0 5 2 20 0 15 0 57603766 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854109721440 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 44 12644 0 0 0 0 5 2 20 0 15 0 57603767 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10573844 CPUtime=1.28 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) R 18015 18018 25139 0 -1 4202560 3720 12644 0 0 121 0 5 2 20 0 15 0 57603769 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854106553792 139854788175968 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10573844 CPUtime=1.13 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) R 18015 18018 25139 0 -1 4202560 1775 12644 0 0 105 1 5 2 20 0 15 0 57603769 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854105496784 139854788185143 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10573844 CPUtime=1.01 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) R 18015 18018 25139 0 -1 4202560 3579 12644 0 0 93 1 5 2 20 0 15 0 57603769 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854104458104 139854780306577 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10573844 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 9 12644 0 0 0 0 5 2 20 0 15 0 57603773 10827616256 73221 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10573844

[startup+6.30072 s]
/proc/loadavg: 4.38 3.67 2.73 5/216 18082
/proc/meminfo: memFree=28821872/32770624 swapFree=0/438320
[pid=18018] ppid=18015 vsize=10575892 CPUtime=14.92 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 49840 12644 0 0 1442 43 5 2 20 0 15 0 57603741 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2643973 158088 3486 1 0 2632587 0
[pid=18018/tid=18068] ppid=18015 vsize=10575892 CPUtime=5.76 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 30088 12644 0 0 558 11 5 2 20 0 15 0 57603764 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854806393112 139854420720868 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10575892 CPUtime=0.32 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 511 12644 0 0 19 6 5 2 20 0 15 0 57603765 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10575892 CPUtime=0.31 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 275 12644 0 0 18 6 5 2 20 0 15 0 57603765 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10575892 CPUtime=0.32 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 442 12644 0 0 20 5 5 2 20 0 15 0 57603765 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10575892 CPUtime=0.32 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 221 12644 0 0 19 6 5 2 20 0 15 0 57603765 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10575892 CPUtime=0.09 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 1789 12644 0 0 2 0 5 2 20 0 15 0 57603766 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 54 12644 0 0 0 0 5 2 20 0 15 0 57603766 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854109721440 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 44 12644 0 0 0 0 5 2 20 0 15 0 57603767 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10575892 CPUtime=3.42 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 4735 12644 0 0 334 1 5 2 20 0 15 0 57603769 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10575892 CPUtime=3.39 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 3897 12644 0 0 331 1 5 2 20 0 15 0 57603769 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10575892 CPUtime=1.42 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 5553 12644 0 0 134 1 5 2 20 0 15 0 57603769 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854104460144 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10575892 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 92 12644 0 0 0 0 5 2 20 0 15 0 57603773 10829713408 158088 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 10575892

[startup+12.7007 s]
/proc/loadavg: 4.27 3.66 2.73 5/216 18082
/proc/meminfo: memFree=27146964/32770624 swapFree=0/438332
[pid=18018] ppid=18015 vsize=10577940 CPUtime=26.4 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 58460 12644 0 0 2540 93 5 2 20 0 15 0 57603741 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2644485 560814 3487 1 0 2633099 0
[pid=18018/tid=18068] ppid=18015 vsize=10577940 CPUtime=11.21 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 31980 12644 0 0 1085 29 5 2 20 0 15 0 57603764 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854806389824 139854429634368 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10577940 CPUtime=1.15 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 688 12644 0 0 94 14 5 2 20 0 15 0 57603765 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10577940 CPUtime=1.15 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 473 12644 0 0 94 14 5 2 20 0 15 0 57603765 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10577940 CPUtime=1.14 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 626 12644 0 0 94 13 5 2 20 0 15 0 57603765 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10577940 CPUtime=1.15 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 486 12644 0 0 95 13 5 2 20 0 15 0 57603765 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10577940 CPUtime=0.19 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 3509 12644 0 0 12 0 5 2 20 0 15 0 57603766 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 54 12644 0 0 0 0 5 2 20 0 15 0 57603766 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854109721440 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 44 12644 0 0 0 0 5 2 20 0 15 0 57603767 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10577940 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10831810560 560814 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0

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

/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10582036 CPUtime=1.32 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 2027 12644 0 0 60 65 5 2 20 0 15 0 57603773 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 2219.01
Current children cumulated vsize (KiB) 10582036

[startup+2202.31 s]
/proc/loadavg: 2.05 1.67 1.64 3/215 18338
/proc/meminfo: memFree=25976324/32770624 swapFree=0/439144
[pid=18018] ppid=18015 vsize=10582036 CPUtime=2280.21 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 430204 12644 0 0 227723 291 5 2 20 0 15 0 57603741 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2645509 513604 3500 1 0 2634123 0
[pid=18018/tid=18068] ppid=18015 vsize=10582036 CPUtime=2180.41 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 163047 12644 0 0 217974 60 5 2 20 0 15 0 57603764 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854806395440 139854433310407 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10582036 CPUtime=18.06 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 36220 12644 0 0 1762 37 5 2 20 0 15 0 57603765 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10582036 CPUtime=18.07 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 35586 12644 0 0 1765 35 5 2 20 0 15 0 57603765 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10582036 CPUtime=18.03 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 33463 12644 0 0 1763 33 5 2 20 0 15 0 57603765 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10582036 CPUtime=18.04 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 31404 12644 0 0 1762 35 5 2 20 0 15 0 57603765 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10582036 CPUtime=2.71 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 26234 12644 0 0 237 27 5 2 20 0 15 0 57603766 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 65 12644 0 0 0 0 5 2 20 0 15 0 57603766 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854109721504 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 57 12644 0 0 0 0 5 2 20 0 15 0 57603767 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10582036 CPUtime=10.76 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 31678 12644 0 0 1064 5 5 2 20 0 15 0 57603769 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10582036 CPUtime=10.46 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 24816 12644 0 0 1036 3 5 2 20 0 15 0 57603769 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10582036 CPUtime=2.84 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 43435 12644 0 0 272 5 5 2 20 0 15 0 57603769 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854104460144 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10582036 CPUtime=1.36 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 2060 12644 0 0 62 67 5 2 20 0 15 0 57603773 10836004864 513604 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 2280.21
Current children cumulated vsize (KiB) 10582036

[startup+2262.3 s]
/proc/loadavg: 1.65 1.62 1.62 3/214 18340
/proc/meminfo: memFree=25953512/32770624 swapFree=0/439156
[pid=18018] ppid=18015 vsize=10582036 CPUtime=2341.4 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 437674 12644 0 0 233836 297 5 2 20 0 15 0 57603741 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2645509 514116 3500 1 0 2634123 0
[pid=18018/tid=18068] ppid=18015 vsize=10582036 CPUtime=2239.78 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 164415 12644 0 0 223910 61 5 2 20 0 15 0 57603764 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854806395648 139854433924807 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10582036 CPUtime=18.46 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 37635 12644 0 0 1801 38 5 2 20 0 15 0 57603765 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10582036 CPUtime=18.48 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 37084 12644 0 0 1805 36 5 2 20 0 15 0 57603765 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10582036 CPUtime=18.43 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 35296 12644 0 0 1802 34 5 2 20 0 15 0 57603765 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10582036 CPUtime=18.45 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 32018 12644 0 0 1802 36 5 2 20 0 15 0 57603765 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10582036 CPUtime=2.87 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 26929 12644 0 0 252 28 5 2 20 0 15 0 57603766 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 65 12644 0 0 0 0 5 2 20 0 15 0 57603766 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854109721504 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 57 12644 0 0 0 0 5 2 20 0 15 0 57603767 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10582036 CPUtime=10.76 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 31684 12644 0 0 1064 5 5 2 20 0 15 0 57603769 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10582036 CPUtime=10.46 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 24820 12644 0 0 1036 3 5 2 20 0 15 0 57603769 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10582036 CPUtime=2.84 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 43439 12644 0 0 272 5 5 2 20 0 15 0 57603769 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854104460144 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10582036 CPUtime=1.39 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 2093 12644 0 0 64 68 5 2 20 0 15 0 57603773 10836004864 514116 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 2341.4
Current children cumulated vsize (KiB) 10582036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.5 s]
/proc/loadavg: 1.70 1.65 1.63 3/218 18357
/proc/meminfo: memFree=25927188/32770624 swapFree=0/439196
[pid=18018] ppid=18015 vsize=10582036 CPUtime=2400.09 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 449383 12644 0 0 239694 308 5 2 20 0 15 0 57603741 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2645509 517990 3506 1 0 2634123 0
[pid=18018/tid=18068] ppid=18015 vsize=10582036 CPUtime=2296.33 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 166707 12644 0 0 229565 61 5 2 20 0 15 0 57603764 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854806394816 139854433311413 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10582036 CPUtime=18.92 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 38238 12644 0 0 1845 40 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10582036 CPUtime=18.94 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 38564 12644 0 0 1850 37 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10582036 CPUtime=18.9 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 35810 12644 0 0 1847 36 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10582036 CPUtime=18.91 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 32385 12644 0 0 1846 38 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10582036 CPUtime=3.03 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 27283 12644 0 0 267 29 5 2 20 0 15 0 57603766 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 67 12644 0 0 0 0 5 2 20 0 15 0 57603766 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854109721504 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 57 12644 0 0 0 0 5 2 20 0 15 0 57603767 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10582036 CPUtime=10.77 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 33404 12644 0 0 1065 5 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10582036 CPUtime=10.5 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 26056 12644 0 0 1040 3 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10582036 CPUtime=2.87 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 46554 12644 0 0 275 5 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854104460144 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10582036 CPUtime=1.43 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 2119 12644 0 0 66 70 5 2 20 0 15 0 57603773 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 2400.09
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 18018 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2319.5 s]
/proc/loadavg: 1.70 1.65 1.63 3/218 18357
/proc/meminfo: memFree=25927188/32770624 swapFree=0/439196
[pid=18018] ppid=18015 vsize=10582036 CPUtime=2400.09 cores=1,3,5,7
/proc/18018/stat : 18018 (java) S 18015 18018 25139 0 -1 1077944320 449383 12644 0 0 239694 308 5 2 20 0 15 0 57603741 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 140721487450432 139854802161399 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
/proc/18018/statm: 2645509 517990 3506 1 0 2634123 0
[pid=18018/tid=18068] ppid=18015 vsize=10582036 CPUtime=2296.33 cores=1,3,5,7
/proc/18018/task/18068/stat : 18068 (java) R 18015 18018 25139 0 -1 4202560 166707 12644 0 0 229565 61 5 2 20 0 15 0 57603764 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854806394816 139854433311413 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18069] ppid=18015 vsize=10582036 CPUtime=18.92 cores=1,3,5,7
/proc/18018/task/18069/stat : 18069 (java) S 18015 18018 25139 0 -1 1077944384 38238 12644 0 0 1845 40 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854743198608 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18070] ppid=18015 vsize=10582036 CPUtime=18.94 cores=1,3,5,7
/proc/18018/task/18070/stat : 18070 (java) S 18015 18018 25139 0 -1 1077944384 38564 12644 0 0 1850 37 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854742145808 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18071] ppid=18015 vsize=10582036 CPUtime=18.9 cores=1,3,5,7
/proc/18018/task/18071/stat : 18071 (java) S 18015 18018 25139 0 -1 1077944384 35810 12644 0 0 1847 36 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854741093520 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18072] ppid=18015 vsize=10582036 CPUtime=18.91 cores=1,3,5,7
/proc/18018/task/18072/stat : 18072 (java) S 18015 18018 25139 0 -1 1077944384 32385 12644 0 0 1846 38 5 2 20 0 15 0 57603765 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854740040720 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18073] ppid=18015 vsize=10582036 CPUtime=3.03 cores=1,3,5,7
/proc/18018/task/18073/stat : 18073 (java) S 18015 18018 25139 0 -1 1077944384 27283 12644 0 0 267 29 5 2 20 0 15 0 57603766 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854110775408 139854802172546 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18074] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18074/stat : 18074 (java) S 18015 18018 25139 0 -1 1077944384 67 12644 0 0 0 0 5 2 20 0 15 0 57603766 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854109721504 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18075] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18075/stat : 18075 (java) S 18015 18018 25139 0 -1 1077944384 57 12644 0 0 0 0 5 2 20 0 15 0 57603767 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854108669056 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18076] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18076/stat : 18076 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854107617360 139854802179995 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18077] ppid=18015 vsize=10582036 CPUtime=10.77 cores=1,3,5,7
/proc/18018/task/18077/stat : 18077 (java) S 18015 18018 25139 0 -1 1077944384 33404 12644 0 0 1065 5 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854106565232 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18078] ppid=18015 vsize=10582036 CPUtime=10.5 cores=1,3,5,7
/proc/18018/task/18078/stat : 18078 (java) S 18015 18018 25139 0 -1 1077944384 26056 12644 0 0 1040 3 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854105512432 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18079] ppid=18015 vsize=10582036 CPUtime=2.87 cores=1,3,5,7
/proc/18018/task/18079/stat : 18079 (java) S 18015 18018 25139 0 -1 1077944384 46554 12644 0 0 275 5 5 2 20 0 15 0 57603769 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854104460144 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18080] ppid=18015 vsize=10582036 CPUtime=0.07 cores=1,3,5,7
/proc/18018/task/18080/stat : 18080 (java) S 18015 18018 25139 0 -1 1077944384 3 12644 0 0 0 0 5 2 20 0 15 0 57603770 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854103407584 139854802171605 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
[pid=18018/tid=18081] ppid=18015 vsize=10582036 CPUtime=1.43 cores=1,3,5,7
/proc/18018/task/18081/stat : 18081 (java) S 18015 18018 25139 0 -1 1077944384 2119 12644 0 0 66 70 5 2 20 0 15 0 57603773 10836004864 517990 18446744073709551615 4194304 4196468 140721487467888 139854102354352 139854802172546 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8773632 140721487476699 140721487479473 140721487479473 140721487482831 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10582036

Child status: 143
Real time (s): 2319.55
CPU time (s): 2400.21
CPU user time (s): 2397.08
CPU system time (s): 3.13077
CPU usage (%): 103.477
Max. virtual memory (cumulated for all children) (KiB): 10582452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.08
system time used= 3.13077
maximum resident set size= 3232164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463083
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109932
involuntary context switches= 4917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39944 second user time and 17.8524 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 12:02:19
IDJOB=4249298
IDBENCH=139752
IDSOLVER=2630
FILE ID=node134/4249298-1502100977
RUNJOBID= node134-1502077974-12599
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=1717064864

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:        29378772 kB
MemAvailable:   30041068 kB
Buffers:          213072 kB
Cached:           738632 kB
SwapCached:            0 kB
Active:          2498544 kB
Inactive:         461304 kB
Active(anon):    2010432 kB
Inactive(anon):    23032 kB
Active(file):     488112 kB
Inactive(file):   438272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25304 kB
Writeback:            12 kB
AnonPages:       2007800 kB
Mapped:            55300 kB
Shmem:             25276 kB
Slab:             129708 kB
SReclaimable:     103492 kB
SUnreclaim:        26216 kB
KernelStack:        3536 kB
PageTables:         9984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2645408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 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 12:40:58