Trace number 4259427

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)98 252.12 228.44299

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
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 benchmark244.416
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"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.34/2.03	c Concrete v3.4 running
33.37/14.28	o 120
36.09/15.91	o 119
37.11/16.86	o 118
65.64/44.02	o 117
66.26/44.61	o 116
70.78/49.07	o 115
71.13/49.36	o 114
74.77/52.99	o 113
75.00/53.16	o 112
75.45/53.52	o 111
75.65/53.78	o 110
75.76/53.88	o 109
76.19/54.24	o 108
78.38/56.32	o 107
78.47/56.43	o 106
79.18/57.12	o 105
79.49/57.48	o 104
82.21/60.14	o 103
82.54/60.41	o 102
83.05/60.90	o 101
84.35/62.10	o 100
84.46/62.28	o 99
85.57/63.32	o 98
252.05/228.40	java.util.concurrent.TimeoutException
252.05/228.40		at concrete.MAC.mac(MAC.scala:74)
252.05/228.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.05/228.40		at scala.util.Try$.apply(Try.scala:209)
252.05/228.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/228.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/228.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/228.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/228.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.05/228.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/228.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/228.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/228.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/228.40		at concrete.MAC.oneRun(MAC.scala:146)
252.05/228.40		at concrete.MAC.nextSolution(MAC.scala:166)
252.05/228.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.05/228.40		at concrete.ProblemState.map(ProblemState.scala:203)
252.05/228.40		at concrete.ProblemState.map(ProblemState.scala:188)
252.05/228.40		at concrete.MAC.nextSolution(MAC.scala:195)
252.05/228.41		at concrete.Solver.hasNext(Solver.scala:202)
252.05/228.41		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.05/228.41		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.05/228.41		at concrete.Solver.toStream(Solver.scala:73)
252.05/228.41		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.05/228.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.05/228.41		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.05/228.41		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.05/228.41		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.05/228.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/228.41		at scala.util.Success.map(Try.scala:209)
252.05/228.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.05/228.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.05/228.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.05/228.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.05/228.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.05/228.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/228.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/228.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/228.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/228.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/228.41		at scala.App.main(App.scala:76)
252.05/228.41		at scala.App.main$(App.scala:74)
252.05/228.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.05/228.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/228.41	v <instantiation cost="98">
252.05/228.41	v       <list>
252.05/228.41	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[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[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[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[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[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[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[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[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[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[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]
252.05/228.41	v       </list>
252.05/228.41	v       <values>
252.05/228.41	v         93 95 96 97 97 98 98 98 98 98 98 93 97 97 97 98 96 96 96 96 96 98 93 98 95 97 96 93 94 95 97 97 98 94 96 97 98 96 98 96 95 94 95 97 94 97 98 98 96 97 97 98 97 96 96 95 96 97 95 95 98 95 97 96 97 96 96 97 98 96 98 98 96 95 95 97 96 96 98 94 97 96 98 95 97 96 94 97 97 95 96 96 96 98 97 96 95 97 97 98 96 95 96 97 98 95 94 97 95 97 98 97 98 96 97 95 95 97 98 96 95
252.05/228.41	v       </values>
252.05/228.41	v     </instantiation>
252.05/228.41	s SATISFIABLE

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259427-1502650723/watcher-4259427-1502650723 -o /tmp/evaluation-result-4259427-1502650723/solver-4259427-1502650723 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502649191-14472 --watchdog 312 bin/concrete HOME/instance-4259427-1502650723.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=15206, runsolver pid=15203
Current StackSize limit: 8192 KiB


[startup+0.108284 s]*
/proc/loadavg: 1.88 2.03 2.04 3/207 15260
/proc/meminfo: memFree=25121996/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=13578732 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 4824 12378 0 0 2 0 4 3 20 0 9 0 98153205 13904621568 4136 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3394683 4136 2090 1 0 3383121 0
[pid=15206/tid=15256] ppid=15203 vsize=13578732 memory=4279135703980212877 CPUtime=0.09 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 2627 12378 0 0 2 0 4 3 20 0 9 0 98153214 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686818160496 140686798005598 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=13578732 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 9 0 98153215 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=13578732 memory=139776299361920 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 9 0 98153215 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=13578732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 9 0 98153215 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=13578732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 9 0 98153215 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=13578732 memory=139776299361920 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 9 0 98153216 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=13578732 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 33 12378 0 0 0 0 4 3 20 0 9 0 98153217 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686354179360 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=13578732 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 21 12378 0 0 0 0 4 3 20 0 9 0 98153217 13904621568 4136 33554432000 4194304 4196468 140731624792416 140686353127088 140686813935317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13578732 KiB
Current children cumulated memory: 16544 KiB

[startup+0.209841 s]*
/proc/loadavg: 1.88 2.03 2.04 3/216 15269
/proc/meminfo: memFree=25104236/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=13978628 memory=40580 CPUtime=0.25 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 9511 12378 0 0 17 1 4 3 20 0 15 0 98153205 14314115072 10145 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3494657 10145 2972 1 0 3482967 0
[pid=15206/tid=15256] ppid=15203 vsize=13978660 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 6027 12378 0 0 11 1 4 3 20 0 15 0 98153214 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686818145760 140686806604829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=13978660 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=13978660 memory=139776299375780 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=13978660 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=13978660 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=13978660 memory=139776299361920 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 15 0 98153216 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=13978628 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 33 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686354179360 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=13978628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 21 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686353127024 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=13978628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=13978628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 543 12378 0 0 1 0 4 3 20 0 15 0 98153220 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=13978628 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 209 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=13978628 memory=139776299361920 CPUtime=0.1 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 526 12378 0 0 3 0 4 3 20 0 15 0 98153220 14314115072 10145 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=13978660 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=13978660 memory=139776299361920 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314147840 10145 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978628 KiB
Current children cumulated memory: 40580 KiB

[startup+0.310219 s]*
/proc/loadavg: 1.88 2.03 2.04 2/216 15269
/proc/meminfo: memFree=25089908/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=13979028 memory=48792 CPUtime=0.38 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 10708 12378 0 0 29 2 4 3 20 0 15 0 98153205 14314524672 12198 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3494757 12198 3092 1 0 3482967 0
[pid=15206/tid=15256] ppid=15203 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 7203 12378 0 0 20 1 4 3 20 0 15 0 98153214 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686818146720 140686795488720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=13979028 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=13979028 memory=139776299368913 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 15 0 98153216 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 33 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686354179360 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 21 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686353127024 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 546 12378 0 0 1 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 212 12378 0 0 1 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=13979028 memory=139776299361920 CPUtime=0.12 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 533 12378 0 0 5 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=13979028 memory=139776299361920 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314524672 12198 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 48792 KiB

[startup+0.700691 s]
/proc/loadavg: 1.88 2.03 2.04 4/216 15269
/proc/meminfo: memFree=25074708/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=13979176 memory=81180 CPUtime=0.97 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 16951 12378 0 0 86 4 4 3 20 0 15 0 98153205 14314676224 20295 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3494794 20295 3261 1 0 3482967 0
[pid=15206/tid=15256] ppid=15203 vsize=13979176 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 12766 12378 0 0 56 3 4 3 20 0 15 0 98153214 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686818144176 140686813947037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=13979176 memory=2444574590465 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=13979176 memory=218122166 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=13979176 memory=7295942822962683291 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 2 12378 0 0 0 0 4 3 20 0 15 0 98153215 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 5 12378 0 0 0 0 4 3 20 0 15 0 98153216 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=13979176 memory=16988 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 33 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686354179360 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=13979176 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 21 12378 0 0 0 0 4 3 20 0 15 0 98153217 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686353127024 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=13979176 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=13979176 memory=648 CPUtime=0.17 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 896 12378 0 0 10 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=13979176 memory=1240 CPUtime=0.11 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 470 12378 0 0 4 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=13979176 memory=960 CPUtime=0.2 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 602 12378 0 0 13 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=13979176 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=13979176 memory=7379241883359864663 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 1 12378 0 0 0 0 4 3 20 0 15 0 98153220 14314676224 20295 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81180 KiB

[startup+1.50067 s]
/proc/loadavg: 1.88 2.03 2.04 3/216 15269
/proc/meminfo: memFree=24992880/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=13991700 memory=172604 CPUtime=2.19 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 28825 12378 0 0 203 9 4 3 20 0 15 0 98153205 14327500800 43151 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3497925 43151 3400 1 0 3486039 0
[pid=15206/tid=15256] ppid=15203 vsize=13991700 memory=7810763844726514514 CPUtime=1.43 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 21096 12378 0 0 131 5 4 3 20 0 15 0 98153214 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686818148624 140686798005598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=13991700 memory=7810763844726514514 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 56 12378 0 0 1 0 4 3 20 0 15 0 98153215 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=13991700 memory=7447092660246375275 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 193 12378 0 0 0 0 4 3 20 0 15 0 98153215 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=13991700 memory=-7595718147998060693 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 40 12378 0 0 1 0 4 3 20 0 15 0 98153215 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=13991700 memory=-7175204567652784766 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 59 12378 0 0 1 0 4 3 20 0 15 0 98153215 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=13991700 memory=3054156605268465310 CPUtime=0.08 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 1689 12378 0 0 1 0 4 3 20 0 15 0 98153216 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=13991700 memory=4715433313220523562 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 55 12378 0 0 0 0 4 3 20 0 15 0 98153217 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686354179360 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=13991700 memory=-8412652177879177843 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 43 12378 0 0 0 0 4 3 20 0 15 0 98153217 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686353127040 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=13991700 memory=-8341965534556230502 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=13991700 memory=8514726395714825349 CPUtime=0.26 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 1135 12378 0 0 19 0 4 3 20 0 15 0 98153220 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=13991700 memory=-8253362762722141311 CPUtime=0.21 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 676 12378 0 0 14 0 4 3 20 0 15 0 98153220 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=13991700 memory=-8707038579349950309 CPUtime=0.38 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) R 15203 15206 3242 0 -1 4202560 1627 12378 0 0 31 0 4 3 20 0 15 0 98153220 14327500800 43151 33554432000 4194304 4196468 140731624792416 140686281128304 140686806162238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0

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

/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 58658 12378 0 0 10011 48 4 3 20 0 15 0 98153214 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686818155840 140686453803055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=14073808 memory=3661156 CPUtime=1.37 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 912 12378 0 0 115 15 4 3 20 0 15 0 98153215 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=14073808 memory=3661156 CPUtime=1.34 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 1892 12378 0 0 113 14 4 3 20 0 15 0 98153215 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=14073808 memory=3539468 CPUtime=1.34 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 1328 12378 0 0 113 14 4 3 20 0 15 0 98153215 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=14073808 memory=1712 CPUtime=1.37 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 1416 12378 0 0 116 14 4 3 20 0 15 0 98153215 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=14073808 memory=3471836 CPUtime=0.27 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 7699 12378 0 0 19 1 4 3 20 0 15 0 98153216 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=14073808 memory=3471836 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 67 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686354179424 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=14073808 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 60 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686353127040 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=14073808 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=14073808 memory=3539468 CPUtime=8.09 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 14420 12378 0 0 800 2 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=14073808 memory=3539468 CPUtime=8.44 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 16168 12378 0 0 831 6 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=14073808 memory=3661156 CPUtime=2.7 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 14182 12378 0 0 259 4 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=14073808 memory=3661156 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=14073808 memory=916 CPUtime=0.12 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 209 12378 0 0 2 3 4 3 20 0 15 0 98153220 14411579392 915289 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 125.18 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3661156 KiB

[startup+162.31 s]
/proc/loadavg: 1.98 2.11 2.08 3/215 15396
/proc/meminfo: memFree=19750968/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=14073808 memory=3995676 CPUtime=185.83 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 127292 12378 0 0 18429 147 4 3 20 0 15 0 98153205 14411579392 998919 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3518452 998919 3521 1 0 3506007 0
[pid=15206/tid=15256] ppid=15203 vsize=14073808 memory=6508 CPUtime=160.44 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 64165 12378 0 0 15986 51 4 3 20 0 15 0 98153214 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686818158976 140686451647445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=14073808 memory=3995676 CPUtime=1.57 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1024 12378 0 0 131 19 4 3 20 0 15 0 98153215 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=14073808 memory=3998760 CPUtime=1.55 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 2016 12378 0 0 129 19 4 3 20 0 15 0 98153215 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=14073808 memory=3995676 CPUtime=1.55 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 2006 12378 0 0 129 19 4 3 20 0 15 0 98153215 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=14073808 memory=3995676 CPUtime=1.57 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 2703 12378 0 0 132 18 4 3 20 0 15 0 98153215 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=14073808 memory=3998760 CPUtime=0.28 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 8084 12378 0 0 20 1 4 3 20 0 15 0 98153216 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=14073808 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 67 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686354179424 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=14073808 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 60 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686353127040 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=14073808 memory=3998760 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=14073808 memory=4144 CPUtime=8.09 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 14422 12378 0 0 800 2 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=14073808 memory=3998760 CPUtime=8.44 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 16172 12378 0 0 831 6 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=14073808 memory=3998760 CPUtime=2.7 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 14185 12378 0 0 259 4 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=14073808 memory=3998760 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=14073808 memory=4620 CPUtime=0.15 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 236 12378 0 0 3 5 4 3 20 0 15 0 98153220 14411579392 998919 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 185.83 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3995676 KiB

[startup+222.31 s]
/proc/loadavg: 1.94 2.07 2.06 3/215 15397
/proc/meminfo: memFree=20127924/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=14073808 memory=3703776 CPUtime=245.95 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 136355 12378 0 0 24439 149 4 3 20 0 15 0 98153205 14411579392 925944 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3518452 925944 3521 1 0 3506007 0
[pid=15206/tid=15256] ppid=15203 vsize=14073808 memory=3703776 CPUtime=220.4 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 70944 12378 0 0 21981 52 4 3 20 0 15 0 98153214 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686818159328 140686451647562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=14073808 memory=3705316 CPUtime=1.6 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1176 12378 0 0 134 19 4 3 20 0 15 0 98153215 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=14073808 memory=164 CPUtime=1.58 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 2145 12378 0 0 132 19 4 3 20 0 15 0 98153215 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=14073808 memory=3737636 CPUtime=1.58 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 2515 12378 0 0 132 19 4 3 20 0 15 0 98153215 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=14073808 memory=3703776 CPUtime=1.61 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 3847 12378 0 0 135 19 4 3 20 0 15 0 98153215 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=14073808 memory=3703776 CPUtime=0.29 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 8381 12378 0 0 21 1 4 3 20 0 15 0 98153216 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=14073808 memory=3164 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 67 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686354179424 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=14073808 memory=3990032 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 60 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686353127040 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=14073808 memory=3900256 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=14073808 memory=28660 CPUtime=8.09 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 14425 12378 0 0 800 2 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=14073808 memory=3705316 CPUtime=8.44 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 16180 12378 0 0 831 6 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=14073808 memory=4144 CPUtime=2.71 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 14189 12378 0 0 260 4 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=14073808 memory=3705316 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=14073808 memory=3736096 CPUtime=0.17 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 274 12378 0 0 4 6 4 3 20 0 15 0 98153220 14411579392 925944 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 245.95 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3703776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+228.401 s]
/proc/loadavg: 1.87 2.06 2.06 3/215 15397
/proc/meminfo: memFree=20163428/32770624 swapFree=67108860/67108860
[pid=15206] ppid=15203 vsize=14073808 memory=3675048 CPUtime=252.05 cores=0,2,4,6
/proc/15206/stat : 15206 (java) S 15203 15206 3242 0 -1 1077944320 136365 12378 0 0 25049 149 4 3 20 0 15 0 98153205 14411579392 918762 33554432000 4194304 4196468 140731624792416 140731624774960 140686813925111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
/proc/15206/statm: 3518452 918762 3521 1 0 3506007 0
[pid=15206/tid=15256] ppid=15203 vsize=14073808 memory=288230621803970871 CPUtime=226.49 cores=0,2,4,6
/proc/15206/task/15256/stat : 15256 (java) R 15203 15206 3242 0 -1 4202560 70946 12378 0 0 22590 52 4 3 20 0 15 0 98153214 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686818158976 140686439040807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15257] ppid=15203 vsize=14073808 memory=15262532197681591 CPUtime=1.6 cores=0,2,4,6
/proc/15206/task/15257/stat : 15257 (java) S 15203 15206 3242 0 -1 1077944384 1176 12378 0 0 134 19 4 3 20 0 15 0 98153215 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686766545296 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15258] ppid=15203 vsize=14073808 memory=16988 CPUtime=1.58 cores=0,2,4,6
/proc/15206/task/15258/stat : 15258 (java) S 15203 15206 3242 0 -1 1077944384 2147 12378 0 0 132 19 4 3 20 0 15 0 98153215 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686765492496 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15259] ppid=15203 vsize=14073808 memory=4048 CPUtime=1.58 cores=0,2,4,6
/proc/15206/task/15259/stat : 15259 (java) S 15203 15206 3242 0 -1 1077944384 2521 12378 0 0 132 19 4 3 20 0 15 0 98153215 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686764440208 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15260] ppid=15203 vsize=14073808 memory=1792 CPUtime=1.61 cores=0,2,4,6
/proc/15206/task/15260/stat : 15260 (java) S 15203 15206 3242 0 -1 1077944384 3847 12378 0 0 135 19 4 3 20 0 15 0 98153215 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686763387408 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15261] ppid=15203 vsize=14073808 memory=648 CPUtime=0.29 cores=0,2,4,6
/proc/15206/task/15261/stat : 15261 (java) S 15203 15206 3242 0 -1 1077944384 8381 12378 0 0 21 1 4 3 20 0 15 0 98153216 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686355233392 140686813936258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15262] ppid=15203 vsize=14073808 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15262/stat : 15262 (java) S 15203 15206 3242 0 -1 1077944384 67 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686354179424 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15263] ppid=15203 vsize=14073808 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15263/stat : 15263 (java) S 15203 15206 3242 0 -1 1077944384 60 12378 0 0 0 0 4 3 20 0 15 0 98153217 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686353127040 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15264] ppid=15203 vsize=14073808 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15264/stat : 15264 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686284286544 140686813943707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15265] ppid=15203 vsize=14073808 memory=932 CPUtime=8.09 cores=0,2,4,6
/proc/15206/task/15265/stat : 15265 (java) S 15203 15206 3242 0 -1 1077944384 14425 12378 0 0 800 2 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686283233392 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15266] ppid=15203 vsize=14073808 memory=1572 CPUtime=8.44 cores=0,2,4,6
/proc/15206/task/15266/stat : 15266 (java) S 15203 15206 3242 0 -1 1077944384 16180 12378 0 0 831 6 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686282180592 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15267] ppid=15203 vsize=14073808 memory=2244 CPUtime=2.71 cores=0,2,4,6
/proc/15206/task/15267/stat : 15267 (java) S 15203 15206 3242 0 -1 1077944384 14189 12378 0 0 260 4 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686281128304 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15268] ppid=15203 vsize=14073808 memory=4124 CPUtime=0.07 cores=0,2,4,6
/proc/15206/task/15268/stat : 15268 (java) S 15203 15206 3242 0 -1 1077944384 3 12378 0 0 0 0 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686280075744 140686813935317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
[pid=15206/tid=15269] ppid=15203 vsize=14073808 memory=3985416 CPUtime=0.18 cores=0,2,4,6
/proc/15206/task/15269/stat : 15269 (java) S 15203 15206 3242 0 -1 1077944384 274 12378 0 0 4 7 4 3 20 0 15 0 98153220 14411579392 918762 33554432000 4194304 4196468 140731624792416 140686279023536 140686813936258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37498880 140731624794774 140731624797559 140731624797559 140731624800207 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 3675048 KiB

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

[startup+228.443 s]
# the end of solver process 15206 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.565 s, system=1.55449 s

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

Child status: 143
Real time (s): 228.443
CPU time (s): 252.12
CPU user time (s): 250.565
CPU system time (s): 1.55449
CPU usage (%): 110.364
Max. virtual memory (cumulated for all children) (KiB): 14074544
Max. memory (cumulated for all children) (KiB): 4017856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.565
system time used= 1.55449
maximum resident set size= 4026040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15937
involuntary context switches= 685


# summary of solver processes directly reported to runsolver:
#   pid: 15206
#   total CPU time (s): 252.12
#   total CPU user time (s): 250.565
#   total CPU system time (s): 1.55449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65331 second user time and 1.86219 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:44:25
IDJOB=4259427
IDBENCH=139726
IDSOLVER=2646
FILE ID=node149/4259427-1502650723
RUNJOBID= node149-1502649191-14472
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

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

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
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:        25131648 kB
MemAvailable:   29295688 kB
Buffers:          274656 kB
Cached:          4162672 kB
SwapCached:            0 kB
Active:          3843592 kB
Inactive:        3322172 kB
Active(anon):    2731600 kB
Inactive(anon):    24944 kB
Active(file):    1111992 kB
Inactive(file):  3297228 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24468 kB
Writeback:             0 kB
AnonPages:       2732944 kB
Mapped:            57148 kB
Shmem:             25224 kB
Slab:             168920 kB
SReclaimable:     141312 kB
SUnreclaim:        27608 kB
KernelStack:        3552 kB
PageTables:        10504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3861052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2510848 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= 61888 MiB
End job on node149 at 2017-08-13 20:48:13