Trace number 4295975

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)144 2520.09 2488.43

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
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.98/0.74	c Concrete v3.8.1528841891564 running
8.24/4.64	o 255
8.24/4.67	o 246
8.24/4.69	o 237
8.24/4.69	o 236
8.58/4.78	o 229
8.58/4.78	o 227
8.58/4.79	o 226
10.23/5.26	o 215
10.23/5.27	o 212
10.23/5.28	o 210
10.56/5.30	o 207
10.56/5.31	o 206
10.56/5.32	o 204
10.56/5.33	o 202
10.56/5.35	o 200
10.88/5.45	o 198
10.88/5.46	o 197
10.88/5.47	o 190
11.82/5.77	o 185
12.08/5.89	o 184
12.76/6.15	o 182
16.39/9.06	o 181
16.88/9.27	o 180
16.88/9.28	o 178
17.24/9.56	o 177
20.12/11.94	o 176
22.37/13.67	o 174
22.48/13.74	o 171
22.48/13.74	o 170
22.48/13.78	o 168
60.04/50.08	o 167
69.84/59.68	o 165
84.67/74.23	o 163
98.28/87.63	o 162
98.40/87.70	o 161
98.64/87.94	o 160
171.21/158.90	o 158
171.21/158.90	o 156
171.74/159.45	o 154
206.60/193.70	o 153
322.34/307.28	o 152
323.07/307.98	o 151
323.28/308.19	o 146
324.41/309.21	o 144
2520.04/2488.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2488.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2488.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2488.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.04/2488.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2488.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2488.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2488.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2488.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2488.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2488.40		at scala.Option.map(Option.scala:146)
2520.04/2488.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2488.40		at concrete.MAC.mac(MAC.scala:203)
2520.04/2488.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2488.41		at scala.util.Try$.apply(Try.scala:209)
2520.04/2488.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2488.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2488.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2488.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2488.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2488.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2488.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2488.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2488.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2488.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2488.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2488.41		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2488.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2488.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2488.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2488.41		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2488.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2488.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2488.41		at scala.util.Success.map(Try.scala:209)
2520.04/2488.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2488.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2488.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2488.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2488.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2488.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2488.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2488.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2488.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2488.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2488.41		at scala.App.main(App.scala:76)
2520.04/2488.41		at scala.App.main$(App.scala:74)
2520.04/2488.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2488.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2488.41	v <instantiation cost="144">
2520.04/2488.41	v       <list>
2520.04/2488.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2520.04/2488.41	v       </list>
2520.04/2488.41	v       <values>
2520.04/2488.41	v         16 18 19 27 29 28 25 24 23 26 22 21 20 13 14 17 15 12 9 8 7 5 4 2 0 1 6 11 10 3 5 5 8 12 3 2 4 1 5 3 2 1 8 12 4 4 4 4 4 1 4 2 1 2 7 4 8 1 10 13
2520.04/2488.41	v       </values>
2520.04/2488.41	v     </instantiation>
2520.04/2488.42	s SATISFIABLE

Verifier Data

OK	144

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295975-1532602541/watcher-4295975-1532602541 -o /tmp/evaluation-result-4295975-1532602541/solver-4295975-1532602541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1563964844 -superng HOME/instance-4295975-1532602541.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=3602, runsolver pid=3599

[startup+0.102411 s]*
/proc/loadavg: 1.10 1.30 1.37 2/206 3659
/proc/meminfo: memFree=16948000/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=9972712 memory=16284 CPUtime=0.08 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 4249 13207 0 0 1 0 4 3 20 0 6 0 77817258 10212057088 4071 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2493178 4071 1918 1 0 2481616 0
[pid=3602/tid=3655] ppid=3599 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 2119 13207 0 0 0 0 4 3 20 0 6 0 77817267 10212057088 4137 33554432000 4194304 4196468 140724415654320 139816608445008 139816620688734 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 6 0 77817268 10212057088 4137 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=9972712 memory=139974903641728 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 6 0 77817268 10212057088 4137 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 6 0 77817268 10212057088 4137 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 6 0 77817268 10212057088 4137 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.209947 s]*
/proc/loadavg: 1.10 1.30 1.37 3/215 3668
/proc/meminfo: memFree=16928404/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10818856 memory=43052 CPUtime=0.25 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 8615 13207 0 0 16 2 4 3 20 0 15 0 77817258 11078508544 10763 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2704714 10763 2957 1 0 2667149 0
[pid=3602/tid=3655] ppid=3599 vsize=10818856 memory=-8171376296011865461 CPUtime=0.18 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 5269 13207 0 0 10 1 4 3 20 0 15 0 77817267 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816608405904 139816619795056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10818856 memory=139974903641728 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 15 0 77817268 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10818856 memory=139974903641728 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 15 0 77817270 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 13 13207 0 0 0 0 4 3 20 0 15 0 77817270 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816083645216 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817270 11078508544 10763 33554432000 4194304 4196468 140724415654320 139815479665776 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 497 13207 0 0 1 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 89 13207 0 0 1 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10818856 memory=139974903641728 CPUtime=0.1 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 547 13207 0 0 3 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10818856 memory=139974903641728 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817273 11078508544 10763 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43052 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.10 1.30 1.37 3/215 3668
/proc/meminfo: memFree=16917472/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10819352 memory=54396 CPUtime=0.38 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 10621 13207 0 0 28 3 4 3 20 0 15 0 77817258 11079016448 13599 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2704838 13599 3088 1 0 2667149 0
[pid=3602/tid=3655] ppid=3599 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 7278 13207 0 0 19 2 4 3 20 0 15 0 77817267 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816608420256 139816620688734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 13 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816083645216 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 13599 33554432000 4194304 4196468 140724415654320 139815479665776 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 498 13207 0 0 1 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 89 13207 0 0 1 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 553 13207 0 0 5 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 13599 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54396 KiB

[startup+0.700818 s]
/proc/loadavg: 1.10 1.30 1.37 4/215 3668
/proc/meminfo: memFree=16906556/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10819352 memory=86692 CPUtime=0.98 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 16837 13207 0 0 87 4 4 3 20 0 15 0 77817258 11079016448 21673 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2704838 21673 3237 1 0 2667149 0
[pid=3602/tid=3655] ppid=3599 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 12558 13207 0 0 56 3 4 3 20 0 15 0 77817267 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816608429072 139816636630173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10819352 memory=7886766292050524213 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10819352 memory=5860705218891763792 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10819352 memory=6226596351323422817 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 2 13207 0 0 0 0 4 3 20 0 15 0 77817268 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 5 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 13 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 21673 33554432000 4194304 4196468 140724415654320 139816083645216 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10819352 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817270 11079016448 21673 33554432000 4194304 4196468 140724415654320 139815479665776 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 21673 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10819352 memory=2244 CPUtime=0.14 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 771 13207 0 0 7 0 4 3 20 0 15 0 77817273 11079016448 21737 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 694 13207 0 0 10 0 4 3 20 0 15 0 77817273 11079016448 21737 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) R 3599 3602 32560 0 -1 4202560 595 13207 0 0 13 0 4 3 20 0 15 0 77817273 11079016448 21737 33554432000 4194304 4196468 140724415654320 139816160123760 139816636620182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 21737 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10819352 memory=30305 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817273 11079016448 21737 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86692 KiB

[startup+1.50071 s]
/proc/loadavg: 1.10 1.30 1.37 4/215 3668
/proc/meminfo: memFree=16859728/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10834252 memory=178116 CPUtime=2.35 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 24301 13207 0 0 219 9 4 3 20 0 15 0 77817258 11094274048 44529 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2708563 44529 3473 1 0 2670221 0
[pid=3602/tid=3655] ppid=3599 vsize=10834252 memory=123 CPUtime=1.41 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 18057 13207 0 0 129 5 4 3 20 0 15 0 77817267 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816608420872 139816618173200 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10834252 memory=78 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 19 13207 0 0 1 0 4 3 20 0 15 0 77817268 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 242 13207 0 0 1 0 4 3 20 0 15 0 77817268 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 27 13207 0 0 0 0 4 3 20 0 15 0 77817268 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 70 13207 0 0 0 0 4 3 20 0 15 0 77817268 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 57 13207 0 0 1 0 4 3 20 0 15 0 77817270 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 14 13207 0 0 0 0 4 3 20 0 15 0 77817270 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816083645280 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10834252 memory=-7591201286991560646 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817270 11094274048 44529 33554432000 4194304 4196468 140724415654320 139815479665792 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10834252 memory=-2127766524089884663 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10834252 memory=-2897801490638248331 CPUtime=0.34 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 1634 13207 0 0 27 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10834252 memory=-6364248760763180184 CPUtime=0.3 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 868 13207 0 0 23 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10834252 memory=-2746958450906831519 CPUtime=0.39 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 1117 13207 0 0 32 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10834252 memory=64 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10834252 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1 13207 0 0 0 0 4 3 20 0 15 0 77817273 11094274048 44529 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 2.35 s

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

/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 84863 13207 0 0 231061 28 4 3 20 0 15 0 77817267 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816608443168 139816248342482 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10916192 memory=593928 CPUtime=4.87 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 14596 13207 0 0 454 26 4 3 20 0 15 0 77817268 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10916192 memory=593928 CPUtime=4.89 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 7733 13207 0 0 454 28 4 3 20 0 15 0 77817268 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10916192 memory=593928 CPUtime=4.88 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 13075 13207 0 0 455 26 4 3 20 0 15 0 77817268 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10916192 memory=8112282956445269571 CPUtime=4.86 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 8695 13207 0 0 455 24 4 3 20 0 15 0 77817268 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10916192 memory=593928 CPUtime=4.15 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 10482 13207 0 0 388 20 4 3 20 0 15 0 77817270 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10916192 memory=593964 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 14 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816083645344 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10916192 memory=593964 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 148491 33554432000 4194304 4196468 140724415654320 139815479665792 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10916192 memory=593964 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10916192 memory=593964 CPUtime=7.01 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 35968 13207 0 0 690 4 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10916192 memory=593964 CPUtime=7.17 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 38823 13207 0 0 704 6 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10916192 memory=593964 CPUtime=3.39 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 38081 13207 0 0 324 8 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10916192 memory=593964 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10916192 memory=593964 CPUtime=1.32 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1129 13207 0 0 63 62 4 3 20 0 15 0 77817273 11178180608 148491 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 2353 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 593964 KiB

[startup+2382.3 s]
/proc/loadavg: 1.02 1.19 1.28 3/215 4028
/proc/meminfo: memFree=16456180/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10916192 memory=587352 CPUtime=2413.34 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 257092 13207 0 0 241123 204 4 3 20 0 15 0 77817258 11178180608 146838 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2729048 146838 3526 1 0 2690701 0
[pid=3602/tid=3655] ppid=3599 vsize=10916192 memory=587828 CPUtime=2370.7 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 85501 13207 0 0 237035 28 4 3 20 0 15 0 77817267 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816608442656 139816248339306 0 4 0 16800975 0 0 0 -1 0 0 0 51 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10916192 memory=0 CPUtime=4.99 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 14691 13207 0 0 465 27 4 3 20 0 15 0 77817268 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10916192 memory=593928 CPUtime=5.01 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 7853 13207 0 0 465 29 4 3 20 0 15 0 77817268 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10916192 memory=593964 CPUtime=5 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 13445 13207 0 0 466 27 4 3 20 0 15 0 77817268 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10916192 memory=593984 CPUtime=4.98 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 8776 13207 0 0 466 25 4 3 20 0 15 0 77817268 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10916192 memory=592956 CPUtime=4.26 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 10602 13207 0 0 398 21 4 3 20 0 15 0 77817270 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10916192 memory=587316 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 14 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816083645344 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10916192 memory=587352 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146838 33554432000 4194304 4196468 140724415654320 139815479665792 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10916192 memory=587352 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10916192 memory=590392 CPUtime=7.01 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 35970 13207 0 0 690 4 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10916192 memory=587352 CPUtime=7.17 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 38825 13207 0 0 704 6 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10916192 memory=587352 CPUtime=3.39 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 38083 13207 0 0 324 8 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10916192 memory=587352 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10916192 memory=3708 CPUtime=1.35 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1135 13207 0 0 65 63 4 3 20 0 15 0 77817273 11178180608 146838 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 2413.34 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 587352 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.29 1.31 3/214 4029
/proc/meminfo: memFree=16457360/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10916192 memory=587372 CPUtime=2473.69 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 258021 13207 0 0 247154 208 4 3 20 0 15 0 77817258 11178180608 146843 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2729048 146843 3526 1 0 2690701 0
[pid=3602/tid=3655] ppid=3599 vsize=10916192 memory=587372 CPUtime=2430.45 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 85837 13207 0 0 243010 28 4 3 20 0 15 0 77817267 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816608443776 139816247715493 0 4 0 16800975 0 0 0 -1 2 0 0 51 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10916192 memory=587352 CPUtime=5.1 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 14712 13207 0 0 476 27 4 3 20 0 15 0 77817268 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10916192 memory=587352 CPUtime=5.11 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 7859 13207 0 0 475 29 4 3 20 0 15 0 77817268 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10916192 memory=587372 CPUtime=5.11 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 13456 13207 0 0 477 27 4 3 20 0 15 0 77817268 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10916192 memory=587372 CPUtime=5.09 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 8788 13207 0 0 476 26 4 3 20 0 15 0 77817268 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10916192 memory=587372 CPUtime=4.35 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 10658 13207 0 0 407 21 4 3 20 0 15 0 77817270 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10916192 memory=593984 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 14 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816083645344 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10916192 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146843 33554432000 4194304 4196468 140724415654320 139815479665792 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10916192 memory=587372 CPUtime=7.03 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 36329 13207 0 0 692 4 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10916192 memory=587372 CPUtime=7.18 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 38938 13207 0 0 705 6 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10916192 memory=279949592866720 CPUtime=3.39 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 38083 13207 0 0 324 8 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10916192 memory=587372 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10916192 memory=587372 CPUtime=1.38 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1150 13207 0 0 66 65 4 3 20 0 15 0 77817273 11178180608 146843 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 2473.69 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 587372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.4 s]
/proc/loadavg: 1.31 1.28 1.30 3/215 4031
/proc/meminfo: memFree=16456572/32770624 swapFree=67108796/67108860
[pid=3602] ppid=3599 vsize=10916192 memory=587400 CPUtime=2520.04 cores=0,2,4,6
/proc/3602/stat : 3602 (java) S 3599 3602 32560 0 -1 1077944320 259079 13207 0 0 251786 211 4 3 20 0 15 0 77817258 11178180608 146850 33554432000 4194304 4196468 140724415654320 140724415636864 139816636608247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
/proc/3602/statm: 2729048 146850 3526 1 0 2690701 0
[pid=3602/tid=3655] ppid=3599 vsize=10916192 memory=15044 CPUtime=2476.36 cores=0,2,4,6
/proc/3602/task/3655/stat : 3655 (java) R 3599 3602 32560 0 -1 4202560 86250 13207 0 0 247600 29 4 3 20 0 15 0 77817267 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816608438592 139816250690212 0 4 0 16800975 0 0 0 -1 4 0 0 51 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3656] ppid=3599 vsize=10916192 memory=8112282956445269571 CPUtime=5.18 cores=0,2,4,6
/proc/3602/task/3656/stat : 3656 (java) S 3599 3602 32560 0 -1 1077944384 14818 13207 0 0 484 27 4 3 20 0 15 0 77817268 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816640850832 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3657] ppid=3599 vsize=10916192 memory=587396 CPUtime=5.21 cores=0,2,4,6
/proc/3602/task/3657/stat : 3657 (java) S 3599 3602 32560 0 -1 1077944384 7866 13207 0 0 484 30 4 3 20 0 15 0 77817268 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816555670288 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3658] ppid=3599 vsize=10916192 memory=1408 CPUtime=5.2 cores=0,2,4,6
/proc/3602/task/3658/stat : 3658 (java) S 3599 3602 32560 0 -1 1077944384 13794 13207 0 0 485 28 4 3 20 0 15 0 77817268 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816554618000 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3659] ppid=3599 vsize=10916192 memory=3244 CPUtime=5.18 cores=0,2,4,6
/proc/3602/task/3659/stat : 3659 (java) S 3599 3602 32560 0 -1 1077944384 8798 13207 0 0 485 26 4 3 20 0 15 0 77817268 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816208096272 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3660] ppid=3599 vsize=10916192 memory=551944 CPUtime=4.43 cores=0,2,4,6
/proc/3602/task/3660/stat : 3660 (java) S 3599 3602 32560 0 -1 1077944384 10821 13207 0 0 415 21 4 3 20 0 15 0 77817270 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816163281008 139816636619394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3661] ppid=3599 vsize=10916192 memory=4108 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3661/stat : 3661 (java) S 3599 3602 32560 0 -1 1077944384 14 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816083645344 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3662] ppid=3599 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3662/stat : 3662 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817270 11178180608 146850 33554432000 4194304 4196468 140724415654320 139815479665792 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3663] ppid=3599 vsize=10916192 memory=17804 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3663/stat : 3663 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139815172266064 139816636626843 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3664] ppid=3599 vsize=10916192 memory=4016 CPUtime=7.03 cores=0,2,4,6
/proc/3602/task/3664/stat : 3664 (java) S 3599 3602 32560 0 -1 1077944384 36331 13207 0 0 692 4 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816162228848 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3665] ppid=3599 vsize=10916192 memory=644 CPUtime=7.18 cores=0,2,4,6
/proc/3602/task/3665/stat : 3665 (java) S 3599 3602 32560 0 -1 1077944384 38940 13207 0 0 705 6 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816161176048 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3666] ppid=3599 vsize=10916192 memory=1676 CPUtime=3.39 cores=0,2,4,6
/proc/3602/task/3666/stat : 3666 (java) S 3599 3602 32560 0 -1 1077944384 38085 13207 0 0 324 8 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816160123760 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3667] ppid=3599 vsize=10916192 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/3602/task/3667/stat : 3667 (java) S 3599 3602 32560 0 -1 1077944384 3 13207 0 0 0 0 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139815138708448 139816636618453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
[pid=3602/tid=3668] ppid=3599 vsize=10916192 memory=1232 CPUtime=1.4 cores=0,2,4,6
/proc/3602/task/3668/stat : 3668 (java) S 3599 3602 32560 0 -1 1077944384 1165 13207 0 0 67 66 4 3 20 0 15 0 77817273 11178180608 146850 33554432000 4194304 4196468 140724415654320 139816159070640 139816636619394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 38391808 140724415658155 140724415661404 140724415661404 140724415664079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 587400 KiB

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

[startup+2488.43 s]
# the end of solver process 3602 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.93 s, system=2.15487 s

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

Child status: 143
Real time (s): 2488.43
CPU time (s): 2520.09
CPU user time (s): 2517.93
CPU system time (s): 2.15487
CPU usage (%): 101.272
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 778600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.93
system time used= 2.15487
maximum resident set size= 782180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155488
involuntary context switches= 6041


# summary of solver processes directly reported to runsolver:
#   pid: 3602
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.93
#   total CPU system time (s): 2.15487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3066 second user time and 20.9988 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 12:55:41
IDJOB=4295975
IDBENCH=141626
IDSOLVER=2751
FILE ID=node138/4295975-1532602541
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-30-00_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-4295975-1532602541/watcher-4295975-1532602541 -o /tmp/evaluation-result-4295975-1532602541/solver-4295975-1532602541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1563964844 -superng HOME/instance-4295975-1532602541.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=1563964844

node138.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.71
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.71
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.71
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.71
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:        16955740 kB
MemAvailable:   31302980 kB
Buffers:          190464 kB
Cached:         14301392 kB
SwapCached:           44 kB
Active:          3025092 kB
Inactive:       12146308 kB
Active(anon):     630000 kB
Inactive(anon):    77320 kB
Active(file):    2395092 kB
Inactive(file): 12068988 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26240 kB
Writeback:             0 kB
AnonPages:        618752 kB
Mapped:            48884 kB
Shmem:             25164 kB
Slab:             339900 kB
SReclaimable:     311620 kB
SUnreclaim:        28280 kB
KernelStack:        3808 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1639524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 13:37:09