Trace number 4295817

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.14 2471.43

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark394.459
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295817-1532597523/watcher-4295817-1532597523 -o /tmp/evaluation-result-4295817-1532597523/solver-4295817-1532597523 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1481385058 HOME/instance-4295817-1532597523.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=2844, runsolver pid=2841

[startup+0.10012 s]*
/proc/loadavg: 1.32 1.31 1.35 3/207 2901
/proc/meminfo: memFree=11563912/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 4332 13013 0 0 1 1 5 2 20 0 6 0 77315469 10212057088 4203 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2493178 4203 1934 1 0 2481616 0
[pid=2844/tid=2897] ppid=2841 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 2178 13013 0 0 1 0 5 2 20 0 6 0 77315478 10212057088 4715 33554432000 4194304 4196468 140722465555856 139690651370064 139690679555229 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 77315479 10212057088 4715 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=9972712 memory=140334512678528 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 77315479 10212057088 4715 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 77315479 10212057088 4715 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 77315479 10212057088 4715 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209953 s]*
/proc/loadavg: 1.32 1.31 1.35 3/216 2910
/proc/meminfo: memFree=11538348/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10818904 memory=42700 CPUtime=0.25 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 7890 13013 0 0 16 2 5 2 20 0 15 0 77315469 11078557696 10675 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2704726 10675 2951 1 0 2667149 0
[pid=2844/tid=2897] ppid=2841 vsize=10819896 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 4543 13013 0 0 11 0 5 2 20 0 15 0 77315478 11079573504 10741 33554432000 4194304 4196468 140722465555856 139690651358112 139690672213021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10819896 memory=4294967638 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079573504 10807 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10819896 memory=140334513030322 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079573504 10807 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079573504 10807 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079573504 10807 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10819896 memory=140334512678528 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 77315480 11079573504 10807 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079573504 10873 33554432000 4194304 4196468 140722465555856 139689986090528 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079573504 10873 33554432000 4194304 4196468 140722465555856 139689516328304 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079573504 10873 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 368 13013 0 0 1 0 5 2 20 0 15 0 77315484 11079573504 10873 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 252 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079573504 10939 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10819896 memory=140334512678528 CPUtime=0.1 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 603 13013 0 0 3 0 5 2 20 0 15 0 77315484 11079573504 10939 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079573504 10939 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10821524 memory=140334512678528 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315484 11081240576 10939 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42700 KiB

[startup+0.31031 s]*
/proc/loadavg: 1.32 1.31 1.35 3/216 2910
/proc/meminfo: memFree=11526192/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10819352 memory=53384 CPUtime=0.37 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 10416 13013 0 0 27 3 5 2 20 0 15 0 77315469 11079016448 13346 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2704838 13346 3070 1 0 2667149 0
[pid=2844/tid=2897] ppid=2841 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 6980 13013 0 0 19 2 5 2 20 0 15 0 77315478 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690651345312 139690663613790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10819352 memory=7031125463459224206 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 77315480 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079016448 13346 33554432000 4194304 4196468 140722465555856 139689986090528 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079016448 13346 33554432000 4194304 4196468 140722465555856 139689516328304 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 370 13013 0 0 1 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 255 13013 0 0 1 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) R 2841 2844 32629 0 -1 4202560 609 13013 0 0 5 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690203060336 139690661943233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 13346 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53384 KiB

[startup+0.700846 s]
/proc/loadavg: 1.32 1.31 1.35 3/216 2910
/proc/meminfo: memFree=11514740/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10819352 memory=86716 CPUtime=0.99 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 16781 13013 0 0 86 6 5 2 20 0 15 0 77315469 11079016448 21679 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2704838 21679 3246 1 0 2667149 0
[pid=2844/tid=2897] ppid=2841 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 12252 13013 0 0 55 4 5 2 20 0 15 0 77315478 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690651354128 139690659808515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10819352 memory=8751464017575688501 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10819352 memory=5787220424116168018 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10819352 memory=7588675599774802240 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 77315479 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10819352 memory=2319389199337275488 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 5 13013 0 0 0 0 5 2 20 0 15 0 77315480 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079016448 21679 33554432000 4194304 4196468 140722465555856 139689986090528 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10819352 memory=140334512677361 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315481 11079016448 21679 33554432000 4194304 4196468 140722465555856 139689516328304 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 947 13013 0 0 9 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 662 13013 0 0 7 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 697 13013 0 0 13 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315484 11079016448 21679 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86716 KiB

[startup+1.50154 s]
/proc/loadavg: 1.32 1.31 1.35 4/216 2910
/proc/meminfo: memFree=11468408/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10834252 memory=179264 CPUtime=2.36 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 23969 13013 0 0 217 12 5 2 20 0 15 0 77315469 11094274048 44816 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2708563 44816 3475 1 0 2670221 0
[pid=2844/tid=2897] ppid=2841 vsize=10834252 memory=2600 CPUtime=1.42 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 17628 13013 0 0 128 7 5 2 20 0 15 0 77315478 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690651364808 139690661118178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10834252 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 19 13013 0 0 1 0 5 2 20 0 15 0 77315479 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10834252 memory=280668731096544 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 54 13013 0 0 1 0 5 2 20 0 15 0 77315479 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10834252 memory=7666931303902243691 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 34 13013 0 0 1 0 5 2 20 0 15 0 77315479 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 213 13013 0 0 1 0 5 2 20 0 15 0 77315479 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 66 13013 0 0 1 0 5 2 20 0 15 0 77315480 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 14 13013 0 0 0 0 5 2 20 0 15 0 77315481 11094274048 44816 33554432000 4194304 4196468 140722465555856 139689986090592 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315481 11094274048 44816 33554432000 4194304 4196468 140722465555856 139689516328320 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10834252 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10834252 memory=6944656592387989600 CPUtime=0.32 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 1403 13013 0 0 25 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10834252 memory=280668731380496 CPUtime=0.26 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 896 13013 0 0 19 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10834252 memory=12806 CPUtime=0.43 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 1442 13013 0 0 36 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10834252 memory=24387 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 77315484 11094274048 44816 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834252 KiB

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

/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 122127 13013 0 0 229645 66 5 2 20 0 15 0 77315478 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690651367008 139690288699776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10916192 memory=1932188 CPUtime=12.15 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 27433 13013 0 0 1154 54 5 2 20 0 15 0 77315479 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10916192 memory=1930140 CPUtime=12.18 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 26926 13013 0 0 1157 54 5 2 20 0 15 0 77315479 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10916192 memory=1932188 CPUtime=12.18 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 34272 13013 0 0 1157 54 5 2 20 0 15 0 77315479 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10916192 memory=1932188 CPUtime=12.22 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 24063 13013 0 0 1158 57 5 2 20 0 15 0 77315479 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10916192 memory=1932188 CPUtime=10.39 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 26242 13013 0 0 978 54 5 2 20 0 15 0 77315480 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10916192 memory=1932188 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483047 33554432000 4194304 4196468 140722465555856 139689986090592 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10916192 memory=1932188 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483047 33554432000 4194304 4196468 140722465555856 139689516328320 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10916192 memory=1932188 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10916192 memory=7 CPUtime=4.22 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 23167 13013 0 0 413 2 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10916192 memory=1932188 CPUtime=4.8 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 27516 13013 0 0 470 3 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10916192 memory=1932188 CPUtime=2.23 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 27006 13013 0 0 211 5 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10916192 memory=1932188 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10916192 memory=1932188 CPUtime=1.41 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1838 13013 0 0 61 73 5 2 20 0 15 0 77315484 11178180608 483047 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 2368.45 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1932188 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.35 1.33 3/216 3136
/proc/meminfo: memFree=9619960/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10916192 memory=1934236 CPUtime=2429.47 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 346006 13013 0 0 242564 376 5 2 20 0 15 0 77315469 11178180608 483559 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2729048 483559 3525 1 0 2690701 0
[pid=2844/tid=2897] ppid=2841 vsize=10916192 memory=1932188 CPUtime=2356.5 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 123516 13013 0 0 235577 66 5 2 20 0 15 0 77315478 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690651367584 139690288459636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10916192 memory=1930140 CPUtime=12.49 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 27882 13013 0 0 1187 55 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10916192 memory=1932188 CPUtime=12.52 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 27152 13013 0 0 1190 55 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.54 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 34739 13013 0 0 1192 55 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.57 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 24279 13013 0 0 1192 58 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10916192 memory=1934236 CPUtime=10.67 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 26628 13013 0 0 1004 56 5 2 20 0 15 0 77315480 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10916192 memory=1934236 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689986090592 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10916192 memory=1934236 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689516328320 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10916192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10916192 memory=23060 CPUtime=4.22 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 23171 13013 0 0 413 2 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10916192 memory=1934236 CPUtime=4.8 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 27520 13013 0 0 470 3 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10916192 memory=4128 CPUtime=2.23 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 27010 13013 0 0 211 5 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10916192 memory=1932188 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10916192 memory=1932188 CPUtime=1.44 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1869 13013 0 0 62 75 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 2429.47 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1934236 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.30 1.31 3/216 3137
/proc/meminfo: memFree=9620464/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10916192 memory=1934236 CPUtime=2490.48 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 349191 13013 0 0 248658 383 5 2 20 0 15 0 77315469 11178180608 483559 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2729048 483559 3525 1 0 2690701 0
[pid=2844/tid=2897] ppid=2841 vsize=10916192 memory=8112282956445269571 CPUtime=2415.83 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) R 2841 2844 32629 0 -1 4202560 124875 13013 0 0 241509 67 5 2 20 0 15 0 77315478 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690651367696 139690272665832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.83 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) S 2841 2844 32629 0 -1 1077944384 28065 13013 0 0 1220 56 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690683775632 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.87 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 27616 13013 0 0 1223 57 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690598595088 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.88 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 35231 13013 0 0 1225 56 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10916192 memory=1934236 CPUtime=12.91 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 24528 13013 0 0 1224 60 5 2 20 0 15 0 77315479 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10916192 memory=1934236 CPUtime=10.94 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 27020 13013 0 0 1030 57 5 2 20 0 15 0 77315480 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690206219120 139690679544450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10916192 memory=1934236 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689986090592 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10916192 memory=1934236 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689516328320 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10916192 memory=1934236 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10916192 memory=1934236 CPUtime=4.22 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 23175 13013 0 0 413 2 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10916192 memory=8112282956445269571 CPUtime=4.8 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 27524 13013 0 0 470 3 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10916192 memory=932 CPUtime=2.23 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 27014 13013 0 0 211 5 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10916192 memory=10600 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10916192 memory=4616 CPUtime=1.48 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1903 13013 0 0 64 77 5 2 20 0 15 0 77315484 11178180608 483559 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 2490.48 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1934236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.4 s]
/proc/loadavg: 1.01 1.24 1.29 3/216 3138
/proc/meminfo: memFree=9618404/32770624 swapFree=67108860/67108860
[pid=2844] ppid=2841 vsize=10916192 memory=1936284 CPUtime=2520.08 cores=1,3,5,7
/proc/2844/stat : 2844 (java) S 2841 2844 32629 0 -1 1077944320 350815 13013 0 0 251613 388 5 2 20 0 15 0 77315469 11178180608 484071 33554432000 4194304 4196468 140722465555856 140722465538400 139690679533303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
/proc/2844/statm: 2729048 484071 3525 1 0 2690701 0
[pid=2844/tid=2897] ppid=2841 vsize=10916192 memory=23060 CPUtime=2444.6 cores=1,3,5,7
/proc/2844/task/2897/stat : 2897 (java) S 2841 2844 32629 0 -1 1077944384 125593 13013 0 0 244385 68 5 2 20 0 15 0 77315478 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690651367456 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2898] ppid=2841 vsize=10916192 memory=1292 CPUtime=12.99 cores=1,3,5,7
/proc/2844/task/2898/stat : 2898 (java) R 2841 2844 32629 0 -1 4202560 28389 13013 0 0 1236 56 5 2 20 0 15 0 77315479 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690683775752 139690672161511 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2899] ppid=2841 vsize=10916192 memory=2416 CPUtime=13.04 cores=1,3,5,7
/proc/2844/task/2899/stat : 2899 (java) S 2841 2844 32629 0 -1 1077944384 27734 13013 0 0 1239 58 5 2 20 0 15 0 77315479 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690598595104 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2900] ppid=2841 vsize=10916192 memory=1728 CPUtime=13.06 cores=1,3,5,7
/proc/2844/task/2900/stat : 2900 (java) S 2841 2844 32629 0 -1 1077944384 35349 13013 0 0 1242 57 5 2 20 0 15 0 77315479 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690597542288 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2901] ppid=2841 vsize=10916192 memory=1700 CPUtime=13.08 cores=1,3,5,7
/proc/2844/task/2901/stat : 2901 (java) S 2841 2844 32629 0 -1 1077944384 24656 13013 0 0 1241 60 5 2 20 0 15 0 77315479 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690596489488 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2902] ppid=2841 vsize=10916192 memory=796 CPUtime=11.08 cores=1,3,5,7
/proc/2844/task/2902/stat : 2902 (java) S 2841 2844 32629 0 -1 1077944384 27217 13013 0 0 1043 58 5 2 20 0 15 0 77315480 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690206217632 139690679543509 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2903] ppid=2841 vsize=10916192 memory=5408 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2903/stat : 2903 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 484071 33554432000 4194304 4196468 140722465555856 139689986090592 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2904] ppid=2841 vsize=10916192 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2904/stat : 2904 (java) S 2841 2844 32629 0 -1 1077944384 21 13013 0 0 0 0 5 2 20 0 15 0 77315481 11178180608 484071 33554432000 4194304 4196468 140722465555856 139689516328320 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2905] ppid=2841 vsize=10916192 memory=9992 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2905/stat : 2905 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139689208928592 139690679551899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2906] ppid=2841 vsize=10916192 memory=1228 CPUtime=4.23 cores=1,3,5,7
/proc/2844/task/2906/stat : 2906 (java) S 2841 2844 32629 0 -1 1077944384 23177 13013 0 0 414 2 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690205165936 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2907] ppid=2841 vsize=10916192 memory=1952 CPUtime=4.8 cores=1,3,5,7
/proc/2844/task/2907/stat : 2907 (java) S 2841 2844 32629 0 -1 1077944384 27526 13013 0 0 470 3 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690204113136 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2908] ppid=2841 vsize=10916192 memory=1200 CPUtime=2.23 cores=1,3,5,7
/proc/2844/task/2908/stat : 2908 (java) S 2841 2844 32629 0 -1 1077944384 27016 13013 0 0 211 5 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690203060336 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2909] ppid=2841 vsize=10916192 memory=10600 CPUtime=0.07 cores=1,3,5,7
/proc/2844/task/2909/stat : 2909 (java) S 2841 2844 32629 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139689175369952 139690679543509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
[pid=2844/tid=2910] ppid=2841 vsize=10916192 memory=4616 CPUtime=1.49 cores=1,3,5,7
/proc/2844/task/2910/stat : 2910 (java) S 2841 2844 32629 0 -1 1077944384 1918 13013 0 0 65 77 5 2 20 0 15 0 77315484 11178180608 484071 33554432000 4194304 4196468 140722465555856 139690202008752 139690679544450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18792448 140722465561198 140722465563996 140722465563996 140722465566671 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1936284 KiB

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

[startup+2471.43 s]
# the end of solver process 2844 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.22 s, system=3.92274 s

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

Child status: 143
Real time (s): 2471.43
CPU time (s): 2520.14
CPU user time (s): 2516.22
CPU system time (s): 3.92274
CPU usage (%): 101.971
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 2027852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.22
system time used= 3.92274
maximum resident set size= 2029920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280558
involuntary context switches= 6079


# summary of solver processes directly reported to runsolver:
#   pid: 2844
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.22
#   total CPU system time (s): 3.92274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5844 second user time and 23.5801 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 11:32:03
IDJOB=4295817
IDBENCH=141605
IDSOLVER=2750
FILE ID=node139/4295817-1532597523
RUNJOBID= node139-1532582651-32661
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295817-1532597523/watcher-4295817-1532597523 -o /tmp/evaluation-result-4295817-1532597523/solver-4295817-1532597523 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32661 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1481385058 HOME/instance-4295817-1532597523.xml

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

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=1481385058

node139.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.80
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.80
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.80
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.80
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:        11621608 kB
MemAvailable:   31111796 kB
Buffers:          236160 kB
Cached:         19210636 kB
SwapCached:            0 kB
Active:          3750352 kB
Inactive:       16569520 kB
Active(anon):     827532 kB
Inactive(anon):    73596 kB
Active(file):    2922820 kB
Inactive(file): 16495924 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26752 kB
Writeback:             0 kB
AnonPages:        939656 kB
Mapped:            53964 kB
Shmem:             25228 kB
Slab:             527780 kB
SReclaimable:     499904 kB
SUnreclaim:        27876 kB
KernelStack:        3824 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1984416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 12:13:15