Trace number 4295186

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 2018-06-13SAT (TO)13 2520.05 2466.84

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-10_c18.xml
MD5SUM8d1e20825fc8ffef49d443aea0d97595
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2400.25
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints1473
Number of domains2
Minimum domain size3
Maximum domain size50
Distribution of domain sizes[{"size":3,"count":100},{"size":50,"count":2}]
Minimum variable degree2
Maximum variable degree37
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":29,"count":36},{"degree":31,"count":28},{"degree":33,"count":20},{"degree":35,"count":12},{"degree":37,"count":4}]
Minimum constraint arity2
Maximum constraint arity101
Distribution of constraint arities[{"arity":2,"count":1471},{"arity":101,"count":2}]
Number of extensional constraints0
Number of intensional constraints1471
Distribution of constraint types[{"type":"intension","count":1471},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
16.48/6.53	o 2
16.48/6.59	o 3
16.74/6.61	o 4
16.74/6.64	o 5
16.74/6.66	o 6
16.74/6.67	o 7
16.74/6.69	o 8
17.72/6.96	o 9
17.72/6.97	o 10
20.09/8.15	o 11
22.20/9.91	o 12
285.43/269.26	o 13
2520.00/2466.80	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2466.80		at concrete.MAC.mac(MAC.scala:188)
2520.00/2466.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2466.80		at scala.util.Try$.apply(Try.scala:209)
2520.00/2466.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2466.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2466.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2466.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2466.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2466.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2466.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2466.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2466.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2466.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2466.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2466.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2466.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2466.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2466.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2466.80		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2466.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2466.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2466.80		at scala.util.Success.map(Try.scala:209)
2520.00/2466.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2466.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2466.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2466.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2466.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2466.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2466.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2466.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2466.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2466.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2466.81		at scala.App.main(App.scala:76)
2520.00/2466.81		at scala.App.main$(App.scala:74)
2520.00/2466.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2466.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2466.81	v <instantiation cost="13">
2520.00/2466.81	v       <list>
2520.00/2466.81	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] nb nw
2520.00/2466.81	v       </list>
2520.00/2466.81	v       <values>
2520.00/2466.81	v         0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 2 0 0 0 0 0 0 0 0 2 2 0 0 0 0 2 0 0 2 2 2 1 1 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 0 0 0 0 0 0 0 0 2 2 13 13
2520.00/2466.81	v       </values>
2520.00/2466.81	v     </instantiation>
2520.00/2466.81	s SATISFIABLE

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295186-1532533471/watcher-4295186-1532533471 -o /tmp/evaluation-result-4295186-1532533471/solver-4295186-1532533471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=791296839 HOME/instance-4295186-1532533471.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
Current StackSize limit: 8192 KiB

solver pid=26746, runsolver pid=26743

[startup+0.100114 s]*
/proc/loadavg: 1.86 1.67 1.60 3/207 26803
/proc/meminfo: memFree=17304524/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 4261 13146 0 0 1 1 4 3 20 0 6 0 70910247 10212057088 4648 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2493178 4648 1934 1 0 2481616 0
[pid=26746/tid=26799] ppid=26743 vsize=9972712 memory=4279135703946986127 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 2080 13146 0 0 0 0 4 3 20 0 6 0 70910256 10212057088 4648 33554432000 4194304 4196468 140735944403744 140454454973008 140454468259184 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 70910257 10212057088 4648 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=9972712 memory=139735080142464 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 70910257 10212057088 4648 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 70910257 10212057088 4648 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 6 0 70910257 10212057088 4648 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210049 s]*
/proc/loadavg: 1.86 1.67 1.60 3/216 26812
/proc/meminfo: memFree=17280620/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10818904 memory=46476 CPUtime=0.25 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 8475 13146 0 0 16 2 4 3 20 0 15 0 70910247 11078557696 11619 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2704726 11619 2956 1 0 2667149 0
[pid=26746/tid=26799] ppid=26743 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 5054 13146 0 0 10 1 4 3 20 0 15 0 70910256 11078590464 11619 33554432000 4194304 4196468 140735944403744 140454454961056 140454475815965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10818936 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11078590464 11684 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10818936 memory=139735080167024 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11078590464 11684 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11078590464 11684 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910257 11078590464 11750 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10818936 memory=139735080142464 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910259 11078590464 11750 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 70910259 11078590464 11750 33554432000 4194304 4196468 140735944403744 140453941547808 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910259 11078590464 11816 33554432000 4194304 4196468 140735944403744 140453819180144 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11078590464 11816 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 558 13146 0 0 1 0 4 3 20 0 15 0 70910262 11078590464 11816 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 66 13146 0 0 1 0 4 3 20 0 15 0 70910262 11078590464 11816 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10818936 memory=139735080142464 CPUtime=0.1 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 610 13146 0 0 3 0 4 3 20 0 15 0 70910262 11078590464 11882 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11078590464 11882 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10818936 memory=139735080142464 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910262 11078590464 11882 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46476 KiB

[startup+0.310336 s]*
/proc/loadavg: 1.86 1.67 1.60 4/216 26812
/proc/meminfo: memFree=17267224/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10819352 memory=56936 CPUtime=0.38 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 10344 13146 0 0 28 3 4 3 20 0 15 0 70910247 11079016448 14234 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2704838 14234 3075 1 0 2667149 0
[pid=26746/tid=26799] ppid=26743 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 6860 13146 0 0 19 2 4 3 20 0 15 0 70910256 11079016448 14234 33554432000 4194304 4196468 140735944403744 140454454948256 140454475373374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 14234 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 14234 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 14234 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 14234 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453941547808 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453819180144 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 560 13146 0 0 1 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 66 13146 0 0 1 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10819352 memory=139735080142464 CPUtime=0.12 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 618 13146 0 0 5 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10819352 memory=139735080142464 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 14234 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56936 KiB

[startup+0.700809 s]
/proc/loadavg: 1.86 1.67 1.60 3/216 26812
/proc/meminfo: memFree=17258788/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10819352 memory=89260 CPUtime=0.99 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 16431 13146 0 0 87 5 4 3 20 0 15 0 70910247 11079016448 22315 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2704838 22315 3238 1 0 2667149 0
[pid=26746/tid=26799] ppid=26743 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 11930 13146 0 0 56 3 4 3 20 0 15 0 70910256 11079016448 22315 33554432000 4194304 4196468 140735944403744 140454454957072 140454464699799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 22315 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 22315 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10819352 memory=139734949180176 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 22315 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10819352 memory=139736760975956 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910257 11079016448 22315 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 5 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453941547808 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910259 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453819180144 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10819352 memory=12744 CPUtime=0.17 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 1169 13146 0 0 10 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10819352 memory=4008 CPUtime=0.13 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 423 13146 0 0 6 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 666 13146 0 0 13 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910262 11079016448 22315 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89260 KiB

[startup+1.5008 s]
/proc/loadavg: 1.86 1.67 1.60 4/216 26812
/proc/meminfo: memFree=17212580/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10834252 memory=195980 CPUtime=2.88 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 24508 13146 0 0 271 10 4 3 20 0 15 0 70910247 11094274048 48995 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2708563 48995 3478 1 0 2670221 0
[pid=26746/tid=26799] ppid=26743 vsize=10834252 memory=65984 CPUtime=1.42 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 16638 13146 0 0 129 6 4 3 20 0 15 0 70910256 11094274048 48995 33554432000 4194304 4196468 140735944403744 140454454944128 140454483158173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 22 13146 0 0 0 0 4 3 20 0 15 0 70910257 11094274048 48995 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10834252 memory=279469898391712 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 28 13146 0 0 1 0 4 3 20 0 15 0 70910257 11094274048 48995 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 87 13146 0 0 1 0 4 3 20 0 15 0 70910257 11094274048 48995 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 129 13146 0 0 1 0 4 3 20 0 15 0 70910257 11094274048 48995 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 58 13146 0 0 1 0 4 3 20 0 15 0 70910259 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 70910259 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453941547808 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910259 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453819180160 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10834252 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 2331 13146 0 0 49 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10834252 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) R 26743 26746 24385 0 -1 4202560 1336 13146 0 0 41 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453906938352 140454462393834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10834252 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 1645 13146 0 0 43 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10834252 memory=279469898636224 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 70910262 11094274048 48995 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 107698 13146 0 0 229700 62 4 3 20 0 15 0 70910256 11178180608 421967 33554432000 4194304 4196468 140735944403744 140454454971808 140454045434382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10916192 memory=1685820 CPUtime=12.65 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 31928 13146 0 0 1204 54 4 3 20 0 15 0 70910257 11178180608 421967 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10916192 memory=1685820 CPUtime=12.68 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 30909 13146 0 0 1208 53 4 3 20 0 15 0 70910257 11178180608 421967 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10916192 memory=1687868 CPUtime=12.64 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 30753 13146 0 0 1204 53 4 3 20 0 15 0 70910257 11178180608 421967 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10916192 memory=2436 CPUtime=12.64 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 30224 13146 0 0 1204 53 4 3 20 0 15 0 70910257 11178180608 421967 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10916192 memory=1296 CPUtime=10.17 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 26422 13146 0 0 957 53 4 3 20 0 15 0 70910259 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10916192 memory=1685820 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 39 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453941547872 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10916192 memory=1685820 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 4 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453819180160 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10916192 memory=1685820 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10916192 memory=1685820 CPUtime=5.57 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 36362 13146 0 0 545 5 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10916192 memory=4140 CPUtime=5.41 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 26730 13146 0 0 531 3 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10916192 memory=21576 CPUtime=2.65 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 27985 13146 0 0 252 6 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10916192 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10916192 memory=288230613214036277 CPUtime=1.45 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 3228 13146 0 0 67 71 4 3 20 0 15 0 70910262 11178180608 421967 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 2373.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1687868 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.37 1.41 3/216 27035
/proc/meminfo: memFree=17953948/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10916192 memory=1683252 CPUtime=2434.06 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 357055 13146 0 0 243028 371 4 3 20 0 15 0 70910247 11178180608 420813 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2729048 420813 3532 1 0 2690701 0
[pid=26746/tid=26799] ppid=26743 vsize=10916192 memory=6791534058613427641 CPUtime=2357.02 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 108843 13146 0 0 235632 63 4 3 20 0 15 0 70910256 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454454971632 140454058227491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10916192 memory=1683252 CPUtime=13 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 32002 13146 0 0 1237 56 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10916192 memory=1687868 CPUtime=13.03 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 31016 13146 0 0 1241 55 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10916192 memory=1683252 CPUtime=12.99 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 31263 13146 0 0 1237 55 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10916192 memory=7444825561389879400 CPUtime=12.98 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 30384 13146 0 0 1237 54 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10916192 memory=1687356 CPUtime=10.46 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 26674 13146 0 0 984 55 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10916192 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 39 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453941547872 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10916192 memory=1683764 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 4 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453819180160 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10916192 memory=1686328 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10916192 memory=1683252 CPUtime=5.57 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 36364 13146 0 0 545 5 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10916192 memory=1683252 CPUtime=5.41 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 27033 13146 0 0 531 3 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10916192 memory=21576 CPUtime=2.65 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 27987 13146 0 0 252 6 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10916192 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10916192 memory=1687868 CPUtime=1.48 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 3248 13146 0 0 68 73 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 2434.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1683252 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.33 1.39 3/215 27037
/proc/meminfo: memFree=17952304/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10916192 memory=1683252 CPUtime=2495.08 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 359554 13146 0 0 249122 379 4 3 20 0 15 0 70910247 11178180608 420813 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2729048 420813 3532 1 0 2690701 0
[pid=26746/tid=26799] ppid=26743 vsize=10916192 memory=1683252 CPUtime=2416.36 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 109832 13146 0 0 241565 64 4 3 20 0 15 0 70910256 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454454971616 140454058359809 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10916192 memory=1683252 CPUtime=13.34 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 32065 13146 0 0 1270 57 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10916192 memory=1683252 CPUtime=13.37 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 31786 13146 0 0 1274 56 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10916192 memory=1683252 CPUtime=13.33 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 31361 13146 0 0 1269 57 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10916192 memory=1683252 CPUtime=13.32 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 30538 13146 0 0 1270 55 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10916192 memory=1683252 CPUtime=10.73 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 27055 13146 0 0 1010 56 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10916192 memory=1683252 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 39 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453941547872 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10916192 memory=1683252 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 4 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453819180160 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10916192 memory=1683252 CPUtime=5.57 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 36369 13146 0 0 545 5 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10916192 memory=1683252 CPUtime=5.41 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 27037 13146 0 0 531 3 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10916192 memory=1683252 CPUtime=2.65 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 27991 13146 0 0 252 6 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10916192 memory=1683252 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10916192 memory=1683252 CPUtime=1.52 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 3279 13146 0 0 70 75 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 2495.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1683252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.8 s]
/proc/loadavg: 1.32 1.35 1.40 3/215 27037
/proc/meminfo: memFree=17952304/32770624 swapFree=67108860/67108860
[pid=26746] ppid=26743 vsize=10916192 memory=1683252 CPUtime=2520 cores=1,3,5,7
/proc/26746/stat : 26746 (java) S 26743 26746 24385 0 -1 1077944320 360491 13146 0 0 251611 382 4 3 20 0 15 0 70910247 11178180608 420813 33554432000 4194304 4196468 140735944403744 140735944386288 140454483136247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
/proc/26746/statm: 2729048 420813 3532 1 0 2690701 0
[pid=26746/tid=26799] ppid=26743 vsize=10916192 memory=3236 CPUtime=2440.57 cores=1,3,5,7
/proc/26746/task/26799/stat : 26799 (java) R 26743 26746 24385 0 -1 4202560 110183 13146 0 0 243986 64 4 3 20 0 15 0 70910256 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454454971648 140454058206656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26800] ppid=26743 vsize=10916192 memory=1878320 CPUtime=13.48 cores=1,3,5,7
/proc/26746/task/26800/stat : 26800 (java) S 26743 26746 24385 0 -1 1077944384 32127 13146 0 0 1284 57 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454487378832 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26801] ppid=26743 vsize=10916192 memory=6791534058613427641 CPUtime=13.51 cores=1,3,5,7
/proc/26746/task/26801/stat : 26801 (java) S 26743 26746 24385 0 -1 1077944384 31807 13146 0 0 1288 56 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454375652112 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26802] ppid=26743 vsize=10916192 memory=4126316290023845779 CPUtime=13.48 cores=1,3,5,7
/proc/26746/task/26802/stat : 26802 (java) S 26743 26746 24385 0 -1 1077944384 31374 13146 0 0 1284 57 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454374599824 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26803] ppid=26743 vsize=10916192 memory=2848 CPUtime=13.47 cores=1,3,5,7
/proc/26746/task/26803/stat : 26803 (java) S 26743 26746 24385 0 -1 1077944384 30877 13146 0 0 1285 55 4 3 20 0 15 0 70910257 11178180608 420813 33554432000 4194304 4196468 140735944403744 140454373547024 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26804] ppid=26743 vsize=10916192 memory=4096 CPUtime=10.85 cores=1,3,5,7
/proc/26746/task/26804/stat : 26804 (java) S 26743 26746 24385 0 -1 1077944384 27198 13146 0 0 1021 57 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453942601840 140454483147394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26805] ppid=26743 vsize=10916192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26805/stat : 26805 (java) S 26743 26746 24385 0 -1 1077944384 39 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453941547872 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26806] ppid=26743 vsize=10916192 memory=3272 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26806/stat : 26806 (java) S 26743 26746 24385 0 -1 1077944384 4 13146 0 0 0 0 4 3 20 0 15 0 70910259 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453819180160 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26807] ppid=26743 vsize=10916192 memory=1683252 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26807/stat : 26807 (java) S 26743 26746 24385 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453215201360 140454483154843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26808] ppid=26743 vsize=10916192 memory=1408 CPUtime=5.57 cores=1,3,5,7
/proc/26746/task/26808/stat : 26808 (java) S 26743 26746 24385 0 -1 1077944384 36371 13146 0 0 545 5 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453907991152 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26809] ppid=26743 vsize=10916192 memory=3236 CPUtime=5.41 cores=1,3,5,7
/proc/26746/task/26809/stat : 26809 (java) S 26743 26746 24385 0 -1 1077944384 27039 13146 0 0 531 3 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453906938352 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26810] ppid=26743 vsize=10916192 memory=288230574492221466 CPUtime=2.65 cores=1,3,5,7
/proc/26746/task/26810/stat : 26810 (java) S 26743 26746 24385 0 -1 1077944384 27993 13146 0 0 252 6 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453905886064 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26811] ppid=26743 vsize=10916192 memory=288230613214036277 CPUtime=0.07 cores=1,3,5,7
/proc/26746/task/26811/stat : 26811 (java) S 26743 26746 24385 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140452745440224 140454483146453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
[pid=26746/tid=26812] ppid=26743 vsize=10916192 memory=13847486485760432 CPUtime=1.54 cores=1,3,5,7
/proc/26746/task/26812/stat : 26812 (java) S 26743 26746 24385 0 -1 1077944384 3281 13146 0 0 70 77 4 3 20 0 15 0 70910262 11178180608 420813 33554432000 4194304 4196468 140735944403744 140453904832944 140454483147394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140735944411759 140735944414556 140735944414556 140735944417231 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1683252 KiB

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

[startup+2466.84 s]
# the end of solver process 26746 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.87327 s

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

Child status: 143
Real time (s): 2466.84
CPU time (s): 2520.05
CPU user time (s): 2516.18
CPU system time (s): 3.87327
CPU usage (%): 102.157
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1735344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.87327
maximum resident set size= 1737392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278372
involuntary context switches= 4773


# summary of solver processes directly reported to runsolver:
#   pid: 26746
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.87327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8416 second user time and 25.451 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 17:44:31
IDJOB=4295186
IDBENCH=141486
IDSOLVER=2750
FILE ID=node136/4295186-1532533471
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295186-1532533471/watcher-4295186-1532533471 -o /tmp/evaluation-result-4295186-1532533471/solver-4295186-1532533471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=791296839 HOME/instance-4295186-1532533471.xml

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

MD5SUM BENCH= 8d1e20825fc8ffef49d443aea0d97595
RANDOM SEED=791296839

node136.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.50
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.50
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.50
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.50
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:        17312192 kB
MemAvailable:   27746344 kB
Buffers:          214672 kB
Cached:         10450308 kB
SwapCached:            0 kB
Active:          6748716 kB
Inactive:        8149692 kB
Active(anon):    4184272 kB
Inactive(anon):    76688 kB
Active(file):    2564444 kB
Inactive(file):  8073004 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26560 kB
Writeback:             0 kB
AnonPages:       4287572 kB
Mapped:            53012 kB
Shmem:             25228 kB
Slab:             252256 kB
SReclaimable:     225080 kB
SUnreclaim:        27176 kB
KernelStack:        3808 kB
PageTables:        13204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4766776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3979264 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= 55888 MiB
End job on node136 at 2018-07-25 18:25:38