Trace number 4294340

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)137 2520.11 2473.63

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
8.91/4.18	o 177
9.51/4.32	o 172
10.53/4.74	o 171
10.53/4.74	o 170
10.78/4.81	o 169
10.78/4.85	o 162
11.88/5.59	o 152
13.15/6.56	o 148
17.26/10.45	o 146
25.62/18.19	o 145
44.36/36.78	o 137
2520.06/2473.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2473.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2473.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2473.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2473.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2473.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2473.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2473.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2473.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2473.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2473.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2473.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2473.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2473.60		at scala.Option.map(Option.scala:146)
2520.06/2473.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2473.60		at concrete.MAC.mac(MAC.scala:203)
2520.06/2473.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2473.60		at scala.util.Try$.apply(Try.scala:209)
2520.06/2473.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2473.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2473.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2473.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2473.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2473.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2473.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2473.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2473.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2473.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2473.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2473.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2473.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2473.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2473.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2473.61		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2473.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2473.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2473.61		at scala.util.Success.map(Try.scala:209)
2520.06/2473.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2473.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2473.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2473.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2473.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2473.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2473.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2473.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2473.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2473.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2473.61		at scala.App.main(App.scala:76)
2520.06/2473.61		at scala.App.main$(App.scala:74)
2520.06/2473.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2473.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2473.61	v <instantiation cost="137">
2520.06/2473.61	v       <list>
2520.06/2473.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2520.06/2473.61	v       </list>
2520.06/2473.61	v       <values>
2520.06/2473.61	v         0 1 3 12 19 25 51 59 80 95 100 123 133 137 1 3 12 19 25 51 59 80 95 100 123 133 137 2 11 18 24 50 58 79 94 99 122 132 136 9 16 22 48 56 77 92 97 120 130 134 7 13 39 47 68 83 88 111 121 125 6 32 40 61 76 81 104 114 118 26 34 55 70 75 98 108 112 8 29 44 49 72 82 86 21 36 41 64 74 78 15 20 43 53 57 5 28 38 42 23 33 37 10 14 4
2520.06/2473.61	v       </values>
2520.06/2473.61	v     </instantiation>
2520.06/2473.62	s SATISFIABLE

Verifier Data

OK	137

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294340-1532467596/watcher-4294340-1532467596 -o /tmp/evaluation-result-4294340-1532467596/solver-4294340-1532467596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=976341597 HOME/instance-4294340-1532467596.xml 

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

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

solver pid=21721, runsolver pid=21718

[startup+0.100392 s]*
/proc/loadavg: 1.38 1.33 1.25 2/210 21778
/proc/meminfo: memFree=14569152/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=9972712 memory=14912 CPUtime=0.08 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 4393 12969 0 0 1 0 5 2 20 0 6 0 64322807 10212057088 3728 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2493178 3728 1934 1 0 2481616 0
[pid=21721/tid=21774] ppid=21718 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 2204 12969 0 0 0 0 5 2 20 0 6 0 64322816 10212057088 3728 33554432000 4194304 4196468 140720895019296 140157371626064 140157383869820 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=9972712 memory=5793855830790556089 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 6 0 64322817 10212057088 3728 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=9972712 memory=140579780662912 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 64322817 10212057088 3728 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 64322817 10212057088 3728 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 6 0 64322817 10212057088 3728 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210156 s]*
/proc/loadavg: 1.38 1.33 1.25 3/219 21787
/proc/meminfo: memFree=14551920/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10818904 memory=38872 CPUtime=0.25 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 7919 12969 0 0 17 1 5 2 20 0 15 0 64322807 11078557696 9718 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2704726 9718 2984 1 0 2667149 0
[pid=21721/tid=21774] ppid=21718 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 4424 12969 0 0 11 1 5 2 20 0 15 0 64322816 11078557696 9784 33554432000 4194304 4196468 140720895019296 140157371612632 140157380065024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10818904 memory=4211974305985453450 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11078557696 9784 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10818904 memory=140579780662912 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11078557696 9784 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322819 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 33 12969 0 0 0 0 5 2 20 0 15 0 64322819 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156858246304 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322819 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156258476784 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11078557696 9784 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 372 12969 0 0 1 0 5 2 20 0 15 0 64322822 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 271 12969 0 0 0 0 5 2 20 0 15 0 64322822 11078557696 9784 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10818904 memory=140579780662912 CPUtime=0.1 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 667 12969 0 0 3 0 5 2 20 0 15 0 64322822 11078557696 9850 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11078557696 9850 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10818904 memory=140579780662912 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322822 11078557696 9850 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38872 KiB

[startup+0.310455 s]*
/proc/loadavg: 1.38 1.33 1.25 3/219 21787
/proc/meminfo: memFree=14539632/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10819352 memory=50156 CPUtime=0.37 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 10646 12969 0 0 28 2 5 2 20 0 15 0 64322807 11079016448 12539 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2704838 12539 3103 1 0 2667149 0
[pid=21721/tid=21774] ppid=21718 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 7055 12969 0 0 19 1 5 2 20 0 15 0 64322816 11079016448 12539 33554432000 4194304 4196468 140720895019296 140157371601312 140157399811229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 12539 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 12539 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10819352 memory=140579780662911 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 33 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156858246304 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10819352 memory=140579780662912 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156258476784 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 376 12969 0 0 1 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 276 12969 0 0 1 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 698 12969 0 0 5 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 12539 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50156 KiB

[startup+0.700811 s]
/proc/loadavg: 1.38 1.33 1.25 3/219 21787
/proc/meminfo: memFree=14527724/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10819352 memory=83496 CPUtime=0.98 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 17082 12969 0 0 87 4 5 2 20 0 15 0 64322807 11079016448 20874 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2704838 20874 3237 1 0 2667149 0
[pid=21721/tid=21774] ppid=21718 vsize=10819352 memory=19756 CPUtime=0.65 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 12290 12969 0 0 55 3 5 2 20 0 15 0 64322816 11079016448 20874 33554432000 4194304 4196468 140720895019296 140157371590056 140157381352878 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 20874 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 20874 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 64322817 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 5 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10819352 memory=140579648610912 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 33 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156858246304 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10819352 memory=140582869533808 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322819 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156258476784 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10819352 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10819352 memory=6153431502485414241 CPUtime=0.14 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 754 12969 0 0 7 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10819352 memory=7881696724453321575 CPUtime=0.17 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 894 12969 0 0 10 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 900 12969 0 0 13 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322822 11079016448 20874 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83496 KiB

[startup+1.50071 s]
/proc/loadavg: 1.35 1.32 1.25 3/219 21787
/proc/meminfo: memFree=14483396/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10834252 memory=174940 CPUtime=2.26 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 24333 12969 0 0 210 9 5 2 20 0 15 0 64322807 11094274048 43735 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2708563 43735 3469 1 0 2670221 0
[pid=21721/tid=21774] ppid=21718 vsize=10834252 memory=7306056177471742290 CPUtime=1.42 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 17854 12969 0 0 129 6 5 2 20 0 15 0 64322816 11094274048 43735 33554432000 4194304 4196468 140720895019296 140157371620704 140157380065090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10834252 memory=7525062413837036137 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 27 12969 0 0 1 0 5 2 20 0 15 0 64322817 11094274048 43735 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10834252 memory=7738401746198555240 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 193 12969 0 0 1 0 5 2 20 0 15 0 64322817 11094274048 43735 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 17 12969 0 0 1 0 5 2 20 0 15 0 64322817 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10834252 memory=234119741115186 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 74 12969 0 0 1 0 5 2 20 0 15 0 64322817 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10834252 memory=3843371840305377312 CPUtime=0.08 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 65 12969 0 0 1 0 5 2 20 0 15 0 64322819 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10834252 memory=4638778406923096400 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 34 12969 0 0 0 0 5 2 20 0 15 0 64322819 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156858246368 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10834252 memory=4638778402627666016 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322819 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156258476784 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10834252 memory=281159296614640 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10834252 memory=6935649255759570240 CPUtime=0.29 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 1300 12969 0 0 22 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10834252 memory=-6725382255394580582 CPUtime=0.25 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 1002 12969 0 0 18 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10834252 memory=6656426216303648864 CPUtime=0.39 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 1567 12969 0 0 32 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10834252 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 64322822 11094274048 43735 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 103728 12969 0 0 229569 57 5 2 20 0 15 0 64322816 11176083456 285390 33554432000 4194304 4196468 140720895019296 140157371624896 140157016310482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10914144 memory=1141560 CPUtime=12.28 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 26227 12969 0 0 1159 62 5 2 20 0 15 0 64322817 11176083456 285390 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10914144 memory=1141560 CPUtime=12.26 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 23197 12969 0 0 1160 59 5 2 20 0 15 0 64322817 11176083456 285390 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10914144 memory=1141560 CPUtime=12.26 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 17428 12969 0 0 1161 58 5 2 20 0 15 0 64322817 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10914144 memory=1141560 CPUtime=12.3 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 25023 12969 0 0 1164 59 5 2 20 0 15 0 64322817 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10914144 memory=1141560 CPUtime=11.09 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 19119 12969 0 0 1043 59 5 2 20 0 15 0 64322819 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10914144 memory=1141560 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 42 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156858246432 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10914144 memory=12040 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156258476800 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10914144 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10914144 memory=1141560 CPUtime=3.91 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 29061 12969 0 0 381 3 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10914144 memory=1141560 CPUtime=3.06 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 16885 12969 0 0 296 3 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10914144 memory=1141560 CPUtime=1.82 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 20221 12969 0 0 172 3 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10914144 memory=1141560 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10914144 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1416 12969 0 0 63 74 5 2 20 0 15 0 64322822 11176083456 285390 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 2366.24 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1141560 KiB

[startup+2382.3 s]
/proc/loadavg: 1.99 1.62 1.48 3/199 22100
/proc/meminfo: memFree=14792964/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10914144 memory=1143608 CPUtime=2427.23 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 286392 12969 0 0 242334 382 5 2 20 0 15 0 64322807 11176083456 285902 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2728536 285902 3527 1 0 2690189 0
[pid=21721/tid=21774] ppid=21718 vsize=10914144 memory=1143608 CPUtime=2355.66 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 104685 12969 0 0 235501 58 5 2 20 0 15 0 64322816 11176083456 285902 33554432000 4194304 4196468 140720895019296 140157371624064 140157016391247 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10914144 memory=1143608 CPUtime=12.62 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 26287 12969 0 0 1191 64 5 2 20 0 15 0 64322817 11176083456 285902 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10914144 memory=1143608 CPUtime=12.58 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 23545 12969 0 0 1191 60 5 2 20 0 15 0 64322817 11176083456 285902 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10914144 memory=1143608 CPUtime=12.6 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 17594 12969 0 0 1193 60 5 2 20 0 15 0 64322817 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10914144 memory=1143608 CPUtime=12.63 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 25041 12969 0 0 1196 60 5 2 20 0 15 0 64322817 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10914144 memory=1143608 CPUtime=11.38 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 19368 12969 0 0 1070 61 5 2 20 0 15 0 64322819 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10914144 memory=1143608 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 42 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156858246432 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10914144 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156258476800 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10914144 memory=1143608 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10914144 memory=0 CPUtime=3.91 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 29063 12969 0 0 381 3 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10914144 memory=1143608 CPUtime=3.06 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 16887 12969 0 0 296 3 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10914144 memory=3828 CPUtime=1.82 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 20223 12969 0 0 172 3 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10914144 memory=19832 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10914144 memory=1296 CPUtime=1.47 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1456 12969 0 0 64 76 5 2 20 0 15 0 64322822 11176083456 285902 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 2427.23 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1143608 KiB

[startup+2442.3 s]
/proc/loadavg: 1.87 1.67 1.51 3/218 22302
/proc/meminfo: memFree=13727532/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10914144 memory=1143612 CPUtime=2488.23 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 288439 12969 0 0 248425 391 5 2 20 0 15 0 64322807 11176083456 285903 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2728536 285903 3527 1 0 2690189 0
[pid=21721/tid=21774] ppid=21718 vsize=10914144 memory=1143612 CPUtime=2414.99 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 105681 12969 0 0 241433 59 5 2 20 0 15 0 64322816 11176083456 285903 33554432000 4194304 4196468 140720895019296 140157371624064 140157016618028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10914144 memory=1143612 CPUtime=12.95 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 26397 12969 0 0 1222 66 5 2 20 0 15 0 64322817 11176083456 285903 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10914144 memory=1143612 CPUtime=12.92 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 23587 12969 0 0 1224 61 5 2 20 0 15 0 64322817 11176083456 285903 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10914144 memory=1143612 CPUtime=12.94 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 17617 12969 0 0 1224 63 5 2 20 0 15 0 64322817 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10914144 memory=1143612 CPUtime=12.97 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 25483 12969 0 0 1228 62 5 2 20 0 15 0 64322817 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10914144 memory=0 CPUtime=11.66 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 19574 12969 0 0 1098 61 5 2 20 0 15 0 64322819 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10914144 memory=1143612 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 42 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156858246432 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10914144 memory=1143612 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156258476800 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10914144 memory=1143612 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10914144 memory=281159297823328 CPUtime=3.91 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 29065 12969 0 0 381 3 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10914144 memory=6791534058613427641 CPUtime=3.06 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 16889 12969 0 0 296 3 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10914144 memory=952 CPUtime=1.83 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 20429 12969 0 0 172 4 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10914144 memory=3828 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10914144 memory=19832 CPUtime=1.51 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1474 12969 0 0 66 78 5 2 20 0 15 0 64322822 11176083456 285903 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 2488.23 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1143612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.6 s]
/proc/loadavg: 1.86 1.68 1.51 3/218 22303
/proc/meminfo: memFree=13720444/32770624 swapFree=67108860/67108860
[pid=21721] ppid=21718 vsize=10914144 memory=1145660 CPUtime=2520.06 cores=1,3,5,7
/proc/21721/stat : 21721 (java) S 21718 21721 21303 0 -1 1077944320 289559 12969 0 0 251603 396 5 2 20 0 15 0 64322807 11176083456 286415 33554432000 4194304 4196468 140720895019296 140720895001840 140157399789303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
/proc/21721/statm: 2728536 286415 3527 1 0 2690189 0
[pid=21721/tid=21774] ppid=21718 vsize=10914144 memory=-7003737579269690708 CPUtime=2445.93 cores=1,3,5,7
/proc/21721/task/21774/stat : 21774 (java) R 21718 21721 21303 0 -1 4202560 106144 12969 0 0 244526 60 5 2 20 0 15 0 64322816 11176083456 286415 33554432000 4194304 4196468 140720895019296 140157371623760 140157015445938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21775] ppid=21718 vsize=10914144 memory=1145660 CPUtime=13.13 cores=1,3,5,7
/proc/21721/task/21775/stat : 21775 (java) S 21718 21721 21303 0 -1 1077944384 26419 12969 0 0 1240 66 5 2 20 0 15 0 64322817 11176083456 286415 33554432000 4194304 4196468 140720895019296 140157404032016 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21776] ppid=21718 vsize=10914144 memory=928 CPUtime=13.11 cores=1,3,5,7
/proc/21721/task/21776/stat : 21776 (java) S 21718 21721 21303 0 -1 1077944384 23669 12969 0 0 1241 63 5 2 20 0 15 0 64322817 11176083456 286415 33554432000 4194304 4196468 140720895019296 140157333789840 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21777] ppid=21718 vsize=10914144 memory=2244 CPUtime=13.11 cores=1,3,5,7
/proc/21721/task/21777/stat : 21777 (java) S 21718 21721 21303 0 -1 1077944384 17990 12969 0 0 1241 63 5 2 20 0 15 0 64322817 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156971969296 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21778] ppid=21718 vsize=10914144 memory=4132 CPUtime=13.15 cores=1,3,5,7
/proc/21721/task/21778/stat : 21778 (java) S 21718 21721 21303 0 -1 1077944384 25494 12969 0 0 1245 63 5 2 20 0 15 0 64322817 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156970916752 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21779] ppid=21718 vsize=10914144 memory=6944656592455360569 CPUtime=11.82 cores=1,3,5,7
/proc/21721/task/21779/stat : 21779 (java) S 21718 21721 21303 0 -1 1077944384 19733 12969 0 0 1113 62 5 2 20 0 15 0 64322819 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156859300080 140157399800450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21780] ppid=21718 vsize=10914144 memory=981 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21780/stat : 21780 (java) S 21718 21721 21303 0 -1 1077944384 42 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156858246432 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21781] ppid=21718 vsize=10914144 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21781/stat : 21781 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322819 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156258476800 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21782] ppid=21718 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21782/stat : 21782 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140155951077328 140157399807899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21783] ppid=21718 vsize=10914144 memory=2448 CPUtime=3.91 cores=1,3,5,7
/proc/21721/task/21783/stat : 21783 (java) S 21718 21721 21303 0 -1 1077944384 29067 12969 0 0 381 3 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156824689392 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21784] ppid=21718 vsize=10914144 memory=1728 CPUtime=3.06 cores=1,3,5,7
/proc/21721/task/21784/stat : 21784 (java) S 21718 21721 21303 0 -1 1077944384 16891 12969 0 0 296 3 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156823636848 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21785] ppid=21718 vsize=10914144 memory=792 CPUtime=1.83 cores=1,3,5,7
/proc/21721/task/21785/stat : 21785 (java) S 21718 21721 21303 0 -1 1077944384 20431 12969 0 0 172 4 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156822583792 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21786] ppid=21718 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/21721/task/21786/stat : 21786 (java) S 21718 21721 21303 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140155917519712 140157399799509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
[pid=21721/tid=21787] ppid=21718 vsize=10914144 memory=1200 CPUtime=1.53 cores=1,3,5,7
/proc/21721/task/21787/stat : 21787 (java) S 21718 21721 21303 0 -1 1077944384 1478 12969 0 0 67 79 5 2 20 0 15 0 64322822 11176083456 286415 33554432000 4194304 4196468 140720895019296 140156821531184 140157399800450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34226176 140720895023727 140720895026524 140720895026524 140720895029199 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1145660 KiB

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

[startup+2473.63 s]
# the end of solver process 21721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.11 s, system=4.00086 s

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

Child status: 143
Real time (s): 2473.63
CPU time (s): 2520.11
CPU user time (s): 2516.11
CPU system time (s): 4.00086
CPU usage (%): 101.879
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 1145660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.11
system time used= 4.00086
maximum resident set size= 1149892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302374
involuntary context switches= 6786


# summary of solver processes directly reported to runsolver:
#   pid: 21721
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.11
#   total CPU system time (s): 4.00086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5685 second user time and 18.8816 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 23:26:36
IDJOB=4294340
IDBENCH=141367
IDSOLVER=2750
FILE ID=node135/4294340-1532467596
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294340-1532467596/watcher-4294340-1532467596 -o /tmp/evaluation-result-4294340-1532467596/solver-4294340-1532467596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=976341597 HOME/instance-4294340-1532467596.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=976341597

node135.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:        14575668 kB
MemAvailable:   30596444 kB
Buffers:          214220 kB
Cached:         15856484 kB
SwapCached:            0 kB
Active:          3805396 kB
Inactive:       13658180 kB
Active(anon):    1342852 kB
Inactive(anon):    69904 kB
Active(file):    2462544 kB
Inactive(file): 13588276 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26508 kB
Writeback:            12 kB
AnonPages:       1400368 kB
Mapped:            51916 kB
Shmem:             17056 kB
Slab:             426708 kB
SReclaimable:     398416 kB
SUnreclaim:        28292 kB
KernelStack:        3584 kB
PageTables:         7948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2299684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1177600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 00:07:50