Trace number 4403320

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.12.3SAT (TO)135 2400.05 2358.63

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark134
Best CPU time to get the best result obtained on this benchmark2400.42
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.80/0.60	c Concrete v3.12.3.1568965526260 running
13.05/5.71	o 190
13.05/5.72	o 184
13.05/5.74	o 174
13.23/5.81	o 169
13.23/5.84	o 159
15.25/7.28	o 157
25.65/17.04	o 150
77.37/67.92	o 143
257.25/245.38	o 141
291.96/279.63	o 139
450.55/436.28	o 135
2400.00/2358.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2358.61		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2358.61		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2358.61		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.00/2358.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2358.61		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2358.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.00/2358.61		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2358.61		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2358.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2358.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2358.61		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2358.61		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2358.61		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2358.61		at scala.Option.map(Option.scala:242)
2400.00/2358.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2358.61		at concrete.MAC.mac(MAC.scala:216)
2400.00/2358.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2358.61		at scala.util.Try$.apply(Try.scala:210)
2400.00/2358.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2358.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2358.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2358.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2358.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2358.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.00/2358.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2358.61		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2358.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2358.61		at scala.util.Success.map(Try.scala:262)
2400.00/2358.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2358.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2358.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2358.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2358.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2358.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2358.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2358.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2358.61		at scala.App.$anonfun$main$1(App.scala:73)
2400.00/2358.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.00/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.00/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.00/2358.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.00/2358.61		at scala.App.main(App.scala:73)
2400.00/2358.61		at scala.App.main$(App.scala:71)
2400.00/2358.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2358.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2358.61	v <instantiation
2400.00/2358.61	v         cost = '135'>
2400.00/2358.61	v       <list>
2400.00/2358.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13]
2400.00/2358.61	v       </list>
2400.00/2358.61	v       <values>
2400.00/2358.61	v         0 6 19 28 33 40 57 89 93 109 124 132 134 135 6 19 28 33 40 57 89 93 109 124 132 134 135 13 22 27 34 51 83 87 103 118 126 128 129 9 14 21 38 70 74 90 105 113 115 116 5 12 29 61 65 81 96 104 106 107 7 24 56 60 76 91 99 101 102 17 49 53 69 84 92 94 95 32 36 52 67 75 77 78 4 20 35 43 45 46 16 31 39 41 42 15 23 25 26 8 10 11 2 3 1
2400.00/2358.61	v       </values>
2400.00/2358.61	v     </instantiation>
2400.00/2358.61	s SATISFIABLE

Verifier Data

OK	135

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403320-1568972469/watcher-4403320-1568972469 -o /tmp/evaluation-result-4403320-1568972469/solver-4403320-1568972469 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23756 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4403320-1568972469.xml 

running on 4 cores: 4-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=25350, runsolver pid=25347
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 1.43 1.41 1.41 2/214 25403
/proc/meminfo: memFree=4245452/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=9972712 memory=16020 CPUtime=0.1 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 4276 13267 0 0 1 1 5 3 20 0 6 0 473188579 10212057088 4005 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2493178 4005 1897 1 0 2481616 0
[pid=25350/tid=25403] ppid=25347 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 2090 13267 0 0 0 0 5 3 20 0 6 0 473188589 10212057088 4071 33554432000 4194304 4196468 140725530030912 140191762305616 140191774549342 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 473188590 10212057088 4071 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=9972712 memory=140646053004928 CPUtime=0.08 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 473188590 10212057088 4071 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 6 0 473188590 10212057088 4071 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 473188590 10212057088 4071 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16020 KiB

[startup+0.211036 s]*
/proc/loadavg: 1.43 1.41 1.41 4/227 25416
/proc/meminfo: memFree=4223168/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10819716 memory=39188 CPUtime=0.26 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 7141 13267 0 0 16 2 5 3 20 0 15 0 473188579 11079389184 9797 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2704929 9797 3179 1 0 2667149 0
[pid=25350/tid=25403] ppid=25347 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 3657 13267 0 0 10 1 5 3 20 0 15 0 473188589 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191762301760 140191772032407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10819716 memory=365 CPUtime=0.08 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10819716 memory=288371022204716672 CPUtime=0.08 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10819716 memory=140646053004928 CPUtime=0.08 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188591 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 473188592 11079389184 9797 33554432000 4194304 4196468 140725530030912 140190685324576 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188592 11079389184 9797 33554432000 4194304 4196468 140725530030912 140190551107184 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10819716 memory=0 CPUtime=0.09 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 597 13267 0 0 1 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 61 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10819716 memory=140646053004928 CPUtime=0.11 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 593 13267 0 0 3 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10819716 memory=140646053004928 CPUtime=0.08 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079389184 9797 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39188 KiB

[startup+0.311458 s]*
/proc/loadavg: 1.43 1.41 1.41 4/227 25416
/proc/meminfo: memFree=4210012/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10820196 memory=50660 CPUtime=0.4 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 10782 13267 0 0 28 4 5 3 20 0 15 0 473188579 11079880704 12665 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2705049 12665 3334 1 0 2667149 0
[pid=25350/tid=25403] ppid=25347 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 7281 13267 0 0 19 2 5 3 20 0 15 0 473188589 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191762277776 140191790490781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188591 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 473188592 11079880704 12665 33554432000 4194304 4196468 140725530030912 140190685324576 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188592 11079880704 12665 33554432000 4194304 4196468 140725530030912 140190551107184 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10820196 memory=0 CPUtime=0.1 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 597 13267 0 0 2 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 71 13267 0 0 1 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10820196 memory=0 CPUtime=0.13 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 600 13267 0 0 5 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188595 11079880704 12665 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50660 KiB

[startup+0.700863 s]
/proc/loadavg: 1.48 1.42 1.41 4/227 25416
/proc/meminfo: memFree=4197884/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10822316 memory=77788 CPUtime=1.11 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 14689 13267 0 0 98 5 5 3 20 0 15 0 473188579 11082051584 19447 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2705579 19447 3494 1 0 2667661 0
[pid=25350/tid=25403] ppid=25347 vsize=10822316 memory=0 CPUtime=0.67 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 1077944384 10114 13267 0 0 55 4 5 3 20 0 15 0 473188589 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191762297184 140191790479061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188590 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188590 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 5 13267 0 0 0 0 5 3 20 0 15 0 473188591 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10822316 memory=140646053003793 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 473188592 11082051584 19447 33554432000 4194304 4196468 140725530030912 140190685324576 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188592 11082051584 19447 33554432000 4194304 4196468 140725530030912 140190551107184 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10822316 memory=0 CPUtime=0.19 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) R 25347 25350 23724 0 -1 4202560 1071 13267 0 0 11 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191248773120 140191773855760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10822316 memory=0 CPUtime=0.21 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) R 25347 25350 23724 0 -1 4202560 496 13267 0 0 13 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191247731632 140191774858709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10822316 memory=0 CPUtime=0.25 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 772 13267 0 0 17 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188595 11082051584 19447 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77788 KiB

[startup+1.50079 s]
/proc/loadavg: 1.48 1.42 1.41 3/227 25416
/proc/meminfo: memFree=4163192/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10834680 memory=167144 CPUtime=2.43 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 21474 13267 0 0 225 10 5 3 20 0 15 0 473188579 11094712320 41786 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2708670 41786 3583 1 0 2670733 0
[pid=25350/tid=25403] ppid=25347 vsize=10834680 memory=77788 CPUtime=1.43 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 15168 13267 0 0 129 6 5 3 20 0 15 0 473188589 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191762292080 140191774549342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10834680 memory=0 CPUtime=0.09 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 20 13267 0 0 1 0 5 3 20 0 15 0 473188590 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10834680 memory=281291903808672 CPUtime=0.08 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 82 13267 0 0 0 0 5 3 20 0 15 0 473188590 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10834680 memory=0 CPUtime=0.09 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 315 13267 0 0 1 0 5 3 20 0 15 0 473188590 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10834680 memory=4498317926778842009 CPUtime=0.09 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 29 13267 0 0 1 0 5 3 20 0 15 0 473188590 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10834680 memory=7813010138325017703 CPUtime=0.09 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 122 13267 0 0 1 0 5 3 20 0 15 0 473188591 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10834680 memory=7453008067129667688 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 473188592 11094712320 41786 33554432000 4194304 4196468 140725530030912 140190685324640 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188592 11094712320 41786 33554432000 4194304 4196468 140725530030912 140190551107200 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10834680 memory=667913 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10834680 memory=6944656592455360604 CPUtime=0.34 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 1431 13267 0 0 26 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10834680 memory=6944656592455359580 CPUtime=0.33 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 780 13267 0 0 25 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10834680 memory=6944656592455097440 CPUtime=0.44 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 1301 13267 0 0 36 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10834680 memory=2305 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10834680 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 473188595 11094712320 41786 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 67711 13267 0 0 217690 48 5 3 20 0 15 0 473188589 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191762304272 140191388276886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.45 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 14126 13267 0 0 982 55 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.51 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 15906 13267 0 0 984 59 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.46 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 15405 13267 0 0 981 57 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10846988 memory=3472328296227679313 CPUtime=10.49 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 16623 13267 0 0 990 51 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10846988 memory=966040 CPUtime=11.33 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 17301 13267 0 0 1068 57 5 3 20 0 15 0 473188591 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10846988 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 14 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190685324704 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10846988 memory=1804 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190551107200 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10846988 memory=963992 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10846988 memory=963992 CPUtime=3.98 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 23591 13267 0 0 386 4 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10846988 memory=963992 CPUtime=3.8 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 26362 13267 0 0 367 5 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10846988 memory=966040 CPUtime=2.06 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 17036 13267 0 0 195 3 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10846988 memory=966040 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10846988 memory=966040 CPUtime=1.34 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1565 13267 0 0 60 66 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 2241.28 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966040 KiB

[startup+2262.3 s]
/proc/loadavg: 1.30 1.32 1.32 3/228 25770
/proc/meminfo: memFree=3193404/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10846988 memory=966040 CPUtime=2302.19 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 219294 13267 0 0 229858 353 5 3 20 0 15 0 473188579 11107315712 241510 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2711747 241510 3630 1 0 2673805 0
[pid=25350/tid=25403] ppid=25347 vsize=10846988 memory=966040 CPUtime=2236.78 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 68468 13267 0 0 223622 48 5 3 20 0 15 0 473188589 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191762304896 140191386210304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.76 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 14216 13267 0 0 1012 56 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.81 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 15923 13267 0 0 1013 60 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10846988 memory=966040 CPUtime=10.77 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 15610 13267 0 0 1011 58 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10846988 memory=8 CPUtime=10.79 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 16767 13267 0 0 1019 52 5 3 20 0 15 0 473188590 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10846988 memory=966040 CPUtime=11.66 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 17515 13267 0 0 1099 59 5 3 20 0 15 0 473188591 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10846988 memory=966040 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 14 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190685324704 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10846988 memory=0 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190551107200 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10846988 memory=966040 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10846988 memory=3612 CPUtime=3.98 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 23593 13267 0 0 386 4 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10846988 memory=966040 CPUtime=3.81 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 26364 13267 0 0 368 5 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10846988 memory=966040 CPUtime=2.06 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 17038 13267 0 0 195 3 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10846988 memory=966040 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10846988 memory=3612 CPUtime=1.37 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1573 13267 0 0 61 68 5 3 20 0 15 0 473188595 11107315712 241510 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 2302.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966040 KiB

[startup+2322.3 s]
/proc/loadavg: 1.38 1.35 1.33 3/227 25774
/proc/meminfo: memFree=3189516/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10846988 memory=968088 CPUtime=2363.12 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 220714 13267 0 0 235944 360 5 3 20 0 15 0 473188579 11107315712 242022 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2711747 242022 3630 1 0 2673805 0
[pid=25350/tid=25403] ppid=25347 vsize=10846988 memory=968088 CPUtime=2296.12 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 69201 13267 0 0 229555 49 5 3 20 0 15 0 473188589 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191762304080 140191388371153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10846988 memory=968088 CPUtime=11.08 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 14367 13267 0 0 1043 57 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10846988 memory=968088 CPUtime=11.13 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 16115 13267 0 0 1044 61 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10846988 memory=968088 CPUtime=11.08 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 15635 13267 0 0 1041 59 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10846988 memory=968088 CPUtime=11.1 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 16856 13267 0 0 1048 54 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10846988 memory=968088 CPUtime=11.97 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 17722 13267 0 0 1129 60 5 3 20 0 15 0 473188591 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10846988 memory=968088 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 14 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190685324704 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10846988 memory=3612 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190551107200 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10846988 memory=53364 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10846988 memory=968088 CPUtime=3.98 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 23595 13267 0 0 386 4 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10846988 memory=3612 CPUtime=3.81 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 26366 13267 0 0 368 5 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10846988 memory=968088 CPUtime=2.06 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 17040 13267 0 0 195 3 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10846988 memory=800 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10846988 memory=1804 CPUtime=1.4 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1590 13267 0 0 63 69 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 2363.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.6 s]
/proc/loadavg: 1.14 1.29 1.31 3/227 25776
/proc/meminfo: memFree=3189824/32770688 swapFree=66971588/67108860
[pid=25350] ppid=25347 vsize=10846988 memory=968088 CPUtime=2400 cores=4-7
/proc/25350/stat : 25350 (java) S 25347 25350 23724 0 -1 1077944320 221619 13267 0 0 239628 364 5 3 20 0 15 0 473188579 11107315712 242022 33554432000 4194304 4196468 140725530030912 140725530013456 140191790468855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
/proc/25350/statm: 2711747 242022 3630 1 0 2673805 0
[pid=25350/tid=25403] ppid=25347 vsize=10846988 memory=3848 CPUtime=2332.01 cores=4-7
/proc/25350/task/25403/stat : 25403 (java) R 25347 25350 23724 0 -1 4202560 69669 13267 0 0 233144 49 5 3 20 0 15 0 473188589 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191762303904 140191385798124 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25404] ppid=25347 vsize=10846988 memory=2632 CPUtime=11.27 cores=4-7
/proc/25350/task/25404/stat : 25404 (java) S 25347 25350 23724 0 -1 1077944384 14422 13267 0 0 1061 58 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191794710928 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25405] ppid=25347 vsize=10846988 memory=2620 CPUtime=11.32 cores=4-7
/proc/25350/task/25405/stat : 25405 (java) S 25347 25350 23724 0 -1 1077944384 16118 13267 0 0 1062 62 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191693601040 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25406] ppid=25347 vsize=10846988 memory=6791534058613427641 CPUtime=11.27 cores=4-7
/proc/25350/task/25406/stat : 25406 (java) S 25347 25350 23724 0 -1 1077944384 15721 13267 0 0 1060 59 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191362574992 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25407] ppid=25347 vsize=10846988 memory=53364 CPUtime=11.29 cores=4-7
/proc/25350/task/25407/stat : 25407 (java) S 25347 25350 23724 0 -1 1077944384 16932 13267 0 0 1066 55 5 3 20 0 15 0 473188590 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191361522192 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25408] ppid=25347 vsize=10846988 memory=1056 CPUtime=12.17 cores=4-7
/proc/25350/task/25408/stat : 25408 (java) S 25347 25350 23724 0 -1 1077944384 17916 13267 0 0 1148 61 5 3 20 0 15 0 473188591 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191249848944 140191790480002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25409] ppid=25347 vsize=10846988 memory=788 CPUtime=0.08 cores=4-7
/proc/25350/task/25409/stat : 25409 (java) S 25347 25350 23724 0 -1 1077944384 14 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190685324704 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25410] ppid=25347 vsize=10846988 memory=968088 CPUtime=0.08 cores=4-7
/proc/25350/task/25410/stat : 25410 (java) S 25347 25350 23724 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 473188592 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190551107200 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25411] ppid=25347 vsize=10846988 memory=1280 CPUtime=0.08 cores=4-7
/proc/25350/task/25411/stat : 25411 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190310816336 140191790487451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25412] ppid=25347 vsize=10846988 memory=968088 CPUtime=3.98 cores=4-7
/proc/25350/task/25412/stat : 25412 (java) S 25347 25350 23724 0 -1 1077944384 23597 13267 0 0 386 4 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191248795760 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25413] ppid=25347 vsize=10846988 memory=3612 CPUtime=3.81 cores=4-7
/proc/25350/task/25413/stat : 25413 (java) S 25347 25350 23724 0 -1 1077944384 26368 13267 0 0 368 5 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191247742960 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25414] ppid=25347 vsize=10846988 memory=780 CPUtime=2.06 cores=4-7
/proc/25350/task/25414/stat : 25414 (java) S 25347 25350 23724 0 -1 1077944384 17042 13267 0 0 195 3 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191246690672 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25415] ppid=25347 vsize=10846988 memory=3604 CPUtime=0.08 cores=4-7
/proc/25350/task/25415/stat : 25415 (java) S 25347 25350 23724 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140190277257696 140191790479061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
[pid=25350/tid=25416] ppid=25347 vsize=10846988 memory=1088 CPUtime=1.43 cores=4-7
/proc/25350/task/25416/stat : 25416 (java) S 25347 25350 23724 0 -1 1077944384 1607 13267 0 0 64 71 5 3 20 0 15 0 473188595 11107315712 242022 33554432000 4194304 4196468 140725530030912 140191245638576 140191790480002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18374656 140725530032879 140725530035397 140725530035397 140725530038223 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968088 KiB

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

[startup+2358.63 s]
# the end of solver process 25350 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.36 s, system=3.68895 s

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

Child status: 143
Real time (s): 2358.63
CPU time (s): 2400.05
CPU user time (s): 2396.36
CPU system time (s): 3.68895
CPU usage (%): 101.756
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 968088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.36
system time used= 3.68895
maximum resident set size= 972296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276204
involuntary context switches= 6941


# summary of solver processes directly reported to runsolver:
#   pid: 25350
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.36
#   total CPU system time (s): 3.68895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7866 second user time and 25.5584 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 11:40:28
IDJOB=4403320
IDBENCH=126210
IDSOLVER=2862
FILE ID=node116/4403320-1568972469
RUNJOBID= node116-1568967597-23756
PBS_JOBID= 21704630
Free space on /tmp= 6248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403320-1568972469/watcher-4403320-1568972469 -o /tmp/evaluation-result-4403320-1568972469/solver-4403320-1568972469 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23756 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4403320-1568972469.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=1202144846

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:         4249836 kB
MemAvailable:   31120040 kB
Buffers:          124456 kB
Cached:         26699744 kB
SwapCached:        35500 kB
Active:         14087048 kB
Inactive:       13476768 kB
Active(anon):     699924 kB
Inactive(anon):    88040 kB
Active(file):   13387124 kB
Inactive(file): 13388728 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66971588 kB
Dirty:             35672 kB
Writeback:             0 kB
AnonPages:        813124 kB
Mapped:            63852 kB
Shmem:             39660 kB
Slab:             552240 kB
SReclaimable:     522812 kB
SUnreclaim:        29428 kB
KernelStack:        3680 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2005720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6212 MiB
End job on node116 at 2019-09-20 12:19:47