Trace number 4259428

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)139 252.112 227.243

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-12-12.xml
MD5SUM413eb2f3dbc4c6295d83fc35d5100e1e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark240.00301
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4357
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree123
Maximum variable degree123
Distribution of variable degrees[{"degree":123,"count":144}]
Minimum constraint arity4
Maximum constraint arity144
Distribution of constraint arities[{"arity":4,"count":4356},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints4356
Distribution of constraint types[{"type":"intension","count":4356},{"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.33/2.02	c Concrete v3.4 running
39.57/19.03	o 143
41.03/19.85	o 142
123.08/99.05	o 141
191.74/167.38	o 140
192.37/167.95	o 139
252.04/227.20	java.util.concurrent.TimeoutException
252.04/227.20		at concrete.MAC.mac(MAC.scala:74)
252.04/227.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.04/227.20		at scala.util.Try$.apply(Try.scala:209)
252.04/227.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/227.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/227.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/227.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/227.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.04/227.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/227.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/227.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/227.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/227.20		at concrete.MAC.oneRun(MAC.scala:146)
252.04/227.20		at concrete.MAC.nextSolution(MAC.scala:166)
252.04/227.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.04/227.20		at concrete.ProblemState.map(ProblemState.scala:203)
252.04/227.20		at concrete.ProblemState.map(ProblemState.scala:188)
252.04/227.20		at concrete.MAC.nextSolution(MAC.scala:195)
252.04/227.20		at concrete.Solver.hasNext(Solver.scala:202)
252.04/227.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.04/227.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.04/227.20		at concrete.Solver.toStream(Solver.scala:73)
252.04/227.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.04/227.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.04/227.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.04/227.20		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.04/227.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.04/227.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/227.21		at scala.util.Success.map(Try.scala:209)
252.04/227.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.04/227.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.04/227.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.04/227.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.04/227.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.04/227.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/227.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/227.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/227.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/227.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/227.21		at scala.App.main(App.scala:76)
252.04/227.21		at scala.App.main$(App.scala:74)
252.04/227.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.04/227.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/227.21	v <instantiation cost="139">
252.04/227.21	v       <list>
252.04/227.21	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[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[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[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[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[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[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[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[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[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[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[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]
252.04/227.21	v       </list>
252.04/227.21	v       <values>
252.04/227.21	v         134 134 135 136 137 137 138 138 139 139 139 139 134 139 138 137 136 137 135 137 135 136 137 139 135 138 137 136 137 139 138 135 138 136 137 135 136 137 138 138 137 138 138 136 139 136 135 136 136 138 138 136 137 139 137 137 136 137 139 137 136 138 139 137 138 138 136 135 137 137 139 134 137 137 138 137 138 139 137 138 138 138 138 139 137 139 139 139 139 139 139 139 139 138 137 138 138 138 139 138 136 137 136 138 137 139 135 138 139 135 136 137 137 138 136 139 138 136 136 138 139 136 139 135 137 138 135 138 137 136 135 139 139 137 138 139 136 136 135 136 137 139 137 137
252.04/227.21	v       </values>
252.04/227.21	v     </instantiation>
252.04/227.21	s SATISFIABLE

Verifier Data

OK	139

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 (12939 MiB free)
  memory of node 1: 16384 MiB (13822 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259428-1502650728/watcher-4259428-1502650728 -o /tmp/evaluation-result-4259428-1502650728/solver-4259428-1502650728 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502649191-14473 --watchdog 312 bin/concrete HOME/instance-4259428-1502650728.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=15331, runsolver pid=15328

[startup+0.100107 s]*
/proc/loadavg: 2.21 2.09 2.06 6/207 15385
/proc/meminfo: memFree=27397260/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=13445604 memory=15444 CPUtime=0.09 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 4481 12258 0 0 1 1 4 3 20 0 7 0 98153707 13768298496 3861 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3361401 3861 2049 1 0 3349839 0
[pid=15331/tid=15381] ppid=15328 vsize=13512168 memory=4279135703980212620 CPUtime=0.08 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 2335 12258 0 0 1 0 4 3 20 0 8 0 98153715 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334670739112 140334666527901 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=13512168 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 8 0 98153716 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=13512168 memory=139791137126016 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 8 0 98153716 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=13512168 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 8 0 98153716 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=13512168 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 8 0 98153716 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=13512168 memory=139791137126016 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 8 0 98153717 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=13512168 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 32 12258 0 0 0 0 4 3 20 0 8 0 98153718 13836460032 3861 33554432000 4194304 4196468 140733335440656 140334139625296 140334666516181 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15444 KiB

[startup+0.218975 s]*
/proc/loadavg: 2.21 2.09 2.06 6/216 15394
/proc/meminfo: memFree=27375324/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=13978600 memory=40624 CPUtime=0.27 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 9130 12258 0 0 18 2 4 3 20 0 15 0 98153707 14314086400 10156 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3494650 10156 2957 1 0 3482967 0
[pid=15331/tid=15381] ppid=15328 vsize=13978600 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 5530 12258 0 0 12 1 4 3 20 0 15 0 98153715 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334670718344 140334651671520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=13978600 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=13978600 memory=139791137139876 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=13978600 memory=139791137126016 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 15 0 98153717 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 33 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334139626400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 21 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334138573808 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 524 12258 0 0 1 0 4 3 20 0 15 0 98153720 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 275 12258 0 0 0 0 4 3 20 0 15 0 98153720 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=13978600 memory=139791137126016 CPUtime=0.1 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) R 15328 15331 3242 0 -1 4202560 584 12258 0 0 3 0 4 3 20 0 15 0 98153720 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334134364912 140334666527322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=13978600 memory=139791137126016 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314086400 10156 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 40624 KiB

[startup+0.310571 s]*
/proc/loadavg: 2.21 2.09 2.06 5/216 15394
/proc/meminfo: memFree=27359512/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=13979028 memory=48056 CPUtime=0.38 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 10536 12258 0 0 29 2 4 3 20 0 15 0 98153707 14314524672 12014 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3494757 12014 3100 1 0 3482967 0
[pid=15331/tid=15381] ppid=15328 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 6896 12258 0 0 20 1 4 3 20 0 15 0 98153715 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334670716000 140334649692784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=13979028 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 15 0 98153717 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 33 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334139626400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 21 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334138573808 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 532 12258 0 0 1 0 4 3 20 0 15 0 98153720 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 280 12258 0 0 1 0 4 3 20 0 15 0 98153720 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=13979028 memory=139791137126016 CPUtime=0.12 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 611 12258 0 0 5 0 4 3 20 0 15 0 98153720 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=13979028 memory=139791137126016 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314524672 12014 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 48056 KiB

[startup+0.700703 s]
/proc/loadavg: 2.21 2.09 2.06 7/216 15394
/proc/meminfo: memFree=27285544/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=13979412 memory=82796 CPUtime=0.99 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 16967 12258 0 0 87 5 4 3 20 0 15 0 98153707 14314917888 20699 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3494853 20699 3311 1 0 3482967 0
[pid=15331/tid=15381] ppid=15328 vsize=13979412 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 12393 12258 0 0 57 3 4 3 20 0 15 0 98153715 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334670737872 140334666527901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=13979412 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=13979412 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=13979412 memory=139790984979856 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=13979412 memory=139792595550782 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 2 12258 0 0 0 0 4 3 20 0 15 0 98153716 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=13979412 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 6 12258 0 0 0 0 4 3 20 0 15 0 98153717 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=13979412 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 33 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334139626400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=13979412 memory=16988 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 21 12258 0 0 0 0 4 3 20 0 15 0 98153718 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334138573808 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=13979412 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=13979412 memory=1792 CPUtime=0.17 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 1040 12258 0 0 10 0 4 3 20 0 15 0 98153720 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=13979412 memory=648 CPUtime=0.12 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 525 12258 0 0 5 0 4 3 20 0 15 0 98153720 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=13979412 memory=1240 CPUtime=0.2 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 788 12258 0 0 13 0 4 3 20 0 15 0 98153720 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=13979412 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=13979412 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 1 12258 0 0 0 0 4 3 20 0 15 0 98153721 14314917888 20699 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 13979412 KiB
Current children cumulated memory: 82796 KiB

[startup+1.50159 s]
/proc/loadavg: 2.21 2.09 2.06 3/216 15394
/proc/meminfo: memFree=27155892/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=13991700 memory=172104 CPUtime=2.21 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 27753 12258 0 0 204 10 4 3 20 0 15 0 98153707 14327500800 43026 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3497925 43026 3405 1 0 3486039 0
[pid=15331/tid=15381] ppid=15328 vsize=13991700 memory=7301854892139504745 CPUtime=1.43 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 19688 12258 0 0 131 5 4 3 20 0 15 0 98153715 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334670738960 140334666517910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=13991700 memory=7810763844726514514 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 55 12258 0 0 0 0 4 3 20 0 15 0 98153716 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=13991700 memory=7810763844726514514 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 50 12258 0 0 0 0 4 3 20 0 15 0 98153716 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=13991700 memory=7307184289356141164 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 91 12258 0 0 0 0 4 3 20 0 15 0 98153716 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 205 12258 0 0 0 0 4 3 20 0 15 0 98153716 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=13991700 memory=3472613044825779369 CPUtime=0.08 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 1493 12258 0 0 1 0 4 3 20 0 15 0 98153717 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=13991700 memory=7366581287133287333 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 55 12258 0 0 0 0 4 3 20 0 15 0 98153718 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334139626400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=13991700 memory=4053047522588204703 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 46 12258 0 0 0 0 4 3 20 0 15 0 98153718 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334138573808 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=13991700 memory=3689347633763532144 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=13991700 memory=4121673496872172388 CPUtime=0.25 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 1279 12258 0 0 18 0 4 3 20 0 15 0 98153720 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=13991700 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 758 12258 0 0 15 0 4 3 20 0 15 0 98153720 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=13991700 memory=7161964096121301097 CPUtime=0.39 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 1874 12258 0 0 32 0 4 3 20 0 15 0 98153720 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=13991700 memory=7307470072167491686 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14327500800 43026 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0

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

/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 53229 12258 0 0 9983 58 4 3 20 0 15 0 98153715 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334670736384 140334323373943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=14073808 memory=4036716 CPUtime=1.57 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 1823 12258 0 0 138 12 4 3 20 0 15 0 98153716 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=14073808 memory=150 CPUtime=1.53 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 953 12258 0 0 134 12 4 3 20 0 15 0 98153716 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=14073808 memory=4036716 CPUtime=1.55 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 1786 12258 0 0 136 12 4 3 20 0 15 0 98153716 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=14073808 memory=279581970929312 CPUtime=1.53 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 876 12258 0 0 135 11 4 3 20 0 15 0 98153716 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=14073808 memory=4012136 CPUtime=0.28 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 7378 12258 0 0 20 1 4 3 20 0 15 0 98153717 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=14073808 memory=4036716 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 67 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334139626528 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=14073808 memory=4032616 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 60 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334138573824 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=14073808 memory=279581969988640 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=14073808 memory=2553894930177 CPUtime=8.55 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 17755 12258 0 0 845 3 4 3 20 0 15 0 98153720 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=14073808 memory=2340 CPUtime=8.74 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 19241 12258 0 0 863 4 4 3 20 0 15 0 98153720 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=14073808 memory=932 CPUtime=2.61 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 17922 12258 0 0 249 5 4 3 20 0 15 0 98153720 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=14073808 memory=2333384 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=14073808 memory=1732 CPUtime=0.12 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 658 12258 0 0 3 2 4 3 20 0 15 0 98153721 14411579392 1011241 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 126.41 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 4044964 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 2.11 2.08 3/215 15396
/proc/meminfo: memFree=19807900/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=14073808 memory=4060956 CPUtime=186.72 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 141050 12258 0 0 18536 129 4 3 20 0 15 0 98153707 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3518452 1015239 3515 1 0 3506007 0
[pid=15331/tid=15381] ppid=15328 vsize=14073808 memory=4071728 CPUtime=160.4 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 58984 12258 0 0 15974 59 4 3 20 0 15 0 98153715 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334670739728 140334316444946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=14073808 memory=13936 CPUtime=1.62 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 2152 12258 0 0 143 12 4 3 20 0 15 0 98153716 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=14073808 memory=4060956 CPUtime=1.58 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1444 12258 0 0 139 12 4 3 20 0 15 0 98153716 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=14073808 memory=4060956 CPUtime=1.6 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 3050 12258 0 0 141 12 4 3 20 0 15 0 98153716 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=14073808 memory=4067552 CPUtime=1.59 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 1054 12258 0 0 140 12 4 3 20 0 15 0 98153716 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=14073808 memory=2289 CPUtime=0.29 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 7692 12258 0 0 21 1 4 3 20 0 15 0 98153717 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=14073808 memory=4144 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 69 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334139626528 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=14073808 memory=28660 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 60 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334138573824 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=14073808 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=14073808 memory=8612 CPUtime=8.57 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 18759 12258 0 0 847 3 4 3 20 0 15 0 98153720 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=14073808 memory=4060956 CPUtime=8.79 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 22268 12258 0 0 868 4 4 3 20 0 15 0 98153720 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=14073808 memory=4060956 CPUtime=2.63 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 22660 12258 0 0 251 5 4 3 20 0 15 0 98153720 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=14073808 memory=4060956 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=14073808 memory=4060956 CPUtime=0.15 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 703 12258 0 0 4 4 4 3 20 0 15 0 98153721 14411579392 1015239 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 186.72 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 4060956 KiB

[startup+222.301 s]
/proc/loadavg: 1.87 2.06 2.06 3/215 15397
/proc/meminfo: memFree=20162056/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=14073808 memory=3978236 CPUtime=247.09 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 149950 12258 0 0 24570 132 4 3 20 0 15 0 98153707 14411579392 994559 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3518452 994559 3515 1 0 3506007 0
[pid=15331/tid=15381] ppid=15328 vsize=14073808 memory=3978236 CPUtime=220.28 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 64238 12258 0 0 21962 59 4 3 20 0 15 0 98153715 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334670739840 140334323466317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=14073808 memory=4051216 CPUtime=1.72 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 3705 12258 0 0 152 13 4 3 20 0 15 0 98153716 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=14073808 memory=3997728 CPUtime=1.69 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1615 12258 0 0 149 13 4 3 20 0 15 0 98153716 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=14073808 memory=3985416 CPUtime=1.71 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 3084 12258 0 0 151 13 4 3 20 0 15 0 98153716 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=14073808 memory=3985416 CPUtime=1.69 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 1127 12258 0 0 150 12 4 3 20 0 15 0 98153716 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=14073808 memory=3978236 CPUtime=0.3 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 7977 12258 0 0 22 1 4 3 20 0 15 0 98153717 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=14073808 memory=3978236 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 71 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334139626528 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=14073808 memory=3990032 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 60 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334138573824 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=14073808 memory=3780636 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=14073808 memory=16988 CPUtime=8.59 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 18914 12258 0 0 849 3 4 3 20 0 15 0 98153720 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=14073808 memory=7 CPUtime=8.81 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 23215 12258 0 0 870 4 4 3 20 0 15 0 98153720 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=14073808 memory=1296 CPUtime=2.65 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 23041 12258 0 0 253 5 4 3 20 0 15 0 98153720 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=14073808 memory=2408 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=14073808 memory=4144 CPUtime=0.19 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 748 12258 0 0 6 6 4 3 20 0 15 0 98153721 14411579392 994559 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 247.09 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3978236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.201 s]
/proc/loadavg: 1.96 2.07 2.06 2/194 15445
/proc/meminfo: memFree=23869936/32770624 swapFree=67108860/67108860
[pid=15331] ppid=15328 vsize=14073808 memory=3967976 CPUtime=252.04 cores=1,3,5,7
/proc/15331/stat : 15331 (java) S 15328 15331 3242 0 -1 1077944320 149965 12258 0 0 25065 132 4 3 20 0 15 0 98153707 14411579392 991994 33554432000 4194304 4196468 140733335440656 140733335423200 140334666505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
/proc/15331/statm: 3518452 991994 3515 1 0 3506007 0
[pid=15331/tid=15381] ppid=15328 vsize=14073808 memory=4144 CPUtime=225.17 cores=1,3,5,7
/proc/15331/task/15381/stat : 15381 (java) R 15328 15331 3242 0 -1 4202560 64240 12258 0 0 22451 59 4 3 20 0 15 0 98153715 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334670739840 140334316511027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15382] ppid=15328 vsize=14073808 memory=28660 CPUtime=1.74 cores=1,3,5,7
/proc/15331/task/15382/stat : 15382 (java) S 15328 15331 3242 0 -1 1077944384 3705 12258 0 0 154 13 4 3 20 0 15 0 98153716 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334262582032 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15383] ppid=15328 vsize=14073808 memory=4144 CPUtime=1.7 cores=1,3,5,7
/proc/15331/task/15383/stat : 15383 (java) S 15328 15331 3242 0 -1 1077944384 1619 12258 0 0 150 13 4 3 20 0 15 0 98153716 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334261529488 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15384] ppid=15328 vsize=14073808 memory=28660 CPUtime=1.72 cores=1,3,5,7
/proc/15331/task/15384/stat : 15384 (java) S 15328 15331 3242 0 -1 1077944384 3084 12258 0 0 152 13 4 3 20 0 15 0 98153716 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334260476944 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15385] ppid=15328 vsize=14073808 memory=1296 CPUtime=1.7 cores=1,3,5,7
/proc/15331/task/15385/stat : 15385 (java) S 15328 15331 3242 0 -1 1077944384 1136 12258 0 0 151 12 4 3 20 0 15 0 98153716 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334259424400 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15386] ppid=15328 vsize=14073808 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/15331/task/15386/stat : 15386 (java) S 15328 15331 3242 0 -1 1077944384 7977 12258 0 0 22 1 4 3 20 0 15 0 98153717 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334140680176 140334666517122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15387] ppid=15328 vsize=14073808 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15387/stat : 15387 (java) S 15328 15331 3242 0 -1 1077944384 71 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334139626528 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15388] ppid=15328 vsize=14073808 memory=3985416 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15388/stat : 15388 (java) S 15328 15331 3242 0 -1 1077944384 60 12258 0 0 0 0 4 3 20 0 15 0 98153718 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334138573824 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15389] ppid=15328 vsize=14073808 memory=3978236 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15389/stat : 15389 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153720 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334137522384 140334666524571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15390] ppid=15328 vsize=14073808 memory=5792 CPUtime=8.59 cores=1,3,5,7
/proc/15331/task/15390/stat : 15390 (java) S 15328 15331 3242 0 -1 1077944384 18914 12258 0 0 849 3 4 3 20 0 15 0 98153720 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334136470000 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15391] ppid=15328 vsize=14073808 memory=796 CPUtime=8.81 cores=1,3,5,7
/proc/15331/task/15391/stat : 15391 (java) S 15328 15331 3242 0 -1 1077944384 23215 12258 0 0 870 4 4 3 20 0 15 0 98153720 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334135417456 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15392] ppid=15328 vsize=14073808 memory=1436 CPUtime=2.65 cores=1,3,5,7
/proc/15331/task/15392/stat : 15392 (java) S 15328 15331 3242 0 -1 1077944384 23041 12258 0 0 253 5 4 3 20 0 15 0 98153720 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334134364912 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15393] ppid=15328 vsize=14073808 memory=3976696 CPUtime=0.07 cores=1,3,5,7
/proc/15331/task/15393/stat : 15393 (java) S 15328 15331 3242 0 -1 1077944384 3 12258 0 0 0 0 4 3 20 0 15 0 98153721 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334133312608 140334666516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
[pid=15331/tid=15394] ppid=15328 vsize=14073808 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/15331/task/15394/stat : 15394 (java) S 15328 15331 3242 0 -1 1077944384 748 12258 0 0 6 6 4 3 20 0 15 0 98153721 14411579392 991994 33554432000 4194304 4196468 140733335440656 140334132259120 140334666517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35135488 140733335444118 140733335446903 140733335446903 140733335449551 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3967976 KiB

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

[startup+227.243 s]
# the end of solver process 15331 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.725 s, system=1.38671 s

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

Child status: 143
Real time (s): 227.243
CPU time (s): 252.112
CPU user time (s): 250.725
CPU system time (s): 1.38671
CPU usage (%): 110.944
Max. virtual memory (cumulated for all children) (KiB): 14074524
Max. memory (cumulated for all children) (KiB): 4077372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.725
system time used= 1.38671
maximum resident set size= 4077900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165544
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= 16102
involuntary context switches= 347


# summary of solver processes directly reported to runsolver:
#   pid: 15331
#   total CPU time (s): 252.112
#   total CPU user time (s): 250.725
#   total CPU system time (s): 1.38671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32664 second user time and 2.23088 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:44:30
IDJOB=4259428
IDBENCH=139727
IDSOLVER=2646
FILE ID=node149/4259428-1502650728
RUNJOBID= node149-1502649191-14473
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-12-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259428-1502650728/watcher-4259428-1502650728 -o /tmp/evaluation-result-4259428-1502650728/solver-4259428-1502650728 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502649191-14473 --watchdog 312  bin/concrete HOME/instance-4259428-1502650728.xml

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=1356506195

node149.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:        27404704 kB
MemAvailable:   31568980 kB
Buffers:          274716 kB
Cached:          4162648 kB
SwapCached:            0 kB
Active:          1576244 kB
Inactive:        3322160 kB
Active(anon):     464012 kB
Inactive(anon):    24944 kB
Active(file):    1112232 kB
Inactive(file):  3297216 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24488 kB
Writeback:             0 kB
AnonPages:        435952 kB
Mapped:            57008 kB
Shmem:             25224 kB
Slab:             168668 kB
SReclaimable:     141324 kB
SUnreclaim:        27344 kB
KernelStack:        3504 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1451920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61912 MiB
End job on node149 at 2017-08-13 20:48:17