Trace number 4304371

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.9.2SAT (TO)46 2520.11 2470.95

General information on the benchmark

NameSumColoring/
SumColoring-myciel5_c18.xml
MD5SUM129cb36d1c9243226923c7f46c8f3d2b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark292.877
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
7.57/3.70	o 159
7.57/3.74	o 158
7.57/3.74	o 116
7.91/3.82	o 75
7.91/3.85	o 73
7.91/3.85	o 72
7.91/3.90	o 71
8.63/4.02	o 69
8.63/4.02	o 67
8.63/4.06	o 66
8.63/4.07	o 63
8.63/4.09	o 61
8.63/4.09	o 60
8.96/4.17	o 57
10.21/4.70	o 56
10.61/4.80	o 55
12.13/5.65	o 53
19.21/11.43	o 52
22.37/14.06	o 51
27.85/19.00	o 50
415.00/395.83	o 49
518.91/498.38	o 48
524.70/504.01	o 47
524.70/504.01	o 46
2520.05/2470.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2470.90		at concrete.MAC.mac(MAC.scala:188)
2520.05/2470.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2470.90		at scala.util.Try$.apply(Try.scala:209)
2520.05/2470.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2470.90		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2470.90		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2470.90		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2470.90		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2470.90		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2470.90		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2470.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2470.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2470.90		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2470.90		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2470.90		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2470.90		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2470.90		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2470.90		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2470.90		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2470.90		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2470.90		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2470.90		at scala.util.Success.map(Try.scala:209)
2520.05/2470.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2470.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2470.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2470.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2470.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2470.90		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2470.90		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2470.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2470.90		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2470.90		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2470.90		at scala.App.main(App.scala:76)
2520.05/2470.90		at scala.App.main$(App.scala:74)
2520.05/2470.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2470.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2470.91	v <instantiation cost="46">
2520.05/2470.91	v       <list>
2520.05/2470.91	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46]
2520.05/2470.91	v       </list>
2520.05/2470.91	v       <values>
2520.05/2470.91	v         4 3 4 5 3 2 2 2 2 2 3 1 1 1 1 1 1 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
2520.05/2470.91	v       </values>
2520.05/2470.91	v     </instantiation>
2520.05/2470.91	s SATISFIABLE

Verifier Data

OK	46

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304371-1534063814/watcher-4304371-1534063814 -o /tmp/evaluation-result-4304371-1534063814/solver-4304371-1534063814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1652958548 HOME/instance-4304371-1534063814.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20822, runsolver pid=20819

[startup+0.109074 s]*
/proc/loadavg: 0.85 0.87 1.03 5/206 20879
/proc/meminfo: memFree=12592464/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=10453864 memory=22672 CPUtime=0.1 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 4815 12989 0 0 2 1 5 2 20 0 9 0 223944641 10704756736 5668 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2613466 5668 2101 1 0 2576007 0
[pid=20822/tid=20875] ppid=20819 vsize=10453864 memory=4351193297984783241 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 2607 12989 0 0 1 0 5 2 20 0 9 0 223944649 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363933491056 140363945735518 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=10453864 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 9 0 223944650 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=10453864 memory=140469622265472 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 9 0 223944650 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 9 0 223944650 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 9 0 223944650 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=10453864 memory=140469622265472 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 9 0 223944652 10704756736 5668 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 9 0 223944652 10704756736 5668 33554432000 4194304 4196468 140720829437264 140362766083360 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 9 0 223944652 10704756736 5668 33554432000 4194304 4196468 140720829437264 140362618234544 140363961665237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 22672 KiB

[startup+0.211062 s]*
/proc/loadavg: 0.85 0.87 1.03 6/215 20888
/proc/meminfo: memFree=12572072/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=10982744 memory=45164 CPUtime=0.25 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 7999 12989 0 0 16 2 5 2 20 0 15 0 223944641 11246329856 11291 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2745686 11291 2952 1 0 2708109 0
[pid=20822/tid=20875] ppid=20819 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 4612 12989 0 0 10 1 5 2 20 0 15 0 223944649 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363933472144 140363941930845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=10982744 memory=140469623458456 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=10982744 memory=140469622265472 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246329856 11357 33554432000 4194304 4196468 140720829437264 140362766083360 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246329856 11357 33554432000 4194304 4196468 140720829437264 140362618234480 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 485 12989 0 0 1 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 130 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=10982744 memory=140469622265472 CPUtime=0.1 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 603 12989 0 0 3 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=10982744 memory=140469622265472 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246329856 11357 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45164 KiB

[startup+0.310295 s]*
/proc/loadavg: 0.85 0.87 1.03 7/215 20888
/proc/meminfo: memFree=12544908/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=10983192 memory=56392 CPUtime=0.37 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 10584 12989 0 0 27 3 5 2 20 0 15 0 223944641 11246788608 14098 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2745798 14098 3098 1 0 2708109 0
[pid=20822/tid=20875] ppid=20819 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 7136 12989 0 0 18 2 5 2 20 0 15 0 223944649 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363933467464 140363943218600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=10983192 memory=140469622272465 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 14098 33554432000 4194304 4196468 140720829437264 140362766083360 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 14098 33554432000 4194304 4196468 140720829437264 140362618234480 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 485 12989 0 0 1 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 133 12989 0 0 1 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=10983192 memory=140469622265472 CPUtime=0.11 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 613 12989 0 0 4 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=10983192 memory=140469622265472 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 14098 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56392 KiB

[startup+0.700758 s]
/proc/loadavg: 0.85 0.87 1.03 5/215 20888
/proc/meminfo: memFree=12530024/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=10983192 memory=88688 CPUtime=0.98 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 16759 12989 0 0 86 5 5 2 20 0 15 0 223944641 11246788608 22172 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2745798 22172 3238 1 0 2708109 0
[pid=20822/tid=20875] ppid=20819 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 12201 12989 0 0 55 3 5 2 20 0 15 0 223944649 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363933475856 140363945735518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=10983192 memory=2450748605953 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=10983192 memory=8730491 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=10983192 memory=-7453528518462155811 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 2 12989 0 0 0 0 5 2 20 0 15 0 223944650 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=10983192 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 5 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 13 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 22172 33554432000 4194304 4196468 140720829437264 140362766083360 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944652 11246788608 22172 33554432000 4194304 4196468 140720829437264 140362618234480 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=10983192 memory=8551153264083572093 CPUtime=0.15 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 880 12989 0 0 8 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 767 12989 0 0 9 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=10983192 memory=140469622267985 CPUtime=0.2 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 691 12989 0 0 13 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=10983192 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944655 11246788608 22172 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88688 KiB

[startup+1.50069 s]
/proc/loadavg: 0.85 0.87 1.03 6/215 20888
/proc/meminfo: memFree=12438556/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=10998092 memory=179896 CPUtime=2.27 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 24010 12989 0 0 211 9 5 2 20 0 15 0 223944641 11262046208 44974 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2749523 44974 3470 1 0 2711181 0
[pid=20822/tid=20875] ppid=20819 vsize=10998092 memory=9168 CPUtime=1.42 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 17764 12989 0 0 130 5 5 2 20 0 15 0 223944649 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363933486432 140363961676378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=10998092 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 24 12989 0 0 1 0 5 2 20 0 15 0 223944650 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 257 12989 0 0 1 0 5 2 20 0 15 0 223944650 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 32 12989 0 0 0 0 5 2 20 0 15 0 223944650 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 64 12989 0 0 0 0 5 2 20 0 15 0 223944650 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=10998092 memory=8551153264083572093 CPUtime=0.08 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 52 12989 0 0 1 0 5 2 20 0 15 0 223944652 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 14 12989 0 0 0 0 5 2 20 0 15 0 223944652 11262046208 44974 33554432000 4194304 4196468 140720829437264 140362766083424 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=10998092 memory=140469622267985 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 1 12989 0 0 0 0 5 2 20 0 15 0 223944652 11262046208 44974 33554432000 4194304 4196468 140720829437264 140362618234496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=10998092 memory=384 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11262046208 44974 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=10998092 memory=1039 CPUtime=0.26 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 1371 12989 0 0 19 0 5 2 20 0 15 0 223944655 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=10998092 memory=2077 CPUtime=0.27 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) R 20819 20822 20569 0 -1 4202560 983 12989 0 0 20 0 5 2 20 0 15 0 223944655 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363385542640 140363940901769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=10998092 memory=186 CPUtime=0.41 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 1252 12989 0 0 34 0 5 2 20 0 15 0 223944655 11262046208 44974 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0

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

/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 98021 12989 0 0 235328 62 5 2 20 0 15 0 223944649 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363933490032 140363519948917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=11077984 memory=1237024 CPUtime=11.94 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 19715 12989 0 0 1125 62 5 2 20 0 15 0 223944650 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=11077984 memory=1237024 CPUtime=11.97 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 23510 12989 0 0 1123 67 5 2 20 0 15 0 223944650 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=11077984 memory=1237024 CPUtime=11.95 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 13347 12989 0 0 1132 56 5 2 20 0 15 0 223944650 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=11077984 memory=1237024 CPUtime=11.95 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 18062 12989 0 0 1130 58 5 2 20 0 15 0 223944650 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.26 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 15966 12989 0 0 1159 60 5 2 20 0 15 0 223944652 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 16 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309256 33554432000 4194304 4196468 140720829437264 140362766083424 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=11077984 memory=60652 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 7 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309256 33554432000 4194304 4196468 140720829437264 140362618234496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=11077984 memory=1237024 CPUtime=5.82 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 20744 12989 0 0 570 5 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=11077984 memory=1796 CPUtime=6.22 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 27382 12989 0 0 609 6 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=11077984 memory=912 CPUtime=3.04 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 25037 12989 0 0 291 6 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=11077984 memory=60652 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=11077984 memory=1224 CPUtime=1.56 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 915 12989 0 0 63 86 5 2 20 0 15 0 223944655 11343855616 309256 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 2430.18 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1237024 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.38 1.34 3/215 20987
/proc/meminfo: memFree=10351872/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=11077984 memory=1239072 CPUtime=2491.05 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 268439 12989 0 0 248697 401 5 2 20 0 15 0 223944641 11343855616 309768 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2769496 309768 3521 1 0 2731149 0
[pid=20822/tid=20875] ppid=20819 vsize=11077984 memory=1237024 CPUtime=2413.21 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 99071 12989 0 0 241251 63 5 2 20 0 15 0 223944649 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363933490144 140363507770848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.27 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 20544 12989 0 0 1156 64 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.29 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 23674 12989 0 0 1154 68 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.27 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 13388 12989 0 0 1162 58 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.27 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 18091 12989 0 0 1160 60 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=11077984 memory=1237024 CPUtime=12.58 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 16293 12989 0 0 1190 61 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 16 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362766083424 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 7 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362618234496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=11077984 memory=1237024 CPUtime=5.83 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 21809 12989 0 0 571 5 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=11077984 memory=1237024 CPUtime=6.22 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 27385 12989 0 0 609 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=11077984 memory=1237024 CPUtime=3.04 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 25040 12989 0 0 291 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=11077984 memory=1237024 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=11077984 memory=1237024 CPUtime=1.6 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 926 12989 0 0 65 88 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 2491.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1239072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.9 s]
/proc/loadavg: 1.47 1.40 1.35 3/215 21115
/proc/meminfo: memFree=10866272/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=11077984 memory=1239072 CPUtime=2520.05 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 269201 12989 0 0 251593 405 5 2 20 0 15 0 223944641 11343855616 309768 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2769496 309768 3521 1 0 2731149 0
[pid=20822/tid=20875] ppid=20819 vsize=11077984 memory=1239072 CPUtime=2441.47 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 99460 12989 0 0 244076 64 5 2 20 0 15 0 223944649 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363933490144 140363519949038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.4 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 20559 12989 0 0 1169 64 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.44 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 23979 12989 0 0 1168 69 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.42 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 13401 12989 0 0 1177 58 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.42 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 18107 12989 0 0 1174 61 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.72 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 16315 12989 0 0 1203 62 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 16 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362766083424 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 7 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362618234496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=11077984 memory=1836 CPUtime=5.83 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 21809 12989 0 0 571 5 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=11077984 memory=1239072 CPUtime=6.22 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 27385 12989 0 0 609 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=11077984 memory=7595435397332101223 CPUtime=3.04 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 25040 12989 0 0 291 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=11077984 memory=6648 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=11077984 memory=5420 CPUtime=1.62 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 928 12989 0 0 66 89 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1239072 KiB

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

[startup+2470.95 s]
# the end of solver process 20822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.01 s, system=4.10193 s

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

[startup+2470.9 s]
/proc/loadavg: 1.47 1.40 1.35 3/215 21115
/proc/meminfo: memFree=10866272/32770624 swapFree=67108496/67108860
[pid=20822] ppid=20819 vsize=11077984 memory=1239072 CPUtime=2520.05 cores=1,3,5,7
/proc/20822/stat : 20822 (java) S 20819 20822 20569 0 -1 1077944320 269201 12989 0 0 251593 405 5 2 20 0 15 0 223944641 11343855616 309768 33554432000 4194304 4196468 140720829437264 140720829419808 140363961655031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
/proc/20822/statm: 2769496 309768 3521 1 0 2731149 0
[pid=20822/tid=20875] ppid=20819 vsize=11077984 memory=1239072 CPUtime=2441.47 cores=1,3,5,7
/proc/20822/task/20875/stat : 20875 (java) R 20819 20822 20569 0 -1 4202560 99460 12989 0 0 244076 64 5 2 20 0 15 0 223944649 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363933490144 140363519949038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20876] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.4 cores=1,3,5,7
/proc/20822/task/20876/stat : 20876 (java) S 20819 20822 20569 0 -1 1077944384 20559 12989 0 0 1169 64 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363965897104 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20877] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.44 cores=1,3,5,7
/proc/20822/task/20877/stat : 20877 (java) S 20819 20822 20569 0 -1 1077944384 23979 12989 0 0 1168 69 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363831232784 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20878] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.42 cores=1,3,5,7
/proc/20822/task/20878/stat : 20878 (java) S 20819 20822 20569 0 -1 1077944384 13401 12989 0 0 1177 58 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363830180496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20879] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.42 cores=1,3,5,7
/proc/20822/task/20879/stat : 20879 (java) S 20819 20822 20569 0 -1 1077944384 18107 12989 0 0 1174 61 5 2 20 0 15 0 223944650 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363829127696 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20880] ppid=20819 vsize=11077984 memory=1239072 CPUtime=12.72 cores=1,3,5,7
/proc/20822/task/20880/stat : 20880 (java) S 20819 20822 20569 0 -1 1077944384 16315 12989 0 0 1203 62 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363387648624 140363961666178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20881] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20881/stat : 20881 (java) S 20819 20822 20569 0 -1 1077944384 16 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362766083424 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20882] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20882/stat : 20882 (java) S 20819 20822 20569 0 -1 1077944384 7 12989 0 0 0 0 5 2 20 0 15 0 223944652 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362618234496 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20883] ppid=20819 vsize=11077984 memory=1239072 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20883/stat : 20883 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140362310834768 140363961673627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20884] ppid=20819 vsize=11077984 memory=1836 CPUtime=5.83 cores=1,3,5,7
/proc/20822/task/20884/stat : 20884 (java) S 20819 20822 20569 0 -1 1077944384 21809 12989 0 0 571 5 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363386595440 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20885] ppid=20819 vsize=11077984 memory=1239072 CPUtime=6.22 cores=1,3,5,7
/proc/20822/task/20885/stat : 20885 (java) S 20819 20822 20569 0 -1 1077944384 27385 12989 0 0 609 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363385542640 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20886] ppid=20819 vsize=11077984 memory=7595435397332101223 CPUtime=3.04 cores=1,3,5,7
/proc/20822/task/20886/stat : 20886 (java) S 20819 20822 20569 0 -1 1077944384 25040 12989 0 0 291 6 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363384490352 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20887] ppid=20819 vsize=11077984 memory=6648 CPUtime=0.07 cores=1,3,5,7
/proc/20822/task/20887/stat : 20887 (java) S 20819 20822 20569 0 -1 1077944384 3 12989 0 0 0 0 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140361880037856 140363961665237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
[pid=20822/tid=20888] ppid=20819 vsize=11077984 memory=5420 CPUtime=1.62 cores=1,3,5,7
/proc/20822/task/20888/stat : 20888 (java) S 20819 20822 20569 0 -1 1077944384 928 12989 0 0 66 89 5 2 20 0 15 0 223944655 11343855616 309768 33554432000 4194304 4196468 140720829437264 140363383438256 140363961666178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26038272 140720829438572 140720829441372 140720829441372 140720829444047 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1239072 KiB

Child status: 143
Real time (s): 2470.95
CPU time (s): 2520.11
CPU user time (s): 2516.01
CPU system time (s): 4.10193
CPU usage (%): 101.99
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1239072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.01
system time used= 4.10193
maximum resident set size= 1241660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306895
involuntary context switches= 9025


# summary of solver processes directly reported to runsolver:
#   pid: 20822
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.01
#   total CPU system time (s): 4.10193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4745 second user time and 23.7969 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 10:50:14
IDJOB=4304371
IDBENCH=141221
IDSOLVER=2780
FILE ID=node149/4304371-1534063814
RUNJOBID= node149-1534063810-20601
PBS_JOBID= 21036989
Free space on /tmp= 38780 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304371-1534063814/watcher-4304371-1534063814 -o /tmp/evaluation-result-4304371-1534063814/solver-4304371-1534063814 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1652958548 HOME/instance-4304371-1534063814.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=1652958548

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.60
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.60
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.60
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.60
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:        12602980 kB
MemAvailable:   31601324 kB
Buffers:          183412 kB
Cached:         18843388 kB
SwapCached:           28 kB
Active:          8157636 kB
Inactive:       11223316 kB
Active(anon):     303332 kB
Inactive(anon):   103108 kB
Active(file):    7854304 kB
Inactive(file): 11120208 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             27032 kB
Writeback:             0 kB
AnonPages:        354180 kB
Mapped:            67008 kB
Shmem:             49616 kB
Slab:             480356 kB
SReclaimable:     452292 kB
SUnreclaim:        28064 kB
KernelStack:        3504 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1507308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38752 MiB
End job on node149 at 2018-08-12 11:31:26