Trace number 4293770

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.06 2446.83

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl15-16_c18.xml
MD5SUM8b2f27ca9e664fd505b84cd8dff1749a
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 benchmark166.895
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints62
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":480}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":480}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":32},{"arity":16,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293770-1532325841/watcher-4293770-1532325841 -o /tmp/evaluation-result-4293770-1532325841/solver-4293770-1532325841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1695685241 -superng HOME/instance-4293770-1532325841.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=22196, runsolver pid=22193

[startup+0.100284 s]*
/proc/loadavg: 1.55 1.52 1.55 2/211 22253
/proc/meminfo: memFree=16427360/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=9972712 memory=15176 CPUtime=0.09 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 4453 13042 0 0 1 0 5 3 20 0 6 0 50147287 10212057088 3794 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2493178 3794 1934 1 0 2481616 0
[pid=22196/tid=22249] ppid=22193 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 2290 13042 0 0 1 0 5 3 20 0 6 0 50147296 10212057088 3794 33554432000 4194304 4196468 140735436143488 140387281908304 140387293418021 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=9972712 memory=5793855686623611321 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 6 0 50147296 10212057088 3794 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=9972712 memory=140435613718144 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 6 0 50147296 10212057088 3794 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 6 0 50147296 10212057088 3860 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 6 0 50147296 10212057088 3860 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210203 s]*
/proc/loadavg: 1.55 1.52 1.55 4/220 22262
/proc/meminfo: memFree=16403264/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10818856 memory=42664 CPUtime=0.26 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 8614 13042 0 0 16 2 5 3 20 0 15 0 50147287 11078508544 10666 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2704714 10666 2927 1 0 2667149 0
[pid=22196/tid=22249] ppid=22193 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 5170 13042 0 0 10 1 5 3 20 0 15 0 50147296 11078508544 10666 33554432000 4194304 4196468 140735436143488 140387281869200 140387295237118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10818856 memory=4211974161818508682 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11078508544 10666 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10818856 memory=140435613718144 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11078508544 10666 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147296 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10818856 memory=140435613718144 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 33 13042 0 0 0 0 5 3 20 0 15 0 50147298 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386767951392 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147298 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386643207536 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 527 13042 0 0 1 0 5 3 20 0 15 0 50147301 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 55 13042 0 0 0 0 5 3 20 0 15 0 50147301 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10818856 memory=140435613718144 CPUtime=0.11 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 627 13042 0 0 3 0 5 3 20 0 15 0 50147301 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11078508544 10666 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10818856 memory=140435613718144 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147302 11078508544 10666 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42664 KiB

[startup+0.310875 s]*
/proc/loadavg: 1.55 1.52 1.55 3/220 22262
/proc/meminfo: memFree=16395324/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10819352 memory=54264 CPUtime=0.39 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 10661 13042 0 0 28 3 5 3 20 0 15 0 50147287 11079016448 13566 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2704838 13566 3091 1 0 2667149 0
[pid=22196/tid=22249] ppid=22193 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 7184 13042 0 0 19 2 5 3 20 0 15 0 50147296 11079016448 13566 33554432000 4194304 4196468 140735436143488 140387281883552 140387294152030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 13566 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 13566 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10819352 memory=140435613718143 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 33 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386767951392 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10819352 memory=140435613718144 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386643207536 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) R 22193 22196 16080 0 -1 1077944384 533 13042 0 0 2 0 5 3 20 0 15 0 50147301 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) R 22193 22196 16080 0 -1 4202560 58 13042 0 0 1 0 5 3 20 0 15 0 50147301 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386733340912 140387296085924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 652 13042 0 0 4 0 5 3 20 0 15 0 50147301 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11079016448 13566 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147302 11079016448 13566 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54264 KiB

[startup+0.700678 s]
/proc/loadavg: 1.55 1.52 1.55 3/220 22262
/proc/meminfo: memFree=16383060/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10819352 memory=87924 CPUtime=1 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 17113 13042 0 0 87 5 5 3 20 0 15 0 50147287 11079016448 21981 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2704838 21981 3238 1 0 2667149 0
[pid=22196/tid=22249] ppid=22193 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 12516 13042 0 0 56 3 5 3 20 0 15 0 50147296 11079016448 21981 33554432000 4194304 4196468 140735436143488 140387281892368 140387294152030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 21981 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 21981 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147296 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 5 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10819352 memory=140435498476784 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 33 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386767951392 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147298 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386643207536 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10819352 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 1203 13042 0 0 10 0 5 3 20 0 15 0 50147301 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10819352 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 316 13042 0 0 6 0 5 3 20 0 15 0 50147301 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) R 22193 22196 16080 0 -1 4202560 840 13042 0 0 13 0 5 3 20 0 15 0 50147301 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386732288112 140387289027178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11079016448 21981 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147302 11079016448 21981 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87924 KiB

[startup+1.50079 s]
/proc/loadavg: 1.55 1.52 1.55 3/220 22262
/proc/meminfo: memFree=16336388/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10834252 memory=178576 CPUtime=2.29 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 24922 13042 0 0 211 10 5 3 20 0 15 0 50147287 11094274048 44644 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2708563 44644 3475 1 0 2670221 0
[pid=22196/tid=22249] ppid=22193 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 18191 13042 0 0 129 6 5 3 20 0 15 0 50147296 11094274048 44644 33554432000 4194304 4196468 140735436143488 140387281903584 140387291466749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10834252 memory=4132 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 25 13042 0 0 1 0 5 3 20 0 15 0 50147296 11094274048 44644 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10834252 memory=16564 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 225 13042 0 0 1 0 5 3 20 0 15 0 50147296 11094274048 44644 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10834252 memory=1292 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 22 13042 0 0 1 0 5 3 20 0 15 0 50147296 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10834252 memory=101580 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 71 13042 0 0 0 0 5 3 20 0 15 0 50147296 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 620 13042 0 0 1 0 5 3 20 0 15 0 50147298 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 33 13042 0 0 0 0 5 3 20 0 15 0 50147298 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386767951456 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386643207552 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 1362 13042 0 0 21 0 5 3 20 0 15 0 50147301 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 763 13042 0 0 21 0 5 3 20 0 15 0 50147301 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10834252 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 1415 13042 0 0 32 0 5 3 20 0 15 0 50147301 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11094274048 44644 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1 13042 0 0 0 0 5 3 20 0 15 0 50147302 11094274048 44644 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834252 KiB

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

/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 86054 13042 0 0 230181 43 5 3 20 0 15 0 50147296 11176083456 202794 33554432000 4194304 4196468 140735436143488 140387281905008 140386935057877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10914144 memory=811176 CPUtime=9.41 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 13078 13042 0 0 883 50 5 3 20 0 15 0 50147296 11176083456 202794 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10914144 memory=811096 CPUtime=9.43 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 15252 13042 0 0 892 43 5 3 20 0 15 0 50147296 11176083456 202794 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10914144 memory=811096 CPUtime=9.43 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 10300 13042 0 0 890 45 5 3 20 0 15 0 50147296 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10914144 memory=811176 CPUtime=9.44 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 13471 13042 0 0 890 46 5 3 20 0 15 0 50147296 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10914144 memory=229688 CPUtime=8.53 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 14999 13042 0 0 804 41 5 3 20 0 15 0 50147298 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10914144 memory=811176 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 37 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386767951456 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10914144 memory=811176 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386643207552 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10914144 memory=811176 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10914144 memory=811176 CPUtime=20.11 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 34964 13042 0 0 1998 5 5 3 20 0 15 0 50147301 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10914144 memory=811176 CPUtime=19.58 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 29981 13042 0 0 1945 5 5 3 20 0 15 0 50147301 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=5.02 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 23750 13042 0 0 488 6 5 3 20 0 15 0 50147301 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202794 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10914144 memory=811176 CPUtime=1.46 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1281 13042 0 0 70 68 5 3 20 0 15 0 50147302 11176083456 202794 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 2394.12 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 811176 KiB

[startup+2382.3 s]
/proc/loadavg: 0.77 0.68 0.79 2/200 22386
/proc/meminfo: memFree=20000800/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10914144 memory=811216 CPUtime=2454.79 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 246550 13042 0 0 245164 307 5 3 20 0 15 0 50147287 11176083456 202804 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2728536 202804 3525 1 0 2690189 0
[pid=22196/tid=22249] ppid=22193 vsize=10914144 memory=811176 CPUtime=2361.86 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 86587 13042 0 0 236134 44 5 3 20 0 15 0 50147296 11176083456 202804 33554432000 4194304 4196468 140735436143488 140387281905008 140386926602243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10914144 memory=811176 CPUtime=9.64 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 13357 13042 0 0 905 51 5 3 20 0 15 0 50147296 11176083456 202804 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10914144 memory=811216 CPUtime=9.66 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 15273 13042 0 0 914 44 5 3 20 0 15 0 50147296 11176083456 202804 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10914144 memory=811216 CPUtime=9.66 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 10405 13042 0 0 912 46 5 3 20 0 15 0 50147296 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10914144 memory=811216 CPUtime=9.66 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 13489 13042 0 0 911 47 5 3 20 0 15 0 50147296 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10914144 memory=0 CPUtime=8.74 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 15209 13042 0 0 824 42 5 3 20 0 15 0 50147298 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10914144 memory=811216 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 37 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386767951456 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10914144 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386643207552 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10914144 memory=811216 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10914144 memory=4132 CPUtime=20.11 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 34966 13042 0 0 1998 5 5 3 20 0 15 0 50147301 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10914144 memory=16608 CPUtime=19.58 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 29983 13042 0 0 1945 5 5 3 20 0 15 0 50147301 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10914144 memory=811216 CPUtime=5.02 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 23752 13042 0 0 488 6 5 3 20 0 15 0 50147301 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10914144 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202804 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10914144 memory=811216 CPUtime=1.5 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1297 13042 0 0 72 70 5 3 20 0 15 0 50147302 11176083456 202804 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 2454.79 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 811216 KiB

[startup+2442.3 s]
/proc/loadavg: 0.82 0.71 0.79 2/199 22387
/proc/meminfo: memFree=20000288/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10914144 memory=811264 CPUtime=2515.47 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 247737 13042 0 0 251224 315 5 3 20 0 15 0 50147287 11176083456 202816 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2728536 202816 3525 1 0 2690189 0
[pid=22196/tid=22249] ppid=22193 vsize=10914144 memory=811264 CPUtime=2421.4 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 87123 13042 0 0 242087 45 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387281905920 140386927448992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=9.85 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 13374 13042 0 0 925 52 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10914144 memory=811264 CPUtime=9.87 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 15291 13042 0 0 935 44 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10914144 memory=811216 CPUtime=9.88 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 10509 13042 0 0 933 47 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10914144 memory=811216 CPUtime=9.88 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 13765 13042 0 0 932 48 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10914144 memory=0 CPUtime=8.94 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 15421 13042 0 0 842 44 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10914144 memory=811216 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 37 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386767951456 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10914144 memory=811216 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386643207552 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10914144 memory=811264 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10914144 memory=811264 CPUtime=20.11 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 34968 13042 0 0 1998 5 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10914144 memory=811216 CPUtime=19.58 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 29986 13042 0 0 1945 5 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10914144 memory=811264 CPUtime=5.02 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 23754 13042 0 0 488 6 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10914144 memory=811264 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10914144 memory=811264 CPUtime=1.53 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1314 13042 0 0 73 72 5 3 20 0 15 0 50147302 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 2515.47 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 811264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.8 s]
/proc/loadavg: 0.84 0.72 0.79 2/199 22387
/proc/meminfo: memFree=20000288/32770624 swapFree=67108860/67108860
[pid=22196] ppid=22193 vsize=10914144 memory=811264 CPUtime=2520.01 cores=0,2,4,6
/proc/22196/stat : 22196 (java) S 22193 22196 16080 0 -1 1077944320 247760 13042 0 0 251678 315 5 3 20 0 15 0 50147287 11176083456 202816 33554432000 4194304 4196468 140735436143488 140735436126032 140387310071543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
/proc/22196/statm: 2728536 202816 3525 1 0 2690189 0
[pid=22196/tid=22249] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=2425.87 cores=0,2,4,6
/proc/22196/task/22249/stat : 22249 (java) R 22193 22196 16080 0 -1 4202560 87143 13042 0 0 242534 45 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387281905552 140386929250625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22250] ppid=22193 vsize=10914144 memory=8388 CPUtime=9.87 cores=0,2,4,6
/proc/22196/task/22250/stat : 22250 (java) S 22193 22196 16080 0 -1 1077944384 13374 13042 0 0 927 52 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387314313872 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22251] ppid=22193 vsize=10914144 memory=5784 CPUtime=9.89 cores=0,2,4,6
/proc/22196/task/22251/stat : 22251 (java) S 22193 22196 16080 0 -1 1077944384 15291 13042 0 0 937 44 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140387248355856 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22252] ppid=22193 vsize=10914144 memory=3852 CPUtime=9.89 cores=0,2,4,6
/proc/22196/task/22252/stat : 22252 (java) S 22193 22196 16080 0 -1 1077944384 10510 13042 0 0 934 47 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386882652560 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22253] ppid=22193 vsize=10914144 memory=2604 CPUtime=9.9 cores=0,2,4,6
/proc/22196/task/22253/stat : 22253 (java) S 22193 22196 16080 0 -1 1077944384 13767 13042 0 0 934 48 5 3 20 0 15 0 50147296 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386881599760 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22254] ppid=22193 vsize=10914144 memory=4100 CPUtime=8.96 cores=0,2,4,6
/proc/22196/task/22254/stat : 22254 (java) S 22193 22196 16080 0 -1 1077944384 15421 13042 0 0 844 44 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386769005424 140387310082690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22255] ppid=22193 vsize=10914144 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22255/stat : 22255 (java) S 22193 22196 16080 0 -1 1077944384 37 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386767951456 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22256] ppid=22193 vsize=10914144 memory=3200 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22256/stat : 22256 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147298 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386643207552 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22257] ppid=22193 vsize=10914144 memory=811264 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22257/stat : 22257 (java) S 22193 22196 16080 0 -1 1077944384 2 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386039228752 140387310090139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22258] ppid=22193 vsize=10914144 memory=5784 CPUtime=20.11 cores=0,2,4,6
/proc/22196/task/22258/stat : 22258 (java) S 22193 22196 16080 0 -1 1077944384 34968 13042 0 0 1998 5 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386734393712 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22259] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=19.58 cores=0,2,4,6
/proc/22196/task/22259/stat : 22259 (java) S 22193 22196 16080 0 -1 1077944384 29986 13042 0 0 1945 5 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386733340912 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22260] ppid=22193 vsize=10914144 memory=1292 CPUtime=5.02 cores=0,2,4,6
/proc/22196/task/22260/stat : 22260 (java) S 22193 22196 16080 0 -1 1077944384 23754 13042 0 0 488 6 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386732288112 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22261] ppid=22193 vsize=10914144 memory=2444 CPUtime=0.08 cores=0,2,4,6
/proc/22196/task/22261/stat : 22261 (java) S 22193 22196 16080 0 -1 1077944384 3 13042 0 0 0 0 5 3 20 0 15 0 50147301 11176083456 202816 33554432000 4194304 4196468 140735436143488 140385569466592 140387310081749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
[pid=22196/tid=22262] ppid=22193 vsize=10914144 memory=6791534058613427641 CPUtime=1.53 cores=0,2,4,6
/proc/22196/task/22262/stat : 22262 (java) S 22193 22196 16080 0 -1 1077944384 1314 13042 0 0 73 72 5 3 20 0 15 0 50147302 11176083456 202816 33554432000 4194304 4196468 140735436143488 140386731236528 140387310082690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34873344 140735436146859 140735436150108 140735436150108 140735436152783 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 811264 KiB

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

[startup+2446.83 s]
# the end of solver process 22196 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.86 s, system=3.19533 s

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

Child status: 143
Real time (s): 2446.83
CPU time (s): 2520.06
CPU user time (s): 2516.86
CPU system time (s): 3.19533
CPU usage (%): 102.993
Max. virtual memory (cumulated for all children) (KiB): 10916784
Max. memory (cumulated for all children) (KiB): 967756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.86
system time used= 3.19533
maximum resident set size= 969820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251098
involuntary context switches= 8510


# summary of solver processes directly reported to runsolver:
#   pid: 22196
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.86
#   total CPU system time (s): 3.19533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6785 second user time and 24.9313 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 08:04:01
IDJOB=4293770
IDBENCH=141234
IDSOLVER=2751
FILE ID=node132/4293770-1532325841
RUNJOBID= node132-1532296193-16111
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl15-16_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293770-1532325841/watcher-4293770-1532325841 -o /tmp/evaluation-result-4293770-1532325841/solver-4293770-1532325841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1695685241 -superng HOME/instance-4293770-1532325841.xml

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

MD5SUM BENCH= 8b2f27ca9e664fd505b84cd8dff1749a
RANDOM SEED=1695685241

node132.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.65
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.65
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.65
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.65
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:        16434240 kB
MemAvailable:   27598472 kB
Buffers:          264712 kB
Cached:         11045168 kB
SwapCached:            0 kB
Active:          6510780 kB
Inactive:        9184984 kB
Active(anon):    4388684 kB
Inactive(anon):    17028 kB
Active(file):    2122096 kB
Inactive(file):  9167956 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26544 kB
Writeback:             4 kB
AnonPages:       4392948 kB
Mapped:            49920 kB
Shmem:             17056 kB
Slab:             330536 kB
SReclaimable:     302640 kB
SUnreclaim:        27896 kB
KernelStack:        3568 kB
PageTables:        13304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5217828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4134912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55032 MiB
End job on node132 at 2018-07-23 08:44:48