Trace number 4401218

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.2SAT (TO)114 2520.13 2474.84

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark20009.2
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","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.74/0.56	c Concrete v3.12.2.1568631193530 running
8.71/3.74	o 169
8.71/3.76	o 167
9.05/3.81	o 155
9.35/3.91	o 151
9.35/3.92	o 150
9.70/4.06	o 146
10.02/4.14	o 145
10.02/4.17	o 139
10.02/4.19	o 137
10.46/4.31	o 135
10.82/4.68	o 134
13.14/6.41	o 133
14.34/7.57	o 130
25.34/17.84	o 129
26.87/19.33	o 128
31.85/24.26	o 126
33.26/25.69	o 124
33.47/25.87	o 123
33.68/26.11	o 122
77.61/69.69	o 119
118.80/109.88	o 117
467.70/453.90	o 115
509.60/495.25	o 114
2520.08/2474.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2474.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2474.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2474.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.08/2474.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2474.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2474.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.08/2474.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2474.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2474.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2474.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2474.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2474.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2474.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2474.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2474.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2474.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2474.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2474.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2474.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2474.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2474.81		at scala.Option.map(Option.scala:243)
2520.08/2474.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2474.81		at concrete.MAC.mac(MAC.scala:216)
2520.08/2474.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2474.81		at scala.util.Try$.apply(Try.scala:212)
2520.08/2474.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2474.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2474.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2474.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2474.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2474.81		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2474.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2474.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2474.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2474.81		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2474.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2474.81		at scala.util.Success.map(Try.scala:264)
2520.08/2474.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2474.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2474.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2474.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2474.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2474.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2474.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2474.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2474.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2474.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2474.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2474.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2474.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2474.81		at scala.App.main(App.scala:75)
2520.08/2474.81		at scala.App.main$(App.scala:73)
2520.08/2474.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2474.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2474.81	v <instantiation
2520.08/2474.81	v         cost = '114'>
2520.08/2474.81	v       <list>
2520.08/2474.81	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] 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[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[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[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[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.08/2474.81	v       </list>
2520.08/2474.81	v       <values>
2520.08/2474.81	v         2 9 14 18 31 49 55 69 88 103 111 113 114 7 12 16 29 47 53 67 86 101 109 111 112 5 9 22 40 46 60 79 94 102 104 105 4 17 35 41 55 74 89 97 99 100 13 31 37 51 70 85 93 95 96 18 24 38 57 72 80 82 83 6 20 39 54 62 64 65 14 33 48 56 58 59 19 34 42 44 45 15 23 25 26 8 10 11 2 3 1
2520.08/2474.81	v       </values>
2520.08/2474.81	v     </instantiation>
2520.08/2474.82	s SATISFIABLE

Verifier Data

OK	114

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401218-1568695707/watcher-4401218-1568695707 -o /tmp/evaluation-result-4401218-1568695707/solver-4401218-1568695707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1600584356 HOME/instance-4401218-1568695707.xml 

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

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


[startup+0.100056 s]*
/proc/loadavg: 1.43 1.43 1.43 3/218 31554
/proc/meminfo: memFree=29149080/32770624 swapFree=66953924/67108860
[pid=31497] ppid=31494 vsize=9972712 memory=15180 CPUtime=0.09 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 4579 13182 0 0 1 0 5 3 20 0 6 0 445512623 10212057088 3795 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2493178 3795 1935 1 0 2481616 0
[pid=31497/tid=31550] ppid=31494 vsize=9972712 memory=4279135703913365132 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 2384 13182 0 0 1 0 5 3 20 0 6 0 445512632 10212057088 3861 33554432000 4194304 4196468 140731761954368 140604049187408 140604062662649 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 6 0 445512633 10212057088 3861 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=9972712 memory=140059322689152 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445512633 10212057088 3861 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 6 0 445512633 10212057088 3861 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 6 0 445512633 10212057088 3861 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.212237 s]*
/proc/loadavg: 1.43 1.43 1.43 3/227 31563
/proc/meminfo: memFree=29124600/32770624 swapFree=66953924/67108860
[pid=31497] ppid=31494 vsize=10820196 memory=45096 CPUtime=0.27 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 7682 13182 0 0 18 1 5 3 20 0 15 0 445512623 11079880704 11274 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2705049 11274 3296 1 0 2667149 0
[pid=31497/tid=31550] ppid=31494 vsize=10821220 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 4225 13182 0 0 11 0 5 3 20 0 15 0 445512632 11080929280 11274 33554432000 4194304 4196468 140731761954368 140604049163008 140604070030365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10821220 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11080929280 11340 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10821220 memory=140059322689152 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11080929280 11340 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11080929280 11340 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11080929280 11340 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10821220 memory=140059322689152 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512634 11080929280 11406 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 445512635 11080929280 11406 33554432000 4194304 4196468 140731761954368 140603534845088 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512635 11080929280 11406 33554432000 4194304 4196468 140731761954368 140603404837616 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11080929280 11406 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 467 13182 0 0 1 0 5 3 20 0 15 0 445512638 11080929280 11406 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10821220 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) R 31494 31497 24851 0 -1 4202560 184 13182 0 0 1 0 5 3 20 0 15 0 445512638 11080929280 11472 33554432000 4194304 4196468 140731761954368 140603500235632 140604055146539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10821220 memory=140059322689152 CPUtime=0.11 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 616 13182 0 0 3 0 5 3 20 0 15 0 445512638 11080929280 11472 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11080929280 11472 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10821220 memory=140059322689152 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512638 11080929280 11472 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45096 KiB

[startup+0.311427 s]*
/proc/loadavg: 1.43 1.43 1.43 3/227 31563
/proc/meminfo: memFree=29114436/32770624 swapFree=66953924/67108860
[pid=31497] ppid=31494 vsize=10820196 memory=53112 CPUtime=0.4 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 10994 13182 0 0 29 3 5 3 20 0 15 0 445512623 11079880704 13278 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2705049 13278 3309 1 0 2667149 0
[pid=31497/tid=31550] ppid=31494 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 7467 13182 0 0 19 2 5 3 20 0 15 0 445512632 11079880704 13278 33554432000 4194304 4196468 140731761954368 140604049156016 140604061431134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11079880704 13278 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512634 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 445512635 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603534845088 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512635 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603404837616 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 467 13182 0 0 2 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 187 13182 0 0 2 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 623 13182 0 0 5 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512638 11079880704 13278 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53112 KiB

[startup+0.700716 s]
/proc/loadavg: 1.43 1.43 1.43 4/227 31563
/proc/meminfo: memFree=29099948/32770624 swapFree=66953924/67108860
[pid=31497] ppid=31494 vsize=10824364 memory=85128 CPUtime=1.1 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 14981 13182 0 0 97 5 5 3 20 0 15 0 445512623 11084148736 21282 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2706091 21282 3508 1 0 2668173 0
[pid=31497/tid=31550] ppid=31494 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 10456 13182 0 0 55 4 5 3 20 0 15 0 445512632 11084148736 21282 33554432000 4194304 4196468 140731761954368 140604049177200 140604077372573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11084148736 21282 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10824364 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512633 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512633 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 5 13182 0 0 0 0 5 3 20 0 15 0 445512634 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 445512635 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603534845088 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512635 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603404837616 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10824364 memory=13252 CPUtime=0.21 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) R 31494 31497 24851 0 -1 4202560 887 13182 0 0 13 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603501288176 140604062962464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10824364 memory=15460 CPUtime=0.19 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 638 13182 0 0 11 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 746 13182 0 0 17 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512638 11084148736 21282 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85128 KiB

[startup+1.50163 s]
/proc/loadavg: 1.43 1.43 1.43 5/227 31563
/proc/meminfo: memFree=29055620/32770624 swapFree=66953924/67108860
[pid=31497] ppid=31494 vsize=10834680 memory=172976 CPUtime=2.44 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 21727 13182 0 0 225 11 5 3 20 0 15 0 445512623 11094712320 43244 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2708670 43244 3578 1 0 2670733 0
[pid=31497/tid=31550] ppid=31494 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 15383 13182 0 0 129 6 5 3 20 0 15 0 445512632 11094712320 43244 33554432000 4194304 4196468 140731761954368 140604049148528 140604057577021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 345 13182 0 0 1 0 5 3 20 0 15 0 445512633 11094712320 43244 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 55 13182 0 0 0 0 5 3 20 0 15 0 445512633 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 73 13182 0 0 1 0 5 3 20 0 15 0 445512633 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 38 13182 0 0 1 0 5 3 20 0 15 0 445512633 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 147 13182 0 0 1 0 5 3 20 0 15 0 445512634 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10834680 memory=280118438209792 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 33 13182 0 0 0 0 5 3 20 0 15 0 445512635 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603534845152 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512635 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603404837632 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10834680 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10834680 memory=1552 CPUtime=0.34 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 1072 13182 0 0 25 1 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10834680 memory=1040 CPUtime=0.31 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 811 13182 0 0 23 0 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10834680 memory=4132 CPUtime=0.48 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) R 31494 31497 24851 0 -1 4202560 1559 13182 0 0 40 0 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603499178304 140604061431134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10834680 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10834680 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1 13182 0 0 0 0 5 3 20 0 15 0 445512638 11094712320 43244 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 67831 13182 0 0 229495 52 5 3 20 0 15 0 445512632 11107315712 237399 33554432000 4194304 4196468 140731761954368 140604049186176 140603693270060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10846988 memory=949596 CPUtime=12.23 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 13324 13182 0 0 1154 61 5 3 20 0 15 0 445512633 11107315712 237399 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10846988 memory=230733 CPUtime=12.16 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 12298 13182 0 0 1147 61 5 3 20 0 15 0 445512633 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10846988 memory=949596 CPUtime=12.18 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 14921 13182 0 0 1148 62 5 3 20 0 15 0 445512633 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10846988 memory=949596 CPUtime=12.24 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 13162 13182 0 0 1156 60 5 3 20 0 15 0 445512633 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10846988 memory=949596 CPUtime=11.2 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 15017 13182 0 0 1051 61 5 3 20 0 15 0 445512634 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10846988 memory=949596 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 37 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603534845152 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10846988 memory=949596 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603404837632 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10846988 memory=949596 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10846988 memory=949596 CPUtime=3.44 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 23159 13182 0 0 328 8 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10846988 memory=1428 CPUtime=3.43 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 21076 13182 0 0 332 3 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10846988 memory=11624 CPUtime=1.72 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 18897 13182 0 0 161 3 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10846988 memory=949596 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10846988 memory=949596 CPUtime=1.53 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1685 13182 0 0 70 75 5 3 20 0 15 0 445512638 11107315712 237399 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 2365.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 949596 KiB

[startup+2382.3 s]
/proc/loadavg: 1.04 1.23 1.29 3/227 31931
/proc/meminfo: memFree=28497980/32770624 swapFree=66953976/67108860
[pid=31497] ppid=31494 vsize=10846988 memory=951644 CPUtime=2426.04 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 204763 13182 0 0 242214 382 5 3 20 0 15 0 445512623 11107315712 237911 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2711747 237911 3627 1 0 2673805 0
[pid=31497/tid=31550] ppid=31494 vsize=10846988 memory=951644 CPUtime=2354.85 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 68458 13182 0 0 235424 53 5 3 20 0 15 0 445512632 11107315712 237911 33554432000 4194304 4196468 140731761954368 140604049185808 140603694021376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10846988 memory=951644 CPUtime=12.57 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 13384 13182 0 0 1186 63 5 3 20 0 15 0 445512633 11107315712 237911 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10846988 memory=951644 CPUtime=12.49 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 12325 13182 0 0 1179 62 5 3 20 0 15 0 445512633 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10846988 memory=951644 CPUtime=12.52 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 15094 13182 0 0 1180 64 5 3 20 0 15 0 445512633 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10846988 memory=951644 CPUtime=12.59 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 13231 13182 0 0 1189 62 5 3 20 0 15 0 445512633 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10846988 memory=951644 CPUtime=11.49 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 15185 13182 0 0 1078 63 5 3 20 0 15 0 445512634 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10846988 memory=951644 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 37 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603534845152 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10846988 memory=951644 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603404837632 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10846988 memory=951644 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10846988 memory=2612 CPUtime=3.44 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 23161 13182 0 0 328 8 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10846988 memory=951644 CPUtime=3.43 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 21079 13182 0 0 332 3 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10846988 memory=3612 CPUtime=1.72 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 18899 13182 0 0 161 3 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10846988 memory=33548 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10846988 memory=992 CPUtime=1.56 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1699 13182 0 0 72 76 5 3 20 0 15 0 445512638 11107315712 237911 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 2426.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 951644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.22 1.29 3/227 31936
/proc/meminfo: memFree=28493136/32770624 swapFree=66953976/67108860
[pid=31497] ppid=31494 vsize=10846988 memory=953692 CPUtime=2487.04 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 206288 13182 0 0 248306 390 5 3 20 0 15 0 445512623 11107315712 238423 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2711747 238423 3627 1 0 2673805 0
[pid=31497/tid=31550] ppid=31494 vsize=10846988 memory=953692 CPUtime=2414.18 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 69221 13182 0 0 241356 54 5 3 20 0 15 0 445512632 11107315712 238423 33554432000 4194304 4196468 140731761954368 140604049186656 140603694021785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10846988 memory=953692 CPUtime=12.91 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 13422 13182 0 0 1219 64 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10846988 memory=953692 CPUtime=12.83 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 12523 13182 0 0 1212 63 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10846988 memory=951644 CPUtime=12.86 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 15274 13182 0 0 1212 66 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10846988 memory=953692 CPUtime=12.92 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 13366 13182 0 0 1221 63 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10846988 memory=953692 CPUtime=11.78 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 15373 13182 0 0 1106 64 5 3 20 0 15 0 445512634 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10846988 memory=2612 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 37 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603534845152 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10846988 memory=953692 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603404837632 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10846988 memory=953692 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10846988 memory=953692 CPUtime=3.44 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 23163 13182 0 0 328 8 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10846988 memory=953692 CPUtime=3.43 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 21081 13182 0 0 332 3 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10846988 memory=953692 CPUtime=1.72 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 18901 13182 0 0 161 3 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10846988 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10846988 memory=1808 CPUtime=1.59 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1716 13182 0 0 73 78 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 2487.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 953692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.31 1.26 1.30 3/227 31940
/proc/meminfo: memFree=28484364/32770624 swapFree=66953976/67108860
[pid=31497] ppid=31494 vsize=10846988 memory=953692 CPUtime=2520.08 cores=0,2,4,6
/proc/31497/stat : 31497 (java) S 31494 31497 24851 0 -1 1077944320 207527 13182 0 0 251606 394 5 3 20 0 15 0 445512623 11107315712 238423 33554432000 4194304 4196468 140731761954368 140731761936912 140604077350647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
/proc/31497/statm: 2711747 238423 3627 1 0 2673805 0
[pid=31497/tid=31550] ppid=31494 vsize=10846988 memory=1764 CPUtime=2446.31 cores=0,2,4,6
/proc/31497/task/31550/stat : 31550 (java) R 31494 31497 24851 0 -1 4202560 69744 13182 0 0 244569 54 5 3 20 0 15 0 445512632 11107315712 238423 33554432000 4194304 4196468 140731761954368 140604049185760 140603694636480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31551] ppid=31494 vsize=10846988 memory=953692 CPUtime=13.08 cores=0,2,4,6
/proc/31497/task/31551/stat : 31551 (java) S 31494 31497 24851 0 -1 1077944384 13608 13182 0 0 1236 64 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140604081593360 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31552] ppid=31494 vsize=10846988 memory=140059219890563 CPUtime=13.01 cores=0,2,4,6
/proc/31497/task/31552/stat : 31552 (java) S 31494 31497 24851 0 -1 1077944384 12598 13182 0 0 1229 64 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603650845840 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31553] ppid=31494 vsize=10846988 memory=140059219901907 CPUtime=13.04 cores=0,2,4,6
/proc/31497/task/31553/stat : 31553 (java) S 31494 31497 24851 0 -1 1077944384 15336 13182 0 0 1230 66 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603649792784 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31554] ppid=31494 vsize=10846988 memory=6791534058613427641 CPUtime=13.11 cores=0,2,4,6
/proc/31497/task/31554/stat : 31554 (java) S 31494 31497 24851 0 -1 1077944384 13556 13182 0 0 1239 64 5 3 20 0 15 0 445512633 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603648740240 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31555] ppid=31494 vsize=10846988 memory=288230621803970871 CPUtime=11.93 cores=0,2,4,6
/proc/31497/task/31555/stat : 31555 (java) S 31494 31497 24851 0 -1 1077944384 15554 13182 0 0 1120 65 5 3 20 0 15 0 445512634 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603535898864 140604077361794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31556] ppid=31494 vsize=10846988 memory=15534115864709562 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31556/stat : 31556 (java) S 31494 31497 24851 0 -1 1077944384 37 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603534845152 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31557] ppid=31494 vsize=10846988 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31557/stat : 31557 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512635 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603404837632 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31558] ppid=31494 vsize=10846988 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31558/stat : 31558 (java) S 31494 31497 24851 0 -1 1077944384 2 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140602800859088 140604077369243 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31559] ppid=31494 vsize=10846988 memory=1200 CPUtime=3.44 cores=0,2,4,6
/proc/31497/task/31559/stat : 31559 (java) S 31494 31497 24851 0 -1 1077944384 23165 13182 0 0 328 8 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603501288176 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31560] ppid=31494 vsize=10846988 memory=5996 CPUtime=3.43 cores=0,2,4,6
/proc/31497/task/31560/stat : 31560 (java) S 31494 31497 24851 0 -1 1077944384 21083 13182 0 0 332 3 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603500235632 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31561] ppid=31494 vsize=10846988 memory=14012 CPUtime=1.72 cores=0,2,4,6
/proc/31497/task/31561/stat : 31561 (java) S 31494 31497 24851 0 -1 1077944384 18903 13182 0 0 161 3 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603499182576 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31562] ppid=31494 vsize=10846988 memory=14956 CPUtime=0.08 cores=0,2,4,6
/proc/31497/task/31562/stat : 31562 (java) S 31494 31497 24851 0 -1 1077944384 3 13182 0 0 0 0 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140602331097952 140604077360853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
[pid=31497/tid=31563] ppid=31494 vsize=10846988 memory=12024 CPUtime=1.61 cores=0,2,4,6
/proc/31497/task/31563/stat : 31563 (java) S 31494 31497 24851 0 -1 1077944384 1732 13182 0 0 74 79 5 3 20 0 15 0 445512638 11107315712 238423 33554432000 4194304 4196468 140731761954368 140603498129968 140604077361794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22765568 140731761961711 140731761964229 140731761964229 140731761967055 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 953692 KiB

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

[startup+2474.84 s]
# the end of solver process 31497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.98221 s

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

Child status: 143
Real time (s): 2474.84
CPU time (s): 2520.13
CPU user time (s): 2516.15
CPU system time (s): 3.98221
CPU usage (%): 101.83
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 953692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.98221
maximum resident set size= 957820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313101
involuntary context switches= 9632


# summary of solver processes directly reported to runsolver:
#   pid: 31497
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.98221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9354 second user time and 23.6272 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 06:47:44
IDJOB=4401218
IDBENCH=141368
IDSOLVER=2857
FILE ID=node117/4401218-1568695707
RUNJOBID= node117-1568673289-24882
PBS_JOBID= 21703791
Free space on /tmp= 61152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401218-1568695707/watcher-4401218-1568695707 -o /tmp/evaluation-result-4401218-1568695707/solver-4401218-1568695707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1600584356 HOME/instance-4401218-1568695707.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1600584356

node117.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.75
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.75
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.75
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.75
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:        29155804 kB
MemAvailable:   30323176 kB
Buffers:          129200 kB
Cached:          1318060 kB
SwapCached:        49840 kB
Active:          2154092 kB
Inactive:         872496 kB
Active(anon):    1530608 kB
Inactive(anon):    87484 kB
Active(file):     623484 kB
Inactive(file):   785012 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66953924 kB
Dirty:             35480 kB
Writeback:             0 kB
AnonPages:       1639076 kB
Mapped:            55596 kB
Shmem:             29884 kB
Slab:             178656 kB
SReclaimable:     149420 kB
SUnreclaim:        29236 kB
KernelStack:        3728 kB
PageTables:        10264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2613116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1476608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-17 07:29:00