Trace number 4295629

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-SuperNG 2018-06-13? (TO) 2520.14 2484.63

General information on the benchmark

NameFrb/
frb-50-23-3-mgd_c18.xml
MD5SUM9221c7b89083fde7801d6d9537c28698
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 variables50
Number of constraints456
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":1},{"degree":14,"count":1},{"degree":15,"count":4},{"degree":16,"count":9},{"degree":17,"count":9},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":3},{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":456}]
Number of extensional constraints456
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":456}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.08/2484.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2484.61		at concrete.MAC.mac(MAC.scala:188)
2520.08/2484.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2484.61		at scala.util.Try$.apply(Try.scala:209)
2520.08/2484.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2484.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2484.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2484.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2484.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2484.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2484.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2484.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2484.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2484.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2484.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2484.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2484.61		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2484.61		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2484.61		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2484.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2484.61		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2484.61		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2484.61		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2484.61		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2484.61		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2484.61		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2484.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2484.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2484.61		at scala.util.Success.map(Try.scala:209)
2520.08/2484.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2484.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2484.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2484.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2484.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2484.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2484.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2484.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2484.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2484.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2484.61		at scala.App.main(App.scala:76)
2520.08/2484.61		at scala.App.main$(App.scala:74)
2520.08/2484.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2484.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2484.61	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 (3890 MiB free)
  memory of node 1: 16384 MiB (7787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295629-1532574346/watcher-4295629-1532574346 -o /tmp/evaluation-result-4295629-1532574346/solver-4295629-1532574346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1365811637 -superng HOME/instance-4295629-1532574346.xml 

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

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


[startup+0.109384 s]*
/proc/loadavg: 1.59 1.38 1.36 3/207 5849
/proc/meminfo: memFree=11949560/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10355560 memory=24532 CPUtime=0.1 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 4763 12887 0 0 2 1 4 3 20 0 9 0 74997830 10604093440 6133 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2588891 6133 2079 1 0 2551432 0
[pid=5792/tid=5845] ppid=5789 vsize=10355560 memory=8940607975817108597 CPUtime=0.08 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 2594 12887 0 0 1 0 4 3 20 0 9 0 74997839 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217872842608 140217901028509 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10355560 memory=-7001736328920018669 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 9 0 74997840 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10355560 memory=140659672913536 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 9 0 74997840 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 9 0 74997840 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 9 0 74997840 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 9 0 74997841 10604093440 6168 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 9 0 74997842 10604093440 6168 33554432000 4194304 4196468 140726607384512 140216857781280 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 9 0 74997842 10604093440 6168 33554432000 4194304 4196468 140726607384512 140216656454576 140217901016789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24532 KiB

[startup+0.210174 s]*
/proc/loadavg: 1.59 1.38 1.36 3/216 5858
/proc/meminfo: memFree=11928184/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10818904 memory=48280 CPUtime=0.25 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 9398 12887 0 0 16 2 4 3 20 0 15 0 74997830 11078557696 12070 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2704726 12070 2971 1 0 2667149 0
[pid=5792/tid=5845] ppid=5789 vsize=10818904 memory=8940607975817108597 CPUtime=0.18 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 6062 12887 0 0 10 1 4 3 20 0 15 0 74997839 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217872831392 140217885087100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10818904 memory=-7001736328920018669 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10818904 memory=140659672913536 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997841 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 74997842 11078557696 12070 33554432000 4194304 4196468 140726607384512 140216857781280 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997842 11078557696 12070 33554432000 4194304 4196468 140726607384512 140216656454512 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 499 12887 0 0 1 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 88 12887 0 0 1 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10818904 memory=140659672913536 CPUtime=0.1 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) R 5789 5792 31421 0 -1 4202560 542 12887 0 0 3 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217356655216 140217880406768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10818904 memory=140659672913536 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997845 11078557696 12070 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 48280 KiB

[startup+0.310484 s]*
/proc/loadavg: 1.59 1.38 1.36 3/216 5858
/proc/meminfo: memFree=11915532/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10819352 memory=56156 CPUtime=0.39 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 10598 12887 0 0 29 3 4 3 20 0 15 0 74997830 11079016448 14039 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2704838 14039 3090 1 0 2667149 0
[pid=5792/tid=5845] ppid=5789 vsize=10819352 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 7245 12887 0 0 19 2 4 3 20 0 15 0 74997839 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217872818592 140217882570143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10819352 memory=-1807685287725067907 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10819352 memory=3472468938720724656 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997841 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 74997842 11079016448 14039 33554432000 4194304 4196468 140726607384512 140216857781280 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997842 11079016448 14039 33554432000 4194304 4196468 140726607384512 140216656454512 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 500 12887 0 0 1 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 88 12887 0 0 1 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10819352 memory=140659672913536 CPUtime=0.12 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 549 12887 0 0 5 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10819352 memory=140659672913536 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 14039 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56156 KiB

[startup+0.700778 s]
/proc/loadavg: 1.59 1.38 1.36 4/216 5858
/proc/meminfo: memFree=11906268/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10819352 memory=88484 CPUtime=0.99 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 16726 12887 0 0 88 4 4 3 20 0 15 0 74997830 11079016448 22121 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2704838 22121 3237 1 0 2667149 0
[pid=5792/tid=5845] ppid=5789 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 12280 12887 0 0 56 3 4 3 20 0 15 0 74997839 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217872827408 140217881284984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 5 12887 0 0 0 0 4 3 20 0 15 0 74997841 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 74997842 11079016448 22121 33554432000 4194304 4196468 140726607384512 140216857781280 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997842 11079016448 22121 33554432000 4194304 4196468 140726607384512 140216656454512 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 1114 12887 0 0 10 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 493 12887 0 0 7 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 620 12887 0 0 13 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997845 11079016448 22121 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88484 KiB

[startup+1.50139 s]
/proc/loadavg: 1.59 1.38 1.36 5/216 5858
/proc/meminfo: memFree=11859688/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10832204 memory=215756 CPUtime=2.87 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 23667 12887 0 0 272 8 4 3 20 0 15 0 74997830 11092176896 53939 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2708051 53939 3451 1 0 2669709 0
[pid=5792/tid=5845] ppid=5789 vsize=10832204 memory=989 CPUtime=1.45 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 16743 12887 0 0 132 6 4 3 20 0 15 0 74997839 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217872806160 140217882570143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10832204 memory=7019467088057350197 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10832204 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997840 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10832204 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 2 12887 0 0 0 0 4 3 20 0 15 0 74997840 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10832204 memory=15652 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 6 12887 0 0 0 0 4 3 20 0 15 0 74997841 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10832204 memory=17924 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 13 12887 0 0 0 0 4 3 20 0 15 0 74997842 11092176896 53939 33554432000 4194304 4196468 140726607384512 140216857781280 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10832204 memory=20196 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 1 12887 0 0 0 0 4 3 20 0 15 0 74997842 11092176896 53939 33554432000 4194304 4196468 140726607384512 140216656454512 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10832204 memory=22468 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11092176896 53939 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10832204 memory=24740 CPUtime=0.58 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 1890 12887 0 0 51 0 4 3 20 0 15 0 74997845 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10832204 memory=27012 CPUtime=0.52 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) R 5789 5792 31421 0 -1 4202560 1337 12887 0 0 45 0 4 3 20 0 15 0 74997845 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217357708016 140217884538048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10832204 memory=29284 CPUtime=0.49 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 1477 12887 0 0 42 0 4 3 20 0 15 0 74997845 11092176896 53939 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0

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

/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 89936 12887 0 0 230412 40 4 3 20 0 15 0 74997839 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217872840592 140217495023154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10914144 memory=856804 CPUtime=7.97 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 14446 12887 0 0 743 47 4 3 20 0 15 0 74997840 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10914144 memory=1232 CPUtime=8.05 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 15506 12887 0 0 760 38 4 3 20 0 15 0 74997840 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10914144 memory=858892 CPUtime=8.02 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 13595 12887 0 0 754 41 4 3 20 0 15 0 74997840 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10914144 memory=858892 CPUtime=8.01 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 15207 12887 0 0 753 41 4 3 20 0 15 0 74997840 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10914144 memory=858892 CPUtime=7.59 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 17499 12887 0 0 713 39 4 3 20 0 15 0 74997841 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10914144 memory=858892 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 23 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214723 33554432000 4194304 4196468 140726607384512 140216857781408 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10914144 memory=856804 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 19 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214723 33554432000 4194304 4196468 140726607384512 140216656454528 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10914144 memory=858892 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10914144 memory=858852 CPUtime=4.45 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 19779 12887 0 0 435 3 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10914144 memory=0 CPUtime=4.58 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 26406 12887 0 0 448 3 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10914144 memory=858892 CPUtime=1.98 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 27498 12887 0 0 186 5 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10914144 memory=858892 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10914144 memory=858852 CPUtime=1.39 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1655 12887 0 0 60 72 4 3 20 0 15 0 74997845 11176083456 214723 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 2356.11 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 858892 KiB

[startup+2382.3 s]
/proc/loadavg: 0.45 0.63 0.93 2/194 5979
/proc/meminfo: memFree=12171188/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10914144 memory=858968 CPUtime=2416.73 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 244931 12887 0 0 241381 285 4 3 20 0 15 0 74997830 11176083456 214742 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2728536 214742 3523 1 0 2690189 0
[pid=5792/tid=5845] ppid=5789 vsize=10914144 memory=858968 CPUtime=2364.15 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 90511 12887 0 0 236368 40 4 3 20 0 15 0 74997839 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217872841216 140217493615520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10914144 memory=858968 CPUtime=8.18 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 14536 12887 0 0 763 48 4 3 20 0 15 0 74997840 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10914144 memory=858948 CPUtime=8.26 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 15768 12887 0 0 780 39 4 3 20 0 15 0 74997840 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10914144 memory=281319150876832 CPUtime=8.22 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 13605 12887 0 0 774 41 4 3 20 0 15 0 74997840 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10914144 memory=858948 CPUtime=8.22 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 15226 12887 0 0 773 42 4 3 20 0 15 0 74997840 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10914144 memory=858948 CPUtime=7.77 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 17691 12887 0 0 730 40 4 3 20 0 15 0 74997841 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10914144 memory=858968 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 23 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214742 33554432000 4194304 4196468 140726607384512 140216857781408 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10914144 memory=858968 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 19 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214742 33554432000 4194304 4196468 140726607384512 140216656454528 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10914144 memory=858948 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10914144 memory=858948 CPUtime=4.45 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 19781 12887 0 0 435 3 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10914144 memory=858948 CPUtime=4.58 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 26408 12887 0 0 448 3 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10914144 memory=858968 CPUtime=1.98 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 27500 12887 0 0 186 5 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10914144 memory=8112282956445269571 CPUtime=1.43 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1670 12887 0 0 62 74 4 3 20 0 15 0 74997845 11176083456 214742 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 2416.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 858968 KiB

[startup+2442.3 s]
/proc/loadavg: 0.62 0.64 0.91 2/194 5980
/proc/meminfo: memFree=12171312/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10914144 memory=859000 CPUtime=2477.33 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 246078 12887 0 0 247435 291 4 3 20 0 15 0 74997830 11176083456 214750 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2728536 214750 3523 1 0 2690189 0
[pid=5792/tid=5845] ppid=5789 vsize=10914144 memory=858972 CPUtime=2423.72 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 91061 12887 0 0 242325 40 4 3 20 0 15 0 74997839 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217872840512 140217494052349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10914144 memory=858968 CPUtime=8.39 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 14805 12887 0 0 783 49 4 3 20 0 15 0 74997840 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10914144 memory=4140 CPUtime=8.46 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 15858 12887 0 0 799 40 4 3 20 0 15 0 74997840 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10914144 memory=858972 CPUtime=8.42 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 13612 12887 0 0 793 42 4 3 20 0 15 0 74997840 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10914144 memory=858972 CPUtime=8.41 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 15241 12887 0 0 791 43 4 3 20 0 15 0 74997840 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10914144 memory=858972 CPUtime=7.97 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 17884 12887 0 0 749 41 4 3 20 0 15 0 74997841 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10914144 memory=858972 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 23 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214750 33554432000 4194304 4196468 140726607384512 140216857781408 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10914144 memory=858972 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 19 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214750 33554432000 4194304 4196468 140726607384512 140216656454528 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10914144 memory=859000 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10914144 memory=858972 CPUtime=4.45 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 19783 12887 0 0 435 3 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10914144 memory=1200 CPUtime=4.58 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 26410 12887 0 0 448 3 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10914144 memory=15876 CPUtime=1.99 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 27502 12887 0 0 187 5 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10914144 memory=859000 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10914144 memory=7452163732276789348 CPUtime=1.47 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1687 12887 0 0 64 76 4 3 20 0 15 0 74997845 11176083456 214750 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 2477.33 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 859000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.6 s]
/proc/loadavg: 0.67 0.64 0.90 2/194 5980
/proc/meminfo: memFree=12171316/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10914144 memory=859032 CPUtime=2520.08 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 31421 0 -1 1077944320 247425 12887 0 0 251706 295 4 3 20 0 15 0 74997830 11176083456 214758 33554432000 4194304 4196468 140726607384512 140726607367056 140217901006583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
/proc/5792/statm: 2728536 214758 3523 1 0 2690189 0
[pid=5792/tid=5845] ppid=5789 vsize=10914144 memory=4004 CPUtime=2465.72 cores=1,3,5,7
/proc/5792/task/5845/stat : 5845 (java) R 5789 5792 31421 0 -1 4202560 91639 12887 0 0 246524 41 4 3 20 0 15 0 74997839 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217872841104 140217495061589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5846] ppid=5789 vsize=10914144 memory=18448 CPUtime=8.52 cores=1,3,5,7
/proc/5792/task/5846/stat : 5846 (java) S 5789 5792 31421 0 -1 1077944384 14820 12887 0 0 796 49 4 3 20 0 15 0 74997840 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217905249424 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5847] ppid=5789 vsize=10914144 memory=1796 CPUtime=8.6 cores=1,3,5,7
/proc/5792/task/5847/stat : 5847 (java) S 5789 5792 31421 0 -1 1077944384 15873 12887 0 0 813 40 4 3 20 0 15 0 74997840 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217804139536 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5848] ppid=5789 vsize=10914144 memory=640 CPUtime=8.57 cores=1,3,5,7
/proc/5792/task/5848/stat : 5848 (java) S 5789 5792 31421 0 -1 1077944384 13621 12887 0 0 807 43 4 3 20 0 15 0 74997840 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217803086736 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5849] ppid=5789 vsize=10914144 memory=952 CPUtime=8.56 cores=1,3,5,7
/proc/5792/task/5849/stat : 5849 (java) S 5789 5792 31421 0 -1 1077944384 15269 12887 0 0 805 44 4 3 20 0 15 0 74997840 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217802033936 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5850] ppid=5789 vsize=10914144 memory=1236 CPUtime=8.1 cores=1,3,5,7
/proc/5792/task/5850/stat : 5850 (java) S 5789 5792 31421 0 -1 1077944384 18070 12887 0 0 761 42 4 3 20 0 15 0 74997841 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217359812976 140217901017730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5851] ppid=5789 vsize=10914144 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5851/stat : 5851 (java) S 5789 5792 31421 0 -1 1077944384 23 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214758 33554432000 4194304 4196468 140726607384512 140216857781408 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5852] ppid=5789 vsize=10914144 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5852/stat : 5852 (java) S 5789 5792 31421 0 -1 1077944384 19 12887 0 0 0 0 4 3 20 0 15 0 74997842 11176083456 214758 33554432000 4194304 4196468 140726607384512 140216656454528 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5853] ppid=5789 vsize=10914144 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5853/stat : 5853 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140216416163664 140217901025179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5854] ppid=5789 vsize=10914144 memory=2600 CPUtime=4.46 cores=1,3,5,7
/proc/5792/task/5854/stat : 5854 (java) S 5789 5792 31421 0 -1 1077944384 20102 12887 0 0 436 3 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217358760816 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5855] ppid=5789 vsize=10914144 memory=6935054825532540783 CPUtime=4.61 cores=1,3,5,7
/proc/5792/task/5855/stat : 5855 (java) S 5789 5792 31421 0 -1 1077944384 26598 12887 0 0 450 4 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217357708016 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5856] ppid=5789 vsize=10914144 memory=-7003737579269690708 CPUtime=1.99 cores=1,3,5,7
/proc/5792/task/5856/stat : 5856 (java) S 5789 5792 31421 0 -1 1077944384 27504 12887 0 0 187 5 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217356655216 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5857] ppid=5789 vsize=10914144 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5857/stat : 5857 (java) S 5789 5792 31421 0 -1 1077944384 3 12887 0 0 0 0 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140216382606048 140217901016789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
[pid=5792/tid=5858] ppid=5789 vsize=10914144 memory=1836 CPUtime=1.49 cores=1,3,5,7
/proc/5792/task/5858/stat : 5858 (java) S 5789 5792 31421 0 -1 1077944384 1694 12887 0 0 65 77 4 3 20 0 15 0 74997845 11176083456 214758 33554432000 4194304 4196468 140726607384512 140217355602608 140217901017730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 24539136 140726607390891 140726607394140 140726607394140 140726607396815 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 859032 KiB

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

[startup+2484.63 s]
# the end of solver process 5792 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.14 s, system=2.99719 s

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

Child status: 143
Real time (s): 2484.63
CPU time (s): 2520.14
CPU user time (s): 2517.14
CPU system time (s): 2.99719
CPU usage (%): 101.429
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 859032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.14
system time used= 2.99719
maximum resident set size= 863160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225790
involuntary context switches= 5034


# summary of solver processes directly reported to runsolver:
#   pid: 5792
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.14
#   total CPU system time (s): 2.99719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1702 second user time and 18.9566 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 05:05:46
IDJOB=4295629
IDBENCH=141584
IDSOLVER=2751
FILE ID=node107/4295629-1532574346
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54496 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Frb/frb-50-23-3-mgd_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-4295629-1532574346/watcher-4295629-1532574346 -o /tmp/evaluation-result-4295629-1532574346/solver-4295629-1532574346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1365811637 -superng HOME/instance-4295629-1532574346.xml

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

MD5SUM BENCH= 9221c7b89083fde7801d6d9537c28698
RANDOM SEED=1365811637

node107.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.40
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.40
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.40
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.40
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:        11959620 kB
MemAvailable:   30898012 kB
Buffers:          292076 kB
Cached:         18765220 kB
SwapCached:            0 kB
Active:          5310272 kB
Inactive:       14834524 kB
Active(anon):    1090128 kB
Inactive(anon):    25036 kB
Active(file):    4220144 kB
Inactive(file): 14809488 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26824 kB
Writeback:             0 kB
AnonPages:       1092128 kB
Mapped:            53664 kB
Shmem:             25228 kB
Slab:             364716 kB
SReclaimable:     337220 kB
SUnreclaim:        27496 kB
KernelStack:        3824 kB
PageTables:         7436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1924144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54500 MiB
End job on node107 at 2018-07-26 05:47:11