Trace number 4295296

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.13 2488.83

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g29-g50_c18.xml
MD5SUM6b43bee46cd3f7faf4796c0903a8d917
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints996
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":100}]
Minimum variable degree11
Maximum variable degree33
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":4},{"degree":14,"count":4},{"degree":16,"count":2},{"degree":17,"count":7},{"degree":18,"count":10},{"degree":19,"count":11},{"degree":20,"count":17},{"degree":21,"count":14},{"degree":22,"count":6},{"degree":23,"count":4},{"degree":24,"count":7},{"degree":25,"count":3},{"degree":26,"count":5},{"degree":27,"count":2},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":89},{"arity":2,"count":906},{"arity":100,"count":1}]
Number of extensional constraints995
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":995},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.09/2488.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2488.81		at concrete.MAC.mac(MAC.scala:188)
2520.09/2488.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2488.81		at scala.util.Try$.apply(Try.scala:209)
2520.09/2488.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2488.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2488.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2488.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2488.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2488.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2488.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2488.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2488.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2488.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2488.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2488.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2488.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2488.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2488.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2488.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2488.81		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2488.81		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2488.81		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2488.81		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2488.81		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2488.81		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2488.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2488.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2488.81		at scala.util.Success.map(Try.scala:209)
2520.09/2488.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2488.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2488.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2488.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2488.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2488.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2488.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2488.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2488.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2488.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2488.81		at scala.App.main(App.scala:76)
2520.09/2488.81		at scala.App.main$(App.scala:74)
2520.09/2488.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2488.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2488.81	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295296-1532540942/watcher-4295296-1532540942 -o /tmp/evaluation-result-4295296-1532540942/solver-4295296-1532540942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=128565566 HOME/instance-4295296-1532540942.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=28031, runsolver pid=28028

[startup+0.100095 s]*
/proc/loadavg: 1.49 1.35 1.41 3/206 28088
/proc/meminfo: memFree=20911748/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 4368 13158 0 0 1 0 5 3 20 0 6 0 71657377 10212057088 4203 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2493178 4203 1934 1 0 2481616 0
[pid=28031/tid=28084] ppid=28028 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 2176 13158 0 0 1 0 5 3 20 0 6 0 71657386 10212057088 4715 33554432000 4194304 4196468 140728118482576 140390460772944 140390473016670 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 71657387 10212057088 4715 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=9972712 memory=140044748494464 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 71657387 10212057088 4715 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 71657387 10212057088 4715 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 71657387 10212057088 4715 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209855 s]*
/proc/loadavg: 1.49 1.35 1.41 3/215 28097
/proc/meminfo: memFree=20886248/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10818904 memory=47036 CPUtime=0.26 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 7914 13158 0 0 17 1 5 3 20 0 15 0 71657377 11078557696 11759 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2704726 11759 2987 1 0 2667149 0
[pid=28031/tid=28084] ppid=28028 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 4477 13158 0 0 11 0 5 3 20 0 15 0 71657386 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390460735216 140390473016670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10818904 memory=331 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10818904 memory=140044748883085 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657387 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10818904 memory=140044748494464 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657388 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 71657389 11078557696 11759 33554432000 4194304 4196468 140728118482576 140389931541920 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657389 11078557696 11759 33554432000 4194304 4196468 140728118482576 140389797324272 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 546 13158 0 0 0 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 66 13158 0 0 1 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10818904 memory=140044748494464 CPUtime=0.11 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) R 28028 28031 24385 0 -1 4202560 613 13158 0 0 3 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390012459248 140390468071629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10818904 memory=140044748494464 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657392 11078557696 11759 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 47036 KiB

[startup+0.310212 s]*
/proc/loadavg: 1.49 1.35 1.41 3/215 28097
/proc/meminfo: memFree=20874712/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10819352 memory=57752 CPUtime=0.39 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 10414 13158 0 0 29 2 5 3 20 0 15 0 71657377 11079016448 14438 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2704838 14438 3106 1 0 2667149 0
[pid=28031/tid=28084] ppid=28028 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 6968 13158 0 0 20 1 5 3 20 0 15 0 71657386 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390460748192 140390473016670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657388 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 71657389 11079016448 14438 33554432000 4194304 4196468 140728118482576 140389931541920 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657389 11079016448 14438 33554432000 4194304 4196468 140728118482576 140389797324272 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 548 13158 0 0 1 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 66 13158 0 0 1 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10819352 memory=140044748494464 CPUtime=0.13 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 619 13158 0 0 5 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10819352 memory=140044748494464 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 14438 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57752 KiB

[startup+0.700719 s]
/proc/loadavg: 1.49 1.35 1.41 3/215 28097
/proc/meminfo: memFree=20862928/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10819352 memory=90540 CPUtime=0.99 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 16739 13158 0 0 88 3 5 3 20 0 15 0 71657377 11079016448 22635 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2704838 22635 3238 1 0 2667149 0
[pid=28031/tid=28084] ppid=28028 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 12217 13158 0 0 57 2 5 3 20 0 15 0 71657386 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390460757008 140390470499735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10819352 memory=140044589478672 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10819352 memory=140045998621268 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657387 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10819352 memory=8540 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 5 13158 0 0 0 0 5 3 20 0 15 0 71657388 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 71657389 11079016448 22635 33554432000 4194304 4196468 140728118482576 140389931541920 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657389 11079016448 22635 33554432000 4194304 4196468 140728118482576 140389797324272 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10819352 memory=16436 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10819352 memory=12832 CPUtime=0.17 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 1157 13158 0 0 9 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10819352 memory=4008 CPUtime=0.15 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 437 13158 0 0 7 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10819352 memory=1796 CPUtime=0.21 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 709 13158 0 0 13 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657392 11079016448 22635 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90540 KiB

[startup+1.50075 s]
/proc/loadavg: 1.49 1.35 1.41 3/215 28097
/proc/meminfo: memFree=20816720/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10834252 memory=193876 CPUtime=2.57 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 24037 13158 0 0 240 9 5 3 20 0 15 0 71657377 11094274048 48469 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2708563 48469 3478 1 0 2670221 0
[pid=28031/tid=28084] ppid=28028 vsize=10834252 memory=67480 CPUtime=1.43 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 17055 13158 0 0 130 5 5 3 20 0 15 0 71657386 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390460746464 140390475140666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 187 13158 0 0 1 0 5 3 20 0 15 0 71657387 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10834252 memory=280089178988704 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 19 13158 0 0 1 0 5 3 20 0 15 0 71657387 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 57 13158 0 0 1 0 5 3 20 0 15 0 71657387 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 26 13158 0 0 0 0 5 3 20 0 15 0 71657387 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 54 13158 0 0 1 0 5 3 20 0 15 0 71657388 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 71657389 11094274048 48469 33554432000 4194304 4196468 140728118482576 140389931541984 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657389 11094274048 48469 33554432000 4194304 4196468 140728118482576 140389797324288 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10834252 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) R 28028 28031 24385 0 -1 4202560 1878 13158 0 0 31 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390014564336 140390474061578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10834252 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 1022 13158 0 0 29 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10834252 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 1528 13158 0 0 42 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10834252 memory=280089179233216 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 71657392 11094274048 48469 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 10834252 KiB

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

/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 88850 13158 0 0 230955 41 5 3 20 0 15 0 71657386 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390460770416 140390099347372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.96 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 15470 13158 0 0 552 36 5 3 20 0 15 0 71657387 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.94 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 15385 13158 0 0 552 34 5 3 20 0 15 0 71657387 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.97 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 14433 13158 0 0 555 34 5 3 20 0 15 0 71657387 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.94 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 17454 13158 0 0 549 37 5 3 20 0 15 0 71657387 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.31 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 16159 13158 0 0 493 30 5 3 20 0 15 0 71657388 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10914144 memory=1192132 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 19 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 298033 33554432000 4194304 4196468 140728118482576 140389931541984 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10914144 memory=1192132 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 17 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 298033 33554432000 4194304 4196468 140728118482576 140389797324288 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10914144 memory=1192132 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.04 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 32226 13158 0 0 492 4 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10914144 memory=1192132 CPUtime=5.12 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 35689 13158 0 0 500 4 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10914144 memory=1192132 CPUtime=2.12 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 23351 13158 0 0 200 4 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10914144 memory=1192132 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10914144 memory=4140 CPUtime=1.31 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1273 13158 0 0 58 65 5 3 20 0 15 0 71657392 11176083456 298033 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 2352.14 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1192132 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.34 1.36 3/215 28321
/proc/meminfo: memFree=19764340/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10914144 memory=1185976 CPUtime=2412.66 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 264718 13158 0 0 241000 258 5 3 20 0 15 0 71657377 11176083456 296494 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2728536 296494 3523 1 0 2690189 0
[pid=28031/tid=28084] ppid=28028 vsize=10914144 memory=1185976 CPUtime=2369.69 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 89696 13158 0 0 236920 41 5 3 20 0 15 0 71657386 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390460770240 140390100345924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.14 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 15693 13158 0 0 569 37 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.1 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 15769 13158 0 0 568 34 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.14 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 14831 13158 0 0 571 35 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.1 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 17553 13158 0 0 564 38 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10914144 memory=1185976 CPUtime=5.47 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 16375 13158 0 0 508 31 5 3 20 0 15 0 71657388 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 19 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389931541984 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10914144 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 17 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389797324288 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10914144 memory=1185976 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10914144 memory=1185976 CPUtime=5.04 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 32230 13158 0 0 492 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10914144 memory=13048 CPUtime=5.12 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 35693 13158 0 0 500 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10914144 memory=1696 CPUtime=2.12 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 23356 13158 0 0 200 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10914144 memory=1185976 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10914144 memory=1185976 CPUtime=1.35 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1292 13158 0 0 59 68 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 2412.66 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1185976 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.37 1.37 3/215 28322
/proc/meminfo: memFree=19762440/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10914144 memory=1185976 CPUtime=2473.17 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 266299 13158 0 0 247046 263 5 3 20 0 15 0 71657377 11176083456 296494 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2728536 296494 3523 1 0 2690189 0
[pid=28031/tid=28084] ppid=28028 vsize=10914144 memory=1185976 CPUtime=2429.32 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 90349 13158 0 0 242882 42 5 3 20 0 15 0 71657386 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390460770144 140390100299616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.3 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 15765 13158 0 0 585 37 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.28 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 16114 13158 0 0 585 35 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.31 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 14886 13158 0 0 587 36 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10914144 memory=1185976 CPUtime=6.28 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 17623 13158 0 0 581 39 5 3 20 0 15 0 71657387 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10914144 memory=1185976 CPUtime=5.62 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 16727 13158 0 0 522 32 5 3 20 0 15 0 71657388 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10914144 memory=1185976 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 19 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389931541984 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 17 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389797324288 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10914144 memory=1185976 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10914144 memory=1185976 CPUtime=5.04 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 32232 13158 0 0 492 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10914144 memory=1185976 CPUtime=5.12 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 35695 13158 0 0 500 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10914144 memory=5520 CPUtime=2.12 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 23358 13158 0 0 200 4 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10914144 memory=1185976 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10914144 memory=1185976 CPUtime=1.38 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1320 13158 0 0 61 69 5 3 20 0 15 0 71657392 11176083456 296494 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 2473.17 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1185976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.8 s]
/proc/loadavg: 1.67 1.43 1.39 3/215 28330
/proc/meminfo: memFree=19759480/32770624 swapFree=67108860/67108860
[pid=28031] ppid=28028 vsize=10914144 memory=1188024 CPUtime=2520.09 cores=1,3,5,7
/proc/28031/stat : 28031 (java) S 28028 28031 24385 0 -1 1077944320 267459 13158 0 0 251733 268 5 3 20 0 15 0 71657377 11176083456 297006 33554432000 4194304 4196468 140728118482576 140728118465120 140390488936183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
/proc/28031/statm: 2728536 297006 3523 1 0 2690189 0
[pid=28031/tid=28084] ppid=28028 vsize=10914144 memory=6791534058613427641 CPUtime=2475.54 cores=1,3,5,7
/proc/28031/task/28084/stat : 28084 (java) R 28028 28031 24385 0 -1 4202560 90811 13158 0 0 247504 42 5 3 20 0 15 0 71657386 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390460771248 140390099363852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28085] ppid=28028 vsize=10914144 memory=4126316290023845779 CPUtime=6.44 cores=1,3,5,7
/proc/28031/task/28085/stat : 28085 (java) S 28028 28031 24385 0 -1 1077944384 16063 13158 0 0 598 38 5 3 20 0 15 0 71657387 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390493178128 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28086] ppid=28028 vsize=10914144 memory=6791534058613427641 CPUtime=6.41 cores=1,3,5,7
/proc/28031/task/28086/stat : 28086 (java) S 28028 28031 24385 0 -1 1077944384 16183 13158 0 0 598 35 5 3 20 0 15 0 71657387 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390407997840 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28087] ppid=28028 vsize=10914144 memory=21732 CPUtime=6.45 cores=1,3,5,7
/proc/28031/task/28087/stat : 28087 (java) S 28028 28031 24385 0 -1 1077944384 14922 13158 0 0 600 37 5 3 20 0 15 0 71657387 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390406945296 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28088] ppid=28028 vsize=10914144 memory=2436 CPUtime=6.42 cores=1,3,5,7
/proc/28031/task/28088/stat : 28088 (java) S 28028 28031 24385 0 -1 1077944384 17702 13158 0 0 594 40 5 3 20 0 15 0 71657387 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390405892752 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28089] ppid=28028 vsize=10914144 memory=1296 CPUtime=5.75 cores=1,3,5,7
/proc/28031/task/28089/stat : 28089 (java) S 28028 28031 24385 0 -1 1077944384 16921 13158 0 0 534 33 5 3 20 0 15 0 71657388 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390015617520 140390488947330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28090] ppid=28028 vsize=10914144 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28090/stat : 28090 (java) S 28028 28031 24385 0 -1 1077944384 19 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 297006 33554432000 4194304 4196468 140728118482576 140389931541984 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28091] ppid=28028 vsize=10914144 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28091/stat : 28091 (java) S 28028 28031 24385 0 -1 1077944384 17 13158 0 0 0 0 5 3 20 0 15 0 71657389 11176083456 297006 33554432000 4194304 4196468 140728118482576 140389797324288 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28092] ppid=28028 vsize=10914144 memory=5520 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28092/stat : 28092 (java) S 28028 28031 24385 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140389193345744 140390488954779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28093] ppid=28028 vsize=10914144 memory=4616 CPUtime=5.04 cores=1,3,5,7
/proc/28031/task/28093/stat : 28093 (java) S 28028 28031 24385 0 -1 1077944384 32234 13158 0 0 492 4 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390014564336 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28094] ppid=28028 vsize=10914144 memory=1428 CPUtime=5.12 cores=1,3,5,7
/proc/28031/task/28094/stat : 28094 (java) S 28028 28031 24385 0 -1 1077944384 35697 13158 0 0 500 4 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390013511792 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28095] ppid=28028 vsize=10914144 memory=13048 CPUtime=2.12 cores=1,3,5,7
/proc/28031/task/28095/stat : 28095 (java) S 28028 28031 24385 0 -1 1077944384 23360 13158 0 0 200 4 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390012459248 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28096] ppid=28028 vsize=10914144 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/28031/task/28096/stat : 28096 (java) S 28028 28031 24385 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140388723583584 140390488946389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
[pid=28031/tid=28097] ppid=28028 vsize=10914144 memory=1232 CPUtime=1.4 cores=1,3,5,7
/proc/28031/task/28097/stat : 28097 (java) S 28028 28031 24385 0 -1 1077944384 1336 13158 0 0 61 71 5 3 20 0 15 0 71657392 11176083456 297006 33554432000 4194304 4196468 140728118482576 140390011407152 140390488947330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9482240 140728118487663 140728118490460 140728118490460 140728118493135 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1188024 KiB

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

[startup+2488.83 s]
# the end of solver process 28031 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.41 s, system=2.7238 s

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

Child status: 143
Real time (s): 2488.83
CPU time (s): 2520.13
CPU user time (s): 2517.41
CPU system time (s): 2.7238
CPU usage (%): 101.258
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 1489452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.41
system time used= 2.7238
maximum resident set size= 1504328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178811
involuntary context switches= 3626


# summary of solver processes directly reported to runsolver:
#   pid: 28031
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.41
#   total CPU system time (s): 2.7238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1033 second user time and 23.9525 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 19:49:02
IDJOB=4295296
IDBENCH=141503
IDSOLVER=2750
FILE ID=node136/4295296-1532540942
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g29-g50_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295296-1532540942/watcher-4295296-1532540942 -o /tmp/evaluation-result-4295296-1532540942/solver-4295296-1532540942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=128565566 HOME/instance-4295296-1532540942.xml

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

MD5SUM BENCH= 6b43bee46cd3f7faf4796c0903a8d917
RANDOM SEED=128565566

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:        20918196 kB
MemAvailable:   31357784 kB
Buffers:          217328 kB
Cached:         10452912 kB
SwapCached:            0 kB
Active:          3145616 kB
Inactive:        8153740 kB
Active(anon):     579952 kB
Inactive(anon):    76688 kB
Active(file):    2565664 kB
Inactive(file):  8077052 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26308 kB
Writeback:            20 kB
AnonPages:        678900 kB
Mapped:            53256 kB
Shmem:             25228 kB
Slab:             252724 kB
SReclaimable:     225332 kB
SUnreclaim:        27392 kB
KernelStack:        3712 kB
PageTables:         6472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1556372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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 20:30:31