Trace number 4294670

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.1 2478.04

General information on the benchmark

NameDubois/
Dubois-025_c18.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008505
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294670-1532480012/watcher-4294670-1532480012 -o /tmp/evaluation-result-4294670-1532480012/solver-4294670-1532480012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=689135499 HOME/instance-4294670-1532480012.xml 

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

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

solver pid=23253, runsolver pid=23250

[startup+0.100142 s]*
/proc/loadavg: 1.34 1.45 1.43 3/207 23306
/proc/meminfo: memFree=19795276/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 4222 12860 0 0 0 1 5 3 20 0 6 0 65564406 10212057088 4582 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2493178 4582 1930 1 0 2481616 0
[pid=23253/tid=23306] ppid=23250 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 2031 12860 0 0 0 0 5 3 20 0 6 0 65564415 10212057088 4582 33554432000 4194304 4196468 140732110220256 140474045059664 140474054616634 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=9972712 memory=5793854904583240121 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 6 0 65564416 10212057088 4582 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=9972712 memory=139653573346944 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 6 0 65564416 10212057088 4582 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 6 0 65564416 10212057088 4582 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 6 0 65564416 10212057088 4582 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210165 s]*
/proc/loadavg: 1.34 1.45 1.43 3/220 23319
/proc/meminfo: memFree=19773560/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10818904 memory=41960 CPUtime=0.25 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 7657 12860 0 0 16 1 5 3 20 0 15 0 65564406 11078557696 10490 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2704726 10490 2979 1 0 2667149 0
[pid=23253/tid=23306] ppid=23250 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 4252 12860 0 0 10 1 5 3 20 0 15 0 65564415 11078557696 10556 33554432000 4194304 4196468 140732110220256 140474045021456 140474053498731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10818904 memory=4211973379778137482 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11078557696 10556 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10818904 memory=139653573346944 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564417 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 33 12860 0 0 0 0 5 3 20 0 15 0 65564418 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473531459232 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564418 11078557696 10556 33554432000 4194304 4196468 140732110220256 140472945206512 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 470 12860 0 0 1 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 133 12860 0 0 0 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10818904 memory=139653573346944 CPUtime=0.11 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 612 12860 0 0 3 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10818904 memory=139653573346944 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564421 11078557696 10556 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41960 KiB

[startup+0.310404 s]*
/proc/loadavg: 1.34 1.45 1.43 3/220 23319
/proc/meminfo: memFree=19762024/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10819352 memory=52932 CPUtime=0.38 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 10246 12860 0 0 28 2 5 3 20 0 15 0 65564406 11079016448 13233 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2704838 13233 3098 1 0 2667149 0
[pid=23253/tid=23306] ppid=23250 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 6780 12860 0 0 19 1 5 3 20 0 15 0 65564415 11079016448 13233 33554432000 4194304 4196468 140732110220256 140474045034912 140474073244829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 13233 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10819352 memory=139653573346943 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564417 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 33 12860 0 0 0 0 5 3 20 0 15 0 65564418 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473531459232 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10819352 memory=139653573346944 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564418 11079016448 13233 33554432000 4194304 4196468 140732110220256 140472945206512 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 470 12860 0 0 1 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 136 12860 0 0 1 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 622 12860 0 0 5 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 13233 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52932 KiB

[startup+0.701008 s]
/proc/loadavg: 1.34 1.45 1.43 3/220 23319
/proc/meminfo: memFree=19750488/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10819352 memory=84792 CPUtime=1 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 16342 12860 0 0 88 4 5 3 20 0 15 0 65564406 11079016448 21198 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2704838 21198 3246 1 0 2667149 0
[pid=23253/tid=23306] ppid=23250 vsize=10819352 memory=20088 CPUtime=0.66 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 11787 12860 0 0 56 2 5 3 20 0 15 0 65564415 11079016448 21198 33554432000 4194304 4196468 140732110220256 140474045043728 140474073244829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 21198 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10819352 memory=139653412069871 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10819352 memory=139655156597677 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10819352 memory=12128 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564416 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10819352 memory=7305218370954160217 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 5 12860 0 0 0 0 5 3 20 0 15 0 65564417 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10819352 memory=7019257425709197167 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 33 12860 0 0 0 0 5 3 20 0 15 0 65564418 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473531459232 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10819352 memory=5860705283049084265 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564418 11079016448 21198 33554432000 4194304 4196468 140732110220256 140472945206512 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10819352 memory=8326441112149131693 CPUtime=0.15 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 872 12860 0 0 7 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10819352 memory=-7025452035940392864 CPUtime=0.18 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 768 12860 0 0 10 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 674 12860 0 0 13 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564421 11079016448 21198 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84792 KiB

[startup+1.50077 s]
/proc/loadavg: 1.34 1.45 1.43 5/220 23319
/proc/meminfo: memFree=19696740/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10834252 memory=172948 CPUtime=2.27 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 23403 12860 0 0 209 10 5 3 20 0 15 0 65564406 11094274048 43237 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2708563 43237 3465 1 0 2670221 0
[pid=23253/tid=23306] ppid=23250 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 17245 12860 0 0 129 5 5 3 20 0 15 0 65564415 11094274048 43237 33554432000 4194304 4196468 140732110220256 140474045046976 140474054786484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10834252 memory=98784 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 24 12860 0 0 0 0 5 3 20 0 15 0 65564416 11094274048 43237 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 243 12860 0 0 1 0 5 3 20 0 15 0 65564416 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 34 12860 0 0 1 0 5 3 20 0 15 0 65564416 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 58 12860 0 0 0 0 5 3 20 0 15 0 65564416 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 53 12860 0 0 1 0 5 3 20 0 15 0 65564417 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 33 12860 0 0 0 0 5 3 20 0 15 0 65564418 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473531459296 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10834252 memory=4312 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 2 12860 0 0 0 0 5 3 20 0 15 0 65564418 11094274048 43237 33554432000 4194304 4196468 140732110220256 140472945206512 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10834252 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10834252 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 1068 12860 0 0 17 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10834252 memory=239773394473262 CPUtime=0.32 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 1234 12860 0 0 24 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10834252 memory=278973 CPUtime=0.39 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 1213 12860 0 0 31 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1 12860 0 0 0 0 5 3 20 0 15 0 65564421 11094274048 43237 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 83255 12860 0 0 229407 53 5 3 20 0 15 0 65564415 11176083456 261869 33554432000 4194304 4196468 140732110220256 140474045057392 140473644814350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10914144 memory=1047476 CPUtime=12.02 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 16674 12860 0 0 1134 60 5 3 20 0 15 0 65564416 11176083456 261869 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10914144 memory=1047476 CPUtime=12.04 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 13539 12860 0 0 1131 65 5 3 20 0 15 0 65564416 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10914144 memory=1047476 CPUtime=12.06 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 14141 12860 0 0 1134 64 5 3 20 0 15 0 65564416 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10914144 memory=1572 CPUtime=12.03 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 18553 12860 0 0 1132 63 5 3 20 0 15 0 65564416 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10914144 memory=928 CPUtime=11.54 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 14840 12860 0 0 1088 58 5 3 20 0 15 0 65564417 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10914144 memory=1047476 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 38 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473531459360 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10914144 memory=1047476 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 6 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261869 33554432000 4194304 4196468 140732110220256 140472945206528 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10914144 memory=1047476 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10914144 memory=1047476 CPUtime=2.67 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 10483 12860 0 0 257 2 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10914144 memory=1047476 CPUtime=2.63 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 12305 12860 0 0 254 1 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10914144 memory=4036 CPUtime=1.36 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 11586 12860 0 0 125 3 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10914144 memory=8528 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10914144 memory=15872 CPUtime=1.57 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1721 12860 0 0 77 72 5 3 20 0 15 0 65564421 11176083456 261869 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 2361.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1047476 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.37 1.38 3/221 23717
/proc/meminfo: memFree=18566736/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10914144 memory=1047496 CPUtime=2422.9 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 200651 12860 0 0 241911 371 5 3 20 0 15 0 65564406 11176083456 261874 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2728536 261874 3515 1 0 2690189 0
[pid=23253/tid=23306] ppid=23250 vsize=10914144 memory=1047492 CPUtime=2353.93 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 83982 12860 0 0 235331 54 5 3 20 0 15 0 65564415 11176083456 261874 33554432000 4194304 4196468 140732110220256 140474045057152 140473643751485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10914144 memory=2336 CPUtime=12.34 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 16690 12860 0 0 1165 61 5 3 20 0 15 0 65564416 11176083456 261874 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10914144 memory=1047496 CPUtime=12.37 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 13560 12860 0 0 1163 66 5 3 20 0 15 0 65564416 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10914144 memory=1047496 CPUtime=12.39 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 14418 12860 0 0 1165 66 5 3 20 0 15 0 65564416 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10914144 memory=1047496 CPUtime=12.35 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 18619 12860 0 0 1163 64 5 3 20 0 15 0 65564416 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10914144 memory=1047496 CPUtime=11.86 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 15025 12860 0 0 1118 60 5 3 20 0 15 0 65564417 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10914144 memory=279306823886912 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 38 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473531459360 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10914144 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 6 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261874 33554432000 4194304 4196468 140732110220256 140472945206528 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10914144 memory=1956 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10914144 memory=1047496 CPUtime=2.67 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 10485 12860 0 0 257 2 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10914144 memory=1047496 CPUtime=2.63 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 12307 12860 0 0 254 1 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10914144 memory=4312 CPUtime=1.36 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 11588 12860 0 0 125 3 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10914144 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10914144 memory=956 CPUtime=1.61 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1738 12860 0 0 79 74 5 3 20 0 15 0 65564421 11176083456 261874 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 2422.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1047496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.33 1.36 3/220 23718
/proc/meminfo: memFree=18566456/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10914144 memory=1047552 CPUtime=2483.8 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 201972 12860 0 0 247995 377 5 3 20 0 15 0 65564406 11176083456 261888 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2728536 261888 3515 1 0 2690189 0
[pid=23253/tid=23306] ppid=23250 vsize=10914144 memory=1047552 CPUtime=2413.18 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 84710 12860 0 0 241256 54 5 3 20 0 15 0 65564415 11176083456 261888 33554432000 4194304 4196468 140732110220256 140474045057312 140473644809403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10914144 memory=1047552 CPUtime=12.67 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 16762 12860 0 0 1196 63 5 3 20 0 15 0 65564416 11176083456 261888 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10914144 memory=1047548 CPUtime=12.69 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 13630 12860 0 0 1194 67 5 3 20 0 15 0 65564416 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10914144 memory=1047552 CPUtime=12.71 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 14653 12860 0 0 1195 68 5 3 20 0 15 0 65564416 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10914144 memory=33 CPUtime=12.68 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 18627 12860 0 0 1195 65 5 3 20 0 15 0 65564416 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10914144 memory=279306823994048 CPUtime=12.17 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 15209 12860 0 0 1148 61 5 3 20 0 15 0 65564417 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10914144 memory=1047552 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 38 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473531459360 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10914144 memory=5788 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 6 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261888 33554432000 4194304 4196468 140732110220256 140472945206528 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10914144 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10914144 memory=1788 CPUtime=2.67 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 10487 12860 0 0 257 2 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10914144 memory=3160 CPUtime=2.63 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 12309 12860 0 0 254 1 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10914144 memory=1278900 CPUtime=1.36 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 11590 12860 0 0 125 3 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10914144 memory=1047552 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10914144 memory=1047552 CPUtime=1.65 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1756 12860 0 0 82 75 5 3 20 0 15 0 65564421 11176083456 261888 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 2483.8 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1047552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478 s]*
/proc/loadavg: 1.22 1.32 1.36 3/220 23719
/proc/meminfo: memFree=18563776/32770624 swapFree=67108860/67108860
[pid=23253] ppid=23250 vsize=10914144 memory=1047568 CPUtime=2520.07 cores=0,2,4,6
/proc/23253/stat : 23253 (java) S 23250 23253 19905 0 -1 1077944320 202888 12860 0 0 251616 383 5 3 20 0 15 0 65564406 11176083456 261892 33554432000 4194304 4196468 140732110220256 140732110202800 140474073222903 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
/proc/23253/statm: 2728536 261892 3515 1 0 2690189 0
[pid=23253/tid=23306] ppid=23250 vsize=10914144 memory=6791534058613427641 CPUtime=2448.44 cores=0,2,4,6
/proc/23253/task/23306/stat : 23306 (java) R 23250 23253 19905 0 -1 4202560 85142 12860 0 0 244781 55 5 3 20 0 15 0 65564415 11176083456 261892 33554432000 4194304 4196468 140732110220256 140474045056992 140473644808798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23307] ppid=23250 vsize=10914144 memory=-7003737579269690708 CPUtime=12.86 cores=0,2,4,6
/proc/23253/task/23307/stat : 23307 (java) S 23250 23253 19905 0 -1 1077944384 16784 12860 0 0 1215 63 5 3 20 0 15 0 65564416 11176083456 261892 33554432000 4194304 4196468 140732110220256 140474077465104 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23308] ppid=23250 vsize=10914144 memory=1408 CPUtime=12.89 cores=0,2,4,6
/proc/23253/task/23308/stat : 23308 (java) S 23250 23253 19905 0 -1 1077944384 13872 12860 0 0 1213 68 5 3 20 0 15 0 65564416 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473965738640 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23309] ppid=23250 vsize=10914144 memory=3224 CPUtime=12.91 cores=0,2,4,6
/proc/23253/task/23309/stat : 23309 (java) S 23250 23253 19905 0 -1 1077944384 14714 12860 0 0 1214 69 5 3 20 0 15 0 65564416 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473964685584 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23310] ppid=23250 vsize=10914144 memory=1047568 CPUtime=12.88 cores=0,2,4,6
/proc/23253/task/23310/stat : 23310 (java) S 23250 23253 19905 0 -1 1077944384 18633 12860 0 0 1214 66 5 3 20 0 15 0 65564416 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473963633040 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23311] ppid=23250 vsize=10914144 memory=1408 CPUtime=12.36 cores=0,2,4,6
/proc/23253/task/23311/stat : 23311 (java) S 23250 23253 19905 0 -1 1077944384 15350 12860 0 0 1166 62 5 3 20 0 15 0 65564417 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473532513008 140474073234050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23312] ppid=23250 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23312/stat : 23312 (java) S 23250 23253 19905 0 -1 1077944384 38 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473531459360 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23313] ppid=23250 vsize=10914144 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23313/stat : 23313 (java) S 23250 23253 19905 0 -1 1077944384 6 12860 0 0 0 0 5 3 20 0 15 0 65564418 11176083456 261892 33554432000 4194304 4196468 140732110220256 140472945206528 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23314] ppid=23250 vsize=10914144 memory=7380 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23314/stat : 23314 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140472637807056 140474073241499 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23315] ppid=23250 vsize=10914144 memory=836 CPUtime=2.67 cores=0,2,4,6
/proc/23253/task/23315/stat : 23315 (java) S 23250 23253 19905 0 -1 1077944384 10489 12860 0 0 257 2 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473497901296 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23316] ppid=23250 vsize=10914144 memory=1692 CPUtime=2.63 cores=0,2,4,6
/proc/23253/task/23316/stat : 23316 (java) S 23250 23253 19905 0 -1 1077944384 12311 12860 0 0 254 1 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473496848752 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23317] ppid=23250 vsize=10914144 memory=-6520471753822164382 CPUtime=1.36 cores=0,2,4,6
/proc/23253/task/23317/stat : 23317 (java) S 23250 23253 19905 0 -1 1077944384 11592 12860 0 0 125 3 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473495795696 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23318] ppid=23250 vsize=10914144 memory=1204 CPUtime=0.08 cores=0,2,4,6
/proc/23253/task/23318/stat : 23318 (java) S 23250 23253 19905 0 -1 1077944384 3 12860 0 0 0 0 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140472604248416 140474073233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
[pid=23253/tid=23319] ppid=23250 vsize=10914144 memory=8528 CPUtime=1.68 cores=0,2,4,6
/proc/23253/task/23319/stat : 23319 (java) S 23250 23253 19905 0 -1 1077944384 1762 12860 0 0 83 77 5 3 20 0 15 0 65564421 11176083456 261892 33554432000 4194304 4196468 140732110220256 140473494744112 140474073234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32808960 140732110223983 140732110226780 140732110226780 140732110229455 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1047568 KiB

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

[startup+2478.04 s]
# the end of solver process 23253 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.87176 s

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

Child status: 143
Real time (s): 2478.04
CPU time (s): 2520.1
CPU user time (s): 2516.23
CPU system time (s): 3.87176
CPU usage (%): 101.698
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1047568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.87176
maximum resident set size= 1051788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326054
involuntary context switches= 11388


# summary of solver processes directly reported to runsolver:
#   pid: 23253
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.87176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8759 second user time and 25.4807 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 02:53:32
IDJOB=4294670
IDBENCH=141409
IDSOLVER=2750
FILE ID=node133/4294670-1532480012
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-025_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294670-1532480012/watcher-4294670-1532480012 -o /tmp/evaluation-result-4294670-1532480012/solver-4294670-1532480012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=689135499 HOME/instance-4294670-1532480012.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=689135499

node133.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.24
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.24
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.24
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.24
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:        19799836 kB
MemAvailable:   30865532 kB
Buffers:          158220 kB
Cached:         11068580 kB
SwapCached:            0 kB
Active:          3759220 kB
Inactive:        8593156 kB
Active(anon):    1076596 kB
Inactive(anon):    68468 kB
Active(file):    2682624 kB
Inactive(file):  8524688 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26708 kB
Writeback:            12 kB
AnonPages:       1131700 kB
Mapped:            51988 kB
Shmem:             17056 kB
Slab:             314528 kB
SReclaimable:     286844 kB
SUnreclaim:        27684 kB
KernelStack:        3600 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2125948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 03:34:51