Trace number 4295951

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.8-SuperNG 2018-06-13SAT (TO)226 2520.09 2488.04

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.99/0.74	c Concrete v3.8.1528841891564 running
10.69/4.88	o 343
11.00/4.90	o 340
11.00/4.92	o 339
13.56/5.79	o 338
13.84/5.81	o 336
13.84/5.83	o 333
13.84/5.85	o 332
14.17/5.91	o 328
14.17/5.91	o 327
14.17/5.91	o 326
14.17/5.92	o 325
15.90/7.19	o 291
15.90/7.19	o 287
16.02/7.20	o 284
16.14/7.30	o 283
16.14/7.33	o 280
16.68/7.75	o 277
16.68/7.75	o 274
23.24/13.38	o 273
23.34/13.45	o 271
23.79/13.86	o 269
34.65/23.59	o 261
34.65/23.59	o 258
39.68/28.09	o 257
178.09/164.73	o 254
178.09/164.74	o 253
192.15/178.29	o 252
769.18/750.37	o 251
769.18/750.37	o 250
769.33/750.41	o 248
770.45/751.57	o 247
782.97/763.98	o 244
831.41/811.95	o 243
831.52/812.06	o 242
831.52/812.07	o 241
857.56/837.80	o 240
857.56/837.87	o 239
858.07/838.31	o 234
858.28/838.56	o 228
865.14/845.40	o 226
2520.04/2488.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2488.02		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.04/2488.02		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.04/2488.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.04/2488.02		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.04/2488.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.04/2488.02		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.04/2488.02		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.04/2488.02		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.04/2488.02		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.04/2488.02		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2488.02		at scala.Option.map(Option.scala:146)
2520.04/2488.02		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2488.02		at concrete.MAC.mac(MAC.scala:203)
2520.04/2488.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2488.02		at scala.util.Try$.apply(Try.scala:209)
2520.04/2488.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2488.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2488.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2488.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2488.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2488.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2488.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2488.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2488.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2488.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2488.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2488.02		at concrete.MAC.nextSolution(MAC.scala:355)
2520.04/2488.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2488.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.04/2488.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.04/2488.02		at concrete.Solver.foreach(Solver.scala:68)
2520.04/2488.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.04/2488.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2488.02		at scala.util.Success.map(Try.scala:209)
2520.04/2488.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2488.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2488.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2488.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2488.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2488.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2488.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2488.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2488.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2488.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2488.02		at scala.App.main(App.scala:76)
2520.04/2488.02		at scala.App.main$(App.scala:74)
2520.04/2488.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2488.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2488.02	v <instantiation cost="226">
2520.04/2488.02	v       <list>
2520.04/2488.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] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] 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] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44]
2520.04/2488.02	v       </list>
2520.04/2488.02	v       <values>
2520.04/2488.02	v         24 25 31 41 43 42 44 35 39 38 37 36 40 34 27 30 20 14 7 0 5 2 6 8 9 4 12 13 23 32 33 29 1 15 16 17 19 21 26 28 22 18 10 3 11 2 4 7 12 3 7 9 7 4 1 4 3 4 5 1 5 4 4 6 3 1 2 4 1 5 4 1 6 7 2 5 23 11 1 3 8 2 4 5 4 7 4 3 10 8
2520.04/2488.02	v       </values>
2520.04/2488.02	v     </instantiation>
2520.04/2488.02	s SATISFIABLE

Verifier Data

OK	226

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295951-1532600052/watcher-4295951-1532600052 -o /tmp/evaluation-result-4295951-1532600052/solver-4295951-1532600052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 -superng HOME/instance-4295951-1532600052.xml 

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

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

solver pid=3268, runsolver pid=3265

[startup+0.100168 s]*
/proc/loadavg: 1.29 1.28 1.31 3/207 3325
/proc/meminfo: memFree=16793068/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=9972712 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 4386 12886 0 0 1 1 5 2 20 0 6 0 77568346 10212057088 3728 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2493178 3728 1934 1 0 2481616 0
[pid=3268/tid=3321] ppid=3265 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 2254 12886 0 0 0 0 5 2 20 0 6 0 77568355 10212057088 3794 33554432000 4194304 4196468 140722658032704 139994164142672 139994176386398 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 6 0 77568356 10212057088 3794 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=9972712 memory=140532764886656 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 6 0 77568356 10212057088 3794 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 6 0 77568356 10212057088 3794 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 6 0 77568356 10212057088 3794 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.209946 s]*
/proc/loadavg: 1.29 1.28 1.31 3/216 3334
/proc/meminfo: memFree=16770028/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10821524 memory=43120 CPUtime=0.25 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 8586 12886 0 0 16 2 5 2 20 0 15 0 77568346 11081240576 10780 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2705381 10780 2926 1 0 2667804 0
[pid=3268/tid=3321] ppid=3265 vsize=10818936 memory=-8171376296011865461 CPUtime=0.18 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 5980 12886 0 0 10 1 5 2 20 0 15 0 77568355 11078590464 10896 33554432000 4194304 4196468 140722658032704 139994164130720 139994184985629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11078590464 10896 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10818936 memory=140532764886656 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11078590464 10962 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11078590464 10962 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 15 0 77568356 11078590464 10962 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10818936 memory=140532764886656 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 15 0 77568357 11078590464 11028 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 33 12886 0 0 0 0 5 2 20 0 15 0 77568358 11078590464 11028 33554432000 4194304 4196468 140722658032704 139993650542112 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568358 11078590464 11028 33554432000 4194304 4196468 140722658032704 139993049720176 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11078590464 11094 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 525 12886 0 0 1 0 5 2 20 0 15 0 77568361 11078590464 11094 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 55 12886 0 0 0 0 5 2 20 0 15 0 77568361 11078590464 11094 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10818936 memory=140532764886656 CPUtime=0.1 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 557 12886 0 0 3 0 5 2 20 0 15 0 77568361 11078590464 11094 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11078590464 11147 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10818904 memory=140532764886656 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568361 11078557696 11147 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43120 KiB

[startup+0.310292 s]*
/proc/loadavg: 1.29 1.28 1.31 3/216 3334
/proc/meminfo: memFree=16757396/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10819352 memory=52464 CPUtime=0.38 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 10760 12886 0 0 28 3 5 2 20 0 15 0 77568346 11079016448 13116 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2704838 13116 3045 1 0 2667149 0
[pid=3268/tid=3321] ppid=3265 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 7400 12886 0 0 19 2 5 2 20 0 15 0 77568355 11079016448 13116 33554432000 4194304 4196468 140722658032704 139994164117920 139994192327837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10819352 memory=-8389222452898340213 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 13116 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 15 0 77568357 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 33 12886 0 0 0 0 5 2 20 0 15 0 77568358 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993650542112 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568358 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993049720176 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 525 12886 0 0 2 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 56 12886 0 0 1 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) R 3265 3268 32560 0 -1 4202560 563 12886 0 0 5 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993614878832 139994184543038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 13116 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52464 KiB

[startup+0.70081 s]
/proc/loadavg: 1.29 1.28 1.31 3/216 3334
/proc/meminfo: memFree=16747968/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10819352 memory=85052 CPUtime=0.99 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 16836 12886 0 0 87 5 5 2 20 0 15 0 77568346 11079016448 21263 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2704838 21263 3237 1 0 2667149 0
[pid=3268/tid=3321] ppid=3265 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 12379 12886 0 0 56 3 5 2 20 0 15 0 77568355 11079016448 21263 33554432000 4194304 4196468 140722658032704 139994164126736 139994173869486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 21263 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10819352 memory=7886766292050524213 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10819352 memory=5860705218891763792 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10819352 memory=6226596351323422817 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 2 12886 0 0 0 0 5 2 20 0 15 0 77568356 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 5 12886 0 0 0 0 5 2 20 0 15 0 77568357 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 33 12886 0 0 0 0 5 2 20 0 15 0 77568358 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993650542112 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10819352 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568358 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993049720176 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10819352 memory=2244 CPUtime=0.17 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 1199 12886 0 0 10 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 415 12886 0 0 7 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 604 12886 0 0 13 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10819352 memory=30305 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568361 11079016448 21263 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85052 KiB

[startup+1.50078 s]
/proc/loadavg: 1.29 1.28 1.31 4/216 3334
/proc/meminfo: memFree=16703000/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10834252 memory=178268 CPUtime=2.39 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 24323 12886 0 0 223 9 5 2 20 0 15 0 77568346 11094274048 44567 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2708563 44567 3469 1 0 2670221 0
[pid=3268/tid=3321] ppid=3265 vsize=10834252 memory=124 CPUtime=1.42 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 17807 12886 0 0 130 5 5 2 20 0 15 0 77568355 11094274048 44567 33554432000 4194304 4196468 140722658032704 139994164137168 139994176386398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10834252 memory=78 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 29 12886 0 0 1 0 5 2 20 0 15 0 77568356 11094274048 44567 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 54 12886 0 0 1 0 5 2 20 0 15 0 77568356 11094274048 44567 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 219 12886 0 0 1 0 5 2 20 0 15 0 77568356 11094274048 44567 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 36 12886 0 0 1 0 5 2 20 0 15 0 77568356 11094274048 44567 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 60 12886 0 0 1 0 5 2 20 0 15 0 77568357 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 34 12886 0 0 0 0 5 2 20 0 15 0 77568358 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993650542176 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10834252 memory=-7591201286991560646 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568358 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993049720192 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10834252 memory=-2127759914151993335 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10834252 memory=-2897801490638248331 CPUtime=0.33 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 1680 12886 0 0 26 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10834252 memory=-6580421542876963736 CPUtime=0.32 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 1064 12886 0 0 25 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10834252 memory=-2746958450906831519 CPUtime=0.41 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 1145 12886 0 0 34 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10834252 memory=64 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10834252 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1 12886 0 0 0 0 5 2 20 0 15 0 77568361 11094274048 44602 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 86473 12886 0 0 231272 26 5 2 20 0 15 0 77568355 11178180608 134260 33554432000 4194304 4196468 140722658032704 139994164140256 139993808743920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10916192 memory=537040 CPUtime=4.38 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 7445 12886 0 0 401 30 5 2 20 0 15 0 77568356 11178180608 134260 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10916192 memory=537040 CPUtime=4.36 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 7496 12886 0 0 400 29 5 2 20 0 15 0 77568356 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10916192 memory=537040 CPUtime=4.38 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 12008 12886 0 0 403 28 5 2 20 0 15 0 77568356 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10916192 memory=537040 CPUtime=4.38 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 8849 12886 0 0 401 30 5 2 20 0 15 0 77568356 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10916192 memory=281065210504032 CPUtime=3.24 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 7389 12886 0 0 299 18 5 2 20 0 15 0 77568357 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10916192 memory=537040 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 38 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993650542240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10916192 memory=235007 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 4 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993049720192 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10916192 memory=537040 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10916192 memory=55 CPUtime=7.12 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 42293 12886 0 0 700 5 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10916192 memory=537040 CPUtime=8.12 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 54061 12886 0 0 798 7 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10916192 memory=537040 CPUtime=3.42 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 44048 12886 0 0 329 6 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10916192 memory=537040 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10916192 memory=537040 CPUtime=1.32 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1481 12886 0 0 64 61 5 2 20 0 15 0 77568361 11178180608 134260 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 2353.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 537040 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.39 1.40 3/215 3534
/proc/meminfo: memFree=16430540/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10916192 memory=537056 CPUtime=2413.65 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 275379 12886 0 0 241145 213 5 2 20 0 15 0 77568346 11178180608 134264 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2729048 134264 3529 1 0 2690701 0
[pid=3268/tid=3321] ppid=3265 vsize=10916192 memory=537040 CPUtime=2372.84 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 86819 12886 0 0 237251 26 5 2 20 0 15 0 77568355 11178180608 134264 33554432000 4194304 4196468 140722658032704 139994164140448 139993809932384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10916192 memory=537056 CPUtime=4.49 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 7752 12886 0 0 411 31 5 2 20 0 15 0 77568356 11178180608 134264 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10916192 memory=537056 CPUtime=4.45 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 7514 12886 0 0 409 29 5 2 20 0 15 0 77568356 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10916192 memory=537040 CPUtime=4.48 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 12027 12886 0 0 412 29 5 2 20 0 15 0 77568356 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10916192 memory=2092 CPUtime=4.49 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 8854 12886 0 0 411 31 5 2 20 0 15 0 77568356 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10916192 memory=1800 CPUtime=3.32 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 7412 12886 0 0 307 18 5 2 20 0 15 0 77568357 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10916192 memory=7020 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 38 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993650542240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10916192 memory=537056 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 4 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993049720192 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10916192 memory=3708 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10916192 memory=281065211410400 CPUtime=7.16 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 42542 12886 0 0 704 5 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10916192 memory=591942375704718642 CPUtime=8.16 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 54216 12886 0 0 802 7 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10916192 memory=537056 CPUtime=3.45 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 44511 12886 0 0 332 6 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10916192 memory=537056 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10916192 memory=281065212347760 CPUtime=1.35 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1496 12886 0 0 65 63 5 2 20 0 15 0 77568361 11178180608 134264 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 2413.65 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 537056 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.37 1.39 3/215 3535
/proc/meminfo: memFree=16430496/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10916192 memory=537064 CPUtime=2474.03 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 277646 12886 0 0 247180 216 5 2 20 0 15 0 77568346 11178180608 134266 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2729048 134266 3529 1 0 2690701 0
[pid=3268/tid=3321] ppid=3265 vsize=10916192 memory=537064 CPUtime=2432.62 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 87269 12886 0 0 243229 26 5 2 20 0 15 0 77568355 11178180608 134266 33554432000 4194304 4196468 140722658032704 139994164140448 139993807583712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10916192 memory=537064 CPUtime=4.58 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 7780 12886 0 0 420 31 5 2 20 0 15 0 77568356 11178180608 134266 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10916192 memory=537064 CPUtime=4.54 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 7635 12886 0 0 418 29 5 2 20 0 15 0 77568356 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10916192 memory=537064 CPUtime=4.58 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 12035 12886 0 0 422 29 5 2 20 0 15 0 77568356 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10916192 memory=537064 CPUtime=4.58 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 8914 12886 0 0 420 31 5 2 20 0 15 0 77568356 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10916192 memory=537064 CPUtime=3.39 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 7499 12886 0 0 314 18 5 2 20 0 15 0 77568357 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10916192 memory=537064 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 38 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993650542240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10916192 memory=537040 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 4 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993049720192 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10916192 memory=448 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10916192 memory=444 CPUtime=7.19 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 42902 12886 0 0 707 5 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10916192 memory=537064 CPUtime=8.19 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 54694 12886 0 0 805 7 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10916192 memory=537064 CPUtime=3.47 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 45169 12886 0 0 334 6 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10916192 memory=537064 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10916192 memory=17804 CPUtime=1.38 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1513 12886 0 0 67 64 5 2 20 0 15 0 77568361 11178180608 134266 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 2474.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 537064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488 s]*
/proc/loadavg: 1.10 1.30 1.37 3/215 3537
/proc/meminfo: memFree=16430136/32770624 swapFree=67108796/67108860
[pid=3268] ppid=3265 vsize=10916192 memory=537076 CPUtime=2520.04 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32560 0 -1 1077944320 279481 12886 0 0 251778 219 5 2 20 0 15 0 77568346 11178180608 134269 33554432000 4194304 4196468 140722658032704 140722658015248 139994192305911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
/proc/3268/statm: 2729048 134269 3529 1 0 2690701 0
[pid=3268/tid=3321] ppid=3265 vsize=10916192 memory=6935054825532540783 CPUtime=2478.18 cores=0,2,4,6
/proc/3268/task/3321/stat : 3321 (java) R 3265 3268 32560 0 -1 4202560 87717 12886 0 0 247784 27 5 2 20 0 15 0 77568355 11178180608 134269 33554432000 4194304 4196468 140722658032704 139994164135584 139993812071981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3322] ppid=3265 vsize=10916192 memory=6935054825532540783 CPUtime=4.66 cores=0,2,4,6
/proc/3268/task/3322/stat : 3322 (java) S 3265 3268 32560 0 -1 1077944384 8135 12886 0 0 427 32 5 2 20 0 15 0 77568356 11178180608 134269 33554432000 4194304 4196468 140722658032704 139994196548240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3323] ppid=3265 vsize=10916192 memory=1572 CPUtime=4.62 cores=0,2,4,6
/proc/3268/task/3323/stat : 3323 (java) S 3265 3268 32560 0 -1 1077944384 7746 12886 0 0 425 30 5 2 20 0 15 0 77568356 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993765489168 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3324] ppid=3265 vsize=10916192 memory=2092 CPUtime=4.65 cores=0,2,4,6
/proc/3268/task/3324/stat : 3324 (java) S 3265 3268 32560 0 -1 1077944384 12053 12886 0 0 429 29 5 2 20 0 15 0 77568356 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993764436368 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3325] ppid=3265 vsize=10916192 memory=7524 CPUtime=4.65 cores=0,2,4,6
/proc/3268/task/3325/stat : 3325 (java) S 3265 3268 32560 0 -1 1077944384 8948 12886 0 0 427 31 5 2 20 0 15 0 77568356 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993763383568 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3326] ppid=3265 vsize=10916192 memory=840 CPUtime=3.45 cores=0,2,4,6
/proc/3268/task/3326/stat : 3326 (java) S 3265 3268 32560 0 -1 1077944384 7562 12886 0 0 319 19 5 2 20 0 15 0 77568357 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993651596144 139994192317058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3327] ppid=3265 vsize=10916192 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3327/stat : 3327 (java) S 3265 3268 32560 0 -1 1077944384 38 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993650542240 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3328] ppid=3265 vsize=10916192 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3328/stat : 3328 (java) S 3265 3268 32560 0 -1 1077944384 4 12886 0 0 0 0 5 2 20 0 15 0 77568358 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993049720192 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3329] ppid=3265 vsize=10916192 memory=13852953995905340 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3329/stat : 3329 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139992742320464 139994192324507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3330] ppid=3265 vsize=10916192 memory=3280 CPUtime=7.23 cores=0,2,4,6
/proc/3268/task/3330/stat : 3330 (java) S 3265 3268 32560 0 -1 1077944384 43243 12886 0 0 711 5 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993616984432 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3331] ppid=3265 vsize=10916192 memory=537076 CPUtime=8.22 cores=0,2,4,6
/proc/3268/task/3331/stat : 3331 (java) S 3265 3268 32560 0 -1 1077944384 54840 12886 0 0 808 7 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993615931632 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3332] ppid=3265 vsize=10916192 memory=1408 CPUtime=3.5 cores=0,2,4,6
/proc/3268/task/3332/stat : 3332 (java) S 3265 3268 32560 0 -1 1077944384 45484 12886 0 0 336 7 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993614878832 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3333] ppid=3265 vsize=10916192 memory=3292 CPUtime=0.07 cores=0,2,4,6
/proc/3268/task/3333/stat : 3333 (java) S 3265 3268 32560 0 -1 1077944384 3 12886 0 0 0 0 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139992708761824 139994192316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
[pid=3268/tid=3334] ppid=3265 vsize=10916192 memory=632476 CPUtime=1.41 cores=0,2,4,6
/proc/3268/task/3334/stat : 3334 (java) S 3265 3268 32560 0 -1 1077944384 1517 12886 0 0 68 66 5 2 20 0 15 0 77568361 11178180608 134269 33554432000 4194304 4196468 140722658032704 139993613827248 139994192317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10719232 140722658035884 140722658039132 140722658039132 140722658041807 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 537076 KiB

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

[startup+2488.04 s]
# the end of solver process 3268 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.86 s, system=2.22662 s

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

Child status: 143
Real time (s): 2488.04
CPU time (s): 2520.09
CPU user time (s): 2517.86
CPU system time (s): 2.22662
CPU usage (%): 101.288
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 969576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 2.22662
maximum resident set size= 972180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132903
involuntary context switches= 5952


# summary of solver processes directly reported to runsolver:
#   pid: 3268
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.86
#   total CPU system time (s): 2.22662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5935 second user time and 23.119 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 12:14:12
IDJOB=4295951
IDBENCH=141620
IDSOLVER=2751
FILE ID=node138/4295951-1532600052
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295951-1532600052/watcher-4295951-1532600052 -o /tmp/evaluation-result-4295951-1532600052/solver-4295951-1532600052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 -superng HOME/instance-4295951-1532600052.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=486646824

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
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:        16797444 kB
MemAvailable:   31142668 kB
Buffers:          189300 kB
Cached:         14300560 kB
SwapCached:           44 kB
Active:          3184452 kB
Inactive:       12145220 kB
Active(anon):     790232 kB
Inactive(anon):    77320 kB
Active(file):    2394220 kB
Inactive(file): 12067900 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26340 kB
Writeback:             0 kB
AnonPages:        795584 kB
Mapped:            48560 kB
Shmem:             25164 kB
Slab:             339916 kB
SReclaimable:     311564 kB
SUnreclaim:        28352 kB
KernelStack:        3824 kB
PageTables:         7184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1807608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 12:55:40