Trace number 4302702

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.2-SuperNGSAT (TO)72 252.125 238.845

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark249.995
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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.99/0.74	c Concrete v3.9.2.1532736233296 running
10.12/4.53	o 99
10.12/4.54	o 98
10.12/4.60	o 96
10.42/4.64	o 90
10.42/4.69	o 88
10.74/4.80	o 83
11.05/4.85	o 74
76.64/66.94	o 72
252.07/238.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.07/238.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.07/238.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.07/238.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.07/238.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.07/238.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.07/238.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.07/238.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.07/238.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/238.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/238.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.07/238.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.07/238.80		at scala.Option.map(Option.scala:146)
252.07/238.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.07/238.80		at concrete.MAC.mac(MAC.scala:203)
252.07/238.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/238.80		at scala.util.Try$.apply(Try.scala:209)
252.07/238.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/238.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/238.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/238.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/238.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/238.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/238.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/238.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/238.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/238.80		at concrete.MAC.oneRun(MAC.scala:253)
252.07/238.80		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/238.80		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/238.80		at concrete.Solver.hasNext(Solver.scala:166)
252.07/238.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/238.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/238.80		at concrete.Solver.foreach(Solver.scala:68)
252.07/238.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/238.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/238.80		at scala.util.Success.map(Try.scala:209)
252.07/238.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/238.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/238.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/238.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/238.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/238.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/238.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/238.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/238.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/238.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/238.81		at scala.App.main(App.scala:76)
252.07/238.81		at scala.App.main$(App.scala:74)
252.07/238.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/238.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/238.81	v <instantiation cost="72">
252.07/238.81	v       <list>
252.07/238.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[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[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
252.07/238.81	v       </list>
252.07/238.81	v       <values>
252.07/238.81	v         0 1 9 19 24 31 52 56 58 69 72 1 9 19 24 31 52 56 58 69 72 8 18 23 30 51 55 57 68 71 10 15 22 43 47 49 60 63 5 12 33 37 39 50 53 7 28 32 34 45 48 21 25 27 38 41 4 6 17 20 2 13 16 11 14 3
252.07/238.81	v       </values>
252.07/238.81	v     </instantiation>
252.07/238.81	s SATISFIABLE

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302702-1532897301/watcher-4302702-1532897301 -o /tmp/evaluation-result-4302702-1532897301/solver-4302702-1532897301 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1928203406 -superng HOME/instance-4302702-1532897301.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 2.20 1.93 1.93 3/206 20570
/proc/meminfo: memFree=23167392/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=10005480 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 4396 13166 0 0 1 0 5 3 20 0 6 0 107293240 10245611520 4270 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2501370 4270 1935 1 0 2489808 0
[pid=20513/tid=20566] ppid=20510 vsize=10005480 memory=4279135703913364878 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 2226 13166 0 0 1 0 5 3 20 0 6 0 107293249 10245611520 4270 33554432000 4194304 4196468 140737168852816 140462175928912 140462188172638 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 6 0 107293250 10245611520 4270 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=10005480 memory=139633030915712 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 6 0 107293250 10245611520 4270 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 6 0 107293250 10245611520 4270 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 6 0 107293250 10245611520 4270 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209807 s]*
/proc/loadavg: 2.20 1.93 1.93 3/215 20579
/proc/meminfo: memFree=23140952/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=10982696 memory=44612 CPUtime=0.26 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 8539 13166 0 0 17 1 5 3 20 0 15 0 107293240 11246280704 11153 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2745674 11153 2931 1 0 2708109 0
[pid=20513/tid=20566] ppid=20510 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 5080 13166 0 0 11 1 5 3 20 0 15 0 107293249 11246280704 11153 33554432000 4194304 4196468 140737168852816 140462175889808 140462184367879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=10982696 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246280704 11153 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=10982696 memory=3905094985656624800 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=10982696 memory=139633030915712 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293251 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461066937504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246280704 11153 33554432000 4194304 4196468 140737168852816 140460865610480 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11246280704 11153 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 360 13166 0 0 1 0 5 3 20 0 15 0 107293254 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 257 13166 0 0 0 0 5 3 20 0 15 0 107293254 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=10982696 memory=139633030915712 CPUtime=0.11 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 623 13166 0 0 3 0 5 3 20 0 15 0 107293254 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246280704 11153 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=10982696 memory=139633030915712 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246280704 11153 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44612 KiB

[startup+0.317771 s]*
/proc/loadavg: 2.20 1.93 1.93 3/215 20579
/proc/meminfo: memFree=23129004/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=10983192 memory=55940 CPUtime=0.39 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 10587 13166 0 0 29 2 5 3 20 0 15 0 107293240 11246788608 13985 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2745798 13985 3063 1 0 2708109 0
[pid=20513/tid=20566] ppid=20510 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 7120 13166 0 0 20 1 5 3 20 0 15 0 107293249 11246788608 13985 33554432000 4194304 4196468 140737168852816 140462175908704 140462185655711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 13985 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293251 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461066937504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246788608 13985 33554432000 4194304 4196468 140737168852816 140460865610480 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11246788608 13985 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 361 13166 0 0 1 0 5 3 20 0 15 0 107293254 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 257 13166 0 0 1 0 5 3 20 0 15 0 107293254 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=10983192 memory=139633030915712 CPUtime=0.13 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 630 13166 0 0 5 0 5 3 20 0 15 0 107293254 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246788608 13985 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=10983192 memory=139633030915712 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246788608 13985 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55940 KiB

[startup+0.700716 s]
/proc/loadavg: 2.20 1.93 1.93 4/215 20579
/proc/meminfo: memFree=23120692/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=10983192 memory=88560 CPUtime=0.99 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 16821 13166 0 0 87 4 5 3 20 0 15 0 107293240 11246788608 22140 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2745798 22140 3237 1 0 2708109 0
[pid=20513/tid=20566] ppid=20510 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 12377 13166 0 0 56 2 5 3 20 0 15 0 107293249 11246788608 22140 33554432000 4194304 4196468 140737168852816 140462175915984 140462187284856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 22140 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=10983192 memory=488 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293250 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=10983192 memory=7301570131460772950 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 5 13166 0 0 0 0 5 3 20 0 15 0 107293251 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 13 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461066937504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293252 11246788608 22140 33554432000 4194304 4196468 140737168852816 140460865610480 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11246788608 22140 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 1017 13166 0 0 10 0 5 3 20 0 15 0 107293254 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 519 13166 0 0 6 0 5 3 20 0 15 0 107293254 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 686 13166 0 0 13 0 5 3 20 0 15 0 107293254 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246788608 22140 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293255 11246788608 22140 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88560 KiB

[startup+1.50073 s]
/proc/loadavg: 2.20 1.93 1.93 8/215 20579
/proc/meminfo: memFree=22981456/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=10998092 memory=179736 CPUtime=2.26 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 24230 13166 0 0 209 9 5 3 20 0 15 0 107293240 11262046208 44934 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2749523 44934 3467 1 0 2711181 0
[pid=20513/tid=20566] ppid=20510 vsize=10998092 memory=4951091520830867572 CPUtime=1.44 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 18121 13166 0 0 130 6 5 3 20 0 15 0 107293249 11262046208 44934 33554432000 4194304 4196468 140737168852816 140462175924160 140462189458879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=10998092 memory=4134606225630022328 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 22 13166 0 0 1 0 5 3 20 0 15 0 107293250 11262046208 44934 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=10998092 memory=-5153075247754915967 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 247 13166 0 0 0 0 5 3 20 0 15 0 107293250 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=10998092 memory=-9107780810916412832 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 60 13166 0 0 0 0 5 3 20 0 15 0 107293250 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=10998092 memory=120192 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 24 13166 0 0 1 0 5 3 20 0 15 0 107293250 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 61 13166 0 0 1 0 5 3 20 0 15 0 107293251 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 14 13166 0 0 0 0 5 3 20 0 15 0 107293252 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461066937568 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=10998092 memory=279265752973600 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293252 11262046208 44934 33554432000 4194304 4196468 140737168852816 140460865610496 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=10998092 memory=279265753388544 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11262046208 44934 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=10998092 memory=139632876496512 CPUtime=0.31 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 1496 13166 0 0 23 0 5 3 20 0 15 0 107293254 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=10998092 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 665 13166 0 0 17 0 5 3 20 0 15 0 107293254 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=10998092 memory=1200 CPUtime=0.4 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 1321 13166 0 0 32 0 5 3 20 0 15 0 107293254 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=10998092 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11262046208 44934 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=10998092 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 1 13166 0 0 0 0 5 3 20 0 15 0 107293255 11262046208 44934 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 52651 13166 0 0 10160 18 5 3 20 0 15 0 107293249 11343855616 212204 33554432000 4194304 4196468 140737168852816 140462175926752 140461770529501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=11077984 memory=848816 CPUtime=0.26 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 1358 13166 0 0 15 3 5 3 20 0 15 0 107293250 11343855616 212204 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=11077984 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 3187 13166 0 0 14 3 5 3 20 0 15 0 107293250 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=11077984 memory=4785954429024298545 CPUtime=0.26 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 2035 13166 0 0 15 3 5 3 20 0 15 0 107293250 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=11077984 memory=848780 CPUtime=0.26 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2158 13166 0 0 15 3 5 3 20 0 15 0 107293250 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=11077984 memory=848780 CPUtime=0.24 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 3397 13166 0 0 15 1 5 3 20 0 15 0 107293251 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=11077984 memory=848780 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 17 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461066937568 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=11077984 memory=848816 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 212204 33554432000 4194304 4196468 140737168852816 140460865610496 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=11077984 memory=3487 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11343855616 212204 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=11077984 memory=4012 CPUtime=4.15 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 14435 13166 0 0 405 2 5 3 20 0 15 0 107293254 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=11077984 memory=6791534058613427641 CPUtime=3.82 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 16464 13166 0 0 372 2 5 3 20 0 15 0 107293254 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=11077984 memory=8572 CPUtime=1.84 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 13728 13166 0 0 172 4 5 3 20 0 15 0 107293254 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11343855616 212204 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=11077984 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 689 13166 0 0 3 1 5 3 20 0 15 0 107293255 11343855616 212204 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 112.45 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 848816 KiB

[startup+162.301 s]
/proc/loadavg: 1.77 1.87 1.91 3/216 20589
/proc/meminfo: memFree=19789896/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=11077984 memory=865872 CPUtime=174.42 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 124393 13166 0 0 17386 48 5 3 20 0 15 0 107293240 11343855616 216468 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2769496 216468 3528 1 0 2731149 0
[pid=20513/tid=20566] ppid=20510 vsize=11077984 memory=865872 CPUtime=161.34 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 53944 13166 0 0 16107 19 5 3 20 0 15 0 107293249 11343855616 216468 33554432000 4194304 4196468 140737168852816 140462175926816 140461758953864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=11077984 memory=863760 CPUtime=0.48 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 2493 13166 0 0 36 4 5 3 20 0 15 0 107293250 11343855616 216468 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=11077984 memory=865872 CPUtime=0.49 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 3222 13166 0 0 37 4 5 3 20 0 15 0 107293250 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=11077984 memory=132 CPUtime=0.49 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 2666 13166 0 0 37 4 5 3 20 0 15 0 107293250 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=11077984 memory=865872 CPUtime=0.49 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2294 13166 0 0 37 4 5 3 20 0 15 0 107293250 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=11077984 memory=865872 CPUtime=0.45 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 3758 13166 0 0 36 1 5 3 20 0 15 0 107293251 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=11077984 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 17 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461066937568 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=11077984 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 216468 33554432000 4194304 4196468 140737168852816 140460865610496 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=11077984 memory=11008 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11343855616 216468 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=11077984 memory=865872 CPUtime=4.19 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 15090 13166 0 0 409 2 5 3 20 0 15 0 107293254 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=11077984 memory=865872 CPUtime=5.1 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 23951 13166 0 0 500 2 5 3 20 0 15 0 107293254 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=11077984 memory=865872 CPUtime=1.85 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 13986 13166 0 0 173 4 5 3 20 0 15 0 107293254 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=11077984 memory=865872 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11343855616 216468 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=11077984 memory=865872 CPUtime=0.15 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 773 13166 0 0 5 2 5 3 20 0 15 0 107293255 11343855616 216468 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 174.42 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 865872 KiB

[startup+222.301 s]
/proc/loadavg: 1.65 1.82 1.89 4/216 20845
/proc/meminfo: memFree=22818912/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=11077984 memory=870328 CPUtime=235.36 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 138047 13166 0 0 23473 55 5 3 20 0 15 0 107293240 11343855616 217582 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2769496 217582 3528 1 0 2731149 0
[pid=20513/tid=20566] ppid=20510 vsize=11077984 memory=868280 CPUtime=220.79 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 55947 13166 0 0 22052 19 5 3 20 0 15 0 107293249 11343855616 217582 33554432000 4194304 4196468 140737168852816 140462175927008 140461766725715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=11077984 memory=868280 CPUtime=0.73 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 2685 13166 0 0 59 6 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.73 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 3802 13166 0 0 60 5 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.73 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 3794 13166 0 0 60 5 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=11077984 memory=868228 CPUtime=0.73 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2330 13166 0 0 59 6 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=11077984 memory=868228 CPUtime=0.67 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 4131 13166 0 0 57 2 5 3 20 0 15 0 107293251 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 17 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461066937568 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460865610496 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=11077984 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=11077984 memory=870328 CPUtime=4.31 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 17933 13166 0 0 421 2 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=11077984 memory=870328 CPUtime=5.24 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 27597 13166 0 0 513 3 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=11077984 memory=870328 CPUtime=1.86 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 16810 13166 0 0 174 4 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=11077984 memory=288230583166042426 CPUtime=0.19 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 802 13166 0 0 7 4 5 3 20 0 15 0 107293255 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 235.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 870328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.801 s]
/proc/loadavg: 1.87 1.86 1.91 3/216 20845
/proc/meminfo: memFree=22184412/32770624 swapFree=67108404/67108860
[pid=20513] ppid=20510 vsize=11077984 memory=870328 CPUtime=252.07 cores=0,2,4,6
/proc/20513/stat : 20513 (java) S 20510 20513 12222 0 -1 1077944320 138187 13166 0 0 25141 58 5 3 20 0 15 0 107293240 11343855616 217582 33554432000 4194304 4196468 140737168852816 140737168835360 140462204092151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
/proc/20513/statm: 2769496 217582 3528 1 0 2731149 0
[pid=20513/tid=20566] ppid=20510 vsize=11077984 memory=1440 CPUtime=237.14 cores=0,2,4,6
/proc/20513/task/20566/stat : 20566 (java) R 20510 20513 12222 0 -1 4202560 56050 13166 0 0 23686 20 5 3 20 0 15 0 107293249 11343855616 217582 33554432000 4194304 4196468 140737168852816 140462175927168 140461766193107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20567] ppid=20510 vsize=11077984 memory=4612 CPUtime=0.8 cores=0,2,4,6
/proc/20513/task/20567/stat : 20567 (java) S 20510 20513 12222 0 -1 1077944384 2697 13166 0 0 66 6 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140462208334864 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20568] ppid=20510 vsize=11077984 memory=1200 CPUtime=0.8 cores=0,2,4,6
/proc/20513/task/20568/stat : 20568 (java) S 20510 20513 12222 0 -1 1077944384 3808 13166 0 0 67 5 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461744188560 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20569] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.8 cores=0,2,4,6
/proc/20513/task/20569/stat : 20569 (java) S 20510 20513 12222 0 -1 1077944384 3801 13166 0 0 67 5 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461743135504 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20570] ppid=20510 vsize=11077984 memory=30600 CPUtime=0.79 cores=0,2,4,6
/proc/20513/task/20570/stat : 20570 (java) S 20510 20513 12222 0 -1 1077944384 2336 13166 0 0 65 6 5 3 20 0 15 0 107293250 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461742082960 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20571] ppid=20510 vsize=11077984 memory=870328 CPUtime=0.73 cores=0,2,4,6
/proc/20513/task/20571/stat : 20571 (java) S 20510 20513 12222 0 -1 1077944384 4137 13166 0 0 63 2 5 3 20 0 15 0 107293251 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461495732464 140462204103298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20572] ppid=20510 vsize=11077984 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20572/stat : 20572 (java) S 20510 20513 12222 0 -1 1077944384 17 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461066937568 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20573] ppid=20510 vsize=11077984 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20573/stat : 20573 (java) S 20510 20513 12222 0 -1 1077944384 2 13166 0 0 0 0 5 3 20 0 15 0 107293252 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460865610496 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20574] ppid=20510 vsize=11077984 memory=421953 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20574/stat : 20574 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460558211024 140462204110747 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20575] ppid=20510 vsize=11077984 memory=279265752908016 CPUtime=4.31 cores=0,2,4,6
/proc/20513/task/20575/stat : 20575 (java) S 20510 20513 12222 0 -1 1077944384 17933 13166 0 0 421 2 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461494680304 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20576] ppid=20510 vsize=11077984 memory=279265752908016 CPUtime=5.24 cores=0,2,4,6
/proc/20513/task/20576/stat : 20576 (java) S 20510 20513 12222 0 -1 1077944384 27597 13166 0 0 513 3 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461493627760 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20577] ppid=20510 vsize=11077984 memory=279265752908016 CPUtime=1.86 cores=0,2,4,6
/proc/20513/task/20577/stat : 20577 (java) S 20510 20513 12222 0 -1 1077944384 16810 13166 0 0 174 4 5 3 20 0 15 0 107293254 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461492574704 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20578] ppid=20510 vsize=11077984 memory=279265752908016 CPUtime=0.08 cores=0,2,4,6
/proc/20513/task/20578/stat : 20578 (java) S 20510 20513 12222 0 -1 1077944384 3 13166 0 0 0 0 5 3 20 0 15 0 107293255 11343855616 217582 33554432000 4194304 4196468 140737168852816 140460127415136 140462204102357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
[pid=20513/tid=20579] ppid=20510 vsize=11077984 memory=279265752908016 CPUtime=0.2 cores=0,2,4,6
/proc/20513/task/20579/stat : 20579 (java) S 20510 20513 12222 0 -1 1077944384 802 13166 0 0 8 4 5 3 20 0 15 0 107293255 11343855616 217582 33554432000 4194304 4196468 140737168852816 140461491522096 140462204103298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8429568 140737168857704 140737168860513 140737168860513 140737168863183 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 870328 KiB

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

[startup+238.845 s]
# the end of solver process 20513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.492 s, system=0.633287 s

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

Child status: 143
Real time (s): 238.845
CPU time (s): 252.125
CPU user time (s): 251.492
CPU system time (s): 0.633287
CPU usage (%): 105.56
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 870328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.492
system time used= 0.633287
maximum resident set size= 872928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25502
involuntary context switches= 944


# summary of solver processes directly reported to runsolver:
#   pid: 20513
#   total CPU time (s): 252.125
#   total CPU user time (s): 251.492
#   total CPU system time (s): 0.633287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02149 second user time and 1.67128 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:48:21
IDJOB=4302702
IDBENCH=141364
IDSOLVER=2777
FILE ID=node148/4302702-1532897301
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302702-1532897301/watcher-4302702-1532897301 -o /tmp/evaluation-result-4302702-1532897301/solver-4302702-1532897301 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1928203406 -superng HOME/instance-4302702-1532897301.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1928203406

node148.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.50
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.50
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.50
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.50
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:        23173324 kB
MemAvailable:   31223496 kB
Buffers:          248932 kB
Cached:          7952124 kB
SwapCached:          352 kB
Active:          2584960 kB
Inactive:        6376500 kB
Active(anon):     714244 kB
Inactive(anon):    74228 kB
Active(file):    1870716 kB
Inactive(file):  6302272 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             27932 kB
Writeback:             0 kB
AnonPages:        711700 kB
Mapped:            58004 kB
Shmem:             25016 kB
Slab:             335056 kB
SReclaimable:     305644 kB
SUnreclaim:        29412 kB
KernelStack:        3792 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2054348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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= 47752 MiB
End job on node148 at 2018-07-29 22:52:20