Trace number 4302689

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)93 252.102 237.235

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark249.846
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.9.2.1532736233296 running
7.21/3.67	o 169
7.57/3.70	o 161
8.24/3.90	o 158
8.24/3.91	o 157
8.24/3.94	o 155
8.24/3.99	o 153
8.59/4.08	o 152
8.93/4.19	o 151
9.23/4.28	o 149
9.55/4.33	o 147
9.55/4.33	o 142
9.55/4.33	o 140
9.55/4.34	o 133
9.55/4.36	o 131
9.55/4.36	o 119
9.55/4.37	o 115
9.55/4.38	o 110
9.55/4.39	o 109
9.87/4.40	o 108
9.87/4.41	o 106
9.87/4.43	o 104
9.87/4.43	o 103
9.87/4.44	o 102
9.87/4.44	o 100
9.87/4.45	o 98
9.87/4.46	o 96
9.87/4.46	o 95
9.87/4.46	o 93
252.03/237.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.03/237.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.03/237.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.03/237.21		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.03/237.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.03/237.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.03/237.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.03/237.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.03/237.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/237.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/237.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.03/237.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.03/237.21		at scala.Option.map(Option.scala:146)
252.03/237.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.03/237.21		at concrete.MAC.mac(MAC.scala:203)
252.03/237.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/237.21		at scala.util.Try$.apply(Try.scala:209)
252.03/237.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/237.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/237.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/237.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/237.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/237.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/237.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/237.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/237.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/237.21		at concrete.MAC.oneRun(MAC.scala:253)
252.03/237.21		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/237.21		at concrete.MAC.nextSolution(MAC.scala:355)
252.03/237.21		at concrete.Solver.hasNext(Solver.scala:166)
252.03/237.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/237.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/237.21		at concrete.Solver.foreach(Solver.scala:68)
252.03/237.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/237.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/237.21		at scala.util.Success.map(Try.scala:209)
252.03/237.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/237.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/237.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/237.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/237.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/237.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/237.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/237.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/237.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/237.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/237.21		at scala.App.main(App.scala:76)
252.03/237.21		at scala.App.main$(App.scala:74)
252.03/237.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/237.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/237.22	v <instantiation cost="93">
252.03/237.22	v       <list>
252.03/237.22	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] 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]
252.03/237.22	v       </list>
252.03/237.22	v       <values>
252.03/237.22	v         3 2 0 1 4 6 11 12 13 14 10 8 9 7 5 2 2 7 4 8 8 1 8 15 7 5 9 4 8 5
252.03/237.22	v       </values>
252.03/237.22	v     </instantiation>
252.03/237.22	s SATISFIABLE

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302689-1532898642/watcher-4302689-1532898642 -o /tmp/evaluation-result-4302689-1532898642/solver-4302689-1532898642 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=863965840 -superng HOME/instance-4302689-1532898642.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=32616, runsolver pid=32613

[startup+0.100102 s]*
/proc/loadavg: 2.35 1.83 1.80 3/208 32673
/proc/meminfo: memFree=25464772/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 4453 13187 0 0 1 0 5 2 20 0 6 0 107427514 10245611520 4269 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2501370 4269 1935 1 0 2489808 0
[pid=32616/tid=32669] ppid=32613 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 2265 13187 0 0 1 0 5 2 20 0 6 0 107427522 10245611520 4335 33554432000 4194304 4196468 140722230439856 140467483538000 140467495829584 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 6 0 107427523 10245611520 4335 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=10005480 memory=140289928062592 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 6 0 107427523 10245611520 4335 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 6 0 107427523 10245611520 4335 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 6 0 107427523 10245611520 4335 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.20993 s]*
/proc/loadavg: 2.35 1.83 1.80 3/217 32682
/proc/meminfo: memFree=25442308/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=10985364 memory=46500 CPUtime=0.25 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 8356 13187 0 0 16 2 5 2 20 0 15 0 107427514 11249012736 11625 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2746341 11625 2954 1 0 2708764 0
[pid=32616/tid=32669] ppid=32613 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 4968 13187 0 0 10 1 5 2 20 0 15 0 107427522 11249012736 11691 33554432000 4194304 4196468 140722230439856 140467483526048 140467504380957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11249012736 11691 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=10985364 memory=4122677998591141536 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11249012736 11757 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11249012736 11757 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427523 11249012736 11757 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=10985364 memory=140289928062592 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427525 11249012736 11757 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 13 13187 0 0 0 0 5 2 20 0 15 0 107427525 11249012736 11757 33554432000 4194304 4196468 140722230439856 140466368537632 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427525 11249012736 11823 33554432000 4194304 4196468 140722230439856 140466167210864 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11249012736 11823 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 431 13187 0 0 1 0 5 2 20 0 15 0 107427528 11249012736 11823 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 181 13187 0 0 1 0 5 2 20 0 15 0 107427528 11249012736 11823 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=10985364 memory=140289928062592 CPUtime=0.1 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 618 13187 0 0 3 0 5 2 20 0 15 0 107427528 11249012736 11823 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11249012736 11889 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=10985364 memory=140289928062592 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427528 11249012736 11889 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 46500 KiB

[startup+0.310426 s]*
/proc/loadavg: 2.35 1.83 1.80 3/217 32682
/proc/meminfo: memFree=25429904/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=10983192 memory=56116 CPUtime=0.38 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 10614 13187 0 0 28 3 5 2 20 0 15 0 107427514 11246788608 14029 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2745798 14029 3073 1 0 2708109 0
[pid=32616/tid=32669] ppid=32613 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 7151 13187 0 0 19 2 5 2 20 0 15 0 107427522 11246788608 14029 33554432000 4194304 4196468 140722230439856 140467483513248 140467511723165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 14029 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 14029 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 14029 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 14029 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 13 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466368537632 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466167210864 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 433 13187 0 0 1 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 181 13187 0 0 1 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=10983192 memory=140289928062592 CPUtime=0.11 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) R 32613 32616 22977 0 -1 4202560 624 13187 0 0 4 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466800302704 140467511713174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=10983192 memory=140289928062592 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 14029 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56116 KiB

[startup+0.700774 s]
/proc/loadavg: 2.35 1.83 1.80 3/217 32682
/proc/meminfo: memFree=25419608/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=10983192 memory=88804 CPUtime=0.98 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 16768 13187 0 0 86 5 5 2 20 0 15 0 107427514 11246788608 22201 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2745798 22201 3247 1 0 2708109 0
[pid=32616/tid=32669] ppid=32613 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 12230 13187 0 0 55 3 5 2 20 0 15 0 107427522 11246788608 22201 33554432000 4194304 4196468 140722230439856 140467483522064 140467491977037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 22201 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 22201 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 22201 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427523 11246788608 22201 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 5 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 13 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466368537632 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427525 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466167210864 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 870 13187 0 0 7 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=10983192 memory=140289805165648 CPUtime=0.15 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 744 13187 0 0 8 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=10983192 memory=142876382069390 CPUtime=0.2 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 696 13187 0 0 13 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=10983192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427528 11246788608 22201 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88804 KiB

[startup+1.50076 s]
/proc/loadavg: 2.35 1.83 1.80 4/217 32682
/proc/meminfo: memFree=25373936/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=11000140 memory=179744 CPUtime=2.22 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 24023 13187 0 0 205 10 5 2 20 0 15 0 107427514 11264143360 44936 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2750035 44936 3475 1 0 2711693 0
[pid=32616/tid=32669] ppid=32613 vsize=11000140 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 17949 13187 0 0 129 6 5 2 20 0 15 0 107427522 11264143360 44936 33554432000 4194304 4196468 140722230439856 140467483533248 140467495781726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 255 13187 0 0 1 0 5 2 20 0 15 0 107427523 11264143360 44936 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=11000140 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 14 13187 0 0 1 0 5 2 20 0 15 0 107427523 11264143360 44936 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=11000140 memory=2864 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 25 13187 0 0 1 0 5 2 20 0 15 0 107427523 11264143360 44936 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=11000140 memory=88804 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 83 13187 0 0 1 0 5 2 20 0 15 0 107427523 11264143360 44936 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 51 13187 0 0 1 0 5 2 20 0 15 0 107427525 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 13 13187 0 0 0 0 5 2 20 0 15 0 107427525 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466368537696 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 2 13187 0 0 0 0 5 2 20 0 15 0 107427525 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466167210880 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=11000140 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=11000140 memory=4638778398332698720 CPUtime=0.23 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 1008 13187 0 0 16 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=11000140 memory=280579610811264 CPUtime=0.29 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 1210 13187 0 0 22 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=11000140 memory=6944656592452807323 CPUtime=0.37 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 1211 13187 0 0 30 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=11000140 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=11000140 memory=4137290303932963203 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 1 13187 0 0 0 0 5 2 20 0 15 0 107427528 11264143360 44936 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 11000140 KiB

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

/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 54616 13187 0 0 10171 16 5 2 20 0 15 0 107427522 11345952768 150645 33554432000 4194304 4196468 140722230439856 140467483533840 140467067888417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=11080032 memory=602580 CPUtime=0.2 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 2569 13187 0 0 11 2 5 2 20 0 15 0 107427523 11345952768 150645 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=11080032 memory=602580 CPUtime=0.2 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 713 13187 0 0 11 2 5 2 20 0 15 0 107427523 11345952768 150645 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=11080032 memory=56 CPUtime=0.2 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 3132 13187 0 0 11 2 5 2 20 0 15 0 107427523 11345952768 150645 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=11080032 memory=602580 CPUtime=0.2 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 1306 13187 0 0 11 2 5 2 20 0 15 0 107427523 11345952768 150645 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=11080032 memory=615376 CPUtime=0.18 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 1561 13187 0 0 11 0 5 2 20 0 15 0 107427525 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=11080032 memory=7444825561389879400 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 15 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466368537760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=11080032 memory=602580 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 9 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466167210880 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=11080032 memory=602580 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=11080032 memory=602580 CPUtime=4.69 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 17953 13187 0 0 460 2 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=11080032 memory=280579611644608 CPUtime=4.63 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 25579 13187 0 0 452 4 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=11080032 memory=6944656592387989600 CPUtime=2.09 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 14276 13187 0 0 199 3 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=11080032 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=11080032 memory=5760 CPUtime=0.11 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 191 13187 0 0 2 2 5 2 20 0 15 0 107427528 11345952768 150645 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 113.94 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 602580 KiB

[startup+162.301 s]
/proc/loadavg: 1.75 1.76 1.77 3/217 32684
/proc/meminfo: memFree=24250024/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=11080032 memory=604644 CPUtime=175.38 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 133698 13187 0 0 17486 45 5 2 20 0 15 0 107427514 11345952768 151161 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2770008 151161 3520 1 0 2731661 0
[pid=32616/tid=32669] ppid=32613 vsize=11080032 memory=604644 CPUtime=161.62 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 55937 13187 0 0 16139 16 5 2 20 0 15 0 107427522 11345952768 151161 33554432000 4194304 4196468 140722230439856 140467483536816 140467071528394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.33 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 3124 13187 0 0 23 3 5 2 20 0 15 0 107427523 11345952768 151161 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.34 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1837 13187 0 0 24 3 5 2 20 0 15 0 107427523 11345952768 151161 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.34 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 3268 13187 0 0 24 3 5 2 20 0 15 0 107427523 11345952768 151161 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=11080032 memory=4136 CPUtime=0.35 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 1402 13187 0 0 25 3 5 2 20 0 15 0 107427523 11345952768 151161 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=11080032 memory=30868 CPUtime=0.32 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 1873 13187 0 0 24 1 5 2 20 0 15 0 107427525 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 15 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466368537760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 9 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466167210880 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=11080032 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=11080032 memory=604644 CPUtime=5.11 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 20273 13187 0 0 502 2 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=11080032 memory=4052 CPUtime=5.08 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 27226 13187 0 0 497 4 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=11080032 memory=644 CPUtime=2.28 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 16255 13187 0 0 218 3 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=11080032 memory=604644 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=11080032 memory=30868 CPUtime=0.14 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 276 13187 0 0 3 4 5 2 20 0 15 0 107427528 11345952768 151161 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 175.38 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 604644 KiB

[startup+222.301 s]
/proc/loadavg: 1.70 1.77 1.77 3/217 352
/proc/meminfo: memFree=26580624/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=11080032 memory=604764 CPUtime=236.78 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 143350 13187 0 0 23619 52 5 2 20 0 15 0 107427514 11345952768 151191 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2770008 151191 3520 1 0 2731661 0
[pid=32616/tid=32669] ppid=32613 vsize=11080032 memory=604644 CPUtime=221.27 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 57237 13187 0 0 22103 17 5 2 20 0 15 0 107427522 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467483535920 140467071529790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.48 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 3683 13187 0 0 37 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.48 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1876 13187 0 0 38 3 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.49 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 4392 13187 0 0 38 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.49 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 1522 13187 0 0 38 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.46 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 2155 13187 0 0 37 2 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 15 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466368537760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 9 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466167210880 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=11080032 memory=604764 CPUtime=5.49 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 22298 13187 0 0 540 2 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=11080032 memory=604764 CPUtime=5.45 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 29077 13187 0 0 533 5 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=11080032 memory=604764 CPUtime=2.53 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 18575 13187 0 0 242 4 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=11080032 memory=604764 CPUtime=0.16 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 308 13187 0 0 4 5 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 236.78 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 604764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.201 s]
/proc/loadavg: 1.77 1.78 1.78 3/217 353
/proc/meminfo: memFree=26552464/32770624 swapFree=67108792/67108860
[pid=32616] ppid=32613 vsize=11080032 memory=604764 CPUtime=252.03 cores=1,3,5,7
/proc/32616/stat : 32616 (java) S 32613 32616 22977 0 -1 1077944320 143480 13187 0 0 25143 53 5 2 20 0 15 0 107427514 11345952768 151191 33554432000 4194304 4196468 140722230439856 140722230422400 140467511701239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
/proc/32616/statm: 2770008 151191 3520 1 0 2731661 0
[pid=32616/tid=32669] ppid=32613 vsize=11080032 memory=6791534058613427641 CPUtime=236.07 cores=1,3,5,7
/proc/32616/task/32669/stat : 32669 (java) R 32613 32616 22977 0 -1 4202560 57293 13187 0 0 23583 17 5 2 20 0 15 0 107427522 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467483535808 140467071997840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32670] ppid=32613 vsize=11080032 memory=1408 CPUtime=0.51 cores=1,3,5,7
/proc/32616/task/32670/stat : 32670 (java) S 32613 32616 22977 0 -1 1077944384 3688 13187 0 0 40 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467515944080 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32671] ppid=32613 vsize=11080032 memory=2832 CPUtime=0.52 cores=1,3,5,7
/proc/32616/task/32671/stat : 32671 (java) S 32613 32616 22977 0 -1 1077944384 1877 13187 0 0 42 3 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467381279760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32672] ppid=32613 vsize=11080032 memory=949160 CPUtime=0.53 cores=1,3,5,7
/proc/32616/task/32672/stat : 32672 (java) S 32613 32616 22977 0 -1 1077944384 4398 13187 0 0 42 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467380226960 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32673] ppid=32613 vsize=11080032 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/32616/task/32673/stat : 32673 (java) S 32613 32616 22977 0 -1 1077944384 1524 13187 0 0 42 4 5 2 20 0 15 0 107427523 11345952768 151191 33554432000 4194304 4196468 140722230439856 140467379174160 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32674] ppid=32613 vsize=11080032 memory=5760 CPUtime=0.49 cores=1,3,5,7
/proc/32616/task/32674/stat : 32674 (java) S 32613 32616 22977 0 -1 1077944384 2156 13187 0 0 40 2 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466803460464 140467511712386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32675] ppid=32613 vsize=11080032 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32675/stat : 32675 (java) S 32613 32616 22977 0 -1 1077944384 15 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466368537760 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32676] ppid=32613 vsize=11080032 memory=9920 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32676/stat : 32676 (java) S 32613 32616 22977 0 -1 1077944384 9 13187 0 0 0 0 5 2 20 0 15 0 107427525 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466167210880 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32677] ppid=32613 vsize=11080032 memory=1944 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32677/stat : 32677 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140465859811152 140467511719835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32678] ppid=32613 vsize=11080032 memory=604764 CPUtime=5.59 cores=1,3,5,7
/proc/32616/task/32678/stat : 32678 (java) S 32613 32616 22977 0 -1 1077944384 22311 13187 0 0 549 3 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466802408304 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32679] ppid=32613 vsize=11080032 memory=604764 CPUtime=5.54 cores=1,3,5,7
/proc/32616/task/32679/stat : 32679 (java) S 32613 32616 22977 0 -1 1077944384 29077 13187 0 0 542 5 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466801355504 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32680] ppid=32613 vsize=11080032 memory=2436 CPUtime=2.6 cores=1,3,5,7
/proc/32616/task/32680/stat : 32680 (java) S 32613 32616 22977 0 -1 1077944384 18621 13187 0 0 249 4 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466800302704 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32681] ppid=32613 vsize=11080032 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/32616/task/32681/stat : 32681 (java) S 32613 32616 22977 0 -1 1077944384 3 13187 0 0 0 0 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140465429015264 140467511711445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
[pid=32616/tid=32682] ppid=32613 vsize=11080032 memory=1200 CPUtime=0.17 cores=1,3,5,7
/proc/32616/task/32682/stat : 32682 (java) S 32613 32616 22977 0 -1 1077944384 308 13187 0 0 5 5 5 2 20 0 15 0 107427528 11345952768 151191 33554432000 4194304 4196468 140722230439856 140466799250096 140467511712386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8888320 140722230442601 140722230445409 140722230445409 140722230448079 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 604764 KiB

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

[startup+237.235 s]
# the end of solver process 32616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.523 s, system=0.579247 s

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

Child status: 143
Real time (s): 237.235
CPU time (s): 252.102
CPU user time (s): 251.523
CPU system time (s): 0.579247
CPU usage (%): 106.267
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 643220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.523
system time used= 0.579247
maximum resident set size= 645108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24437
involuntary context switches= 449


# summary of solver processes directly reported to runsolver:
#   pid: 32616
#   total CPU time (s): 252.102
#   total CPU user time (s): 251.523
#   total CPU system time (s): 0.579247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33693 second user time and 2.35385 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:10:42
IDJOB=4302689
IDBENCH=141621
IDSOLVER=2777
FILE ID=node150/4302689-1532898642
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-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-4302689-1532898642/watcher-4302689-1532898642 -o /tmp/evaluation-result-4302689-1532898642/solver-4302689-1532898642 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=863965840 -superng HOME/instance-4302689-1532898642.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=863965840

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25472448 kB
MemAvailable:   29315024 kB
Buffers:          228676 kB
Cached:          3856392 kB
SwapCached:           32 kB
Active:          4161368 kB
Inactive:        2601228 kB
Active(anon):    2629024 kB
Inactive(anon):    76188 kB
Active(file):    1532344 kB
Inactive(file):  2525040 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:       2580380 kB
Mapped:            58108 kB
Shmem:             25156 kB
Slab:             230816 kB
SReclaimable:     202056 kB
SUnreclaim:        28760 kB
KernelStack:        3824 kB
PageTables:        10720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3972204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2347008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:14:40