Trace number 4392213

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.10SAT (TO)123 2400.12 2358.04

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
9.53/3.97	o 283
9.53/3.99	o 274
9.53/4.01	o 272
9.87/4.01	o 271
9.87/4.03	o 269
9.87/4.06	o 265
9.87/4.07	o 263
10.87/4.32	o 261
10.87/4.38	o 257
10.87/4.40	o 256
11.21/4.46	o 253
11.21/4.46	o 250
11.42/4.51	o 233
11.42/4.52	o 231
11.42/4.54	o 222
13.88/5.77	o 221
13.88/5.78	o 220
13.88/5.78	o 219
14.03/5.83	o 218
14.03/5.83	o 217
14.03/5.83	o 216
14.03/5.84	o 215
14.03/5.86	o 214
14.17/5.96	o 213
14.33/6.10	o 212
14.47/6.12	o 211
14.47/6.12	o 209
14.47/6.19	o 202
22.26/11.66	o 199
22.26/11.69	o 198
22.66/11.95	o 193
22.81/12.01	o 190
24.33/13.18	o 189
24.46/13.20	o 188
24.46/13.24	o 186
24.76/13.46	o 183
24.76/13.47	o 182
166.72/148.72	o 178
166.72/148.73	o 177
166.72/148.74	o 167
166.72/148.78	o 166
167.21/149.15	o 163
167.21/149.16	o 162
193.39/173.93	o 159
193.39/173.93	o 158
194.45/174.92	o 156
428.54/405.69	o 155
428.66/405.70	o 154
428.66/405.70	o 152
434.31/411.30	o 151
434.41/411.44	o 150
437.75/414.77	o 148
437.85/414.83	o 147
437.85/414.83	o 146
439.78/416.72	o 144
541.02/516.89	o 141
673.90/648.31	o 140
673.90/648.31	o 139
673.90/648.32	o 132
673.90/648.33	o 131
673.90/648.33	o 130
673.90/648.36	o 128
674.12/648.52	o 127
674.12/648.52	o 125
674.74/649.12	o 124
691.29/665.56	o 123
2400.08/2358.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2358.01		at concrete.MAC.mac(MAC.scala:189)
2400.08/2358.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.08/2358.01		at scala.util.Try$.apply(Try.scala:212)
2400.08/2358.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2358.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2358.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2358.01		at concrete.MAC.oneRun(MAC.scala:253)
2400.08/2358.01		at concrete.MAC.nextSolution(MAC.scala:272)
2400.08/2358.01		at concrete.MAC.nextSolution(MAC.scala:355)
2400.08/2358.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2358.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2358.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2358.01		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2358.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.08/2358.01		at scala.util.Success.map(Try.scala:264)
2400.08/2358.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.08/2358.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2358.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2358.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2358.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2358.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2358.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2358.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2358.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2358.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2358.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2358.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2358.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2358.01		at scala.App.main(App.scala:75)
2400.08/2358.01		at scala.App.main$(App.scala:73)
2400.08/2358.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2358.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2358.02	v <instantiation
2400.08/2358.02	v         cost = '123'>
2400.08/2358.02	v       <list>
2400.08/2358.02	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.08/2358.02	v       </list>
2400.08/2358.02	v       <values>
2400.08/2358.02	v         1 0 7 9 15 23 28 26 18 16 12 10 13 11 14 20 17 19 21 22 24 29 27 25 8 3 6 5 4 2 8 10 4 4 6 2 5 4 7 2 1 1 4 3 5 5 2 1 1 2 3 4 3 13 12 4 2 3 1 1
2400.08/2358.02	v       </values>
2400.08/2358.02	v     </instantiation>
2400.08/2358.02	s SATISFIABLE

Verifier Data

OK	123

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392213-1568322381/watcher-4392213-1568322381 -o /tmp/evaluation-result-4392213-1568322381/solver-4392213-1568322381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1239597619 HOME/instance-4392213-1568322381.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
solver pid=12020, runsolver pid=12017
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 1.18 1.31 1.38 3/220 12077
/proc/meminfo: memFree=30988684/32770624 swapFree=66999800/67108860
[pid=12020] ppid=12017 vsize=9972712 memory=18336 CPUtime=0.09 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 4345 12985 0 0 1 0 5 3 20 0 6 0 408152171 10212057088 4584 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2493178 4584 1920 1 0 2481616 0
[pid=12020/tid=12073] ppid=12017 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 2146 12985 0 0 1 0 5 3 20 0 6 0 408152180 10212057088 4649 33554432000 4194304 4196468 140729354683696 140101391278672 140101400835645 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 408152181 10212057088 4649 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=9972712 memory=140394389120640 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 408152181 10212057088 4649 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 6 0 408152181 10212057088 4649 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 6 0 408152181 10212057088 4649 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18336 KiB

[startup+0.211128 s]*
/proc/loadavg: 1.18 1.31 1.38 3/229 12086
/proc/meminfo: memFree=30970404/32770624 swapFree=66999800/67108860
[pid=12020] ppid=12017 vsize=10818940 memory=36012 CPUtime=0.26 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 6883 12985 0 0 17 1 5 3 20 0 15 0 408152171 11078594560 8994 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2704735 9003 2966 1 0 2667149 0
[pid=12020/tid=12073] ppid=12017 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 3379 12985 0 0 11 1 5 3 20 0 15 0 408152180 11078594560 9003 33554432000 4194304 4196468 140729354683696 140101391229696 140101403522398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11078594560 9003 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10818940 memory=140394389120640 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11078594560 9003 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11078594560 9003 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11078594560 9003 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10818940 memory=140394389120640 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152182 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 33 12985 0 0 0 0 5 3 20 0 15 0 408152183 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100622071328 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152183 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100491011440 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 430 12985 0 0 1 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 181 12985 0 0 0 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10818940 memory=140394389120640 CPUtime=0.11 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 647 12985 0 0 3 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10818940 memory=140394389120640 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152186 11078594560 9003 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36012 KiB

[startup+0.312338 s]*
/proc/loadavg: 1.18 1.31 1.38 3/229 12086
/proc/meminfo: memFree=30959604/32770624 swapFree=66999800/67108860
[pid=12020] ppid=12017 vsize=10819464 memory=45060 CPUtime=0.41 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 10540 12985 0 0 30 3 5 3 20 0 15 0 408152171 11079131136 11265 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2704866 11265 3081 1 0 2667149 0
[pid=12020/tid=12073] ppid=12017 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 7064 12985 0 0 19 2 5 3 20 0 15 0 408152180 11079778304 11331 33554432000 4194304 4196468 140729354683696 140101391248384 140101342519158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10820096 memory=5864652560394970982 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11079778304 11331 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11079778304 11331 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10820096 memory=7649539752687978689 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11079778304 11331 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11079778304 11331 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152182 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 33 12985 0 0 0 0 5 3 20 0 15 0 408152183 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100622071328 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152183 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100491011440 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 432 12985 0 0 2 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 181 12985 0 0 1 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 672 12985 0 0 5 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152186 11079778304 11397 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10819464 KiB
Current children cumulated memory: 45060 KiB

[startup+0.700746 s]
/proc/loadavg: 1.18 1.31 1.38 5/229 12086
/proc/meminfo: memFree=30946356/32770624 swapFree=66999800/67108860
[pid=12020] ppid=12017 vsize=10824340 memory=78112 CPUtime=1.14 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 14791 12985 0 0 100 6 5 3 20 0 15 0 408152171 11084124160 19464 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2706085 19528 3495 1 0 2668173 0
[pid=12020/tid=12073] ppid=12017 vsize=10824340 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 10410 12985 0 0 54 4 5 3 20 0 15 0 408152180 11084124160 19528 33554432000 4194304 4196468 140729354683696 140101391271488 140101342510072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11084124160 19528 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11084124160 19528 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152181 11084124160 19528 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152181 11084124160 19528 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 5 12985 0 0 0 0 5 3 20 0 15 0 408152182 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 33 12985 0 0 0 0 5 3 20 0 15 0 408152183 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100622071328 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152183 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100491011440 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 720 12985 0 0 12 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) R 12017 12020 5578 0 -1 4202560 513 12985 0 0 15 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100587460848 140101400966808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 888 12985 0 0 17 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10824340 memory=140394226550768 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152186 11084124160 19528 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78112 KiB

[startup+1.50067 s]
/proc/loadavg: 1.18 1.31 1.38 3/229 12086
/proc/meminfo: memFree=30891568/32770624 swapFree=66999800/67108860
[pid=12020] ppid=12017 vsize=10834656 memory=166688 CPUtime=2.54 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 21647 12985 0 0 234 12 5 3 20 0 15 0 408152171 11094687744 41672 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2708664 41672 3572 1 0 2670733 0
[pid=12020/tid=12073] ppid=12017 vsize=10834656 memory=26 CPUtime=1.43 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 15349 12985 0 0 129 6 5 3 20 0 15 0 408152180 11094687744 41672 33554432000 4194304 4196468 140729354683696 140101391242288 140101419453846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10834656 memory=25 CPUtime=0.09 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 50 12985 0 0 1 0 5 3 20 0 15 0 408152181 11094687744 41672 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 12 12985 0 0 0 0 5 3 20 0 15 0 408152181 11094687744 41672 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 68 12985 0 0 0 0 5 3 20 0 15 0 408152181 11094687744 41672 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10834656 memory=93112 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 367 12985 0 0 0 0 5 3 20 0 15 0 408152181 11094687744 41672 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 139 12985 0 0 1 0 5 3 20 0 15 0 408152182 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10834656 memory=6298398794875490402 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 34 12985 0 0 0 0 5 3 20 0 15 0 408152183 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100622071392 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10834656 memory=7309735160459717222 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152183 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100491011440 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10834656 memory=7377837850146530664 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10834656 memory=5787213835771667545 CPUtime=0.36 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 968 12985 0 0 27 1 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10834656 memory=7237681973327193429 CPUtime=0.42 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) R 12017 12020 5578 0 -1 1077944384 949 12985 0 0 34 0 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10834656 memory=6298398794875490402 CPUtime=0.46 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 1493 12985 0 0 38 0 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10834656 memory=6298398794875490402 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 1 12985 0 0 0 0 5 3 20 0 15 0 408152186 11094687744 41672 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834656 KiB

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

/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 55079 12985 0 0 218400 33 5 3 20 0 15 0 408152180 11109400576 171982 33554432000 4194304 4196468 140729354683696 140101391277488 140100990586017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10849024 memory=687928 CPUtime=7.67 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 8254 12985 0 0 721 38 5 3 20 0 15 0 408152181 11109400576 171982 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10849024 memory=687928 CPUtime=7.66 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 10547 12985 0 0 720 38 5 3 20 0 15 0 408152181 11109400576 171982 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10849024 memory=687928 CPUtime=7.67 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 10608 12985 0 0 720 39 5 3 20 0 15 0 408152181 11109400576 171982 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10849024 memory=685776 CPUtime=7.68 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 8200 12985 0 0 725 35 5 3 20 0 15 0 408152181 11109400576 171982 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10849024 memory=687928 CPUtime=7.21 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 11538 12985 0 0 676 37 5 3 20 0 15 0 408152182 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10849024 memory=196 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 38 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100622071392 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10849024 memory=687928 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100491011456 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10849024 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10849024 memory=8 CPUtime=7.75 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 35913 12985 0 0 760 7 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10849024 memory=687928 CPUtime=7.25 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 33300 12985 0 0 710 7 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10849024 memory=687928 CPUtime=4.65 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 32592 12985 0 0 447 10 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10849024 memory=687928 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10849024 memory=1564 CPUtime=1.32 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 820 12985 0 0 62 62 5 3 20 0 15 0 408152186 11109400576 171982 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 2242.68 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 687928 KiB

[startup+2262.3 s]
/proc/loadavg: 1.17 1.34 1.37 3/228 12553
/proc/meminfo: memFree=30013848/32770624 swapFree=66999812/67108860
[pid=12020] ppid=12017 vsize=10849024 memory=687984 CPUtime=2303.34 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 209926 12985 0 0 230061 265 5 3 20 0 15 0 408152171 11109400576 171996 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2712256 171996 3624 1 0 2674317 0
[pid=12020/tid=12073] ppid=12017 vsize=10849024 memory=988 CPUtime=2243.84 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 55548 12985 0 0 224343 33 5 3 20 0 15 0 408152180 11109400576 171996 33554432000 4194304 4196468 140729354683696 140101391276608 140100990588530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.91 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 8487 12985 0 0 744 39 5 3 20 0 15 0 408152181 11109400576 171996 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.9 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 10564 12985 0 0 743 39 5 3 20 0 15 0 408152181 11109400576 171996 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.92 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 10624 12985 0 0 743 41 5 3 20 0 15 0 408152181 11109400576 171996 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.92 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 8236 12985 0 0 747 37 5 3 20 0 15 0 408152181 11109400576 171996 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.44 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 11574 12985 0 0 698 38 5 3 20 0 15 0 408152182 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10849024 memory=779 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 38 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100622071392 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10849024 memory=687984 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100491011456 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10849024 memory=687984 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.75 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 35915 12985 0 0 760 7 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10849024 memory=687984 CPUtime=7.25 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 33302 12985 0 0 710 7 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10849024 memory=0 CPUtime=4.65 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 32594 12985 0 0 447 10 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10849024 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10849024 memory=33 CPUtime=1.36 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 826 12985 0 0 64 64 5 3 20 0 15 0 408152186 11109400576 171996 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 2303.34 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 687984 KiB

[startup+2322.3 s]
/proc/loadavg: 1.04 1.26 1.34 3/228 12557
/proc/meminfo: memFree=30019140/32770624 swapFree=66999812/67108860
[pid=12020] ppid=12017 vsize=10849024 memory=688032 CPUtime=2363.99 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 210694 12985 0 0 236119 272 5 3 20 0 15 0 408152171 11109400576 172008 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2712256 172008 3624 1 0 2674317 0
[pid=12020/tid=12073] ppid=12017 vsize=10849024 memory=688032 CPUtime=2303.3 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 55983 12985 0 0 230288 34 5 3 20 0 15 0 408152180 11109400576 172008 33554432000 4194304 4196468 140729354683696 140101391272880 140100989480412 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10849024 memory=688032 CPUtime=8.15 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 8552 12985 0 0 766 41 5 3 20 0 15 0 408152181 11109400576 172008 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10849024 memory=688032 CPUtime=8.14 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 10603 12985 0 0 766 40 5 3 20 0 15 0 408152181 11109400576 172008 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10849024 memory=688032 CPUtime=8.15 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 10641 12985 0 0 765 42 5 3 20 0 15 0 408152181 11109400576 172008 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10849024 memory=688032 CPUtime=8.15 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 8245 12985 0 0 769 38 5 3 20 0 15 0 408152181 11109400576 172008 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10849024 memory=688032 CPUtime=7.65 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 11771 12985 0 0 718 39 5 3 20 0 15 0 408152182 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10849024 memory=688032 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 38 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100622071392 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10849024 memory=688032 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100491011456 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10849024 memory=33680 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10849024 memory=988 CPUtime=7.75 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 35916 12985 0 0 760 7 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10849024 memory=688032 CPUtime=7.25 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 33302 12985 0 0 710 7 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10849024 memory=688032 CPUtime=4.65 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 32594 12985 0 0 447 10 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10849024 memory=688032 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10849024 memory=688032 CPUtime=1.4 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 831 12985 0 0 66 66 5 3 20 0 15 0 408152186 11109400576 172008 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 2363.99 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 688032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358 s]*
/proc/loadavg: 1.30 1.30 1.35 3/228 12561
/proc/meminfo: memFree=30026388/32770624 swapFree=66999812/67108860
[pid=12020] ppid=12017 vsize=10849024 memory=688104 CPUtime=2400.08 cores=0,2,4,6
/proc/12020/stat : 12020 (java) S 12017 12020 5578 0 -1 1077944320 211314 12985 0 0 239724 276 5 3 20 0 15 0 408152171 11109400576 172026 33554432000 4194304 4196468 140729354683696 140729354666240 140101419441911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
/proc/12020/statm: 2712256 172026 3624 1 0 2674317 0
[pid=12020/tid=12073] ppid=12017 vsize=10849024 memory=1398722017469774279 CPUtime=2338.65 cores=0,2,4,6
/proc/12020/task/12073/stat : 12073 (java) R 12017 12020 5578 0 -1 4202560 56293 12985 0 0 233823 34 5 3 20 0 15 0 408152180 11109400576 172026 33554432000 4194304 4196468 140729354683696 140101391277328 140100991743155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12074] ppid=12017 vsize=10849024 memory=4126316290023845779 CPUtime=8.29 cores=0,2,4,6
/proc/12020/task/12074/stat : 12074 (java) S 12017 12020 5578 0 -1 1077944384 8767 12985 0 0 780 41 5 3 20 0 15 0 408152181 11109400576 172026 33554432000 4194304 4196468 140729354683696 140101423684240 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12075] ppid=12017 vsize=10849024 memory=3436 CPUtime=8.28 cores=0,2,4,6
/proc/12020/task/12075/stat : 12075 (java) S 12017 12020 5578 0 -1 1077944384 10617 12985 0 0 779 41 5 3 20 0 15 0 408152181 11109400576 172026 33554432000 4194304 4196468 140729354683696 140101311957520 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12076] ppid=12017 vsize=10849024 memory=7548 CPUtime=8.3 cores=0,2,4,6
/proc/12020/task/12076/stat : 12076 (java) S 12017 12020 5578 0 -1 1077944384 10680 12985 0 0 779 43 5 3 20 0 15 0 408152181 11109400576 172026 33554432000 4194304 4196468 140729354683696 140101310904720 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12077] ppid=12017 vsize=10849024 memory=2832 CPUtime=8.3 cores=0,2,4,6
/proc/12020/task/12077/stat : 12077 (java) S 12017 12020 5578 0 -1 1077944384 8260 12985 0 0 783 39 5 3 20 0 15 0 408152181 11109400576 172026 33554432000 4194304 4196468 140729354683696 140101309851920 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12078] ppid=12017 vsize=10849024 memory=1224 CPUtime=7.79 cores=0,2,4,6
/proc/12020/task/12078/stat : 12078 (java) S 12017 12020 5578 0 -1 1077944384 11796 12985 0 0 730 41 5 3 20 0 15 0 408152182 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100623125360 140101419453058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12079] ppid=12017 vsize=10849024 memory=5904 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12079/stat : 12079 (java) S 12017 12020 5578 0 -1 1077944384 38 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100622071392 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12080] ppid=12017 vsize=10849024 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12080/stat : 12080 (java) S 12017 12020 5578 0 -1 1077944384 2 12985 0 0 0 0 5 3 20 0 15 0 408152183 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100491011456 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12081] ppid=12017 vsize=10849024 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12081/stat : 12081 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140099982285136 140101419460507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12082] ppid=12017 vsize=10849024 memory=1056 CPUtime=7.75 cores=0,2,4,6
/proc/12020/task/12082/stat : 12082 (java) S 12017 12020 5578 0 -1 1077944384 35916 12985 0 0 760 7 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100588513648 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12083] ppid=12017 vsize=10849024 memory=56 CPUtime=7.25 cores=0,2,4,6
/proc/12020/task/12083/stat : 12083 (java) S 12017 12020 5578 0 -1 1077944384 33302 12985 0 0 710 7 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100587460848 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12084] ppid=12017 vsize=10849024 memory=8514726395714825349 CPUtime=4.65 cores=0,2,4,6
/proc/12020/task/12084/stat : 12084 (java) S 12017 12020 5578 0 -1 1077944384 32594 12985 0 0 447 10 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100586408048 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12085] ppid=12017 vsize=10849024 memory=8026372487164487783 CPUtime=0.08 cores=0,2,4,6
/proc/12020/task/12085/stat : 12085 (java) S 12017 12020 5578 0 -1 1077944384 3 12985 0 0 0 0 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140099948726496 140101419452117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
[pid=12020/tid=12086] ppid=12017 vsize=10849024 memory=7084538690947149167 CPUtime=1.42 cores=0,2,4,6
/proc/12020/task/12086/stat : 12086 (java) S 12017 12020 5578 0 -1 1077944384 833 12985 0 0 67 67 5 3 20 0 15 0 408152186 11109400576 172026 33554432000 4194304 4196468 140729354683696 140100585356464 140101419453058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11698176 140729354689269 140729354691781 140729354691781 140729354694607 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 688104 KiB

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

[startup+2358.04 s]
# the end of solver process 12020 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.31 s, system=2.8115 s

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

Child status: 143
Real time (s): 2358.04
CPU time (s): 2400.12
CPU user time (s): 2397.31
CPU system time (s): 2.8115
CPU usage (%): 101.785
Max. virtual memory (cumulated for all children) (KiB): 10854840
Max. memory (cumulated for all children) (KiB): 700580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.31
system time used= 2.8115
maximum resident set size= 701096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231551
involuntary context switches= 8575


# summary of solver processes directly reported to runsolver:
#   pid: 12020
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2397.31
#   total CPU system time (s): 2.8115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8157 second user time and 21.0955 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 23:05:41
IDJOB=4392213
IDBENCH=135866
IDSOLVER=2837
FILE ID=node146/4392213-1568322381
RUNJOBID= node146-1568301260-5609
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392213-1568322381/watcher-4392213-1568322381 -o /tmp/evaluation-result-4392213-1568322381/solver-4392213-1568322381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5609 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1239597619 HOME/instance-4392213-1568322381.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=1239597619

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30992992 kB
MemAvailable:   31274160 kB
Buffers:          128520 kB
Cached:           433848 kB
SwapCached:         5288 kB
Active:           937680 kB
Inactive:         256120 kB
Active(anon):     648832 kB
Inactive(anon):    20864 kB
Active(file):     288848 kB
Inactive(file):   235256 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999800 kB
Dirty:             35200 kB
Writeback:             0 kB
AnonPages:        747100 kB
Mapped:            53896 kB
Shmem:             29160 kB
Slab:             174460 kB
SReclaimable:     145796 kB
SUnreclaim:        28664 kB
KernelStack:        3824 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1884976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 23:44:59