Trace number 4259430

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)223 252.116 219.647

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark249.96201
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.47/2.21	c Concrete v3.4 running
88.25/58.92	o 224
99.60/68.32	o 223
252.05/219.61	java.util.concurrent.TimeoutException
252.05/219.61		at concrete.MAC.mac(MAC.scala:74)
252.05/219.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.05/219.61		at scala.util.Try$.apply(Try.scala:209)
252.05/219.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/219.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/219.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/219.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/219.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.05/219.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/219.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/219.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/219.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/219.61		at concrete.MAC.oneRun(MAC.scala:146)
252.05/219.61		at concrete.MAC.nextSolution(MAC.scala:166)
252.05/219.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.05/219.61		at concrete.ProblemState.map(ProblemState.scala:203)
252.05/219.61		at concrete.ProblemState.map(ProblemState.scala:188)
252.05/219.61		at concrete.MAC.nextSolution(MAC.scala:195)
252.05/219.61		at concrete.Solver.hasNext(Solver.scala:202)
252.05/219.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.05/219.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.05/219.61		at concrete.Solver.toStream(Solver.scala:73)
252.05/219.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.05/219.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.05/219.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.05/219.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.05/219.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.05/219.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/219.61		at scala.util.Success.map(Try.scala:209)
252.05/219.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.05/219.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.05/219.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.05/219.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.05/219.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.05/219.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/219.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/219.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/219.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/219.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/219.61		at scala.App.main(App.scala:76)
252.05/219.61		at scala.App.main$(App.scala:74)
252.05/219.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.05/219.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/219.61	v <instantiation cost="223">
252.05/219.61	v       <list>
252.05/219.61	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14]
252.05/219.61	v       </list>
252.05/219.61	v       <values>
252.05/219.61	v         215 215 216 217 217 218 218 218 218 219 219 220 221 222 223 219 222 222 221 222 221 223 223 223 223 223 223 223 221 220 219 223 222 223 223 221 221 221 221 221 221 222 222 223 220 220 221 223 220 223 220 221 222 222 222 223 221 222 219 223 220 223 221 219 220 223 223 219 220 221 220 222 221 222 222 221 221 222 221 220 222 220 223 221 222 222 220 219 222 223 221 222 219 222 220 223 222 220 222 221 222 222 223 221 223 222 219 219 219 223 220 220 222 221 223 222 221 221 221 219 222 220 219 221 221 218 223 220 222 221 220 221 220 222 223 222 221 221 223 221 222 223 220 220 220 221 222 219 221 221 222 221 223 222 222 220 223 221 219 222 220 220 221 220 222 223 218 219 222 223 219 220 223 220 219 221 221 220 222 220 223 218 220 221 222 220 221 222 220 223 219 222 221 223 223 223 218 220 221 222 223 222 220 219 219 221 223 222 222 220 223 219 223 223 219 222 220 220 222 219 221 219 221 220 222
252.05/219.61	v       </values>
252.05/219.61	v     </instantiation>
252.05/219.61	s SATISFIABLE

Verifier Data

OK	223

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15149 MiB free)
  memory of node 1: 16384 MiB (13565 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259430-1502650820/watcher-4259430-1502650820 -o /tmp/evaluation-result-4259430-1502650820/solver-4259430-1502650820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259430-1502650820.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3281, runsolver pid=3278
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 2.15 2.22 2.13 3/202 3309
/proc/meminfo: memFree=29403176/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/3281/stat : 3281 (bash) S 3278 3281 8289 0 -1 4202496 894 6480 0 0 0 0 0 1 20 0 1 0 112897230 9867264 378 18446744073709551615 4194304 5098028 140722985561728 140722985555736 139625225935872 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 14016512 140722985566708 140722985566793 140722985566793 140722985570282 0
/proc/3281/statm: 2409 378 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1512 KiB

[startup+0.209813 s]*
/proc/loadavg: 2.15 2.22 2.13 3/205 3335
/proc/meminfo: memFree=29398004/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=13358716 memory=14640 CPUtime=0.09 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 4380 12473 0 0 1 0 5 3 20 0 6 0 112897230 13679325184 3660 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3339679 3660 1906 1 0 3329176 0
[pid=3281/tid=3331] ppid=3278 vsize=13358716 memory=4134931637327788091 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 2293 12473 0 0 1 0 5 3 20 0 6 0 112897250 13679325184 3792 18446744073709551615 4194304 4196468 140722063459696 139770903814736 139770883659102 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=13358716 memory=664954298551644168 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 6 0 112897251 13679325184 3792 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=13358716 memory=139758193477248 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 6 0 112897251 13679325184 3792 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=13358716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 6 0 112897251 13679325184 3792 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=13358716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 2 12473 0 0 0 0 5 3 20 0 6 0 112897251 13679325184 3792 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 14640 KiB

[startup+0.310915 s]*
/proc/loadavg: 2.15 2.22 2.13 3/214 3344
/proc/meminfo: memFree=29389520/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=13974356 memory=27676 CPUtime=0.17 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 6260 12473 0 0 8 1 5 3 20 0 15 0 112897230 14309740544 6919 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3493589 6919 2802 1 0 3482965 0
[pid=3281/tid=3331] ppid=3278 vsize=13974356 memory=576567874760998942 CPUtime=0.14 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 3370 12473 0 0 6 0 5 3 20 0 15 0 112897250 14309740544 6919 18446744073709551615 4194304 4196468 140722063459696 139770903810416 139770533624742 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=13974356 memory=4294975228 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14309740544 6919 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=13974356 memory=139758194484038 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 2 12473 0 0 0 0 5 3 20 0 15 0 112897251 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=13974356 memory=139758193477248 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 2 12473 0 0 0 0 5 3 20 0 15 0 112897252 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 33 12473 0 0 0 0 5 3 20 0 15 0 112897253 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770376193184 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 21 12473 0 0 0 0 5 3 20 0 15 0 112897253 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770375140080 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=13974356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) R 3278 3281 8289 0 -1 4202560 435 12473 0 0 0 0 5 3 20 0 15 0 112897256 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770373029528 139770879075754 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 9 12473 0 0 0 0 5 3 20 0 15 0 112897256 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=13974356 memory=139758193477248 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) R 3278 3281 8289 0 -1 4202560 290 12473 0 0 1 0 5 3 20 0 15 0 112897256 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770370926920 139770891815742 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=13974356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=13974356 memory=139758193477248 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897260 14309740544 6984 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 27676 KiB

[startup+0.700671 s]
/proc/loadavg: 2.15 2.22 2.13 3/214 3344
/proc/meminfo: memFree=29362652/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=13974784 memory=59392 CPUtime=0.71 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 13899 12473 0 0 59 4 5 3 20 0 15 0 112897230 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3493696 14848 3122 1 0 3482965 0
[pid=3281/tid=3331] ppid=3278 vsize=13974784 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 10271 12473 0 0 42 3 5 3 20 0 15 0 112897250 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770903795184 139770883659102 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=13974784 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897251 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=13974784 memory=14356 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 2 12473 0 0 0 0 5 3 20 0 15 0 112897251 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=13974784 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 5 12473 0 0 0 0 5 3 20 0 15 0 112897252 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=13974784 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 33 12473 0 0 0 0 5 3 20 0 15 0 112897253 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770376193184 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=13974784 memory=11136 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 21 12473 0 0 0 0 5 3 20 0 15 0 112897253 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770375140080 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=13974784 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=13974784 memory=4612 CPUtime=0.11 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) S 3278 3281 8289 0 -1 1077944384 671 12473 0 0 3 0 5 3 20 0 15 0 112897256 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=13974784 memory=1436 CPUtime=0.1 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 164 12473 0 0 2 0 5 3 20 0 15 0 112897256 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=13974784 memory=1200 CPUtime=0.18 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 571 12473 0 0 10 0 5 3 20 0 15 0 112897256 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770370931184 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=13974784 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=13974784 memory=4064 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 1 12473 0 0 0 0 5 3 20 0 15 0 112897260 14310178816 14848 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 59392 KiB

[startup+1.50073 s]
/proc/loadavg: 2.15 2.22 2.13 3/214 3344
/proc/meminfo: memFree=29315304/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=13985408 memory=158640 CPUtime=1.9 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 29352 12473 0 0 172 10 5 3 20 0 15 0 112897230 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3496352 39660 3375 1 0 3485525 0
[pid=3281/tid=3331] ppid=3278 vsize=13985408 memory=54656 CPUtime=1.31 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) S 3278 3281 8289 0 -1 1077944384 22803 12473 0 0 117 6 5 3 20 0 15 0 112897250 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770903800256 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=13985408 memory=86572 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 195 12473 0 0 0 0 5 3 20 0 15 0 112897251 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 45 12473 0 0 0 0 5 3 20 0 15 0 112897251 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=13985408 memory=139758193476097 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 47 12473 0 0 0 0 5 3 20 0 15 0 112897251 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=13985408 memory=279516069214064 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 67 12473 0 0 0 0 5 3 20 0 15 0 112897251 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=13985408 memory=5794564157170869604 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) R 3278 3281 8289 0 -1 4202560 952 12473 0 0 0 0 5 3 20 0 15 0 112897252 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770377245248 139770881216931 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=13985408 memory=7738966907338309740 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 33 12473 0 0 0 0 5 3 20 0 15 0 112897253 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770376193184 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 21 12473 0 0 0 0 5 3 20 0 15 0 112897253 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770375140080 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=13985408 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=13985408 memory=8 CPUtime=0.24 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) S 3278 3281 8289 0 -1 1077944384 1313 12473 0 0 16 0 5 3 20 0 15 0 112897256 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=13985408 memory=8 CPUtime=0.21 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 454 12473 0 0 13 0 5 3 20 0 15 0 112897256 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=13985408 memory=279516069100128 CPUtime=0.31 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 1338 12473 0 0 23 0 5 3 20 0 15 0 112897256 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770370926560 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=13985408 memory=288230591722430204 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=13985408 memory=13849655444270520 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 8 12473 0 0 0 0 5 3 20 0 15 0 112897260 14321057792 39660 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 158640 KiB

[startup+3.11125 s]
/proc/loadavg: 2.15 2.22 2.13 6/214 3344
/proc/meminfo: memFree=28552040/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=13995836 memory=284988 CPUtime=6.47 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 43423 12473 0 0 623 16 5 3 20 0 15 0 112897230 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3498959 71247 3467 1 0 3487573 0
[pid=3281/tid=3331] ppid=3278 vsize=13995836 memory=281488 CPUtime=2.88 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 27757 12473 0 0 272 8 5 3 20 0 15 0 112897250 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770903808560 139770884101825 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=13995836 memory=279516069236416 CPUtime=0.1 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 213 12473 0 0 1 1 5 3 20 0 15 0 112897251 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=13995836 memory=279516069132864 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 163 12473 0 0 1 0 5 3 20 0 15 0 112897251 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=13995836 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 69 12473 0 0 1 0 5 3 20 0 15 0 112897251 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=13995836 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 72 12473 0 0 1 0 5 3 20 0 15 0 112897251 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=13995836 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 1758 12473 0 0 1 0 5 3 20 0 15 0 112897252 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=13995836 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 56 12473 0 0 0 0 5 3 20 0 15 0 112897253 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770376193248 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=13995836 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 43 12473 0 0 0 0 5 3 20 0 15 0 112897253 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770375140096 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=13995836 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=13995836 memory=55 CPUtime=1.23 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) R 3278 3281 8289 0 -1 4202560 3197 12473 0 0 114 1 5 3 20 0 15 0 112897256 14331736064 71247 18446744073709551615 4194304 4196468 140722063459696 139770373021136 139770881122849 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0

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

/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 47477 12473 0 0 4907 50 5 3 20 0 15 0 112897250 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770903809648 139770553140826 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=14069564 memory=4168 CPUtime=1.15 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1161 12473 0 0 89 18 5 3 20 0 15 0 112897251 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=14069564 memory=54656 CPUtime=1.18 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 1175 12473 0 0 94 16 5 3 20 0 15 0 112897251 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=14069564 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 2335 12473 0 0 89 18 5 3 20 0 15 0 112897251 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=14069564 memory=4420 CPUtime=1.17 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 999 12473 0 0 93 16 5 3 20 0 15 0 112897251 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=14069564 memory=279516069562048 CPUtime=0.2 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 7780 12473 0 0 11 1 5 3 20 0 15 0 112897252 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=14069564 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 66 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770376193248 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=14069564 memory=7680170660397595203 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 55 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770375140096 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=14069564 memory=8189 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=14069564 memory=29374 CPUtime=7.96 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) R 3278 3281 8289 0 -1 1077944384 15831 12473 0 0 785 3 5 3 20 0 15 0 112897256 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=14069564 memory=0 CPUtime=8.27 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) R 3278 3281 8289 0 -1 4202560 17766 12473 0 0 817 2 5 3 20 0 15 0 112897256 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899590550 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=14069564 memory=1296 CPUtime=2.66 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 11411 12473 0 0 254 4 5 3 20 0 15 0 112897256 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770370931184 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=14069564 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=14069564 memory=1724 CPUtime=0.09 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 416 12473 0 0 1 0 5 3 20 0 15 0 112897260 14407233536 901737 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 72.87 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 3606948 KiB

[startup+102.301 s]
/proc/loadavg: 2.21 2.25 2.15 3/214 3349
/proc/meminfo: memFree=23048148/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=14069564 memory=4196804 CPUtime=133.98 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 134509 12473 0 0 13222 168 5 3 20 0 15 0 112897230 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3517391 1049201 3497 1 0 3506005 0
[pid=3281/tid=3331] ppid=3278 vsize=14069564 memory=4196804 CPUtime=98.29 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 55513 12473 0 0 9764 57 5 3 20 0 15 0 112897250 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770903809200 139770552789012 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=14069564 memory=4196804 CPUtime=3.44 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1642 12473 0 0 313 23 5 3 20 0 15 0 112897251 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=14069564 memory=334 CPUtime=3.47 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 3271 12473 0 0 316 23 5 3 20 0 15 0 112897251 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=14069564 memory=1601 CPUtime=3.44 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 2741 12473 0 0 312 24 5 3 20 0 15 0 112897251 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=14069564 memory=4196804 CPUtime=3.47 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 1492 12473 0 0 316 23 5 3 20 0 15 0 112897251 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=14069564 memory=4168 CPUtime=0.42 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 16375 12473 0 0 33 1 5 3 20 0 15 0 112897252 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=14069564 memory=4196804 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 76 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770376193312 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=14069564 memory=4196804 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 69 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770375140096 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=14069564 memory=431804 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=14069564 memory=-7814691523512926820 CPUtime=9.31 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) S 3278 3281 8289 0 -1 1077944384 17743 12473 0 0 919 4 5 3 20 0 15 0 112897256 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=14069564 memory=6944656592455360604 CPUtime=9.77 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 21075 12473 0 0 966 3 5 3 20 0 15 0 112897256 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=14069564 memory=5788 CPUtime=2.85 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 11912 12473 0 0 273 4 5 3 20 0 15 0 112897256 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770370931184 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=14069564 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=14069564 memory=1436 CPUtime=0.13 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 443 12473 0 0 3 2 5 3 20 0 15 0 112897260 14407233536 1049201 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 133.98 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4196804 KiB

[startup+162.301 s]
/proc/loadavg: 2.07 2.20 2.14 3/214 3351
/proc/meminfo: memFree=22986968/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=14069564 memory=4221756 CPUtime=194.46 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 143243 12473 0 0 19265 173 5 3 20 0 15 0 112897230 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3517391 1055439 3498 1 0 3506005 0
[pid=3281/tid=3331] ppid=3278 vsize=14069564 memory=3900170192107352095 CPUtime=158.18 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 60674 12473 0 0 15752 58 5 3 20 0 15 0 112897250 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770903809760 139770539822882 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=14069564 memory=4221756 CPUtime=3.55 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 1924 12473 0 0 323 24 5 3 20 0 15 0 112897251 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=14069564 memory=4221756 CPUtime=3.57 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 3939 12473 0 0 326 23 5 3 20 0 15 0 112897251 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=14069564 memory=4221756 CPUtime=3.55 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 3004 12473 0 0 322 25 5 3 20 0 15 0 112897251 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=14069564 memory=4221756 CPUtime=3.56 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 2451 12473 0 0 325 23 5 3 20 0 15 0 112897251 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=14069564 memory=4221756 CPUtime=0.43 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 16685 12473 0 0 34 1 5 3 20 0 15 0 112897252 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=14069564 memory=4221756 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 76 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770376193312 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=14069564 memory=7084840992302786905 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 69 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770375140096 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=14069564 memory=4196804 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=14069564 memory=15876 CPUtime=9.38 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) S 3278 3281 8289 0 -1 1077944384 17843 12473 0 0 926 4 5 3 20 0 15 0 112897256 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=14069564 memory=4168 CPUtime=9.82 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 21916 12473 0 0 971 3 5 3 20 0 15 0 112897256 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=14069564 memory=54656 CPUtime=2.85 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 12015 12473 0 0 273 4 5 3 20 0 15 0 112897256 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770370931184 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=14069564 memory=4221756 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=14069564 memory=4221756 CPUtime=0.16 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 490 12473 0 0 4 4 5 3 20 0 15 0 112897260 14407233536 1055439 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 194.46 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4221756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+219.601 s]
/proc/loadavg: 2.04 2.17 2.13 3/214 3478
/proc/meminfo: memFree=22712568/32770624 swapFree=67108860/67108860
[pid=3281] ppid=3278 vsize=14069564 memory=4232008 CPUtime=252.05 cores=0,2,4,6
/proc/3281/stat : 3281 (java) S 3278 3281 8289 0 -1 1077944320 153333 12473 0 0 25021 176 5 3 20 0 15 0 112897230 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 140722063442240 139770899578615 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
/proc/3281/statm: 3517391 1058002 3498 1 0 3506005 0
[pid=3281/tid=3331] ppid=3278 vsize=14069564 memory=7680170660397595203 CPUtime=215.38 cores=0,2,4,6
/proc/3281/task/3331/stat : 3331 (java) R 3278 3281 8289 0 -1 4202560 66507 12473 0 0 21471 59 5 3 20 0 15 0 112897250 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770903812784 139770548265571 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3332] ppid=3278 vsize=14069564 memory=4064 CPUtime=3.63 cores=0,2,4,6
/proc/3281/task/3332/stat : 3332 (java) S 3278 3281 8289 0 -1 1077944384 3581 12473 0 0 331 24 5 3 20 0 15 0 112897251 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770856545296 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3333] ppid=3278 vsize=14069564 memory=4040 CPUtime=3.65 cores=0,2,4,6
/proc/3281/task/3333/stat : 3333 (java) S 3278 3281 8289 0 -1 1077944384 4013 12473 0 0 334 23 5 3 20 0 15 0 112897251 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770855492752 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3334] ppid=3278 vsize=14069564 memory=33596 CPUtime=3.63 cores=0,2,4,6
/proc/3281/task/3334/stat : 3334 (java) S 3278 3281 8289 0 -1 1077944384 3120 12473 0 0 330 25 5 3 20 0 15 0 112897251 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770854439696 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3335] ppid=3278 vsize=14069564 memory=1232 CPUtime=3.65 cores=0,2,4,6
/proc/3281/task/3335/stat : 3335 (java) S 3278 3281 8289 0 -1 1077944384 2722 12473 0 0 333 24 5 3 20 0 15 0 112897251 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770853387152 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3336] ppid=3278 vsize=14069564 memory=640 CPUtime=0.45 cores=0,2,4,6
/proc/3281/task/3336/stat : 3336 (java) S 3278 3281 8289 0 -1 1077944384 16970 12473 0 0 35 2 5 3 20 0 15 0 112897252 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770377246960 139770899589762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3337] ppid=3278 vsize=14069564 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3337/stat : 3337 (java) S 3278 3281 8289 0 -1 1077944384 76 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770376193312 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3338] ppid=3278 vsize=14069564 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3338/stat : 3338 (java) S 3278 3281 8289 0 -1 1077944384 69 12473 0 0 0 0 5 3 20 0 15 0 112897253 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770375140096 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3339] ppid=3278 vsize=14069564 memory=2248 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3339/stat : 3339 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770374088656 139770899597211 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3340] ppid=3278 vsize=14069564 memory=4288 CPUtime=9.39 cores=0,2,4,6
/proc/3281/task/3340/stat : 3340 (java) S 3278 3281 8289 0 -1 1077944384 18323 12473 0 0 927 4 5 3 20 0 15 0 112897256 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770373036784 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3341] ppid=3278 vsize=14069564 memory=2164 CPUtime=9.82 cores=0,2,4,6
/proc/3281/task/3341/stat : 3341 (java) S 3278 3281 8289 0 -1 1077944384 21932 12473 0 0 971 3 5 3 20 0 15 0 112897256 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770371984240 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3342] ppid=3278 vsize=14069564 memory=928 CPUtime=2.85 cores=0,2,4,6
/proc/3281/task/3342/stat : 3342 (java) S 3278 3281 8289 0 -1 1077944384 13332 12473 0 0 273 4 5 3 20 0 15 0 112897256 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770370931184 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3343] ppid=3278 vsize=14069564 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/3281/task/3343/stat : 3343 (java) S 3278 3281 8289 0 -1 1077944384 3 12473 0 0 0 0 5 3 20 0 15 0 112897256 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770369878880 139770899588821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
[pid=3281/tid=3344] ppid=3278 vsize=14069564 memory=1620 CPUtime=0.19 cores=0,2,4,6
/proc/3281/task/3344/stat : 3344 (java) S 3278 3281 8289 0 -1 1077944384 531 12473 0 0 6 5 5 3 20 0 15 0 112897260 14407233536 1058002 18446744073709551615 4194304 4196468 140722063459696 139770368825904 139770899589762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140722063464368 140722063467153 140722063467153 140722063470543 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4232008 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+219.647 s]
# the end of solver process 3281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.286 s, system=1.83021 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 219.647
CPU time (s): 252.116
CPU user time (s): 250.286
CPU system time (s): 1.83021
CPU usage (%): 114.782
Max. virtual memory (cumulated for all children) (KiB): 14069636
Max. memory (cumulated for all children) (KiB): 4232008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.286
system time used= 1.83021
maximum resident set size= 4232468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15691
involuntary context switches= 533


# summary of solver processes directly reported to runsolver:
#   pid: 3281
#   total CPU time (s): 252.116
#   total CPU user time (s): 250.286
#   total CPU system time (s): 1.83021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38335 second user time and 2.04079 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:46:13
IDJOB=4259430
IDBENCH=139730
IDSOLVER=2646
FILE ID=node133/4259430-1502650820
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259430-1502650820/watcher-4259430-1502650820 -o /tmp/evaluation-result-4259430-1502650820/solver-4259430-1502650820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259430-1502650820.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=1260260221

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:        29404832 kB
MemAvailable:   30052268 kB
Buffers:          241744 kB
Cached:           700288 kB
SwapCached:            0 kB
Active:          2725600 kB
Inactive:         190816 kB
Active(anon):    1914916 kB
Inactive(anon):   100804 kB
Active(file):     810684 kB
Inactive(file):    90012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24728 kB
Writeback:             0 kB
AnonPages:       1973576 kB
Mapped:            69880 kB
Shmem:             41660 kB
Slab:             152624 kB
SReclaimable:     125148 kB
SUnreclaim:        27476 kB
KernelStack:        3504 kB
PageTables:         8780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4268420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1738752 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-13 20:49:52