Trace number 4294042

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-SuperNG 2018-06-13SAT (TO)68 2520.08 2466.43

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2400.26
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
14.05/5.71	o 92
31.88/20.59	o 91
36.05/24.42	o 88
37.01/25.36	o 87
65.70/53.57	o 86
65.82/53.69	o 85
65.97/53.71	o 84
76.86/64.59	o 83
84.77/71.78	o 80
84.77/71.80	o 79
88.16/75.03	o 78
88.16/75.03	o 77
140.09/126.11	o 76
459.67/440.22	o 75
481.08/461.18	o 74
608.21/585.97	o 73
608.21/585.97	o 72
608.21/585.99	o 71
608.21/586.00	o 70
656.59/633.40	o 69
889.45/862.23	o 68
2520.04/2466.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2466.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2466.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2466.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2466.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2466.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2466.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2466.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2466.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2466.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2466.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2466.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2466.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2466.41		at scala.Option.map(Option.scala:146)
2520.04/2466.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2466.41		at concrete.MAC.mac(MAC.scala:203)
2520.04/2466.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2466.41		at scala.util.Try$.apply(Try.scala:209)
2520.04/2466.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2466.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2466.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2466.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2466.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2466.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2466.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2466.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2466.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2466.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2466.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2466.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2466.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2466.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2466.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2466.41		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2466.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2466.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2466.41		at scala.util.Success.map(Try.scala:209)
2520.04/2466.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2466.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2466.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2466.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2466.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2466.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2466.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2466.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2466.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2466.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2466.41		at scala.App.main(App.scala:76)
2520.04/2466.41		at scala.App.main$(App.scala:74)
2520.04/2466.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2466.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2466.41	v <instantiation cost="68">
2520.04/2466.41	v       <list>
2520.04/2466.41	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] np[17] np[18] np[19] np[20] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] nf[17] nf[18] nf[19] nf[20] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21]
2520.04/2466.41	v       </list>
2520.04/2466.41	v       <values>
2520.04/2466.41	v         21 21 -3 19 14 -14 -3 -19 -21 -21 19 19 12 3 14 21 1 -14 -19 19 20 -20 0 0 2 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 2 1 2 1 0 1 0 0 0 0 0 0 0 0 1 0 2 0 0 0 0 4 1 3 0 0 4 0 0 5 6 9 7 7 0 0 0 0 0 0 0 7 10 0 0 13
2520.04/2466.41	v       </values>
2520.04/2466.41	v     </instantiation>
2520.04/2466.42	s SATISFIABLE

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294042-1532422530/watcher-4294042-1532422530 -o /tmp/evaluation-result-4294042-1532422530/solver-4294042-1532422530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1895955164 -superng HOME/instance-4294042-1532422530.xml 

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

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

solver pid=14835, runsolver pid=14832

[startup+0.102082 s]*
/proc/loadavg: 1.23 1.35 1.43 2/210 14892
/proc/meminfo: memFree=15852276/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=9972712 memory=14912 CPUtime=0.1 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 4386 12871 0 0 1 1 6 2 20 0 6 0 59816158 10212057088 3728 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2493178 3728 1934 1 0 2481616 0
[pid=14835/tid=14888] ppid=14832 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 2203 12871 0 0 0 0 6 2 20 0 6 0 59816167 10212057088 3728 33554432000 4194304 4196468 140727992995936 140505594307152 140505606550878 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=9972712 memory=5793855923681708473 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 6 0 59816168 10212057088 3728 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=9972712 memory=140672671815296 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 6 0 59816168 10212057088 3728 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 6 0 59816168 10212057088 3728 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 6 0 59816168 10212057088 3728 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.216498 s]*
/proc/loadavg: 1.23 1.35 1.43 3/219 14901
/proc/meminfo: memFree=15831172/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10818904 memory=44920 CPUtime=0.27 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 9084 12871 0 0 17 2 6 2 20 0 15 0 59816158 11078557696 11230 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2704734 11230 2972 1 0 2667157 0
[pid=14835/tid=14888] ppid=14832 vsize=10818936 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 5917 12871 0 0 10 1 6 2 20 0 15 0 59816167 11078590464 11493 33554432000 4194304 4196468 140727992995936 140505594295200 140505615150109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10818936 memory=4211974398876605834 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11078590464 11493 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10818936 memory=140672671815296 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11078590464 11559 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11078590464 11559 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816168 11078590464 11559 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11078590464 11625 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 33 12871 0 0 0 0 6 2 20 0 15 0 59816170 11078590464 11625 33554432000 4194304 4196468 140727992995936 140505080742816 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816170 11078590464 11625 33554432000 4194304 4196468 140727992995936 140504620590064 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11078590464 11691 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 537 12871 0 0 1 0 6 2 20 0 15 0 59816173 11078590464 11691 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 60 12871 0 0 0 0 6 2 20 0 15 0 59816173 11078590464 11691 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10818936 memory=140672671815296 CPUtime=0.11 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 615 12871 0 0 3 0 6 2 20 0 15 0 59816173 11078590464 11757 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11078590464 11757 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10818936 memory=140672671815296 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816174 11078590464 11757 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44920 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.23 1.35 1.43 4/219 14901
/proc/meminfo: memFree=15819232/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10819352 memory=55224 CPUtime=0.39 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 10928 12871 0 0 28 3 6 2 20 0 15 0 59816158 11079016448 13806 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2704838 13806 3091 1 0 2667149 0
[pid=14835/tid=14888] ppid=14832 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 7448 12871 0 0 18 2 6 2 20 0 15 0 59816167 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505594282400 140505606550878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10819352 memory=140672671815295 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 33 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505080742816 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10819352 memory=140672671815296 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 13848 33554432000 4194304 4196468 140727992995936 140504620590064 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11079016448 13848 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 540 12871 0 0 2 0 6 2 20 0 15 0 59816173 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 66 12871 0 0 1 0 6 2 20 0 15 0 59816173 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 641 12871 0 0 5 0 6 2 20 0 15 0 59816173 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11079016448 13848 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816174 11079016448 13848 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55224 KiB

[startup+0.700762 s]
/proc/loadavg: 1.23 1.35 1.43 3/219 14901
/proc/meminfo: memFree=15808192/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10819352 memory=88212 CPUtime=0.99 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 17160 12871 0 0 86 5 6 2 20 0 15 0 59816158 11079016448 22053 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2704838 22053 3238 1 0 2667149 0
[pid=14835/tid=14888] ppid=14832 vsize=10819352 memory=18768 CPUtime=0.67 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 12482 12871 0 0 55 4 6 2 20 0 15 0 59816167 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505594292112 140505604033947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816168 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10819352 memory=140672527278592 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 6 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10819352 memory=140673063846933 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 33 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505080742816 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10819352 memory=952 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816170 11079016448 22053 33554432000 4194304 4196468 140727992995936 140504620590064 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10819352 memory=7305218370954682711 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11079016448 22053 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10819352 memory=7452169109558027630 CPUtime=0.18 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 1134 12871 0 0 10 0 6 2 20 0 15 0 59816173 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10819352 memory=6935653654008516688 CPUtime=0.15 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 491 12871 0 0 7 0 6 2 20 0 15 0 59816173 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 810 12871 0 0 13 0 6 2 20 0 15 0 59816173 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10819352 memory=1404238533774450294 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11079016448 22053 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816174 11079016448 22053 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88212 KiB

[startup+1.5008 s]
/proc/loadavg: 1.23 1.35 1.43 3/219 14901
/proc/meminfo: memFree=15763100/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10834252 memory=180608 CPUtime=2.32 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 24185 12871 0 0 214 10 6 2 20 0 15 0 59816158 11094274048 45152 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2708563 45152 3475 1 0 2670221 0
[pid=14835/tid=14888] ppid=14832 vsize=10834252 memory=138160 CPUtime=1.42 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 17742 12871 0 0 128 6 6 2 20 0 15 0 59816167 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505594300032 140505606550878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10834252 memory=-3117775541953849442 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 18 12871 0 0 1 0 6 2 20 0 15 0 59816168 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 176 12871 0 0 1 0 6 2 20 0 15 0 59816168 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 22 12871 0 0 1 0 6 2 20 0 15 0 59816168 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 73 12871 0 0 1 0 6 2 20 0 15 0 59816168 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10834252 memory=204637474975820 CPUtime=0.09 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 48 12871 0 0 1 0 6 2 20 0 15 0 59816170 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10834252 memory=3904963032027245965 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 33 12871 0 0 0 0 6 2 20 0 15 0 59816170 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505080742880 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10834252 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11094274048 45152 33554432000 4194304 4196468 140727992995936 140504620590064 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11094274048 45152 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10834252 memory=281345053950192 CPUtime=0.29 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 1345 12871 0 0 21 0 6 2 20 0 15 0 59816173 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10834252 memory=6935649255759570240 CPUtime=0.28 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 1033 12871 0 0 20 0 6 2 20 0 15 0 59816173 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10834252 memory=-6363688009833014631 CPUtime=0.43 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 1499 12871 0 0 35 0 6 2 20 0 15 0 59816173 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10834252 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11094274048 45152 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1 12871 0 0 0 0 6 2 20 0 15 0 59816174 11094274048 45152 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834252 KiB

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

/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 102998 12871 0 0 229777 60 6 2 20 0 15 0 59816167 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505594304896 140505227295816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10916192 memory=11968 CPUtime=11.14 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 18628 12871 0 0 1052 54 6 2 20 0 15 0 59816168 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10916192 memory=1074168 CPUtime=11.12 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 12705 12871 0 0 1052 52 6 2 20 0 15 0 59816168 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10916192 memory=1074168 CPUtime=11.19 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 10539 12871 0 0 1060 51 6 2 20 0 15 0 59816168 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10916192 memory=1074168 CPUtime=11.2 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 14226 12871 0 0 1059 53 6 2 20 0 15 0 59816168 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10916192 memory=1074168 CPUtime=9.92 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 17586 12871 0 0 938 46 6 2 20 0 15 0 59816170 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10916192 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 44 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505080742880 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10916192 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 268542 33554432000 4194304 4196468 140727992995936 140504620590080 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10916192 memory=1074168 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11178180608 268542 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10916192 memory=1074168 CPUtime=8.13 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 76963 12871 0 0 796 9 6 2 20 0 15 0 59816173 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10916192 memory=1074168 CPUtime=8.06 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 72630 12871 0 0 789 9 6 2 20 0 15 0 59816173 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10916192 memory=1074168 CPUtime=3.93 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 81779 12871 0 0 376 9 6 2 20 0 15 0 59816173 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10916192 memory=1074168 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11178180608 268542 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10916192 memory=1074168 CPUtime=1.44 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1394 12871 0 0 65 71 6 2 20 0 15 0 59816174 11178180608 268542 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 2373.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1074168 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.38 1.40 3/219 15254
/proc/meminfo: memFree=14879704/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10916192 memory=1076216 CPUtime=2434.76 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 413315 12871 0 0 243107 361 6 2 20 0 15 0 59816158 11178180608 269054 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2729048 269054 3525 1 0 2690701 0
[pid=14835/tid=14888] ppid=14832 vsize=10916192 memory=1076216 CPUtime=2357.86 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 103870 12871 0 0 235718 60 6 2 20 0 15 0 59816167 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505594304672 140505234605351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.41 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 18732 12871 0 0 1079 54 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.4 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 12798 12871 0 0 1079 53 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.46 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 10655 12871 0 0 1086 52 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.48 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 14331 12871 0 0 1086 54 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10916192 memory=1076216 CPUtime=10.17 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 17889 12871 0 0 962 47 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 44 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505080742880 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504620590080 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10916192 memory=1076216 CPUtime=8.13 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 76967 12871 0 0 796 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10916192 memory=1076216 CPUtime=8.06 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 72634 12871 0 0 789 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10916192 memory=1076216 CPUtime=3.93 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 81783 12871 0 0 376 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10916192 memory=1076216 CPUtime=1.48 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1413 12871 0 0 67 73 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 2434.76 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1076216 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.43 1.41 3/219 15255
/proc/meminfo: memFree=14879608/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10916192 memory=1076216 CPUtime=2495.59 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 414494 12871 0 0 249184 367 6 2 20 0 15 0 59816158 11178180608 269054 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2729048 269054 3525 1 0 2690701 0
[pid=14835/tid=14888] ppid=14832 vsize=10916192 memory=1076216 CPUtime=2417.26 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 104571 12871 0 0 241657 61 6 2 20 0 15 0 59816167 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505594305312 140505231119931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.69 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 18845 12871 0 0 1106 55 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.68 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 12859 12871 0 0 1107 53 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.74 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 10674 12871 0 0 1113 53 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.77 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 14385 12871 0 0 1113 56 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10916192 memory=1076216 CPUtime=10.43 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 18088 12871 0 0 987 48 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 44 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505080742880 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504620590080 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10916192 memory=1076216 CPUtime=8.13 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 76969 12871 0 0 796 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10916192 memory=1076216 CPUtime=8.06 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 72636 12871 0 0 789 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10916192 memory=1076216 CPUtime=3.93 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 81785 12871 0 0 376 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10916192 memory=1076216 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10916192 memory=1076216 CPUtime=1.51 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1439 12871 0 0 69 74 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 2495.59 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1076216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.4 s]
/proc/loadavg: 1.57 1.44 1.42 3/219 15256
/proc/meminfo: memFree=14879424/32770624 swapFree=67108860/67108860
[pid=14835] ppid=14832 vsize=10916192 memory=1076216 CPUtime=2520.04 cores=0,2,4,6
/proc/14835/stat : 14835 (java) S 14832 14835 12709 0 -1 1077944320 414744 12871 0 0 251627 369 6 2 20 0 15 0 59816158 11178180608 269054 33554432000 4194304 4196468 140727992995936 140727992978480 140505622470391 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
/proc/14835/statm: 2729048 269054 3525 1 0 2690701 0
[pid=14835/tid=14888] ppid=14832 vsize=10916192 memory=251551 CPUtime=2441.11 cores=0,2,4,6
/proc/14835/task/14888/stat : 14888 (java) R 14832 14835 12709 0 -1 4202560 104800 12871 0 0 244042 61 6 2 20 0 15 0 59816167 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505594304896 140505227876486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14889] ppid=14832 vsize=10916192 memory=1076216 CPUtime=11.81 cores=0,2,4,6
/proc/14835/task/14889/stat : 14889 (java) S 14832 14835 12709 0 -1 1077944384 18851 12871 0 0 1118 55 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505626712848 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14890] ppid=14832 vsize=10916192 memory=15868 CPUtime=11.81 cores=0,2,4,6
/proc/14835/task/14890/stat : 14890 (java) S 14832 14835 12709 0 -1 1077944384 12866 12871 0 0 1119 54 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505195580304 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14891] ppid=14832 vsize=10916192 memory=4012 CPUtime=11.86 cores=0,2,4,6
/proc/14835/task/14891/stat : 14891 (java) S 14832 14835 12709 0 -1 1077944384 10675 12871 0 0 1125 53 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505194527760 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14892] ppid=14832 vsize=10916192 memory=6791534058613427641 CPUtime=11.88 cores=0,2,4,6
/proc/14835/task/14892/stat : 14892 (java) S 14832 14835 12709 0 -1 1077944384 14386 12871 0 0 1124 56 6 2 20 0 15 0 59816168 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505193475216 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14893] ppid=14832 vsize=10916192 memory=1076216 CPUtime=10.53 cores=0,2,4,6
/proc/14835/task/14893/stat : 14893 (java) S 14832 14835 12709 0 -1 1077944384 18092 12871 0 0 997 48 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505081796592 140505622481538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14894] ppid=14832 vsize=10916192 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14894/stat : 14894 (java) S 14832 14835 12709 0 -1 1077944384 44 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505080742880 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14895] ppid=14832 vsize=10916192 memory=18488 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14895/stat : 14895 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816170 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504620590080 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14896] ppid=14832 vsize=10916192 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14896/stat : 14896 (java) S 14832 14835 12709 0 -1 1077944384 2 12871 0 0 0 0 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140504352155856 140505622488987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14897] ppid=14832 vsize=10916192 memory=1076216 CPUtime=8.13 cores=0,2,4,6
/proc/14835/task/14897/stat : 14897 (java) S 14832 14835 12709 0 -1 1077944384 76969 12871 0 0 796 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505047185904 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14898] ppid=14832 vsize=10916192 memory=6791534058613427641 CPUtime=8.06 cores=0,2,4,6
/proc/14835/task/14898/stat : 14898 (java) S 14832 14835 12709 0 -1 1077944384 72636 12871 0 0 789 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505046133360 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14899] ppid=14832 vsize=10916192 memory=3848 CPUtime=3.93 cores=0,2,4,6
/proc/14835/task/14899/stat : 14899 (java) S 14832 14835 12709 0 -1 1077944384 81785 12871 0 0 376 9 6 2 20 0 15 0 59816173 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505045080816 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14900] ppid=14832 vsize=10916192 memory=2716 CPUtime=0.08 cores=0,2,4,6
/proc/14835/task/14900/stat : 14900 (java) S 14832 14835 12709 0 -1 1077944384 3 12871 0 0 0 0 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140503882394720 140505622480597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
[pid=14835/tid=14901] ppid=14832 vsize=10916192 memory=2856 CPUtime=1.52 cores=0,2,4,6
/proc/14835/task/14901/stat : 14901 (java) S 14832 14835 12709 0 -1 1077944384 1441 12871 0 0 69 75 6 2 20 0 15 0 59816174 11178180608 269054 33554432000 4194304 4196468 140727992995936 140505044027696 140505622481538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727993002155 140727993005404 140727993005404 140727993008079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1076216 KiB

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

[startup+2466.43 s]
# the end of solver process 14835 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.7303 s

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

Child status: 143
Real time (s): 2466.43
CPU time (s): 2520.08
CPU user time (s): 2516.35
CPU system time (s): 3.7303
CPU usage (%): 102.175
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1076732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.7303
maximum resident set size= 1080340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279134
involuntary context switches= 9455


# summary of solver processes directly reported to runsolver:
#   pid: 14835
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.7303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7315 second user time and 23.3891 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 10:55:30
IDJOB=4294042
IDBENCH=141321
IDSOLVER=2751
FILE ID=node135/4294042-1532422530
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22b_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294042-1532422530/watcher-4294042-1532422530 -o /tmp/evaluation-result-4294042-1532422530/solver-4294042-1532422530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1895955164 -superng HOME/instance-4294042-1532422530.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=1895955164

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:        15860452 kB
MemAvailable:   30894208 kB
Buffers:          202600 kB
Cached:         14885608 kB
SwapCached:            0 kB
Active:          3439184 kB
Inactive:       12746580 kB
Active(anon):    1047256 kB
Inactive(anon):    69860 kB
Active(file):    2391928 kB
Inactive(file): 12676720 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:       1104284 kB
Mapped:            51212 kB
Shmem:             17056 kB
Slab:             422144 kB
SReclaimable:     393568 kB
SUnreclaim:        28576 kB
KernelStack:        3824 kB
PageTables:         6772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2049940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 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= 48368 MiB
End job on node135 at 2018-07-24 11:36:36