Trace number 4294352

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.8 2018-06-13SAT (TO)165 2520.38 2474.6

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-15_c18.xml
MD5SUM9d47b2b78bc459aa217a94cfbd52e9d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints106
Number of domains2
Minimum domain size225
Maximum domain size226
Distribution of domain sizes[{"size":225,"count":105},{"size":226,"count":15}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":14,"count":14},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity105
Distribution of constraint arities[{"arity":3,"count":105},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.8.1528841891564 running
12.40/5.89	o 221
12.55/5.91	o 220
12.55/5.92	o 217
12.55/5.94	o 210
12.55/5.95	o 209
12.84/6.04	o 202
13.11/6.16	o 201
13.86/6.76	o 197
13.86/6.77	o 190
29.02/21.07	o 187
32.12/24.05	o 179
157.80/147.80	o 170
378.08/365.13	o 167
929.38/908.60	o 165
2520.06/2474.57	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2474.57		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2474.57		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2474.57		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2474.57		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2474.57		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2474.57		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2474.57		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2474.57		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2474.57		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2474.57		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2474.58		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2474.58		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2474.58		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2474.58		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2474.58		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2474.58		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2474.58		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2474.58		at scala.Option.map(Option.scala:146)
2520.06/2474.58		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2474.58		at concrete.MAC.mac(MAC.scala:203)
2520.06/2474.58		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2474.58		at scala.util.Try$.apply(Try.scala:209)
2520.06/2474.58		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2474.58		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2474.58		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2474.58		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2474.58		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2474.58		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2474.58		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2474.58		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2474.58		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2474.58		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2474.58		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2474.58		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2474.58		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2474.58		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2474.58		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2474.58		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2474.58		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2474.58		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2474.58		at scala.util.Success.map(Try.scala:209)
2520.06/2474.58		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2474.58		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2474.58		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2474.58		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2474.58		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2474.58		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2474.58		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2474.58		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2474.58		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2474.58		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2474.58		at scala.App.main(App.scala:76)
2520.06/2474.58		at scala.App.main$(App.scala:74)
2520.06/2474.58		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2474.58		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2474.58	v <instantiation cost="165">
2520.06/2474.58	v       <list>
2520.06/2474.58	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[10][11] y[10][12] y[10][13] y[10][14] y[11][12] y[11][13] y[11][14] y[12][13] y[12][14] y[13][14]
2520.06/2474.58	v       </list>
2520.06/2474.58	v       <values>
2520.06/2474.58	v         0 1 3 9 22 32 46 58 86 93 97 127 145 160 165 1 3 9 22 32 46 58 86 93 97 127 145 160 165 2 8 21 31 45 57 85 92 96 126 144 159 164 6 19 29 43 55 83 90 94 124 142 157 162 13 23 37 49 77 84 88 118 136 151 156 10 24 36 64 71 75 105 123 138 143 14 26 54 61 65 95 113 128 133 12 40 47 51 81 99 114 119 28 35 39 69 87 102 107 7 11 41 59 74 79 4 34 52 67 72 30 48 63 68 18 33 38 15 20 5
2520.06/2474.58	v       </values>
2520.06/2474.58	v     </instantiation>
2520.06/2474.58	s SATISFIABLE

Verifier Data

OK	165

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294352-1532468912/watcher-4294352-1532468912 -o /tmp/evaluation-result-4294352-1532468912/solver-4294352-1532468912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1702442972 HOME/instance-4294352-1532468912.xml 

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

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=20757, runsolver pid=20754

[startup+0.100222 s]*
/proc/loadavg: 1.42 1.34 1.36 2/206 20810
/proc/meminfo: memFree=19892788/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 4202 12992 0 0 1 1 5 2 20 0 6 0 64454372 10212057088 4582 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2493178 4582 1930 1 0 2481616 0
[pid=20757/tid=20810] ppid=20754 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 2015 12992 0 0 0 0 5 2 20 0 6 0 64454381 10212057088 4582 33554432000 4194304 4196468 140727698844496 140684426195536 140684454380701 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=9972712 memory=5793855220007115193 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 64454382 10212057088 4582 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=9972712 memory=139968997222016 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 6 0 64454382 10212057088 4582 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 6 0 64454382 10212057088 4582 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 6 0 64454382 10212057088 4582 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210287 s]*
/proc/loadavg: 1.46 1.35 1.36 3/219 20823
/proc/meminfo: memFree=19870388/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10818904 memory=41152 CPUtime=0.25 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 7487 12992 0 0 17 1 5 2 20 0 15 0 64454372 11078557696 10222 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2704726 10222 2965 1 0 2667149 0
[pid=20757/tid=20810] ppid=20754 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 4081 12992 0 0 11 0 5 2 20 0 15 0 64454381 11078557696 10288 33554432000 4194304 4196468 140727698844496 140684426180592 140684434634589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10818904 memory=4211973695202012554 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11078557696 10288 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10818904 memory=139968997222016 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11078557696 10288 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11078557696 10288 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11078557696 10288 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454383 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 64454384 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683912349344 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683331495152 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 433 12992 0 0 1 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 184 12992 0 0 0 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10818904 memory=139968997222016 CPUtime=0.1 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 599 12992 0 0 3 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10818904 memory=139968997222016 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454387 11078557696 10354 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41152 KiB

[startup+0.31047 s]*
/proc/loadavg: 1.46 1.35 1.36 3/219 20823
/proc/meminfo: memFree=19857736/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10819352 memory=52928 CPUtime=0.38 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 10310 12992 0 0 29 2 5 2 20 0 15 0 64454372 11079016448 13232 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2704838 13232 3084 1 0 2667149 0
[pid=20757/tid=20810] ppid=20754 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 6846 12992 0 0 19 1 5 2 20 0 15 0 64454381 11079016448 13232 33554432000 4194304 4196468 140727698844496 140684426170784 140684438439262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 13232 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 13232 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 13232 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 13232 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10819352 memory=139968997222015 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454383 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 64454384 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683912349344 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10819352 memory=139968997222016 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683331495152 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 435 12992 0 0 2 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 187 12992 0 0 1 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 605 12992 0 0 5 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 13232 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52928 KiB

[startup+0.700786 s]
/proc/loadavg: 1.46 1.35 1.36 3/219 20823
/proc/meminfo: memFree=19832160/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10819352 memory=85224 CPUtime=0.98 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 16417 12992 0 0 87 4 5 2 20 0 15 0 64454372 11079016448 21306 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2704838 21306 3239 1 0 2667149 0
[pid=20757/tid=20810] ppid=20754 vsize=10819352 memory=19824 CPUtime=0.66 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 11911 12992 0 0 56 3 5 2 20 0 15 0 64454381 11079016448 21306 33554432000 4194304 4196468 140727698844496 140684426179600 140684437545584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 21306 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10819352 memory=288230583132496608 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 21306 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10819352 memory=288287775051220497 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 21306 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 64454382 11079016448 21306 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10819352 memory=139968890839552 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 5 12992 0 0 0 0 5 2 20 0 15 0 64454383 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10819352 memory=139972984177634 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 64454384 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683912349344 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683331495152 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10819352 memory=7305218370954160725 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10819352 memory=7452169109558028137 CPUtime=0.16 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 1062 12992 0 0 9 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10819352 memory=6935652554413002832 CPUtime=0.14 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 548 12992 0 0 7 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10819352 memory=5450909908396308010 CPUtime=0.2 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 656 12992 0 0 13 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10819352 memory=1404238533875048054 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454387 11079016448 21306 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85224 KiB

[startup+1.5008 s]
/proc/loadavg: 1.46 1.35 1.36 4/219 20823
/proc/meminfo: memFree=19787116/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10834252 memory=176212 CPUtime=2.28 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 23555 12992 0 0 213 8 5 2 20 0 15 0 64454372 11094274048 44053 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2708563 44053 3466 1 0 2670221 0
[pid=20757/tid=20810] ppid=20754 vsize=10834252 memory=160332 CPUtime=1.42 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 17457 12992 0 0 130 5 5 2 20 0 15 0 64454381 11094274048 44053 33554432000 4194304 4196468 140727698844496 140684426190720 140684438439262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10834252 memory=-3117775541953849957 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 61 12992 0 0 1 0 5 2 20 0 15 0 64454382 11094274048 44053 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 14 12992 0 0 1 0 5 2 20 0 15 0 64454382 11094274048 44053 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 39 12992 0 0 1 0 5 2 20 0 15 0 64454382 11094274048 44053 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 271 12992 0 0 1 0 5 2 20 0 15 0 64454382 11094274048 44053 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10834252 memory=229368634869614 CPUtime=0.08 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 57 12992 0 0 1 0 5 2 20 0 15 0 64454383 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10834252 memory=278973 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 34 12992 0 0 0 0 5 2 20 0 15 0 64454384 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683912349408 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10834252 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683331495168 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10834252 memory=279937781072112 CPUtime=0.28 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 1228 12992 0 0 21 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10834252 memory=4639059873309409383 CPUtime=0.27 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 1040 12992 0 0 20 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10834252 memory=-6305718286815616896 CPUtime=0.4 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 1158 12992 0 0 33 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10834252 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454387 11094274048 44053 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 96807 12992 0 0 235490 51 5 2 20 0 15 0 64454381 11176083456 276963 33554432000 4194304 4196468 140727698844496 140684426193536 140684033202829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10914144 memory=1107852 CPUtime=12.39 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 17364 12992 0 0 1172 60 5 2 20 0 15 0 64454382 11176083456 276963 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10914144 memory=1107852 CPUtime=12.39 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 20461 12992 0 0 1173 59 5 2 20 0 15 0 64454382 11176083456 276963 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10914144 memory=219079 CPUtime=12.46 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 29170 12992 0 0 1178 61 5 2 20 0 15 0 64454382 11176083456 276963 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10914144 memory=1107852 CPUtime=12.41 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 19029 12992 0 0 1175 59 5 2 20 0 15 0 64454382 11176083456 276963 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10914144 memory=1107852 CPUtime=11.35 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 18398 12992 0 0 1070 58 5 2 20 0 15 0 64454383 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10914144 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683912349408 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10914144 memory=2324 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683331495168 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10914144 memory=4036 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10914144 memory=19900 CPUtime=3.77 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 20478 12992 0 0 367 3 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10914144 memory=1107852 CPUtime=3.42 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 21352 12992 0 0 332 3 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10914144 memory=4036 CPUtime=1.86 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 17719 12992 0 0 176 3 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10914144 memory=1956 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10914144 memory=1204 CPUtime=1.53 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1164 12992 0 0 69 77 5 2 20 0 15 0 64454387 11176083456 276963 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 2426.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1107852 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.32 1.37 3/219 20947
/proc/meminfo: memFree=18674084/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2487.54 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 265928 12992 0 0 248371 376 5 2 20 0 15 0 64454372 11176083456 277475 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2728536 277475 3525 1 0 2690189 0
[pid=20757/tid=20810] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2414.8 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 97699 12992 0 0 241422 51 5 2 20 0 15 0 64454381 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684426193632 140684034301771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.73 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 17464 12992 0 0 1205 61 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.73 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 20849 12992 0 0 1206 60 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.79 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 29241 12992 0 0 1209 63 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.75 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 19111 12992 0 0 1207 61 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10914144 memory=1109900 CPUtime=11.64 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 18588 12992 0 0 1097 60 5 2 20 0 15 0 64454383 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683912349408 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10914144 memory=219079 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683331495168 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10914144 memory=1788 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10914144 memory=1109900 CPUtime=3.77 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 20482 12992 0 0 367 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10914144 memory=1109900 CPUtime=3.42 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 21356 12992 0 0 332 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10914144 memory=1109900 CPUtime=1.86 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 17723 12992 0 0 176 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10914144 memory=1109900 CPUtime=1.56 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1182 12992 0 0 71 78 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 2487.54 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1109900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.3 s]
/proc/loadavg: 1.64 1.42 1.41 4/219 21456
/proc/meminfo: memFree=19534836/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2520.06 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 266684 12992 0 0 251619 380 5 2 20 0 15 0 64454372 11176083456 277475 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2728536 277475 3525 1 0 2690189 0
[pid=20757/tid=20810] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2446.43 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 98071 12992 0 0 244584 52 5 2 20 0 15 0 64454381 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684426193312 140684033951138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.91 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 17544 12992 0 0 1222 62 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.91 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 20862 12992 0 0 1224 60 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.96 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 29345 12992 0 0 1226 63 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.93 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 19115 12992 0 0 1225 61 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10914144 memory=1109900 CPUtime=11.8 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 18767 12992 0 0 1112 61 5 2 20 0 15 0 64454383 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683912349408 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683331495168 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10914144 memory=0 CPUtime=3.77 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 20482 12992 0 0 367 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10914144 memory=1109900 CPUtime=3.42 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 21356 12992 0 0 332 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10914144 memory=4036 CPUtime=1.86 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 17723 12992 0 0 176 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10914144 memory=1109900 CPUtime=1.58 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1186 12992 0 0 72 79 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1109900 KiB

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

[startup+2474.6 s]
# the end of solver process 20757 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.54 s, system=3.8404 s

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

[startup+2474.3 s]
/proc/loadavg: 1.64 1.42 1.41 4/219 21456
/proc/meminfo: memFree=19534836/32770624 swapFree=67108860/67108860
[pid=20757] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2520.06 cores=0,2,4,6
/proc/20757/stat : 20757 (java) S 20754 20757 19905 0 -1 1077944320 266684 12992 0 0 251619 380 5 2 20 0 15 0 64454372 11176083456 277475 33554432000 4194304 4196468 140727698844496 140727698827040 140684454358775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
/proc/20757/statm: 2728536 277475 3525 1 0 2690189 0
[pid=20757/tid=20810] ppid=20754 vsize=10914144 memory=1109900 CPUtime=2446.43 cores=0,2,4,6
/proc/20757/task/20810/stat : 20810 (java) R 20754 20757 19905 0 -1 4202560 98071 12992 0 0 244584 52 5 2 20 0 15 0 64454381 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684426193312 140684033951138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20811] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.91 cores=0,2,4,6
/proc/20757/task/20811/stat : 20811 (java) S 20754 20757 19905 0 -1 1077944384 17544 12992 0 0 1222 62 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684458600976 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20812] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.91 cores=0,2,4,6
/proc/20757/task/20812/stat : 20812 (java) S 20754 20757 19905 0 -1 1077944384 20862 12992 0 0 1224 60 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684346874512 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20813] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.96 cores=0,2,4,6
/proc/20757/task/20813/stat : 20813 (java) S 20754 20757 19905 0 -1 1077944384 29345 12992 0 0 1226 63 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684345821456 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20814] ppid=20754 vsize=10914144 memory=1109900 CPUtime=12.93 cores=0,2,4,6
/proc/20757/task/20814/stat : 20814 (java) S 20754 20757 19905 0 -1 1077944384 19115 12992 0 0 1225 61 5 2 20 0 15 0 64454382 11176083456 277475 33554432000 4194304 4196468 140727698844496 140684344768912 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20815] ppid=20754 vsize=10914144 memory=1109900 CPUtime=11.8 cores=0,2,4,6
/proc/20757/task/20815/stat : 20815 (java) S 20754 20757 19905 0 -1 1077944384 18767 12992 0 0 1112 61 5 2 20 0 15 0 64454383 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683913403120 140684454369922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20816] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20816/stat : 20816 (java) S 20754 20757 19905 0 -1 1077944384 38 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683912349408 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20817] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20817/stat : 20817 (java) S 20754 20757 19905 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 64454384 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683331495168 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20818] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20818/stat : 20818 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683024095696 140684454377371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20819] ppid=20754 vsize=10914144 memory=0 CPUtime=3.77 cores=0,2,4,6
/proc/20757/task/20819/stat : 20819 (java) S 20754 20757 19905 0 -1 1077944384 20482 12992 0 0 367 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683878791408 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20820] ppid=20754 vsize=10914144 memory=1109900 CPUtime=3.42 cores=0,2,4,6
/proc/20757/task/20820/stat : 20820 (java) S 20754 20757 19905 0 -1 1077944384 21356 12992 0 0 332 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683877738864 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20821] ppid=20754 vsize=10914144 memory=4036 CPUtime=1.86 cores=0,2,4,6
/proc/20757/task/20821/stat : 20821 (java) S 20754 20757 19905 0 -1 1077944384 17723 12992 0 0 176 3 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683876685808 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20822] ppid=20754 vsize=10914144 memory=1109900 CPUtime=0.07 cores=0,2,4,6
/proc/20757/task/20822/stat : 20822 (java) S 20754 20757 19905 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140682990537056 140684454368981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
[pid=20757/tid=20823] ppid=20754 vsize=10914144 memory=1109900 CPUtime=1.58 cores=0,2,4,6
/proc/20757/task/20823/stat : 20823 (java) S 20754 20757 19905 0 -1 1077944384 1186 12992 0 0 72 79 5 2 20 0 15 0 64454387 11176083456 277475 33554432000 4194304 4196468 140727698844496 140683875634224 140684454369922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10412032 140727698852462 140727698855260 140727698855260 140727698857935 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1109900 KiB

Child status: 143
Real time (s): 2474.6
CPU time (s): 2520.38
CPU user time (s): 2516.54
CPU system time (s): 3.8404
CPU usage (%): 101.85
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1109900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.54
system time used= 3.8404
maximum resident set size= 1114120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303754
involuntary context switches= 9359


# summary of solver processes directly reported to runsolver:
#   pid: 20757
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2516.54
#   total CPU system time (s): 3.8404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6987 second user time and 23.8293 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-24 23:48:32
IDJOB=4294352
IDBENCH=141370
IDSOLVER=2750
FILE ID=node133/4294352-1532468912
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294352-1532468912/watcher-4294352-1532468912 -o /tmp/evaluation-result-4294352-1532468912/solver-4294352-1532468912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1702442972 HOME/instance-4294352-1532468912.xml

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

MD5SUM BENCH= 9d47b2b78bc459aa217a94cfbd52e9d7
RANDOM SEED=1702442972

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
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.24
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.24
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.24
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:        19895876 kB
MemAvailable:   30947932 kB
Buffers:          150780 kB
Cached:         11063504 kB
SwapCached:            0 kB
Active:          3675060 kB
Inactive:        8583680 kB
Active(anon):     995572 kB
Inactive(anon):    68472 kB
Active(file):    2679488 kB
Inactive(file):  8515208 kB
Unevictable:        7016 kB
Mlocked:            7016 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26868 kB
Writeback:             0 kB
AnonPages:       1032188 kB
Mapped:            51776 kB
Shmem:             17056 kB
Slab:             313392 kB
SReclaimable:     285820 kB
SUnreclaim:        27572 kB
KernelStack:        3520 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2058932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 00:29:47