Trace number 4292865

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.05 2502.22

General information on the benchmark

NameColouredQueens/
ColouredQueens-12_c18.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292865-1532295928/watcher-4292865-1532295928 -o /tmp/evaluation-result-4292865-1532295928/solver-4292865-1532295928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1218838864 HOME/instance-4292865-1532295928.xml 

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

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

solver pid=8141, runsolver pid=8138

[startup+0.100141 s]*
/proc/loadavg: 1.50 1.51 1.46 4/207 8198
/proc/meminfo: memFree=19731876/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=9972712 memory=18996 CPUtime=0.08 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 4394 13214 0 0 1 0 4 3 20 0 6 0 47155964 10212057088 4749 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2493178 4749 1934 1 0 2481616 0
[pid=8141/tid=8194] ppid=8138 vsize=9972712 memory=-8383857270596091841 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 2214 13214 0 0 0 0 4 3 20 0 6 0 47155973 10212057088 4749 33554432000 4194304 4196468 140723435310176 140326492328528 140326506174293 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 6 0 47155973 10212057088 4749 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=9972712 memory=140000042964608 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 6 0 47155973 10212057088 4749 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 6 0 47155973 10212057088 4749 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 6 0 47155973 10212057088 4749 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210021 s]*
/proc/loadavg: 1.50 1.51 1.46 3/216 8207
/proc/meminfo: memFree=19709080/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10818856 memory=41940 CPUtime=0.25 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 8387 13214 0 0 17 1 4 3 20 0 15 0 47155964 11078508544 10485 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2704714 10485 2932 1 0 2667149 0
[pid=8141/tid=8194] ppid=8138 vsize=10818856 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 4924 13214 0 0 10 1 4 3 20 0 15 0 47155973 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326492289424 140326500767097 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10818856 memory=140000042964608 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155973 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10818856 memory=140000042964608 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155975 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 13 13214 0 0 0 0 4 3 20 0 15 0 47155975 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325976794784 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155976 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325372814576 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 369 13214 0 0 1 0 4 3 20 0 15 0 47155978 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 252 13214 0 0 0 0 4 3 20 0 15 0 47155978 11078508544 10485 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10818856 memory=140000042964608 CPUtime=0.1 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 624 13214 0 0 3 0 4 3 20 0 15 0 47155978 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10818856 memory=140000042964608 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155979 11078508544 10485 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41940 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.50 1.51 1.46 4/216 8207
/proc/meminfo: memFree=19699280/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10819352 memory=53280 CPUtime=0.38 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 10410 13214 0 0 29 2 4 3 20 0 15 0 47155964 11079016448 13320 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2704838 13320 3063 1 0 2667149 0
[pid=8141/tid=8194] ppid=8138 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 6941 13214 0 0 19 1 4 3 20 0 15 0 47155973 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326492303776 140326520513693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10819352 memory=7373906992862220368 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10819352 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155975 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 13 13214 0 0 0 0 4 3 20 0 15 0 47155975 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325976794784 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155976 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325372814576 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 369 13214 0 0 1 0 4 3 20 0 15 0 47155978 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 255 13214 0 0 1 0 4 3 20 0 15 0 47155978 11079016448 13320 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 630 13214 0 0 5 0 4 3 20 0 15 0 47155978 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155979 11079016448 13320 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53280 KiB

[startup+0.700796 s]
/proc/loadavg: 1.50 1.51 1.46 3/216 8207
/proc/meminfo: memFree=19650600/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10819352 memory=86408 CPUtime=0.98 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 16812 13214 0 0 87 4 4 3 20 0 15 0 47155964 11079016448 21602 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2704838 21602 3237 1 0 2667149 0
[pid=8141/tid=8194] ppid=8138 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 12421 13214 0 0 55 3 4 3 20 0 15 0 47155973 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326492314704 140326504572254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155973 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 5 13214 0 0 0 0 4 3 20 0 15 0 47155975 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 13 13214 0 0 0 0 4 3 20 0 15 0 47155975 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325976794784 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155976 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325372814576 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10819352 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 966 13214 0 0 9 0 4 3 20 0 15 0 47155978 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10819352 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 496 13214 0 0 7 0 4 3 20 0 15 0 47155978 11079016448 21602 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 709 13214 0 0 13 0 4 3 20 0 15 0 47155978 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155979 11079016448 21602 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86408 KiB

[startup+1.50075 s]
/proc/loadavg: 1.50 1.51 1.46 4/216 8207
/proc/meminfo: memFree=19618356/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10830156 memory=118000 CPUtime=1.71 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 20325 13214 0 0 157 7 4 3 20 0 15 0 47155964 11090079744 29500 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2707539 29500 3437 1 0 2669197 0
[pid=8141/tid=8194] ppid=8138 vsize=10830156 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 15495 13214 0 0 95 5 4 3 20 0 15 0 47155973 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326492317856 140326502053680 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155973 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155973 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10830156 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 5 13214 0 0 0 0 4 3 20 0 15 0 47155975 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10830156 memory=279999789738240 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 13 13214 0 0 0 0 4 3 20 0 15 0 47155975 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325976794784 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 1 13214 0 0 0 0 4 3 20 0 15 0 47155976 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325372814576 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10830156 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10830156 memory=1232 CPUtime=0.24 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 1000 13214 0 0 17 0 4 3 20 0 15 0 47155978 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10830156 memory=8372 CPUtime=0.22 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 547 13214 0 0 15 0 4 3 20 0 15 0 47155978 11090079744 29500 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10830156 memory=1708 CPUtime=0.35 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 1061 13214 0 0 28 0 4 3 20 0 15 0 47155978 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10830156 memory=5412 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10830156 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155979 11090079744 29500 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10830156 KiB

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

/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 68256 13214 0 0 231176 23 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326492325376 140326135428525 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10912096 memory=55 CPUtime=4.07 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 9740 13214 0 0 377 23 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.06 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 7213 13214 0 0 379 20 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.08 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 7569 13214 0 0 382 19 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.08 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 10683 13214 0 0 380 21 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10912096 memory=481696 CPUtime=3.88 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 10401 13214 0 0 361 20 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 14 13214 0 0 0 0 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325976794912 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10912096 memory=6657515927855386712 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155976 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325372814592 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10912096 memory=481696 CPUtime=2.67 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 17368 13214 0 0 258 2 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10912096 memory=481696 CPUtime=2.32 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 11157 13214 0 0 224 1 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10912096 memory=4124 CPUtime=1.53 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 14064 13214 0 0 143 3 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10912096 memory=481696 CPUtime=1.03 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 779 13214 0 0 44 52 4 3 20 0 15 0 47155979 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 2339.25 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 481696 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.43 1.41 3/215 8322
/proc/meminfo: memFree=19089560/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10912096 memory=481696 CPUtime=2399.54 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 160497 13214 0 0 239787 160 4 3 20 0 15 0 47155964 11173986304 120424 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2728024 120424 3518 1 0 2689677 0
[pid=8141/tid=8194] ppid=8138 vsize=10912096 memory=481696 CPUtime=2371.8 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 68711 13214 0 0 237150 23 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326492325408 140326135428286 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.18 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 9789 13214 0 0 387 24 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10912096 memory=70437463670798 CPUtime=4.16 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 7230 13214 0 0 389 20 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.19 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 7590 13214 0 0 392 20 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.18 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 10983 13214 0 0 390 21 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10912096 memory=260 CPUtime=3.98 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 10596 13214 0 0 371 20 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 14 13214 0 0 0 0 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325976794912 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155976 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325372814592 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10912096 memory=481696 CPUtime=2.67 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 17368 13214 0 0 258 2 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10912096 memory=481696 CPUtime=2.32 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 11157 13214 0 0 224 1 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10912096 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 14064 13214 0 0 143 3 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10912096 memory=481696 CPUtime=1.06 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 797 13214 0 0 46 53 4 3 20 0 15 0 47155979 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 2399.54 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 481696 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.38 1.40 3/215 8323
/proc/meminfo: memFree=19089560/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10912096 memory=481696 CPUtime=2459.83 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 161468 13214 0 0 245812 164 4 3 20 0 15 0 47155964 11173986304 120424 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2728024 120424 3518 1 0 2689677 0
[pid=8141/tid=8194] ppid=8138 vsize=10912096 memory=481696 CPUtime=2431.54 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 69185 13214 0 0 243124 23 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326492325568 140326135332864 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.29 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 10023 13214 0 0 398 24 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10912096 memory=395 CPUtime=4.26 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 7241 13214 0 0 398 21 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.31 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 7605 13214 0 0 403 21 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.29 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 10999 13214 0 0 400 22 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10912096 memory=481696 CPUtime=4.08 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 10606 13214 0 0 380 21 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 14 13214 0 0 0 0 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325976794912 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155976 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325372814592 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10912096 memory=481696 CPUtime=2.67 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 17370 13214 0 0 258 2 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10912096 memory=4140 CPUtime=2.32 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 11360 13214 0 0 224 1 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10912096 memory=481696 CPUtime=1.53 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 14066 13214 0 0 143 3 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10912096 memory=481696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10912096 memory=481696 CPUtime=1.09 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 801 13214 0 0 47 55 4 3 20 0 15 0 47155979 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 2459.83 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 481696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.2 s]
/proc/loadavg: 1.15 1.32 1.38 4/215 8452
/proc/meminfo: memFree=19265040/32770624 swapFree=67108860/67108860
[pid=8141] ppid=8138 vsize=10912096 memory=481696 CPUtime=2520 cores=1,3,5,7
/proc/8141/stat : 8141 (java) S 8138 8141 7887 0 -1 1077944320 162228 13214 0 0 251825 168 4 3 20 0 15 0 47155964 11173986304 120424 33554432000 4194304 4196468 140723435310176 140723435292720 140326520491767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
/proc/8141/statm: 2728024 120424 3518 1 0 2689677 0
[pid=8141/tid=8194] ppid=8138 vsize=10912096 memory=288230583166042426 CPUtime=2491.21 cores=1,3,5,7
/proc/8141/task/8194/stat : 8194 (java) R 8138 8141 7887 0 -1 4202560 69536 13214 0 0 249090 24 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326492325360 140326135428661 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8195] ppid=8138 vsize=10912096 memory=13850759267617157 CPUtime=4.38 cores=1,3,5,7
/proc/8141/task/8195/stat : 8195 (java) S 8138 8141 7887 0 -1 1077944384 10038 13214 0 0 407 24 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326524733968 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8196] ppid=8138 vsize=10912096 memory=1236 CPUtime=4.36 cores=1,3,5,7
/proc/8141/task/8196/stat : 8196 (java) S 8138 8141 7887 0 -1 1077944384 7286 13214 0 0 407 22 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326447893136 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8197] ppid=8138 vsize=10912096 memory=2340 CPUtime=4.4 cores=1,3,5,7
/proc/8141/task/8197/stat : 8197 (java) S 8138 8141 7887 0 -1 1077944384 7693 13214 0 0 412 21 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326092904720 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8198] ppid=8138 vsize=10912096 memory=2244 CPUtime=4.39 cores=1,3,5,7
/proc/8141/task/8198/stat : 8198 (java) S 8138 8141 7887 0 -1 1077944384 11025 13214 0 0 409 23 4 3 20 0 15 0 47155973 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326091852176 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8199] ppid=8138 vsize=10912096 memory=932 CPUtime=4.16 cores=1,3,5,7
/proc/8141/task/8199/stat : 8199 (java) S 8138 8141 7887 0 -1 1077944384 10808 13214 0 0 388 21 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326047173360 140326520502914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8200] ppid=8138 vsize=10912096 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8200/stat : 8200 (java) S 8138 8141 7887 0 -1 1077944384 14 13214 0 0 0 0 4 3 20 0 15 0 47155975 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325976794912 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8201] ppid=8138 vsize=10912096 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8201/stat : 8201 (java) S 8138 8141 7887 0 -1 1077944384 2 13214 0 0 0 0 4 3 20 0 15 0 47155976 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325372814592 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8202] ppid=8138 vsize=10912096 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8202/stat : 8202 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325065415120 140326520510363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8203] ppid=8138 vsize=10912096 memory=7288 CPUtime=2.67 cores=1,3,5,7
/proc/8141/task/8203/stat : 8203 (java) S 8138 8141 7887 0 -1 1077944384 17372 13214 0 0 258 2 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326046120176 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8204] ppid=8138 vsize=10912096 memory=840 CPUtime=2.32 cores=1,3,5,7
/proc/8141/task/8204/stat : 8204 (java) S 8138 8141 7887 0 -1 1077944384 11362 13214 0 0 224 1 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140326045067632 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8205] ppid=8138 vsize=10912096 memory=4100 CPUtime=1.53 cores=1,3,5,7
/proc/8141/task/8205/stat : 8205 (java) S 8138 8141 7887 0 -1 1077944384 14068 13214 0 0 143 3 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325943236592 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8206] ppid=8138 vsize=10912096 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/8141/task/8206/stat : 8206 (java) S 8138 8141 7887 0 -1 1077944384 3 13214 0 0 0 0 4 3 20 0 15 0 47155978 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325031856480 140326520501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
[pid=8141/tid=8207] ppid=8138 vsize=10912096 memory=1584 CPUtime=1.11 cores=1,3,5,7
/proc/8141/task/8207/stat : 8207 (java) S 8138 8141 7887 0 -1 1077944384 828 13214 0 0 49 55 4 3 20 0 15 0 47155979 11173986304 120424 33554432000 4194304 4196468 140723435310176 140325942185008 140326520502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24420352 140723435313774 140723435316572 140723435316572 140723435319247 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 481696 KiB

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

[startup+2502.22 s]
# the end of solver process 8141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.32 s, system=1.72357 s

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

Child status: 143
Real time (s): 2502.22
CPU time (s): 2520.05
CPU user time (s): 2518.32
CPU system time (s): 1.72357
CPU usage (%): 100.712
Max. virtual memory (cumulated for all children) (KiB): 10912096
Max. memory (cumulated for all children) (KiB): 494580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.32
system time used= 1.72357
maximum resident set size= 495108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146128
involuntary context switches= 4924


# summary of solver processes directly reported to runsolver:
#   pid: 8141
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.32
#   total CPU system time (s): 1.72357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9407 second user time and 22.7949 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 23:45:28
IDJOB=4292865
IDBENCH=141026
IDSOLVER=2750
FILE ID=node107/4292865-1532295928
RUNJOBID= node107-1532295923-7919
PBS_JOBID= 21018984
Free space on /tmp= 55100 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292865-1532295928/watcher-4292865-1532295928 -o /tmp/evaluation-result-4292865-1532295928/solver-4292865-1532295928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1218838864 HOME/instance-4292865-1532295928.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=1218838864

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19740776 kB
MemAvailable:   31610308 kB
Buffers:          251936 kB
Cached:         11764852 kB
SwapCached:            0 kB
Active:          1974312 kB
Inactive:       10424632 kB
Active(anon):     384892 kB
Inactive(anon):    16860 kB
Active(file):    1589420 kB
Inactive(file): 10407772 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53284 kB
Writeback:             0 kB
AnonPages:        388424 kB
Mapped:            49224 kB
Shmem:             17036 kB
Slab:             327472 kB
SReclaimable:     300800 kB
SUnreclaim:        26672 kB
KernelStack:        3568 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1457628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 00:27:10