Trace number 4295955

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)93 2520.04 2490.83

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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
7.27/3.62	o 191
7.27/3.64	o 189
7.61/3.72	o 184
7.61/3.79	o 182
7.97/3.87	o 165
7.97/3.87	o 150
8.35/3.91	o 140
8.35/3.95	o 130
8.35/3.97	o 127
8.68/4.03	o 124
8.68/4.05	o 119
8.68/4.05	o 118
8.68/4.05	o 103
9.31/4.21	o 101
9.31/4.21	o 98
9.64/4.30	o 93
2520.00/2490.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2490.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2490.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2490.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2490.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2490.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2490.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2490.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2490.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2490.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2490.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2490.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2490.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2490.80		at scala.Option.map(Option.scala:146)
2520.00/2490.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2490.80		at concrete.MAC.mac(MAC.scala:203)
2520.00/2490.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2490.80		at scala.util.Try$.apply(Try.scala:209)
2520.00/2490.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2490.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2490.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2490.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2490.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2490.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2490.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2490.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2490.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2490.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2490.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2490.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2490.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2490.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2490.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2490.81		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2490.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2490.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2490.81		at scala.util.Success.map(Try.scala:209)
2520.00/2490.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2490.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2490.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2490.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2490.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2490.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2490.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2490.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2490.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2490.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2490.81		at scala.App.main(App.scala:76)
2520.00/2490.81		at scala.App.main$(App.scala:74)
2520.00/2490.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2490.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2490.81	v <instantiation cost="93">
2520.00/2490.81	v       <list>
2520.00/2490.81	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] 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]
2520.00/2490.81	v       </list>
2520.00/2490.81	v       <values>
2520.00/2490.81	v         7 9 8 10 14 13 12 11 6 4 1 0 2 3 5 4 9 5 7 15 8 1 8 8 4 7 2 2 5 8
2520.00/2490.81	v       </values>
2520.00/2490.81	v     </instantiation>
2520.00/2490.81	s SATISFIABLE

Verifier Data

OK	93

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

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

running on 4 cores: 1,3,5,7

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


[startup+0.100057 s]*
/proc/loadavg: 1.29 1.34 1.34 3/206 3474
/proc/meminfo: memFree=17035456/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=9972712 memory=18324 CPUtime=0.08 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 4213 13248 0 0 1 0 5 2 20 0 6 0 77641586 10212057088 4581 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2493178 4581 1930 1 0 2481616 0
[pid=3417/tid=3470] ppid=3414 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 2045 13248 0 0 0 0 5 2 20 0 6 0 77641596 10212057088 4581 33554432000 4194304 4196468 140733132596176 139763968229968 139763996415133 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 6 0 77641596 10212057088 4581 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=9972712 memory=140237036775040 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 6 0 77641596 10212057088 4581 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 6 0 77641596 10212057088 4581 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 6 0 77641596 10212057088 4581 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210702 s]*
/proc/loadavg: 1.29 1.34 1.34 3/215 3483
/proc/meminfo: memFree=17013912/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10818904 memory=41588 CPUtime=0.25 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 7610 13248 0 0 16 2 5 2 20 0 15 0 77641586 11078557696 10397 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2704726 10397 2968 1 0 2667149 0
[pid=3417/tid=3470] ppid=3414 vsize=10818904 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 4394 13248 0 0 10 1 5 2 20 0 15 0 77641596 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763968210320 139763980473694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11078557696 10529 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10818904 memory=140237036775040 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10818904 memory=140237036775040 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 33 13248 0 0 0 0 5 2 20 0 15 0 77641598 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763454506144 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641598 11078557696 10529 33554432000 4194304 4196468 140733132596176 139762866316016 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 536 13248 0 0 1 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 54 13248 0 0 0 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10818904 memory=140237036775040 CPUtime=0.1 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 537 13248 0 0 3 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10818904 memory=140237036775040 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641601 11078557696 10529 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41588 KiB

[startup+0.310007 s]*
/proc/loadavg: 1.29 1.34 1.34 3/215 3483
/proc/meminfo: memFree=17002748/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10819352 memory=52788 CPUtime=0.38 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 10251 13248 0 0 28 3 5 2 20 0 15 0 77641586 11079016448 13197 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2704838 13197 3087 1 0 2667149 0
[pid=3417/tid=3470] ppid=3414 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 6883 13248 0 0 19 2 5 2 20 0 15 0 77641596 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763968205216 139763980473694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 13197 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 33 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763454506144 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 13197 33554432000 4194304 4196468 140733132596176 139762866316016 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) R 3414 3417 32560 0 -1 4202560 536 13248 0 0 2 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763420949232 139763996405142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 55 13248 0 0 1 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 547 13248 0 0 4 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 13197 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52788 KiB

[startup+0.700738 s]
/proc/loadavg: 1.29 1.34 1.34 3/215 3483
/proc/meminfo: memFree=16991568/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10819352 memory=85132 CPUtime=0.99 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 16378 13248 0 0 87 5 5 2 20 0 15 0 77641586 11079016448 21283 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2704838 21283 3246 1 0 2667149 0
[pid=3417/tid=3470] ppid=3414 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 11988 13248 0 0 55 3 5 2 20 0 15 0 77641596 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763968214032 139763976668994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 21283 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10819352 memory=7886766292050524213 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10819352 memory=5860705218891763792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10819352 memory=6226596351323422817 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641596 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 5 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 33 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763454506144 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10819352 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641598 11079016448 21283 33554432000 4194304 4196468 140733132596176 139762866316016 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10819352 memory=2244 CPUtime=0.17 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 1147 13248 0 0 10 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 406 13248 0 0 6 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 598 13248 0 0 13 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10819352 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641601 11079016448 21283 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85132 KiB

[startup+1.50079 s]
/proc/loadavg: 1.29 1.34 1.34 4/215 3483
/proc/meminfo: memFree=16946476/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10836300 memory=176148 CPUtime=2.25 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 24105 13248 0 0 208 10 5 2 20 0 15 0 77641586 11096371200 44037 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2709075 44037 3466 1 0 2670733 0
[pid=3417/tid=3470] ppid=3414 vsize=10836300 memory=124 CPUtime=1.42 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 17751 13248 0 0 130 5 5 2 20 0 15 0 77641596 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763968222752 139763981759926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10836300 memory=79 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 22 13248 0 0 0 0 5 2 20 0 15 0 77641596 11096371200 44037 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 251 13248 0 0 1 0 5 2 20 0 15 0 77641596 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 71 13248 0 0 0 0 5 2 20 0 15 0 77641596 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 36 13248 0 0 0 0 5 2 20 0 15 0 77641596 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 205 13248 0 0 1 0 5 2 20 0 15 0 77641598 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 33 13248 0 0 0 0 5 2 20 0 15 0 77641598 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763454506208 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10836300 memory=-7591201286991560646 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11096371200 44037 33554432000 4194304 4196468 140733132596176 139762866316032 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10836300 memory=-2127762104585314295 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10836300 memory=-2897801490638248331 CPUtime=0.31 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 1340 13248 0 0 24 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10836300 memory=-6508363948839037592 CPUtime=0.24 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 865 13248 0 0 17 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10836300 memory=-2746958450906831519 CPUtime=0.37 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 1335 13248 0 0 30 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10836300 memory=64 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10836300 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1 13248 0 0 0 0 5 2 20 0 15 0 77641601 11096371200 44037 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10836300 KiB

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

/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 73998 13248 0 0 230980 26 5 2 20 0 15 0 77641596 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763968228416 139763568569350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.06 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 7482 13248 0 0 471 28 5 2 20 0 15 0 77641596 11178180608 159694 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.07 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 11190 13248 0 0 472 28 5 2 20 0 15 0 77641596 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.06 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 6545 13248 0 0 472 27 5 2 20 0 15 0 77641596 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.06 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 9425 13248 0 0 469 30 5 2 20 0 15 0 77641596 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10916192 memory=638776 CPUtime=4.72 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 10229 13248 0 0 439 26 5 2 20 0 15 0 77641598 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10916192 memory=638776 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 36 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763454506208 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10916192 memory=638776 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159694 33554432000 4194304 4196468 140733132596176 139762866316032 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10916192 memory=280473848867584 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10916192 memory=638776 CPUtime=6.22 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 33058 13248 0 0 609 6 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10916192 memory=363 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 25686 13248 0 0 530 5 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10916192 memory=23004 CPUtime=3.07 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 27107 13248 0 0 295 5 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10916192 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10916192 memory=638776 CPUtime=1.17 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1153 13248 0 0 50 60 5 2 20 0 15 0 77641601 11178180608 159694 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 2350.48 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 638776 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.38 1.37 4/215 3710
/proc/meminfo: memFree=16354816/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10916192 memory=638792 CPUtime=2410.82 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 209236 13248 0 0 240866 209 5 2 20 0 15 0 77641586 11178180608 159698 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2729048 159698 3519 1 0 2690701 0
[pid=3417/tid=3470] ppid=3414 vsize=10916192 memory=638792 CPUtime=2369.86 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 74411 13248 0 0 236953 26 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763968227824 139763568058942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.19 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 7537 13248 0 0 483 29 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.19 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 11246 13248 0 0 484 28 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10916192 memory=638776 CPUtime=5.19 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 6908 13248 0 0 484 28 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.18 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 9449 13248 0 0 480 31 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10916192 memory=3708 CPUtime=4.83 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 10426 13248 0 0 449 27 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 36 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763454506208 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762866316032 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10916192 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10916192 memory=638792 CPUtime=6.22 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 33060 13248 0 0 609 6 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10916192 memory=3708 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 25688 13248 0 0 530 5 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10916192 memory=638792 CPUtime=3.08 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 27109 13248 0 0 295 6 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10916192 memory=18272 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10916192 memory=17804 CPUtime=1.19 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1171 13248 0 0 51 61 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 2410.82 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 638792 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.45 1.39 3/215 3711
/proc/meminfo: memFree=16356220/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10916192 memory=638792 CPUtime=2471.19 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 210049 13248 0 0 246899 213 5 2 20 0 15 0 77641586 11178180608 159698 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2729048 159698 3519 1 0 2690701 0
[pid=3417/tid=3470] ppid=3414 vsize=10916192 memory=638792 CPUtime=2429.6 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 74759 13248 0 0 242926 27 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763968227920 139763567274528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.31 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 7588 13248 0 0 494 30 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.31 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 11258 13248 0 0 495 29 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.31 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 6917 13248 0 0 496 28 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.3 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 9800 13248 0 0 492 31 5 2 20 0 15 0 77641596 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10916192 memory=638792 CPUtime=4.94 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 10456 13248 0 0 460 27 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 36 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763454506208 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762866316032 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10916192 memory=638792 CPUtime=6.22 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 33062 13248 0 0 609 6 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10916192 memory=638792 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 25690 13248 0 0 530 5 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10916192 memory=638792 CPUtime=3.08 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 27111 13248 0 0 295 6 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10916192 memory=638792 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10916192 memory=638792 CPUtime=1.23 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1177 13248 0 0 53 63 5 2 20 0 15 0 77641601 11178180608 159698 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 2471.19 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 638792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.8 s]
/proc/loadavg: 1.37 1.39 1.38 3/215 3712
/proc/meminfo: memFree=16356236/32770624 swapFree=67108796/67108860
[pid=3417] ppid=3414 vsize=10916192 memory=638816 CPUtime=2520 cores=1,3,5,7
/proc/3417/stat : 3417 (java) S 3414 3417 32560 0 -1 1077944320 210664 13248 0 0 251777 216 5 2 20 0 15 0 77641586 11178180608 159704 33554432000 4194304 4196468 140733132596176 140733132578720 139763996393207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
/proc/3417/statm: 2729048 159704 3519 1 0 2690701 0
[pid=3417/tid=3470] ppid=3414 vsize=10916192 memory=8112282956445269571 CPUtime=2477.86 cores=1,3,5,7
/proc/3417/task/3470/stat : 3470 (java) R 3414 3417 32560 0 -1 4202560 75099 13248 0 0 247752 27 5 2 20 0 15 0 77641596 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763968228816 139763567275359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3471] ppid=3414 vsize=10916192 memory=23004 CPUtime=5.41 cores=1,3,5,7
/proc/3417/task/3471/stat : 3471 (java) S 3414 3417 32560 0 -1 1077944384 7635 13248 0 0 504 30 5 2 20 0 15 0 77641596 11178180608 159704 33554432000 4194304 4196468 140733132596176 139764000635920 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3472] ppid=3414 vsize=10916192 memory=2088 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3472/stat : 3472 (java) S 3414 3417 32560 0 -1 1077944384 11275 13248 0 0 506 29 5 2 20 0 15 0 77641596 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763888909456 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3473] ppid=3414 vsize=10916192 memory=1040 CPUtime=5.41 cores=1,3,5,7
/proc/3417/task/3473/stat : 3473 (java) S 3414 3417 32560 0 -1 1077944384 6923 13248 0 0 506 28 5 2 20 0 15 0 77641596 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763887856400 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3474] ppid=3414 vsize=10916192 memory=1628 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3474/stat : 3474 (java) S 3414 3417 32560 0 -1 1077944384 9812 13248 0 0 503 32 5 2 20 0 15 0 77641596 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763886803856 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3475] ppid=3414 vsize=10916192 memory=8112282956445269571 CPUtime=5.04 cores=1,3,5,7
/proc/3417/task/3475/stat : 3475 (java) S 3414 3417 32560 0 -1 1077944384 10634 13248 0 0 469 28 5 2 20 0 15 0 77641598 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763455559920 139763996404354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3476] ppid=3414 vsize=10916192 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3476/stat : 3476 (java) S 3414 3417 32560 0 -1 1077944384 36 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763454506208 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3477] ppid=3414 vsize=10916192 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3477/stat : 3477 (java) S 3414 3417 32560 0 -1 1077944384 2 13248 0 0 0 0 5 2 20 0 15 0 77641598 11178180608 159704 33554432000 4194304 4196468 140733132596176 139762866316032 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3478] ppid=3414 vsize=10916192 memory=4072 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3478/stat : 3478 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139762558916560 139763996411803 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3479] ppid=3414 vsize=10916192 memory=2244 CPUtime=6.22 cores=1,3,5,7
/proc/3417/task/3479/stat : 3479 (java) S 3414 3417 32560 0 -1 1077944384 33062 13248 0 0 609 6 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763420949232 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3480] ppid=3414 vsize=10916192 memory=4124 CPUtime=5.42 cores=1,3,5,7
/proc/3417/task/3480/stat : 3480 (java) S 3414 3417 32560 0 -1 1077944384 25690 13248 0 0 530 5 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763419896688 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3481] ppid=3414 vsize=10916192 memory=8112282956445269571 CPUtime=3.08 cores=1,3,5,7
/proc/3417/task/3481/stat : 3481 (java) S 3414 3417 32560 0 -1 1077944384 27111 13248 0 0 295 6 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763418843632 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3482] ppid=3414 vsize=10916192 memory=15044 CPUtime=0.07 cores=1,3,5,7
/proc/3417/task/3482/stat : 3482 (java) S 3414 3417 32560 0 -1 1077944384 3 13248 0 0 0 0 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139762525358944 139763996403413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
[pid=3417/tid=3483] ppid=3414 vsize=10916192 memory=18272 CPUtime=1.25 cores=1,3,5,7
/proc/3417/task/3483/stat : 3483 (java) S 3414 3417 32560 0 -1 1077944384 1192 13248 0 0 54 64 5 2 20 0 15 0 77641601 11178180608 159704 33554432000 4194304 4196468 140733132596176 139763417791024 139763996404354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34029568 140733132597419 140733132600668 140733132600668 140733132603343 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 638816 KiB

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

[startup+2490.83 s]
# the end of solver process 3417 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.84 s, system=2.20095 s

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

Child status: 143
Real time (s): 2490.83
CPU time (s): 2520.04
CPU user time (s): 2517.84
CPU system time (s): 2.20095
CPU usage (%): 101.173
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 638816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.84
system time used= 2.20095
maximum resident set size= 643024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168443
involuntary context switches= 4922


# summary of solver processes directly reported to runsolver:
#   pid: 3417
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.84
#   total CPU system time (s): 2.20095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6936 second user time and 22.0117 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 12:26:24
IDJOB=4295955
IDBENCH=141621
IDSOLVER=2751
FILE ID=node138/4295955-1532600784
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-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-4295955-1532600784/watcher-4295955-1532600784 -o /tmp/evaluation-result-4295955-1532600784/solver-4295955-1532600784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1110380546 -superng HOME/instance-4295955-1532600784.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1110380546

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:        17041452 kB
MemAvailable:   31387164 kB
Buffers:          189644 kB
Cached:         14301100 kB
SwapCached:           44 kB
Active:          2939832 kB
Inactive:       12145748 kB
Active(anon):     545648 kB
Inactive(anon):    77320 kB
Active(file):    2394184 kB
Inactive(file): 12068428 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        567312 kB
Mapped:            48480 kB
Shmem:             25164 kB
Slab:             339808 kB
SReclaimable:     311560 kB
SUnreclaim:        28248 kB
KernelStack:        3808 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1555336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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 13:07:55