Trace number 4302704

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)121 252.109 240.345

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark250.599
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"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.97/0.74	c Concrete v3.9.2.1532736233296 running
11.94/5.19	o 140
12.12/5.25	o 138
12.35/5.36	o 131
15.34/7.18	o 130
17.17/8.83	o 126
31.73/22.71	o 124
82.33/72.73	o 123
93.29/83.63	o 121
252.04/240.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.04/240.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.04/240.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.04/240.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.04/240.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.04/240.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.04/240.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.04/240.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.04/240.30		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.04/240.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/240.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.04/240.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.04/240.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.04/240.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.04/240.30		at scala.Option.map(Option.scala:146)
252.04/240.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.04/240.30		at concrete.MAC.mac(MAC.scala:203)
252.04/240.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/240.30		at scala.util.Try$.apply(Try.scala:209)
252.04/240.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/240.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/240.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/240.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/240.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/240.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/240.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/240.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/240.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/240.30		at concrete.MAC.oneRun(MAC.scala:253)
252.04/240.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/240.30		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/240.30		at concrete.Solver.hasNext(Solver.scala:166)
252.04/240.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/240.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/240.30		at concrete.Solver.foreach(Solver.scala:68)
252.04/240.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/240.30		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/240.30		at scala.util.Success.map(Try.scala:209)
252.04/240.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/240.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/240.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/240.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/240.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/240.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/240.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/240.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/240.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/240.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/240.31		at scala.App.main(App.scala:76)
252.04/240.31		at scala.App.main$(App.scala:74)
252.04/240.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/240.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/240.31	v <instantiation cost="121">
252.04/240.31	v       <list>
252.04/240.31	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] 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[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[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[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[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
252.04/240.31	v       </list>
252.04/240.31	v       <values>
252.04/240.31	v         0 6 8 13 33 50 59 81 82 93 97 111 121 6 8 13 33 50 59 81 82 93 97 111 121 2 7 27 44 53 75 76 87 91 105 115 5 25 42 51 73 74 85 89 103 113 20 37 46 68 69 80 84 98 108 17 26 48 49 60 64 78 88 9 31 32 43 47 61 71 22 23 34 38 52 62 1 12 16 30 40 11 15 29 39 4 18 28 14 24 10
252.04/240.31	v       </values>
252.04/240.31	v     </instantiation>
252.04/240.31	s SATISFIABLE

Verifier Data

OK	121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302704-1532897352/watcher-4302704-1532897352 -o /tmp/evaluation-result-4302704-1532897352/solver-4302704-1532897352 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=805450605 -superng HOME/instance-4302704-1532897352.xml 

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

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

solver pid=29855, runsolver pid=29852

[startup+0.100112 s]*
/proc/loadavg: 2.16 2.01 2.03 3/206 29912
/proc/meminfo: memFree=27436336/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=10021560 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 4329 13205 0 0 1 0 5 2 20 0 6 0 107298495 10262077440 4714 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2505390 4714 1972 1 0 2493828 0
[pid=29855/tid=29908] ppid=29852 vsize=10021560 memory=4279135704013833615 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 2145 13205 0 0 1 0 5 2 20 0 6 0 107298504 10262077440 4714 33554432000 4194304 4196468 140734184107680 140266299802192 140266311725264 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=10021560 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 107298505 10262077440 4714 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=10021560 memory=140690922153600 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 107298505 10262077440 4714 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 107298505 10262077440 4714 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 6 0 107298505 10262077440 4714 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10021560 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209705 s]*
/proc/loadavg: 2.16 2.01 2.03 3/215 29921
/proc/meminfo: memFree=27415792/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=10982776 memory=46700 CPUtime=0.25 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 8564 13205 0 0 16 2 5 2 20 0 15 0 107298495 11246362624 11675 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2745694 11675 2940 1 0 2708117 0
[pid=29855/tid=29908] ppid=29852 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 5215 13205 0 0 10 1 5 2 20 0 15 0 107298504 11246362624 11807 33554432000 4194304 4196468 140734184107680 140266299790240 140266320645149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=10982776 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246362624 11807 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=10982776 memory=4122678399585232544 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246362624 11807 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246362624 11807 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246362624 11873 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=10982776 memory=140690922153600 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 107298506 11246362624 11873 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246362624 11873 33554432000 4194304 4196468 140734184107680 140265176163744 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246362624 11873 33554432000 4194304 4196468 140734184107680 140264974837232 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246362624 11939 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 430 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246362624 11939 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 192 13205 0 0 1 0 5 2 20 0 15 0 107298510 11246362624 11939 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=10982776 memory=140690922153600 CPUtime=0.1 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 622 13205 0 0 3 0 5 2 20 0 15 0 107298510 11246362624 11939 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246362624 12005 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=10982776 memory=140690922153600 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246362624 12005 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 46700 KiB

[startup+0.310145 s]*
/proc/loadavg: 2.16 2.01 2.03 3/215 29921
/proc/meminfo: memFree=27403016/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=10983192 memory=56904 CPUtime=0.38 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 10323 13205 0 0 28 3 5 2 20 0 15 0 107298495 11246788608 14226 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2745798 14226 3059 1 0 2708109 0
[pid=29855/tid=29908] ppid=29852 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 6849 13205 0 0 19 2 5 2 20 0 15 0 107298504 11246788608 14226 33554432000 4194304 4196468 140734184107680 140266299777440 140265865490555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 14226 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 14226 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 14226 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 14226 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 107298506 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265176163744 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246788608 14226 33554432000 4194304 4196468 140734184107680 140264974837232 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 432 13205 0 0 1 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 192 13205 0 0 1 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=10983192 memory=140690922153600 CPUtime=0.12 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) R 29852 29855 22977 0 -1 4202560 630 13205 0 0 5 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265750599920 140266320202558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=10983192 memory=140690922153600 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 14226 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56904 KiB

[startup+0.700715 s]
/proc/loadavg: 2.16 2.01 2.03 4/215 29921
/proc/meminfo: memFree=27388872/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=10983192 memory=89276 CPUtime=0.97 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 16420 13205 0 0 86 4 5 2 20 0 15 0 107298495 11246788608 22319 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2745798 22319 3247 1 0 2708109 0
[pid=29855/tid=29908] ppid=29852 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 11934 13205 0 0 56 3 5 2 20 0 15 0 107298504 11246788608 22319 33554432000 4194304 4196468 140734184107680 140266299786256 140266308241218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 22319 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 22319 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 22319 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 107298505 11246788608 22319 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 5 13205 0 0 0 0 5 2 20 0 15 0 107298506 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265176163744 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298507 11246788608 22319 33554432000 4194304 4196468 140734184107680 140264974837232 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 981 13205 0 0 9 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=10983192 memory=140690780628048 CPUtime=0.14 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 595 13205 0 0 7 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=10983192 memory=143280108995214 CPUtime=0.2 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 683 13205 0 0 13 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298510 11246788608 22319 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89276 KiB

[startup+1.50071 s]
/proc/loadavg: 2.16 2.01 2.03 3/215 29921
/proc/meminfo: memFree=27343656/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=11000140 memory=180052 CPUtime=2.26 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 23640 13205 0 0 209 10 5 2 20 0 15 0 107298495 11264143360 45013 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2750035 45013 3478 1 0 2711693 0
[pid=29855/tid=29908] ppid=29852 vsize=11000140 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 17519 13205 0 0 130 5 5 2 20 0 15 0 107298504 11264143360 45013 33554432000 4194304 4196468 140734184107680 140266299796944 140266313660495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 205 13205 0 0 1 0 5 2 20 0 15 0 107298505 11264143360 45013 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=11000140 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 16 13205 0 0 1 0 5 2 20 0 15 0 107298505 11264143360 45013 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=11000140 memory=2568 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 5 13205 0 0 0 0 5 2 20 0 15 0 107298505 11264143360 45013 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=11000140 memory=89276 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 78 13205 0 0 1 0 5 2 20 0 15 0 107298505 11264143360 45013 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 66 13205 0 0 1 0 5 2 20 0 15 0 107298506 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 14 13205 0 0 0 0 5 2 20 0 15 0 107298507 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265176163808 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298507 11264143360 45013 33554432000 4194304 4196468 140734184107680 140264974837232 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=11000140 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=11000140 memory=4638778398332698720 CPUtime=0.3 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 1451 13205 0 0 23 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=11000140 memory=281381561736064 CPUtime=0.24 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 790 13205 0 0 17 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=11000140 memory=6944656592452807323 CPUtime=0.39 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 1292 13205 0 0 32 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=11000140 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=11000140 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 107298510 11264143360 45013 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 55724 13205 0 0 16116 19 5 2 20 0 15 0 107298504 11343855616 215712 33554432000 4194304 4196468 140734184107680 140266299799424 140265873663040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=11077984 memory=862848 CPUtime=0.45 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 3766 13205 0 0 33 5 5 2 20 0 15 0 107298505 11343855616 215712 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=11077984 memory=862848 CPUtime=0.45 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 1619 13205 0 0 34 4 5 2 20 0 15 0 107298505 11343855616 215712 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=11077984 memory=860600 CPUtime=0.43 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 2348 13205 0 0 32 4 5 2 20 0 15 0 107298505 11343855616 215712 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=11077984 memory=862848 CPUtime=0.45 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2564 13205 0 0 34 4 5 2 20 0 15 0 107298505 11343855616 215712 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=11077984 memory=862780 CPUtime=0.38 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 2689 13205 0 0 29 2 5 2 20 0 15 0 107298506 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=11077984 memory=862780 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265176163872 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=11077984 memory=862848 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 10 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 215712 33554432000 4194304 4196468 140734184107680 140264974837248 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=11077984 memory=862848 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=11077984 memory=862780 CPUtime=3.9 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 15105 13205 0 0 381 2 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=11077984 memory=4136 CPUtime=3.73 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 17041 13205 0 0 364 2 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=11077984 memory=862780 CPUtime=1.9 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 14759 13205 0 0 180 3 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=11077984 memory=24619 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=11077984 memory=3036 CPUtime=0.15 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 638 13205 0 0 4 4 5 2 20 0 15 0 107298510 11343855616 215712 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 172.74 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 862848 KiB

[startup+222.301 s]
/proc/loadavg: 1.25 1.66 1.89 3/215 29931
/proc/meminfo: memFree=26280484/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=11077984 memory=871816 CPUtime=233.87 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 132781 13205 0 0 23322 58 5 2 20 0 15 0 107298495 11343855616 217954 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2769496 217954 3532 1 0 2731149 0
[pid=29855/tid=29908] ppid=29852 vsize=11077984 memory=871816 CPUtime=220.92 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 57543 13205 0 0 22065 20 5 2 20 0 15 0 107298504 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266299799328 140265877419501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.67 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 3837 13205 0 0 54 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=11077984 memory=871660 CPUtime=0.68 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 3250 13205 0 0 55 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.66 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 2481 13205 0 0 54 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.68 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2718 13205 0 0 56 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.58 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 3068 13205 0 0 47 4 5 2 20 0 15 0 107298506 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=11077984 memory=888316 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265176163872 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 10 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264974837248 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=11077984 memory=871816 CPUtime=4.08 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 19265 13205 0 0 399 2 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=11077984 memory=871816 CPUtime=4.04 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 21854 13205 0 0 394 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=11077984 memory=4136 CPUtime=1.9 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 15873 13205 0 0 180 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.17 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 665 13205 0 0 5 5 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 233.87 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 871816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.301 s]
/proc/loadavg: 1.40 1.67 1.89 3/215 30059
/proc/meminfo: memFree=26758540/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=11077984 memory=871816 CPUtime=252.04 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 133076 13205 0 0 25138 59 5 2 20 0 15 0 107298495 11343855616 217954 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2769496 217954 3532 1 0 2731149 0
[pid=29855/tid=29908] ppid=29852 vsize=11077984 memory=871816 CPUtime=238.77 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 57811 13205 0 0 23850 20 5 2 20 0 15 0 107298504 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266299801296 140265881381716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.73 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 3843 13205 0 0 60 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.74 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 3259 13205 0 0 61 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.73 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 2486 13205 0 0 61 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=11077984 memory=888316 CPUtime=0.75 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2724 13205 0 0 63 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=11077984 memory=15876 CPUtime=0.63 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 3069 13205 0 0 52 4 5 2 20 0 15 0 107298506 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265176163872 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 10 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264974837248 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=11077984 memory=4872558044660077418 CPUtime=4.08 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 19265 13205 0 0 399 2 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=11077984 memory=2436 CPUtime=4.05 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 21854 13205 0 0 395 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=11077984 memory=1728 CPUtime=1.9 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 15873 13205 0 0 180 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=11077984 memory=1200 CPUtime=0.19 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 665 13205 0 0 6 6 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 871816 KiB

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

[startup+240.345 s]
# the end of solver process 29855 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.467 s, system=0.641785 s

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

[startup+240.301 s]
/proc/loadavg: 1.40 1.67 1.89 3/215 30059
/proc/meminfo: memFree=26758540/32770624 swapFree=67108792/67108860
[pid=29855] ppid=29852 vsize=11077984 memory=871816 CPUtime=252.04 cores=1,3,5,7
/proc/29855/stat : 29855 (java) S 29852 29855 22977 0 -1 1077944320 133076 13205 0 0 25138 59 5 2 20 0 15 0 107298495 11343855616 217954 33554432000 4194304 4196468 140734184107680 140734184090224 140266327965431 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
/proc/29855/statm: 2769496 217954 3532 1 0 2731149 0
[pid=29855/tid=29908] ppid=29852 vsize=11077984 memory=871816 CPUtime=238.77 cores=1,3,5,7
/proc/29855/task/29908/stat : 29908 (java) R 29852 29855 22977 0 -1 4202560 57811 13205 0 0 23850 20 5 2 20 0 15 0 107298504 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266299801296 140265881381716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29909] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.73 cores=1,3,5,7
/proc/29855/task/29909/stat : 29909 (java) S 29852 29855 22977 0 -1 1077944384 3843 13205 0 0 60 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266332207376 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29910] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.74 cores=1,3,5,7
/proc/29855/task/29910/stat : 29910 (java) S 29852 29855 22977 0 -1 1077944384 3259 13205 0 0 61 6 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266186926480 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29911] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.73 cores=1,3,5,7
/proc/29855/task/29911/stat : 29911 (java) S 29852 29855 22977 0 -1 1077944384 2486 13205 0 0 61 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266185873936 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29912] ppid=29852 vsize=11077984 memory=888316 CPUtime=0.75 cores=1,3,5,7
/proc/29855/task/29912/stat : 29912 (java) S 29852 29855 22977 0 -1 1077944384 2724 13205 0 0 63 5 5 2 20 0 15 0 107298505 11343855616 217954 33554432000 4194304 4196468 140734184107680 140266184821392 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29913] ppid=29852 vsize=11077984 memory=15876 CPUtime=0.63 cores=1,3,5,7
/proc/29855/task/29913/stat : 29913 (java) S 29852 29855 22977 0 -1 1077944384 3069 13205 0 0 52 4 5 2 20 0 15 0 107298506 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265753758192 140266327976578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29914] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29914/stat : 29914 (java) S 29852 29855 22977 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265176163872 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29915] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29915/stat : 29915 (java) S 29852 29855 22977 0 -1 1077944384 10 13205 0 0 0 0 5 2 20 0 15 0 107298507 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264974837248 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29916] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29916/stat : 29916 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264667437776 140266327984027 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29917] ppid=29852 vsize=11077984 memory=4872558044660077418 CPUtime=4.08 cores=1,3,5,7
/proc/29855/task/29917/stat : 29917 (java) S 29852 29855 22977 0 -1 1077944384 19265 13205 0 0 399 2 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265752705008 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29918] ppid=29852 vsize=11077984 memory=2436 CPUtime=4.05 cores=1,3,5,7
/proc/29855/task/29918/stat : 29918 (java) S 29852 29855 22977 0 -1 1077944384 21854 13205 0 0 395 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265751652464 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29919] ppid=29852 vsize=11077984 memory=1728 CPUtime=1.9 cores=1,3,5,7
/proc/29855/task/29919/stat : 29919 (java) S 29852 29855 22977 0 -1 1077944384 15873 13205 0 0 180 3 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265750599920 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29920] ppid=29852 vsize=11077984 memory=871816 CPUtime=0.07 cores=1,3,5,7
/proc/29855/task/29920/stat : 29920 (java) S 29852 29855 22977 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140264236640864 140266327975637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
[pid=29855/tid=29921] ppid=29852 vsize=11077984 memory=1200 CPUtime=0.19 cores=1,3,5,7
/proc/29855/task/29921/stat : 29921 (java) S 29852 29855 22977 0 -1 1077944384 665 13205 0 0 6 6 5 2 20 0 15 0 107298510 11343855616 217954 33554432000 4194304 4196468 140734184107680 140265749547824 140266327976578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34484224 140734184110697 140734184113505 140734184113505 140734184116175 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 871816 KiB

Child status: 143
Real time (s): 240.345
CPU time (s): 252.109
CPU user time (s): 251.467
CPU system time (s): 0.641785
CPU usage (%): 104.894
Max. virtual memory (cumulated for all children) (KiB): 11080852
Max. memory (cumulated for all children) (KiB): 892440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.467
system time used= 0.641785
maximum resident set size= 893468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23847
involuntary context switches= 595


# summary of solver processes directly reported to runsolver:
#   pid: 29855
#   total CPU time (s): 252.109
#   total CPU user time (s): 251.467
#   total CPU system time (s): 0.641785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22956 second user time and 2.44855 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:49:12
IDJOB=4302704
IDBENCH=141368
IDSOLVER=2777
FILE ID=node150/4302704-1532897352
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302704-1532897352/watcher-4302704-1532897352 -o /tmp/evaluation-result-4302704-1532897352/solver-4302704-1532897352 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=805450605 -superng HOME/instance-4302704-1532897352.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=805450605

node150.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.76
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.76
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.76
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.76
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:        27447504 kB
MemAvailable:   31286584 kB
Buffers:          226776 kB
Cached:          3855004 kB
SwapCached:           32 kB
Active:          2192048 kB
Inactive:        2600436 kB
Active(anon):     662356 kB
Inactive(anon):    76188 kB
Active(file):    1529692 kB
Inactive(file):  2524248 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26828 kB
Writeback:             0 kB
AnonPages:        718508 kB
Mapped:            58044 kB
Shmem:             25156 kB
Slab:             230540 kB
SReclaimable:     201948 kB
SUnreclaim:        28592 kB
KernelStack:        3504 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1970972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 22:53:13