Trace number 4302692

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)152 252.124 238.336

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 benchmark126
Best CPU time to get the best result obtained on this benchmark252.058
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.99/0.75	c Concrete v3.9.2.1532736233296 running
8.89/4.11	o 255
8.89/4.14	o 247
8.89/4.15	o 244
8.89/4.18	o 238
9.15/4.25	o 236
9.48/4.39	o 218
9.79/4.40	o 217
9.79/4.41	o 212
9.79/4.42	o 211
9.79/4.48	o 209
9.79/4.50	o 208
10.46/4.63	o 203
10.46/4.64	o 201
10.46/4.67	o 199
14.45/6.84	o 182
14.45/6.85	o 180
14.98/7.21	o 178
14.98/7.23	o 176
15.84/7.95	o 171
15.84/7.95	o 170
15.84/7.95	o 169
15.84/7.97	o 166
16.50/8.38	o 165
16.84/8.63	o 163
25.03/15.53	o 162
26.05/16.55	o 161
134.34/122.49	o 159
134.34/122.49	o 158
134.44/122.51	o 156
134.44/122.53	o 154
134.54/122.60	o 153
156.36/143.94	o 152
252.08/238.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.08/238.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.08/238.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.08/238.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.08/238.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.08/238.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.08/238.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.08/238.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.08/238.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/238.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.08/238.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.08/238.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.08/238.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.08/238.30		at scala.Option.map(Option.scala:146)
252.08/238.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.08/238.30		at concrete.MAC.mac(MAC.scala:203)
252.08/238.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.08/238.30		at scala.util.Try$.apply(Try.scala:209)
252.08/238.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.08/238.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.08/238.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.08/238.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.08/238.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.08/238.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.08/238.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.08/238.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.08/238.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.08/238.30		at concrete.MAC.oneRun(MAC.scala:253)
252.08/238.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.08/238.30		at concrete.MAC.nextSolution(MAC.scala:355)
252.08/238.30		at concrete.Solver.hasNext(Solver.scala:166)
252.08/238.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.08/238.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.08/238.30		at concrete.Solver.foreach(Solver.scala:68)
252.08/238.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.08/238.30		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.08/238.30		at scala.util.Success.map(Try.scala:209)
252.08/238.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.08/238.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.08/238.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.08/238.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.08/238.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.08/238.30		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.08/238.30		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.08/238.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.08/238.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.08/238.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.08/238.31		at scala.App.main(App.scala:76)
252.08/238.31		at scala.App.main$(App.scala:74)
252.08/238.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.08/238.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.08/238.31	v <instantiation cost="152">
252.08/238.31	v       <list>
252.08/238.31	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]
252.08/238.31	v       </list>
252.08/238.31	v       <values>
252.08/238.31	v         10 9 12 3 8 7 5 4 2 0 1 6 13 14 17 15 16 18 19 27 29 25 23 24 28 21 22 26 20 11 9 4 7 4 1 4 2 1 2 7 4 8 12 4 4 6 5 5 8 12 4 4 1 4 8 2 3 4 12 1
252.08/238.31	v       </values>
252.08/238.31	v     </instantiation>
252.08/238.31	s SATISFIABLE

Verifier Data

OK	152

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302692-1532898709/watcher-4302692-1532898709 -o /tmp/evaluation-result-4302692-1532898709/solver-4302692-1532898709 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31992 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=850120073 -superng HOME/instance-4302692-1532898709.xml 

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

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

solver pid=1541, runsolver pid=1538

[startup+0.101931 s]*
/proc/loadavg: 1.78 1.79 1.52 2/210 1599
/proc/meminfo: memFree=23305624/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=10005480 memory=16688 CPUtime=0.09 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 4347 13264 0 0 1 0 5 3 20 0 6 0 107434117 10245611520 4172 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2501370 4172 1933 1 0 2489808 0
[pid=1541/tid=1595] ppid=1538 vsize=10005480 memory=8940607975817108597 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 2259 13264 0 0 1 0 5 3 20 0 6 0 107434126 10245611520 4304 33554432000 4194304 4196468 140725684412032 140130296353360 140130308597086 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=10005480 memory=-7001736328920018669 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 6 0 107434127 10245611520 4304 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=10005480 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 6 0 107434127 10245611520 4304 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 6 0 107434127 10245611520 4304 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 6 0 107434127 10245611520 4304 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16688 KiB

[startup+0.210693 s]*
/proc/loadavg: 1.78 1.79 1.52 3/219 1608
/proc/meminfo: memFree=23284140/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=10982728 memory=45336 CPUtime=0.25 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 8641 13264 0 0 16 1 5 3 20 0 15 0 107434117 11246313472 11334 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2745682 11334 2966 1 0 2708117 0
[pid=1541/tid=1595] ppid=1538 vsize=10982696 memory=8940607975817108597 CPUtime=0.19 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 5192 13264 0 0 10 1 5 3 20 0 15 0 107434126 11246280704 11334 33554432000 4194304 4196468 140725684412032 140130296314256 140130308597086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=10982696 memory=-7001736328920018669 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246280704 11334 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=10982696 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=10982696 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 13 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129093019296 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246280704 11334 33554432000 4194304 4196468 140725684412032 140128945169648 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 543 13264 0 0 1 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 71 13264 0 0 1 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=10982696 memory=140649902966400 CPUtime=0.11 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) R 1538 1541 29938 0 -1 4202560 628 13264 0 0 3 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129747318768 140130303111790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=10982696 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246280704 11334 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982728 KiB
Current children cumulated memory: 45336 KiB

[startup+0.310493 s]*
/proc/loadavg: 1.78 1.79 1.52 3/219 1608
/proc/meminfo: memFree=23272728/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=10983192 memory=54116 CPUtime=0.39 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 10055 13264 0 0 29 2 5 3 20 0 15 0 107434117 11246788608 13529 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2745798 13529 3098 1 0 2708109 0
[pid=1541/tid=1595] ppid=1538 vsize=10983192 memory=2880 CPUtime=0.28 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 7144 13264 0 0 19 1 5 3 20 0 15 0 107434126 11246788608 14123 33554432000 4194304 4196468 140725684412032 140130296328608 140130316753726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=10983192 memory=4294967298 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 14123 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=10983192 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=10983192 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=10983192 memory=140649902966399 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 13 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129093019296 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 14123 33554432000 4194304 4196468 140725684412032 140128945169648 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 545 13264 0 0 1 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 71 13264 0 0 1 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=10983192 memory=140649902966400 CPUtime=0.13 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 633 13264 0 0 5 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=10983192 memory=140649902966400 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 14123 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54116 KiB

[startup+0.700772 s]
/proc/loadavg: 1.78 1.79 1.52 3/219 1608
/proc/meminfo: memFree=23261572/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=10983192 memory=88692 CPUtime=0.99 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 16839 13264 0 0 88 3 5 3 20 0 15 0 107434117 11246788608 22173 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2745798 22173 3237 1 0 2708109 0
[pid=1541/tid=1595] ppid=1538 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 12469 13264 0 0 56 2 5 3 20 0 15 0 107434126 11246788608 22173 33554432000 4194304 4196468 140725684412032 140130296338768 140130308597086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=10983192 memory=140649777211856 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 22173 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=10983192 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434127 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 5 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=10983192 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 13 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129093019296 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434129 11246788608 22173 33554432000 4194304 4196468 140725684412032 140128945169648 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=10983192 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 826 13264 0 0 7 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 653 13264 0 0 9 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 669 13264 0 0 13 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=10983192 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434132 11246788608 22173 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88692 KiB

[startup+1.50074 s]
/proc/loadavg: 1.78 1.79 1.52 3/219 1608
/proc/meminfo: memFree=23215588/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=10998092 memory=180204 CPUtime=2.38 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 24233 13264 0 0 222 8 5 3 20 0 15 0 107434117 11262046208 45051 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2749523 45051 3472 1 0 2711181 0
[pid=1541/tid=1595] ppid=1538 vsize=10998092 memory=8 CPUtime=1.44 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 17861 13264 0 0 131 5 5 3 20 0 15 0 107434126 11262046208 45051 33554432000 4194304 4196468 140725684412032 140130296348016 140130306081552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=10998092 memory=4529 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 53 13264 0 0 0 0 5 3 20 0 15 0 107434127 11262046208 45051 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=10998092 memory=14695218540730184 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 19 13264 0 0 0 0 5 3 20 0 15 0 107434127 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=10998092 memory=281299554207968 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 22 13264 0 0 1 0 5 3 20 0 15 0 107434127 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=10998092 memory=6872598998417432672 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 200 13264 0 0 0 0 5 3 20 0 15 0 107434127 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 72 13264 0 0 1 0 5 3 20 0 15 0 107434129 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=10998092 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 14 13264 0 0 0 0 5 3 20 0 15 0 107434129 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129093019360 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=10998092 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434129 11262046208 45051 33554432000 4194304 4196468 140725684412032 140128945169664 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=10998092 memory=3303 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=10998092 memory=24045 CPUtime=0.35 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 1585 13264 0 0 27 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=10998092 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 809 13264 0 0 23 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=10998092 memory=-9174445032661854264 CPUtime=0.41 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 1398 13264 0 0 33 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=10998092 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=10998092 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 1 13264 0 0 0 0 5 3 20 0 15 0 107434132 11262046208 45051 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10998092 KiB

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

/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 57674 13264 0 0 16152 15 5 3 20 0 15 0 107434126 11345952768 163270 33554432000 4194304 4196468 140725684412032 140130296348840 140129907221408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=11080032 memory=654620 CPUtime=0.34 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 4248 13264 0 0 20 6 5 3 20 0 15 0 107434127 11345952768 163270 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=11080032 memory=654104 CPUtime=0.33 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 2212 13264 0 0 19 6 5 3 20 0 15 0 107434127 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=11080032 memory=654104 CPUtime=0.34 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 2524 13264 0 0 21 5 5 3 20 0 15 0 107434127 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=11080032 memory=653080 CPUtime=0.33 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 1703 13264 0 0 20 5 5 3 20 0 15 0 107434127 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=11080032 memory=654104 CPUtime=0.22 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 3536 13264 0 0 13 1 5 3 20 0 15 0 107434129 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=11080032 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 15 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129093019424 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=11080032 memory=30700 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 163270 33554432000 4194304 4196468 140725684412032 140128945169664 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=11080032 memory=655644 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=11080032 memory=657696 CPUtime=5.24 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 26438 13264 0 0 512 4 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=11080032 memory=836 CPUtime=4.67 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 18155 13264 0 0 457 2 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=11080032 memory=1800 CPUtime=2.22 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 17616 13264 0 0 210 4 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=11080032 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=11080032 memory=648 CPUtime=0.15 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 455 13264 0 0 4 3 5 3 20 0 15 0 107434132 11345952768 163270 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 175 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 653080 KiB

[startup+222.301 s]
/proc/loadavg: 1.91 1.74 1.55 3/218 1744
/proc/meminfo: memFree=20576564/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=11080032 memory=643400 CPUtime=235.82 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 139907 13264 0 0 23516 58 5 3 20 0 15 0 107434117 11345952768 160850 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2770008 160850 3527 1 0 2731661 0
[pid=1541/tid=1595] ppid=1538 vsize=11080032 memory=643384 CPUtime=221.53 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 58082 13264 0 0 22129 16 5 3 20 0 15 0 107434126 11345952768 160850 33554432000 4194304 4196468 140725684412032 140130296347312 140129911905573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.45 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 4303 13264 0 0 30 7 5 3 20 0 15 0 107434127 11345952768 160850 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=11080032 memory=8 CPUtime=0.44 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 2296 13264 0 0 29 7 5 3 20 0 15 0 107434127 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=11080032 memory=21 CPUtime=0.45 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 3693 13264 0 0 31 6 5 3 20 0 15 0 107434127 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=11080032 memory=12136 CPUtime=0.43 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 1816 13264 0 0 30 5 5 3 20 0 15 0 107434127 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=11080032 memory=643400 CPUtime=0.32 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 3591 13264 0 0 22 2 5 3 20 0 15 0 107434129 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 15 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129093019424 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 160850 33554432000 4194304 4196468 140725684412032 140128945169664 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=11080032 memory=4132 CPUtime=5.43 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 27365 13264 0 0 531 4 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=11080032 memory=30700 CPUtime=4.88 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 18310 13264 0 0 478 2 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=11080032 memory=1292 CPUtime=2.32 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 17767 13264 0 0 219 5 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=11080032 memory=2444 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=11080032 memory=1832 CPUtime=0.17 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 469 13264 0 0 5 4 5 3 20 0 15 0 107434132 11345952768 160850 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 235.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 643400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.301 s]
/proc/loadavg: 1.86 1.73 1.55 3/218 1745
/proc/meminfo: memFree=20516244/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=11080032 memory=639300 CPUtime=252.08 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 140200 13264 0 0 25140 60 5 3 20 0 15 0 107434117 11345952768 159825 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2770008 159825 3527 1 0 2731661 0
[pid=1541/tid=1595] ppid=1538 vsize=11080032 memory=640840 CPUtime=237.45 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 58134 13264 0 0 23721 16 5 3 20 0 15 0 107434126 11345952768 159825 33554432000 4194304 4196468 140725684412032 140130296351200 140129910950042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 4345 13264 0 0 33 7 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 2342 13264 0 0 32 8 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 3722 13264 0 0 34 6 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.47 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 1822 13264 0 0 33 6 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.35 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 3598 13264 0 0 25 2 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 15 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129093019424 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=11080032 memory=640328 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128945169664 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=11080032 memory=23558 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=11080032 memory=1343 CPUtime=5.5 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 27418 13264 0 0 538 4 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=11080032 memory=1236 CPUtime=4.96 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 18332 13264 0 0 485 3 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=11080032 memory=639300 CPUtime=2.35 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 17799 13264 0 0 222 5 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=11080032 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=11080032 memory=30700 CPUtime=0.18 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 473 13264 0 0 5 5 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 639300 KiB

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

[startup+238.336 s]
# the end of solver process 1541 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.47 s, system=0.653646 s

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

[startup+238.301 s]
/proc/loadavg: 1.86 1.73 1.55 3/218 1745
/proc/meminfo: memFree=20516244/32770624 swapFree=67108860/67108860
[pid=1541] ppid=1538 vsize=11080032 memory=639300 CPUtime=252.08 cores=1,3,5,7
/proc/1541/stat : 1541 (java) S 1538 1541 29938 0 -1 1077944320 140200 13264 0 0 25140 60 5 3 20 0 15 0 107434117 11345952768 159825 33554432000 4194304 4196468 140725684412032 140725684394576 140130324516599 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
/proc/1541/statm: 2770008 159825 3527 1 0 2731661 0
[pid=1541/tid=1595] ppid=1538 vsize=11080032 memory=640840 CPUtime=237.45 cores=1,3,5,7
/proc/1541/task/1595/stat : 1595 (java) R 1538 1541 29938 0 -1 4202560 58134 13264 0 0 23721 16 5 3 20 0 15 0 107434126 11345952768 159825 33554432000 4194304 4196468 140725684412032 140130296351200 140129910950042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1596] ppid=1538 vsize=11080032 memory=643384 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1596/stat : 1596 (java) S 1538 1541 29938 0 -1 1077944384 4345 13264 0 0 33 7 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140130328758800 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1597] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1597/stat : 1597 (java) S 1538 1541 29938 0 -1 1077944384 2342 13264 0 0 32 8 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129864440464 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1598] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.48 cores=1,3,5,7
/proc/1541/task/1598/stat : 1598 (java) S 1538 1541 29938 0 -1 1077944384 3722 13264 0 0 34 6 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129863387408 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1599] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.47 cores=1,3,5,7
/proc/1541/task/1599/stat : 1599 (java) S 1538 1541 29938 0 -1 1077944384 1822 13264 0 0 33 6 5 3 20 0 15 0 107434127 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129862334864 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1600] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.35 cores=1,3,5,7
/proc/1541/task/1600/stat : 1600 (java) S 1538 1541 29938 0 -1 1077944384 3598 13264 0 0 25 2 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129750477552 140130324527746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1601] ppid=1538 vsize=11080032 memory=639300 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1601/stat : 1601 (java) S 1538 1541 29938 0 -1 1077944384 15 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129093019424 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1602] ppid=1538 vsize=11080032 memory=640328 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1602/stat : 1602 (java) S 1538 1541 29938 0 -1 1077944384 2 13264 0 0 0 0 5 3 20 0 15 0 107434129 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128945169664 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1603] ppid=1538 vsize=11080032 memory=23558 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1603/stat : 1603 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128637770192 140130324535195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1604] ppid=1538 vsize=11080032 memory=1343 CPUtime=5.5 cores=1,3,5,7
/proc/1541/task/1604/stat : 1604 (java) S 1538 1541 29938 0 -1 1077944384 27418 13264 0 0 538 4 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129749424368 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1605] ppid=1538 vsize=11080032 memory=1236 CPUtime=4.96 cores=1,3,5,7
/proc/1541/task/1605/stat : 1605 (java) S 1538 1541 29938 0 -1 1077944384 18332 13264 0 0 485 3 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129748371824 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1606] ppid=1538 vsize=11080032 memory=639300 CPUtime=2.35 cores=1,3,5,7
/proc/1541/task/1606/stat : 1606 (java) S 1538 1541 29938 0 -1 1077944384 17799 13264 0 0 222 5 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129747318768 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1607] ppid=1538 vsize=11080032 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/1541/task/1607/stat : 1607 (java) S 1538 1541 29938 0 -1 1077944384 3 13264 0 0 0 0 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140128206973280 140130324526805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
[pid=1541/tid=1608] ppid=1538 vsize=11080032 memory=30700 CPUtime=0.18 cores=1,3,5,7
/proc/1541/task/1608/stat : 1608 (java) S 1538 1541 29938 0 -1 1077944384 473 13264 0 0 5 5 5 3 20 0 15 0 107434132 11345952768 159825 33554432000 4194304 4196468 140725684412032 140129746267184 140130324527746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32960512 140725684419177 140725684421985 140725684421985 140725684424655 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 639300 KiB

Child status: 143
Real time (s): 238.336
CPU time (s): 252.124
CPU user time (s): 251.47
CPU system time (s): 0.653646
CPU usage (%): 105.785
Max. virtual memory (cumulated for all children) (KiB): 11080796
Max. memory (cumulated for all children) (KiB): 776792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.47
system time used= 0.653646
maximum resident set size= 778856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19328
involuntary context switches= 583


# summary of solver processes directly reported to runsolver:
#   pid: 1541
#   total CPU time (s): 252.124
#   total CPU user time (s): 251.47
#   total CPU system time (s): 0.653646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41342 second user time and 2.29318 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 23:11:49
IDJOB=4302692
IDBENCH=141626
IDSOLVER=2777
FILE ID=node132/4302692-1532898709
RUNJOBID= node132-1532897795-31992
PBS_JOBID= 21022524
Free space on /tmp= 58396 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302692-1532898709/watcher-4302692-1532898709 -o /tmp/evaluation-result-4302692-1532898709/solver-4302692-1532898709 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31992 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=850120073 -superng HOME/instance-4302692-1532898709.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=850120073

node132.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.65
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.65
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.65
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.65
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:        23314668 kB
MemAvailable:   31005076 kB
Buffers:          226796 kB
Cached:          7691228 kB
SwapCached:            0 kB
Active:          3532856 kB
Inactive:        5363876 kB
Active(anon):     928576 kB
Inactive(anon):    77820 kB
Active(file):    2604280 kB
Inactive(file):  5286056 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:       1028672 kB
Mapped:            58092 kB
Shmem:             25248 kB
Slab:             257364 kB
SReclaimable:     228532 kB
SUnreclaim:        28832 kB
KernelStack:        3856 kB
PageTables:         6928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2145388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 23:15:48