Trace number 4396640

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)142 2400.11 2360.83

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.77/0.55	c Concrete v3.12.2.1568380929293 running
14.36/6.15	o 186
14.49/6.27	o 173
14.66/6.36	o 167
27.11/17.72	o 166
28.23/18.88	o 163
57.11/47.04	o 160
58.22/48.17	o 158
60.33/50.27	o 157
62.83/52.79	o 152
106.32/95.96	o 150
117.91/107.49	o 149
685.92/668.19	o 147
689.86/672.07	o 146
824.59/805.23	o 145
855.77/836.03	o 143
996.51/974.90	o 142
2400.05/2360.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2360.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2360.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2360.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.05/2360.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2360.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2360.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.05/2360.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.05/2360.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2360.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2360.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2360.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2360.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2360.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2360.80		at scala.Option.map(Option.scala:243)
2400.05/2360.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2360.80		at concrete.MAC.mac(MAC.scala:216)
2400.05/2360.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2360.80		at scala.util.Try$.apply(Try.scala:212)
2400.05/2360.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2360.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2360.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2360.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2360.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2360.81		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2360.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2360.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2360.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2360.81		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2360.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2360.81		at scala.util.Success.map(Try.scala:264)
2400.05/2360.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2360.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2360.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2360.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2360.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2360.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2360.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2360.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2360.81		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2360.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2360.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2360.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2360.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2360.81		at scala.App.main(App.scala:75)
2400.05/2360.81		at scala.App.main$(App.scala:73)
2400.05/2360.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2360.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2360.81	v <instantiation
2400.05/2360.81	v         cost = '142'>
2400.05/2360.81	v       <list>
2400.05/2360.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] 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.05/2360.81	v       </list>
2400.05/2360.81	v       <values>
2400.05/2360.81	v         0 5 7 8 25 36 62 77 86 107 120 126 130 142 5 7 8 25 36 62 77 86 107 120 126 130 142 2 3 20 31 57 72 81 102 115 121 125 137 1 18 29 55 70 79 100 113 119 123 135 17 28 54 69 78 99 112 118 122 134 11 37 52 61 82 95 101 105 117 26 41 50 71 84 90 94 106 15 24 45 58 64 68 80 9 30 43 49 53 65 21 34 40 44 56 13 19 23 35 6 10 22 4 16 12
2400.05/2360.81	v       </values>
2400.05/2360.81	v     </instantiation>
2400.05/2360.82	s SATISFIABLE

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396640-1568398596/watcher-4396640-1568398596 -o /tmp/evaluation-result-4396640-1568398596/solver-4396640-1568398596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5975 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1453630494 HOME/instance-4396640-1568398596.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=6210, runsolver pid=6207

[startup+0.100061 s]*
/proc/loadavg: 1.55 1.42 1.39 3/218 6267
/proc/meminfo: memFree=23059752/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 4481 13160 0 0 1 0 5 2 20 0 6 0 416116910 10212057088 4203 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2493178 4203 1935 1 0 2481616 0
[pid=6210/tid=6263] ppid=6207 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 2326 13160 0 0 1 0 5 2 20 0 6 0 416116919 10212057088 4269 33554432000 4194304 4196468 140727551570064 139682950070864 139682970471230 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 6 0 416116920 10212057088 4269 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=9972712 memory=4120988115666368160 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 6 0 416116920 10212057088 4269 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 6 0 416116920 10212057088 4269 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 6 0 416116920 10212057088 4269 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210126 s]*
/proc/loadavg: 1.55 1.42 1.39 4/227 6276
/proc/meminfo: memFree=23040120/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10819664 memory=39432 CPUtime=0.26 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 7181 13160 0 0 17 2 5 2 20 0 15 0 416116910 11079335936 9858 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2704916 9858 3172 1 0 2667149 0
[pid=6210/tid=6263] ppid=6207 vsize=10819664 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 3676 13160 0 0 11 1 5 2 20 0 15 0 416116919 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682950067560 139682961420912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10819664 memory=4120988115666368160 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116921 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 13 13160 0 0 0 0 5 2 20 0 15 0 416116921 11079335936 9858 33554432000 4194304 4196468 140727551570064 139681865917216 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116922 11079335936 9858 33554432000 4194304 4196468 140727551570064 139681731699824 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11079335936 9858 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 600 13160 0 0 1 0 5 2 20 0 15 0 416116924 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 48 13160 0 0 0 0 5 2 20 0 15 0 416116924 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10819664 memory=140369276860032 CPUtime=0.1 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 622 13160 0 0 3 0 5 2 20 0 15 0 416116924 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11079335936 9858 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10819664 memory=140369276860032 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116925 11079335936 9858 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39432 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.55 1.42 1.39 3/227 6276
/proc/meminfo: memFree=23026948/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10820148 memory=50568 CPUtime=0.39 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 10883 13160 0 0 29 3 5 2 20 0 15 0 416116910 11079831552 12642 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2705037 12642 3304 1 0 2667149 0
[pid=6210/tid=6263] ppid=6207 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 7361 13160 0 0 19 2 5 2 20 0 15 0 416116919 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682950034016 139682963929112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10820148 memory=140369276860031 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116921 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 13 13160 0 0 0 0 5 2 20 0 15 0 416116921 11079831552 12642 33554432000 4194304 4196468 140727551570064 139681865917216 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116922 11079831552 12642 33554432000 4194304 4196468 140727551570064 139681731699824 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11079831552 12642 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 609 13160 0 0 2 0 5 2 20 0 15 0 416116924 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 49 13160 0 0 1 0 5 2 20 0 15 0 416116924 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10820148 memory=140369276860032 CPUtime=0.12 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 632 13160 0 0 5 0 5 2 20 0 15 0 416116924 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11079831552 12642 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10820148 memory=140369276860032 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116925 11079831552 12642 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50568 KiB

[startup+0.700699 s]
/proc/loadavg: 1.55 1.42 1.39 4/227 6276
/proc/meminfo: memFree=23013476/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10824360 memory=83568 CPUtime=1.12 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 15068 13160 0 0 100 5 5 2 20 0 15 0 416116910 11084144640 20892 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2706090 20892 3509 1 0 2668173 0
[pid=6210/tid=6263] ppid=6207 vsize=10824360 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 10357 13160 0 0 55 4 5 2 20 0 15 0 416116919 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682950063648 139682978256029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10824360 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10824360 memory=1724 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10824360 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 2 13160 0 0 0 0 5 2 20 0 15 0 416116920 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116920 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 5 13160 0 0 0 0 5 2 20 0 15 0 416116921 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 13 13160 0 0 0 0 5 2 20 0 15 0 416116921 11084144640 20892 33554432000 4194304 4196468 140727551570064 139681865917216 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116922 11084144640 20892 33554432000 4194304 4196468 140727551570064 139681731699824 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11084144640 20892 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 1068 13160 0 0 12 0 5 2 20 0 15 0 416116924 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10824360 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) R 6207 6210 5944 0 -1 4202560 543 13160 0 0 14 0 5 2 20 0 15 0 416116924 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682435058160 139682957723773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 862 13160 0 0 17 0 5 2 20 0 15 0 416116924 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11084144640 20892 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10824360 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116925 11084144640 20892 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83568 KiB

[startup+1.50075 s]
/proc/loadavg: 1.55 1.42 1.39 3/227 6276
/proc/meminfo: memFree=22970860/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10834676 memory=171212 CPUtime=2.45 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 21809 13160 0 0 228 10 5 2 20 0 15 0 416116910 11094708224 42803 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2708669 42803 3577 1 0 2670733 0
[pid=6210/tid=6263] ppid=6207 vsize=10834676 memory=140369127805528 CPUtime=1.43 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 15271 13160 0 0 130 6 5 2 20 0 15 0 416116919 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682950033344 139682962763777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 31 13160 0 0 1 0 5 2 20 0 15 0 416116920 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10834676 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 83 13160 0 0 1 0 5 2 20 0 15 0 416116920 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10834676 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 366 13160 0 0 1 0 5 2 20 0 15 0 416116920 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10834676 memory=280738256017824 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 49 13160 0 0 1 0 5 2 20 0 15 0 416116920 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10834676 memory=167026983186618 CPUtime=0.08 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 149 13160 0 0 1 0 5 2 20 0 15 0 416116921 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 14 13160 0 0 0 0 5 2 20 0 15 0 416116921 11094708224 42803 33554432000 4194304 4196468 140727551570064 139681865917280 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10834676 memory=6011696048801477426 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116922 11094708224 42803 33554432000 4194304 4196468 140727551570064 139681731699840 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10834676 memory=-8412660965132101773 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11094708224 42803 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10834676 memory=-7668917182949848256 CPUtime=0.28 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) R 6207 6210 5944 0 -1 1077944384 1130 13160 0 0 21 0 5 2 20 0 15 0 416116924 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10834676 memory=8514726395714956677 CPUtime=0.35 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 777 13160 0 0 28 0 5 2 20 0 15 0 416116924 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10834676 memory=6576575808606938020 CPUtime=0.48 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) R 6207 6210 5944 0 -1 4202560 1726 13160 0 0 41 0 5 2 20 0 15 0 416116924 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682434005872 139682971330939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10834676 memory=-8125774060744641633 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11094708224 42803 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1 13160 0 0 0 0 5 2 20 0 15 0 416116925 11094708224 42803 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 72082 13160 0 0 218108 45 5 2 20 0 15 0 416116919 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682950070208 139682569997763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10846984 memory=759536 CPUtime=9.35 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 18154 13160 0 0 885 43 5 2 20 0 15 0 416116920 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10846984 memory=759536 CPUtime=9.34 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 18928 13160 0 0 886 41 5 2 20 0 15 0 416116920 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10846984 memory=759536 CPUtime=9.36 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 16131 13160 0 0 886 43 5 2 20 0 15 0 416116920 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10846984 memory=759536 CPUtime=9.35 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 22344 13160 0 0 881 47 5 2 20 0 15 0 416116920 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10846984 memory=3616 CPUtime=8.58 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 15770 13160 0 0 806 45 5 2 20 0 15 0 416116921 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10846984 memory=759536 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 15 13160 0 0 0 0 5 2 20 0 15 0 416116921 11107311616 189884 33554432000 4194304 4196468 140727551570064 139681865917344 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10846984 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 8 13160 0 0 0 0 5 2 20 0 15 0 416116922 11107311616 189884 33554432000 4194304 4196468 140727551570064 139681731699840 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10846984 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11107311616 189884 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10846984 memory=1724 CPUtime=4.56 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 35925 13160 0 0 445 4 5 2 20 0 15 0 416116924 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10846984 memory=759536 CPUtime=4.41 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 30830 13160 0 0 429 5 5 2 20 0 15 0 416116924 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10846984 memory=759536 CPUtime=2.04 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 24056 13160 0 0 192 5 5 2 20 0 15 0 416116924 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10846984 memory=759536 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11107311616 189884 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10846984 memory=759536 CPUtime=1.32 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1625 13160 0 0 61 64 5 2 20 0 15 0 416116925 11107311616 189884 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 2239.4 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 759536 KiB

[startup+2262.3 s]
/proc/loadavg: 1.71 1.68 1.63 3/228 6618
/proc/meminfo: memFree=23336456/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10846984 memory=761584 CPUtime=2300.21 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 261419 13160 0 0 229715 299 5 2 20 0 15 0 416116910 11107311616 190396 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2711746 190396 3634 1 0 2673805 0
[pid=6210/tid=6263] ppid=6207 vsize=10846984 memory=761584 CPUtime=2241.03 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 73017 13160 0 0 224051 45 5 2 20 0 15 0 416116919 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682950069616 139682554967625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.62 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 18263 13160 0 0 911 44 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.62 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 19172 13160 0 0 913 42 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.63 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 16177 13160 0 0 912 44 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.63 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 23944 13160 0 0 907 49 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10846984 memory=761584 CPUtime=8.83 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 16158 13160 0 0 829 47 5 2 20 0 15 0 416116921 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 15 13160 0 0 0 0 5 2 20 0 15 0 416116921 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681865917344 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 8 13160 0 0 0 0 5 2 20 0 15 0 416116922 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681731699840 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10846984 memory=761584 CPUtime=4.56 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 35927 13160 0 0 445 4 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10846984 memory=761584 CPUtime=4.41 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 30833 13160 0 0 429 5 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10846984 memory=761584 CPUtime=2.05 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 24058 13160 0 0 193 5 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10846984 memory=761584 CPUtime=1.35 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1635 13160 0 0 63 65 5 2 20 0 15 0 416116925 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 2300.21 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 761584 KiB

[startup+2322.3 s]
/proc/loadavg: 2.26 1.84 1.69 3/228 6622
/proc/meminfo: memFree=23254708/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10846984 memory=761584 CPUtime=2361.06 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 264813 13160 0 0 235791 308 5 2 20 0 15 0 416116910 11107311616 190396 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2711746 190396 3634 1 0 2673805 0
[pid=6210/tid=6263] ppid=6207 vsize=10846984 memory=761584 CPUtime=2300.41 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) R 6207 6210 5944 0 -1 4202560 73982 13160 0 0 229988 46 5 2 20 0 15 0 416116919 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682950070048 139682570495014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.92 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 18521 13160 0 0 939 46 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.92 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 19213 13160 0 0 941 44 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.93 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) S 6207 6210 5944 0 -1 1077944384 17772 13160 0 0 941 45 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10846984 memory=1564 CPUtime=9.92 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 24058 13160 0 0 934 51 5 2 20 0 15 0 416116920 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10846984 memory=761584 CPUtime=9.08 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 16548 13160 0 0 853 48 5 2 20 0 15 0 416116921 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 15 13160 0 0 0 0 5 2 20 0 15 0 416116921 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681865917344 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 8 13160 0 0 0 0 5 2 20 0 15 0 416116922 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681731699840 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10846984 memory=761584 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10846984 memory=761584 CPUtime=4.56 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 35929 13160 0 0 445 4 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10846984 memory=761584 CPUtime=4.41 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 30836 13160 0 0 429 5 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10846984 memory=761584 CPUtime=2.05 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 24060 13160 0 0 193 5 5 2 20 0 15 0 416116924 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10846984 memory=6297535677879247680 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11107311616 190396 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10846984 memory=761584 CPUtime=1.39 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1659 13160 0 0 65 67 5 2 20 0 15 0 416116925 11107311616 190396 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 2361.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 761584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360.8 s]
/proc/loadavg: 1.83 1.78 1.67 3/227 6626
/proc/meminfo: memFree=23257372/32770624 swapFree=66977616/67108860
[pid=6210] ppid=6207 vsize=10846984 memory=763632 CPUtime=2400.05 cores=0,2,4,6
/proc/6210/stat : 6210 (java) S 6207 6210 5944 0 -1 1077944320 268017 13160 0 0 239685 313 5 2 20 0 15 0 416116910 11107311616 190908 33554432000 4194304 4196468 140727551570064 140727551552608 139682978234103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
/proc/6210/statm: 2711746 190908 3634 1 0 2673805 0
[pid=6210/tid=6263] ppid=6207 vsize=10846984 memory=763632 CPUtime=2338.54 cores=0,2,4,6
/proc/6210/task/6263/stat : 6263 (java) S 6207 6210 5944 0 -1 1077944384 74794 13160 0 0 233800 47 5 2 20 0 15 0 416116919 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682950069520 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6264] ppid=6207 vsize=10846984 memory=8112282956445269571 CPUtime=10.08 cores=0,2,4,6
/proc/6210/task/6264/stat : 6264 (java) S 6207 6210 5944 0 -1 1077944384 18625 13160 0 0 954 47 5 2 20 0 15 0 416116920 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682982476688 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6265] ppid=6207 vsize=10846984 memory=912 CPUtime=10.09 cores=0,2,4,6
/proc/6210/task/6265/stat : 6265 (java) S 6207 6210 5944 0 -1 1077944384 20798 13160 0 0 958 44 5 2 20 0 15 0 416116920 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682881366800 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6266] ppid=6207 vsize=10846984 memory=1984 CPUtime=10.11 cores=0,2,4,6
/proc/6210/task/6266/stat : 6266 (java) R 6207 6210 5944 0 -1 1077944384 17995 13160 0 0 958 46 5 2 20 0 15 0 416116920 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682880314512 139682978244309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6267] ppid=6207 vsize=10846984 memory=763632 CPUtime=10.1 cores=0,2,4,6
/proc/6210/task/6267/stat : 6267 (java) S 6207 6210 5944 0 -1 1077944384 24141 13160 0 0 951 52 5 2 20 0 15 0 416116920 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682879261712 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6268] ppid=6207 vsize=10846984 memory=763632 CPUtime=9.24 cores=0,2,4,6
/proc/6210/task/6268/stat : 6268 (java) S 6207 6210 5944 0 -1 1077944384 16918 13160 0 0 868 49 5 2 20 0 15 0 416116921 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682437163120 139682978245250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6269] ppid=6207 vsize=10846984 memory=40344 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6269/stat : 6269 (java) S 6207 6210 5944 0 -1 1077944384 15 13160 0 0 0 0 5 2 20 0 15 0 416116921 11107311616 190908 33554432000 4194304 4196468 140727551570064 139681865917344 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6270] ppid=6207 vsize=10846984 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6270/stat : 6270 (java) S 6207 6210 5944 0 -1 1077944384 8 13160 0 0 0 0 5 2 20 0 15 0 416116922 11107311616 190908 33554432000 4194304 4196468 140727551570064 139681731699840 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6271] ppid=6207 vsize=10846984 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6271/stat : 6271 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116924 11107311616 190908 33554432000 4194304 4196468 140727551570064 139681491408976 139682978252699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6272] ppid=6207 vsize=10846984 memory=1428 CPUtime=4.56 cores=0,2,4,6
/proc/6210/task/6272/stat : 6272 (java) S 6207 6210 5944 0 -1 1077944384 35931 13160 0 0 445 4 5 2 20 0 15 0 416116924 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682436110960 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6273] ppid=6207 vsize=10846984 memory=1724 CPUtime=4.41 cores=0,2,4,6
/proc/6210/task/6273/stat : 6273 (java) S 6207 6210 5944 0 -1 1077944384 30839 13160 0 0 429 5 5 2 20 0 15 0 416116924 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682435058160 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6274] ppid=6207 vsize=10846984 memory=704 CPUtime=2.05 cores=0,2,4,6
/proc/6210/task/6274/stat : 6274 (java) S 6207 6210 5944 0 -1 1077944384 24062 13160 0 0 193 5 5 2 20 0 15 0 416116924 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682434005872 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6275] ppid=6207 vsize=10846984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/6210/task/6275/stat : 6275 (java) S 6207 6210 5944 0 -1 1077944384 3 13160 0 0 0 0 5 2 20 0 15 0 416116925 11107311616 190908 33554432000 4194304 4196468 140727551570064 139681457851360 139682978244309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
[pid=6210/tid=6276] ppid=6207 vsize=10846984 memory=1556 CPUtime=1.41 cores=0,2,4,6
/proc/6210/task/6276/stat : 6276 (java) S 6207 6210 5944 0 -1 1077944384 1679 13160 0 0 66 68 5 2 20 0 15 0 416116925 11107311616 190908 33554432000 4194304 4196468 140727551570064 139682432952752 139682978245250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34373632 140727551572719 140727551575237 140727551575237 140727551578063 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 763632 KiB

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

[startup+2360.83 s]
# the end of solver process 6210 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.93 s, system=3.17476 s

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

Child status: 143
Real time (s): 2360.83
CPU time (s): 2400.11
CPU user time (s): 2396.93
CPU system time (s): 3.17476
CPU usage (%): 101.664
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 763632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.93
system time used= 3.17476
maximum resident set size= 767856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248055
involuntary context switches= 8530


# summary of solver processes directly reported to runsolver:
#   pid: 6210
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.93
#   total CPU system time (s): 3.17476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8283 second user time and 16.7996 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 19:06:19
IDJOB=4396640
IDBENCH=126210
IDSOLVER=2847
FILE ID=node104/4396640-1568398596
RUNJOBID= node104-1568394225-5975
PBS_JOBID= 21701872
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
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-4396640-1568398596/watcher-4396640-1568398596 -o /tmp/evaluation-result-4396640-1568398596/solver-4396640-1568398596 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568394225-5975 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1453630494 HOME/instance-4396640-1568398596.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=1453630494

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        23066052 kB
MemAvailable:   28053764 kB
Buffers:          161096 kB
Cached:          5081636 kB
SwapCached:        31860 kB
Active:          5461360 kB
Inactive:        3596260 kB
Active(anon):    3782316 kB
Inactive(anon):    74488 kB
Active(file):    1679044 kB
Inactive(file):  3521772 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             35492 kB
Writeback:             0 kB
AnonPages:       3892648 kB
Mapped:            57444 kB
Shmem:             32780 kB
Slab:             235492 kB
SReclaimable:     205464 kB
SUnreclaim:        30028 kB
KernelStack:        3744 kB
PageTables:        13524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5388484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3665920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-13 19:45:40