Trace number 4294333

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)59 2520.09 2485.45

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.248
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
7.52/3.75	o 75
7.81/3.80	o 74
7.81/3.82	o 72
7.81/3.85	o 71
9.76/4.47	o 70
10.66/4.70	o 69
11.62/5.22	o 68
11.82/5.31	o 67
12.25/5.65	o 66
12.25/5.66	o 63
13.19/6.38	o 61
22.75/14.71	o 60
828.84/811.69	o 59
2520.03/2485.42	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2485.42		at concrete.MAC.mac(MAC.scala:188)
2520.03/2485.42		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2485.42		at scala.util.Try$.apply(Try.scala:209)
2520.03/2485.42		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2485.42		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2485.42		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2485.42		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2485.42		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2485.42		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2485.42		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2485.42		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2485.42		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2485.42		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2485.42		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2485.42		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2485.42		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2485.42		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2485.42		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2485.42		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2485.42		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2485.42		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2485.42		at scala.util.Success.map(Try.scala:209)
2520.03/2485.42		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2485.42		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2485.42		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2485.42		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2485.42		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2485.42		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2485.42		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2485.42		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2485.42		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2485.42		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2485.42		at scala.App.main(App.scala:76)
2520.03/2485.42		at scala.App.main$(App.scala:74)
2520.03/2485.42		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2485.42		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2485.42	v <instantiation cost="59">
2520.03/2485.42	v       <list>
2520.03/2485.42	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2520.03/2485.42	v       </list>
2520.03/2485.42	v       <values>
2520.03/2485.42	v         0 3 7 19 36 37 46 51 57 59 3 7 19 36 37 46 51 57 59 4 16 33 34 43 48 54 56 12 29 30 39 44 50 52 17 18 27 32 38 40 1 10 15 21 23 9 14 20 22 5 11 13 6 8 2
2520.03/2485.42	v       </values>
2520.03/2485.42	v     </instantiation>
2520.03/2485.42	s SATISFIABLE

Verifier Data

OK	59

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294333-1532453248/watcher-4294333-1532453248 -o /tmp/evaluation-result-4294333-1532453248/solver-4294333-1532453248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1899635066 -superng HOME/instance-4294333-1532453248.xml 

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

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

solver pid=26082, runsolver pid=26079

[startup+0.10019 s]*
/proc/loadavg: 1.89 1.60 1.48 3/202 26135
/proc/meminfo: memFree=19122348/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 4213 13022 0 0 1 1 5 3 20 0 6 0 62887940 10212057088 4582 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2493178 4582 1930 1 0 2481616 0
[pid=26082/tid=26135] ppid=26079 vsize=9972712 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 2023 13022 0 0 0 0 5 3 20 0 6 0 62887949 10212057088 4582 33554432000 4194304 4196468 140735504523552 140072404996688 140072433181853 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 6 0 62887950 10212057088 4582 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=9972712 memory=140507559388800 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 6 0 62887950 10212057088 4582 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 6 0 62887950 10212057088 4582 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 6 0 62887950 10212057088 4582 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210132 s]*
/proc/loadavg: 1.89 1.60 1.48 3/215 26148
/proc/meminfo: memFree=19100512/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10818936 memory=42336 CPUtime=0.26 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 7822 13022 0 0 16 2 5 3 20 0 15 0 62887940 11078590464 10584 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2704734 10584 2967 1 0 2667157 0
[pid=26082/tid=26135] ppid=26079 vsize=10819896 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 4517 13022 0 0 10 1 5 3 20 0 15 0 62887949 11079573504 10650 33554432000 4194304 4196468 140735504523552 140072404984736 140072425839645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10819896 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079573504 10650 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10819896 memory=140507559388800 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079573504 10650 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079573504 10716 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079573504 10716 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10819896 memory=140507559388800 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887951 11079573504 10716 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 34 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079573504 10716 33554432000 4194304 4196468 140735504523552 140071891567392 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079573504 10716 33554432000 4194304 4196468 140735504523552 140071499981936 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079573504 10782 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10819896 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 488 13022 0 0 1 0 5 3 20 0 15 0 62887955 11079573504 10782 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10819896 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 87 13022 0 0 1 0 5 3 20 0 15 0 62887955 11079573504 10782 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10819896 memory=140507559388800 CPUtime=0.11 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 565 13022 0 0 3 0 5 3 20 0 15 0 62887955 11079573504 10782 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079573504 10848 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10819896 memory=140507559388800 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079573504 10848 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 42336 KiB

[startup+0.31028 s]*
/proc/loadavg: 1.89 1.60 1.48 3/215 26148
/proc/meminfo: memFree=19087896/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10819352 memory=54000 CPUtime=0.38 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 10050 13022 0 0 28 2 5 3 20 0 15 0 62887940 11079016448 13500 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2704838 13500 3086 1 0 2667149 0
[pid=26082/tid=26135] ppid=26079 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 6667 13022 0 0 19 1 5 3 20 0 15 0 62887949 11079016448 13500 33554432000 4194304 4196468 140735504523552 140072404949456 140072413435714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 13500 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10819352 memory=2080 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 13500 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 13500 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 13500 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887951 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 34 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071891567392 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071499981936 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 489 13022 0 0 1 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 87 13022 0 0 1 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 570 13022 0 0 4 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 13500 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54000 KiB

[startup+0.700761 s]
/proc/loadavg: 1.89 1.60 1.48 3/215 26148
/proc/meminfo: memFree=19077848/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10819352 memory=85952 CPUtime=0.99 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 16124 13022 0 0 87 4 5 3 20 0 15 0 62887940 11079016448 21488 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2704838 21488 3245 1 0 2667149 0
[pid=26082/tid=26135] ppid=26079 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 11688 13022 0 0 56 2 5 3 20 0 15 0 62887949 11079016448 21488 33554432000 4194304 4196468 140735504523552 140072404960680 140072356216513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 21488 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 21488 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 21488 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887950 11079016448 21488 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 5 13022 0 0 0 0 5 3 20 0 15 0 62887951 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 34 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071891567392 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887952 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071499981936 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 1101 13022 0 0 10 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 475 13022 0 0 7 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 620 13022 0 0 13 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887955 11079016448 21488 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85952 KiB

[startup+1.50071 s]
/proc/loadavg: 1.89 1.60 1.48 3/215 26148
/proc/meminfo: memFree=19033004/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10834252 memory=176188 CPUtime=2.26 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 23113 13022 0 0 208 10 5 3 20 0 15 0 62887940 11094274048 44047 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2708563 44047 3464 1 0 2670221 0
[pid=26082/tid=26135] ppid=26079 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 17207 13022 0 0 129 5 5 3 20 0 15 0 62887949 11094274048 44047 33554432000 4194304 4196468 140735504523552 140072404970512 140072418599280 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 58 13022 0 0 1 0 5 3 20 0 15 0 62887950 11094274048 44047 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 247 13022 0 0 1 0 5 3 20 0 15 0 62887950 11094274048 44047 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 20 13022 0 0 1 0 5 3 20 0 15 0 62887950 11094274048 44047 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 39 13022 0 0 0 0 5 3 20 0 15 0 62887950 11094274048 44047 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 57 13022 0 0 1 0 5 3 20 0 15 0 62887951 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10834252 memory=281014878415104 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 34 13022 0 0 0 0 5 3 20 0 15 0 62887952 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071891567456 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887952 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071499981952 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10834252 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10834252 memory=1704 CPUtime=0.33 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 1562 13022 0 0 25 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10834252 memory=9924 CPUtime=0.24 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 588 13022 0 0 16 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10834252 memory=5788 CPUtime=0.38 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 1105 13022 0 0 30 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10834252 memory=1936 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10834252 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1 13022 0 0 0 0 5 3 20 0 15 0 62887955 11094274048 44047 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 80596 13022 0 0 230517 37 5 3 20 0 15 0 62887949 11176083456 214207 33554432000 4194304 4196468 140735504523552 140072404994304 140072003133092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10914144 memory=854780 CPUtime=8 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 9580 13022 0 0 757 35 5 3 20 0 15 0 62887950 11176083456 214207 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10914144 memory=854780 CPUtime=7.95 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 8386 13022 0 0 751 36 5 3 20 0 15 0 62887950 11176083456 214207 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10914144 memory=854780 CPUtime=7.99 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 9322 13022 0 0 756 35 5 3 20 0 15 0 62887950 11176083456 214207 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10914144 memory=856828 CPUtime=7.98 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 6729 13022 0 0 754 36 5 3 20 0 15 0 62887950 11176083456 214207 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10914144 memory=856828 CPUtime=6.71 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 11952 13022 0 0 630 33 5 3 20 0 15 0 62887951 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10914144 memory=856828 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 38 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071891567520 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10914144 memory=856828 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071499981952 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10914144 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10914144 memory=1704 CPUtime=4.53 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 31354 13022 0 0 441 4 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10914144 memory=856828 CPUtime=3.74 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 24733 13022 0 0 362 4 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10914144 memory=854780 CPUtime=1.86 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 17661 13022 0 0 174 4 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10914144 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10914144 memory=1728 CPUtime=1.45 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1411 13022 0 0 70 67 5 3 20 0 15 0 62887955 11176083456 214207 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 2355.22 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 856828 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.31 1.34 3/215 26373
/proc/meminfo: memFree=20542484/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10914144 memory=858876 CPUtime=2415.86 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 205392 13022 0 0 241324 254 5 3 20 0 15 0 62887940 11176083456 214719 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2728536 214719 3520 1 0 2690189 0
[pid=26082/tid=26135] ppid=26079 vsize=10914144 memory=856828 CPUtime=2365.19 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 81100 13022 0 0 236474 37 5 3 20 0 15 0 62887949 11176083456 214719 33554432000 4194304 4196468 140735504523552 140072404995248 140072000915624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10914144 memory=856828 CPUtime=8.22 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 9619 13022 0 0 778 36 5 3 20 0 15 0 62887950 11176083456 214719 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10914144 memory=858876 CPUtime=8.17 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 8530 13022 0 0 772 37 5 3 20 0 15 0 62887950 11176083456 214719 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10914144 memory=856828 CPUtime=8.19 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 9360 13022 0 0 776 35 5 3 20 0 15 0 62887950 11176083456 214719 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10914144 memory=858876 CPUtime=8.19 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 7101 13022 0 0 775 36 5 3 20 0 15 0 62887950 11176083456 214719 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10914144 memory=858876 CPUtime=6.87 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 12266 13022 0 0 645 34 5 3 20 0 15 0 62887951 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10914144 memory=858876 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 38 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071891567520 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10914144 memory=858876 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071499981952 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10914144 memory=19412 CPUtime=4.53 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 31356 13022 0 0 441 4 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10914144 memory=858876 CPUtime=3.74 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 24735 13022 0 0 362 4 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10914144 memory=5788 CPUtime=1.86 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 17663 13022 0 0 174 4 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10914144 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10914144 memory=288230583166042425 CPUtime=1.49 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1429 13022 0 0 72 69 5 3 20 0 15 0 62887955 11176083456 214719 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 2415.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 858876 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.33 1.34 3/215 26374
/proc/meminfo: memFree=20544448/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10914144 memory=860924 CPUtime=2476.48 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 206713 13022 0 0 247380 260 5 3 20 0 15 0 62887940 11176083456 215231 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2728536 215231 3520 1 0 2690189 0
[pid=26082/tid=26135] ppid=26079 vsize=10914144 memory=860924 CPUtime=2424.76 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 81589 13022 0 0 242430 38 5 3 20 0 15 0 62887949 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072404994832 140071997773930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10914144 memory=860924 CPUtime=8.43 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 9709 13022 0 0 798 37 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10914144 memory=858876 CPUtime=8.38 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 8558 13022 0 0 793 37 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10914144 memory=858876 CPUtime=8.42 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 9768 13022 0 0 798 36 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10914144 memory=860924 CPUtime=8.4 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 7184 13022 0 0 795 37 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10914144 memory=860924 CPUtime=7.04 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 12465 13022 0 0 661 35 5 3 20 0 15 0 62887951 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10914144 memory=860924 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 38 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071891567520 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10914144 memory=860924 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071499981952 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10914144 memory=860924 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10914144 memory=860924 CPUtime=4.53 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 31358 13022 0 0 441 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10914144 memory=860924 CPUtime=3.74 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 24737 13022 0 0 362 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10914144 memory=860924 CPUtime=1.86 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 17665 13022 0 0 174 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10914144 memory=860924 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10914144 memory=860924 CPUtime=1.52 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1447 13022 0 0 73 71 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 2476.48 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 860924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.4 s]
/proc/loadavg: 1.37 1.33 1.34 3/215 26375
/proc/meminfo: memFree=20543364/32770624 swapFree=67108860/67108860
[pid=26082] ppid=26079 vsize=10914144 memory=860924 CPUtime=2520.03 cores=0,2,4,6
/proc/26082/stat : 26082 (java) S 26079 26082 24765 0 -1 1077944320 207328 13022 0 0 251732 263 5 3 20 0 15 0 62887940 11176083456 215231 33554432000 4194304 4196468 140735504523552 140735504506096 140072433159927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
/proc/26082/statm: 2728536 215231 3520 1 0 2690189 0
[pid=26082/tid=26135] ppid=26079 vsize=10914144 memory=4052 CPUtime=2467.57 cores=0,2,4,6
/proc/26082/task/26135/stat : 26135 (java) R 26079 26082 24765 0 -1 4202560 81925 13022 0 0 246711 38 5 3 20 0 15 0 62887949 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072404994608 140071987651093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26136] ppid=26079 vsize=10914144 memory=18252 CPUtime=8.58 cores=0,2,4,6
/proc/26082/task/26136/stat : 26136 (java) S 26079 26082 24765 0 -1 1077944384 9729 13022 0 0 812 38 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072437402512 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26137] ppid=26079 vsize=10914144 memory=11648 CPUtime=8.53 cores=0,2,4,6
/proc/26082/task/26137/stat : 26137 (java) S 26079 26082 24765 0 -1 1077944384 8644 13022 0 0 807 38 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072325675792 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26138] ppid=26079 vsize=10914144 memory=644 CPUtime=8.57 cores=0,2,4,6
/proc/26082/task/26138/stat : 26138 (java) S 26079 26082 24765 0 -1 1077944384 9866 13022 0 0 812 37 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072324623504 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26139] ppid=26079 vsize=10914144 memory=1792 CPUtime=8.55 cores=0,2,4,6
/proc/26082/task/26139/stat : 26139 (java) S 26079 26082 24765 0 -1 1077944384 7188 13022 0 0 810 37 5 3 20 0 15 0 62887950 11176083456 215231 33554432000 4194304 4196468 140735504523552 140072323570704 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26140] ppid=26079 vsize=10914144 memory=960 CPUtime=7.16 cores=0,2,4,6
/proc/26082/task/26140/stat : 26140 (java) S 26079 26082 24765 0 -1 1077944384 12519 13022 0 0 672 36 5 3 20 0 15 0 62887951 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071892621424 140072433171074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26141] ppid=26079 vsize=10914144 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26141/stat : 26141 (java) S 26079 26082 24765 0 -1 1077944384 38 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071891567520 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26142] ppid=26079 vsize=10914144 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26142/stat : 26142 (java) S 26079 26082 24765 0 -1 1077944384 2 13022 0 0 0 0 5 3 20 0 15 0 62887952 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071499981952 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26143] ppid=26079 vsize=10914144 memory=15824378344507954 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26143/stat : 26143 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140070991255632 140072433178523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26144] ppid=26079 vsize=10914144 memory=1796 CPUtime=4.53 cores=0,2,4,6
/proc/26082/task/26144/stat : 26144 (java) S 26079 26082 24765 0 -1 1077944384 31358 13022 0 0 441 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071858010736 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26145] ppid=26079 vsize=10914144 memory=6791534058613427641 CPUtime=3.74 cores=0,2,4,6
/proc/26082/task/26145/stat : 26145 (java) S 26079 26082 24765 0 -1 1077944384 24737 13022 0 0 362 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071856957936 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26146] ppid=26079 vsize=10914144 memory=3848 CPUtime=1.86 cores=0,2,4,6
/proc/26082/task/26146/stat : 26146 (java) S 26079 26082 24765 0 -1 1077944384 17666 13022 0 0 174 4 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071855905648 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26147] ppid=26079 vsize=10914144 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/26082/task/26147/stat : 26147 (java) S 26079 26082 24765 0 -1 1077944384 3 13022 0 0 0 0 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140070957698016 140072433170133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
[pid=26082/tid=26148] ppid=26079 vsize=10914144 memory=2344 CPUtime=1.55 cores=0,2,4,6
/proc/26082/task/26148/stat : 26148 (java) S 26079 26082 24765 0 -1 1077944384 1463 13022 0 0 74 73 5 3 20 0 15 0 62887955 11176083456 215231 33554432000 4194304 4196468 140735504523552 140071854852528 140072433171074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23887872 140735504529579 140735504532828 140735504532828 140735504535503 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 860924 KiB

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

[startup+2485.45 s]
# the end of solver process 26082 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.42 s, system=2.67798 s

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

Child status: 143
Real time (s): 2485.45
CPU time (s): 2520.09
CPU user time (s): 2517.42
CPU system time (s): 2.67798
CPU usage (%): 101.394
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 860924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.42
system time used= 2.67798
maximum resident set size= 865148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208794
involuntary context switches= 7133


# summary of solver processes directly reported to runsolver:
#   pid: 26082
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.42
#   total CPU system time (s): 2.67798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.626 second user time and 24.2707 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 19:27:28
IDJOB=4294333
IDBENCH=141365
IDSOLVER=2751
FILE ID=node105/4294333-1532453248
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_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-4294333-1532453248/watcher-4294333-1532453248 -o /tmp/evaluation-result-4294333-1532453248/solver-4294333-1532453248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1899635066 -superng HOME/instance-4294333-1532453248.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1899635066

node105.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.32
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.32
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.32
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.32
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:        19129340 kB
MemAvailable:   28394776 kB
Buffers:          218960 kB
Cached:          9186592 kB
SwapCached:            0 kB
Active:          5182716 kB
Inactive:        7815696 kB
Active(anon):    3547016 kB
Inactive(anon):    65412 kB
Active(file):    1635700 kB
Inactive(file):  7750284 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26372 kB
Writeback:             0 kB
AnonPages:       3609812 kB
Mapped:            51680 kB
Shmem:             17036 kB
Slab:             335024 kB
SReclaimable:     307912 kB
SUnreclaim:        27112 kB
KernelStack:        3792 kB
PageTables:        12220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4343800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3491840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 20:08:53