Trace number 4305155

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.9.2? (TO) 2520.09 2498.63

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g11-g44_c18.xml
MD5SUM691a51199f261ec138535be56fe101c2
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 benchmark443.373
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints157
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":42}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":2},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity42
Distribution of constraint arities[{"arity":1,"count":42},{"arity":2,"count":114},{"arity":42,"count":1}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3573 MiB free)
  memory of node 1: 16384 MiB (9372 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305155-1534122877/watcher-4305155-1534122877 -o /tmp/evaluation-result-4305155-1534122877/solver-4305155-1534122877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1509535373 HOME/instance-4305155-1534122877.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=21162, runsolver pid=21159

[startup+0.108806 s]*
/proc/loadavg: 1.37 1.54 1.57 3/207 21219
/proc/meminfo: memFree=13244872/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=10088124 memory=19908 CPUtime=0.1 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 4592 12888 0 0 1 1 5 3 20 0 7 0 229850902 10330238976 4977 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2522031 4977 2063 1 0 2510469 0
[pid=21162/tid=21215] ppid=21159 vsize=10153664 memory=4279135704047060624 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 2401 12888 0 0 1 0 5 3 20 0 7 0 229850911 10397351936 4977 33554432000 4194304 4196468 140725057310304 139741144136464 139741172291844 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=10153664 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 7 0 229850912 10397351936 4977 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=10153664 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 7 0 229850912 10397351936 4977 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=10153664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 7 0 229850912 10397351936 4977 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=10153664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 8 0 229850912 10397351936 5489 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=10153664 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 8 0 229850913 10397351936 5489 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=10153664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) R 21159 21162 15729 0 -1 4202560 0 12888 0 0 0 0 5 3 20 0 8 0 229850914 10397351936 5489 33554432000 4194304 4196468 140725057310304 139741144136464 139741165033217 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19908 KiB

[startup+0.210106 s]*
/proc/loadavg: 1.37 1.54 1.57 3/216 21228
/proc/meminfo: memFree=13225284/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=10982744 memory=45732 CPUtime=0.26 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 7651 12888 0 0 16 2 5 3 20 0 15 0 229850902 11246329856 11433 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2745686 11433 2957 1 0 2708109 0
[pid=21162/tid=21215] ppid=21159 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 4356 12888 0 0 10 1 5 3 20 0 15 0 229850911 11246329856 11565 33554432000 4194304 4196468 140725057310304 139741144085792 139741164530494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246329856 11631 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=10982744 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246329856 11631 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=10982744 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 229850913 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246329856 11631 33554432000 4194304 4196468 140725057310304 139739982193440 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246329856 11631 33554432000 4194304 4196468 140725057310304 139739780867184 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246329856 11631 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 421 12888 0 0 1 0 5 3 20 0 15 0 229850917 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 189 12888 0 0 1 0 5 3 20 0 15 0 229850917 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=10982744 memory=139807412680320 CPUtime=0.1 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 609 12888 0 0 2 0 5 3 20 0 15 0 229850917 11246329856 11631 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246329856 11631 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=10982744 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246329856 11697 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45732 KiB

[startup+0.310248 s]*
/proc/loadavg: 1.37 1.54 1.57 3/216 21228
/proc/meminfo: memFree=13213748/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=10983192 memory=57460 CPUtime=0.38 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 10415 12888 0 0 27 3 5 3 20 0 15 0 229850902 11246788608 14365 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2745798 14365 3076 1 0 2708109 0
[pid=21162/tid=21215] ppid=21159 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 6968 12888 0 0 19 2 5 3 20 0 15 0 229850911 11246788608 14365 33554432000 4194304 4196468 140725057310304 139741144105376 139741172315293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 14365 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 14365 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 229850913 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=10983192 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246788608 14365 33554432000 4194304 4196468 140725057310304 139739982193440 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246788608 14365 33554432000 4194304 4196468 140725057310304 139739780867184 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 424 12888 0 0 1 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 189 12888 0 0 1 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=10983192 memory=139807412680320 CPUtime=0.12 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 620 12888 0 0 4 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=10983192 memory=139807412680320 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 14365 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57460 KiB

[startup+0.700804 s]
/proc/loadavg: 1.37 1.54 1.57 3/216 21228
/proc/meminfo: memFree=13201592/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=10983192 memory=90516 CPUtime=1 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 16762 12888 0 0 86 6 5 3 20 0 15 0 229850902 11246788608 22629 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2745798 22629 3238 1 0 2708109 0
[pid=21162/tid=21215] ppid=21159 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 12251 12888 0 0 55 3 5 3 20 0 15 0 229850911 11246788608 22629 33554432000 4194304 4196468 140725057310304 139741144114192 139741157459006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=10983192 memory=139807292413469 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 22629 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 22629 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 2 12888 0 0 0 0 5 3 20 0 15 0 229850912 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=10983192 memory=279614584814848 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 5 12888 0 0 0 0 5 3 20 0 15 0 229850913 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 13 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246788608 22629 33554432000 4194304 4196468 140725057310304 139739982193440 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=10983192 memory=279614584783088 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850914 11246788608 22629 33554432000 4194304 4196468 140725057310304 139739780867184 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 835 12888 0 0 7 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 751 12888 0 0 9 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 705 12888 0 0 13 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850917 11246788608 22629 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90516 KiB

[startup+1.50075 s]
/proc/loadavg: 1.50 1.56 1.58 3/216 21228
/proc/meminfo: memFree=13155384/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=10998092 memory=182596 CPUtime=2.42 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 24517 12888 0 0 222 12 5 3 20 0 15 0 229850902 11262046208 45649 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2749523 45649 3467 1 0 2711181 0
[pid=21162/tid=21215] ppid=21159 vsize=10998092 memory=11839 CPUtime=1.43 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 17634 12888 0 0 129 6 5 3 20 0 15 0 229850911 11262046208 45649 33554432000 4194304 4196468 140725057310304 139741144125248 139741172315293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=10998092 memory=25228 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 31 12888 0 0 1 0 5 3 20 0 15 0 229850912 11262046208 45649 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=10998092 memory=7594009493856346710 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 179 12888 0 0 1 0 5 3 20 0 15 0 229850912 11262046208 45649 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=10998092 memory=7309179834325164377 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 58 12888 0 0 0 0 5 3 20 0 15 0 229850912 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=10998092 memory=104720 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 23 12888 0 0 1 0 5 3 20 0 15 0 229850912 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 56 12888 0 0 1 0 5 3 20 0 15 0 229850913 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 14 12888 0 0 0 0 5 3 20 0 15 0 229850914 11262046208 45649 33554432000 4194304 4196468 140725057310304 139739982193504 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 1 12888 0 0 0 0 5 3 20 0 15 0 229850914 11262046208 45649 33554432000 4194304 4196468 140725057310304 139739780867200 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11262046208 45649 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=10998092 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 1576 12888 0 0 24 0 5 3 20 0 15 0 229850917 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=10998092 memory=279614585384416 CPUtime=0.36 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 1391 12888 0 0 27 1 5 3 20 0 15 0 229850917 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=10998092 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 1358 12888 0 0 35 0 5 3 20 0 15 0 229850917 11262046208 45649 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=10998092 memory=139807292699616 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11262046208 45649 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0

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

/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 76954 12888 0 0 231217 26 5 3 20 0 15 0 229850911 11343855616 133728 33554432000 4194304 4196468 140725057310304 139741144127136 139740742209205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=11077984 memory=534884 CPUtime=4.01 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 5900 12888 0 0 370 23 5 3 20 0 15 0 229850912 11343855616 133728 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=11077984 memory=534884 CPUtime=4.03 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 10912 12888 0 0 372 23 5 3 20 0 15 0 229850912 11343855616 133728 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=11077984 memory=534884 CPUtime=4.02 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 8725 12888 0 0 372 22 5 3 20 0 15 0 229850912 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=11077984 memory=534884 CPUtime=4.04 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 7380 12888 0 0 372 24 5 3 20 0 15 0 229850912 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=11077984 memory=279614585766576 CPUtime=3.86 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 7664 12888 0 0 359 19 5 3 20 0 15 0 229850913 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=11077984 memory=534884 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 18 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 133728 33554432000 4194304 4196468 140725057310304 139739982193504 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=11077984 memory=534912 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 10 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 133728 33554432000 4194304 4196468 140725057310304 139739780867200 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=11077984 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=11077984 memory=534912 CPUtime=4.25 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 28171 12888 0 0 413 4 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=11077984 memory=534912 CPUtime=3.89 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 28605 12888 0 0 377 4 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=11077984 memory=534912 CPUtime=1.77 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 22135 12888 0 0 165 4 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=11077984 memory=534912 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=11077984 memory=1796 CPUtime=1.14 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1031 12888 0 0 50 56 5 3 20 0 15 0 229850917 11343855616 133728 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 2342.91 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 534912 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.48 1.46 3/217 21720
/proc/meminfo: memFree=15069152/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=11077984 memory=536988 CPUtime=2403.21 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 200218 12888 0 0 240131 182 5 3 20 0 15 0 229850902 11343855616 134247 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2769496 134247 3528 1 0 2731149 0
[pid=21162/tid=21215] ppid=21159 vsize=11077984 memory=534924 CPUtime=2372.26 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 77319 12888 0 0 237191 27 5 3 20 0 15 0 229850911 11343855616 134247 33554432000 4194304 4196468 140725057310304 139741144127392 139740746927562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=11077984 memory=534924 CPUtime=4.12 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 5945 12888 0 0 380 24 5 3 20 0 15 0 229850912 11343855616 134247 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=11077984 memory=534924 CPUtime=4.13 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 10920 12888 0 0 381 24 5 3 20 0 15 0 229850912 11343855616 134247 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=11077984 memory=534924 CPUtime=4.13 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 8745 12888 0 0 382 23 5 3 20 0 15 0 229850912 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=11077984 memory=534940 CPUtime=4.15 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 7393 12888 0 0 382 25 5 3 20 0 15 0 229850912 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=11077984 memory=534940 CPUtime=3.96 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 7714 12888 0 0 369 19 5 3 20 0 15 0 229850913 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=11077984 memory=406 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 18 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134247 33554432000 4194304 4196468 140725057310304 139739982193504 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=11077984 memory=536988 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 10 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134247 33554432000 4194304 4196468 140725057310304 139739780867200 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=11077984 memory=536988 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=11077984 memory=3816 CPUtime=4.25 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 28171 12888 0 0 413 4 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=11077984 memory=534940 CPUtime=3.89 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 28605 12888 0 0 377 4 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=11077984 memory=534924 CPUtime=1.77 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 22136 12888 0 0 165 4 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=11077984 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=11077984 memory=8171613575147186279 CPUtime=1.17 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1047 12888 0 0 52 57 5 3 20 0 15 0 229850917 11343855616 134247 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 2403.21 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 536988 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.45 1.46 3/215 21722
/proc/meminfo: memFree=15068492/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=11077984 memory=537004 CPUtime=2463.5 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 201271 12888 0 0 246155 187 5 3 20 0 15 0 229850902 11343855616 134251 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2769496 134251 3528 1 0 2731149 0
[pid=21162/tid=21215] ppid=21159 vsize=11077984 memory=6791534058613427641 CPUtime=2432.01 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 77735 12888 0 0 243166 27 5 3 20 0 15 0 229850911 11343855616 134251 33554432000 4194304 4196468 140725057310304 139741144127200 139740751962009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=11077984 memory=537004 CPUtime=4.22 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 6038 12888 0 0 390 24 5 3 20 0 15 0 229850912 11343855616 134251 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=11077984 memory=537004 CPUtime=4.23 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 10953 12888 0 0 390 25 5 3 20 0 15 0 229850912 11343855616 134251 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=11077984 memory=537004 CPUtime=4.23 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 8761 12888 0 0 392 23 5 3 20 0 15 0 229850912 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=11077984 memory=534924 CPUtime=4.25 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 7678 12888 0 0 391 26 5 3 20 0 15 0 229850912 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=11077984 memory=536992 CPUtime=4.06 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 7901 12888 0 0 378 20 5 3 20 0 15 0 229850913 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=11077984 memory=537004 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 18 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134251 33554432000 4194304 4196468 140725057310304 139739982193504 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=11077984 memory=537004 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 10 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134251 33554432000 4194304 4196468 140725057310304 139739780867200 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=11077984 memory=537004 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=11077984 memory=537004 CPUtime=4.25 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 28173 12888 0 0 413 4 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=11077984 memory=537004 CPUtime=3.89 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 28607 12888 0 0 377 4 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=11077984 memory=537004 CPUtime=1.77 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 22138 12888 0 0 165 4 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=11077984 memory=537004 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=11077984 memory=537004 CPUtime=1.2 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1064 12888 0 0 53 59 5 3 20 0 15 0 229850917 11343855616 134251 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 2463.5 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 537004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.6 s]
/proc/loadavg: 1.23 1.41 1.44 3/215 21723
/proc/meminfo: memFree=15065848/32770624 swapFree=67108504/67108860
[pid=21162] ppid=21159 vsize=11077984 memory=537052 CPUtime=2520.07 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 15729 0 -1 1077944320 202299 12888 0 0 251808 191 5 3 20 0 15 0 229850902 11343855616 134263 33554432000 4194304 4196468 140725057310304 140725057292848 139741172293367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
/proc/21162/statm: 2769496 134263 3528 1 0 2731149 0
[pid=21162/tid=21215] ppid=21159 vsize=11077984 memory=1296 CPUtime=2488.07 cores=1,3,5,7
/proc/21162/task/21215/stat : 21215 (java) R 21159 21162 15729 0 -1 4202560 78133 12888 0 0 248772 27 5 3 20 0 15 0 229850911 11343855616 134263 33554432000 4194304 4196468 140725057310304 139741144127296 139740738322850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21216] ppid=21159 vsize=11077984 memory=1068 CPUtime=4.32 cores=1,3,5,7
/proc/21162/task/21216/stat : 21216 (java) S 21159 21162 15729 0 -1 1077944384 6065 12888 0 0 399 25 5 3 20 0 15 0 229850912 11343855616 134263 33554432000 4194304 4196468 140725057310304 139741176535952 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21217] ppid=21159 vsize=11077984 memory=15084 CPUtime=4.33 cores=1,3,5,7
/proc/21162/task/21217/stat : 21217 (java) S 21159 21162 15729 0 -1 1077944384 10965 12888 0 0 400 25 5 3 20 0 15 0 229850912 11343855616 134263 33554432000 4194304 4196468 140725057310304 139741057800976 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21218] ppid=21159 vsize=11077984 memory=35416 CPUtime=4.32 cores=1,3,5,7
/proc/21162/task/21218/stat : 21218 (java) S 21159 21162 15729 0 -1 1077944384 9049 12888 0 0 400 24 5 3 20 0 15 0 229850912 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740710624400 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21219] ppid=21159 vsize=11077984 memory=13776 CPUtime=4.34 cores=1,3,5,7
/proc/21162/task/21219/stat : 21219 (java) S 21159 21162 15729 0 -1 1077944384 7768 12888 0 0 400 26 5 3 20 0 15 0 229850912 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740709571600 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21220] ppid=21159 vsize=11077984 memory=3356 CPUtime=4.14 cores=1,3,5,7
/proc/21162/task/21220/stat : 21220 (java) S 21159 21162 15729 0 -1 1077944384 8089 12888 0 0 386 20 5 3 20 0 15 0 229850913 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740665317488 139741172304514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21221] ppid=21159 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21221/stat : 21221 (java) S 21159 21162 15729 0 -1 1077944384 18 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134263 33554432000 4194304 4196468 140725057310304 139739982193504 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21222] ppid=21159 vsize=11077984 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21222/stat : 21222 (java) S 21159 21162 15729 0 -1 1077944384 10 12888 0 0 0 0 5 3 20 0 15 0 229850914 11343855616 134263 33554432000 4194304 4196468 140725057310304 139739780867200 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21223] ppid=21159 vsize=11077984 memory=1820 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21223/stat : 21223 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139739473467472 139741172311963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21224] ppid=21159 vsize=11077984 memory=4552 CPUtime=4.25 cores=1,3,5,7
/proc/21162/task/21224/stat : 21224 (java) S 21159 21162 15729 0 -1 1077944384 28176 12888 0 0 413 4 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740664265328 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21225] ppid=21159 vsize=11077984 memory=3732 CPUtime=3.9 cores=1,3,5,7
/proc/21162/task/21225/stat : 21225 (java) S 21159 21162 15729 0 -1 1077944384 28609 12888 0 0 377 5 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740663212528 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21226] ppid=21159 vsize=11077984 memory=1228 CPUtime=1.77 cores=1,3,5,7
/proc/21162/task/21226/stat : 21226 (java) S 21159 21162 15729 0 -1 1077944384 22140 12888 0 0 165 4 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740662160240 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21227] ppid=21159 vsize=11077984 memory=10624 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21227/stat : 21227 (java) S 21159 21162 15729 0 -1 1077944384 3 12888 0 0 0 0 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139739042671584 139741172303573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
[pid=21162/tid=21228] ppid=21159 vsize=11077984 memory=1624 CPUtime=1.22 cores=1,3,5,7
/proc/21162/task/21228/stat : 21228 (java) S 21159 21162 15729 0 -1 1077944384 1082 12888 0 0 54 60 5 3 20 0 15 0 229850917 11343855616 134263 33554432000 4194304 4196468 140725057310304 139740661107120 139741172304514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 49 0 0 6293624 6294260 15810560 140725057313388 140725057316188 140725057316188 140725057318863 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 537052 KiB

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

[startup+2498.63 s]
# the end of solver process 21162 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.15 s, system=1.94732 s

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

Child status: 143
Real time (s): 2498.63
CPU time (s): 2520.09
CPU user time (s): 2518.15
CPU system time (s): 1.94732
CPU usage (%): 100.859
Max. virtual memory (cumulated for all children) (KiB): 11080620
Max. memory (cumulated for all children) (KiB): 559384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.15
system time used= 1.94732
maximum resident set size= 561432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145592
involuntary context switches= 4719


# summary of solver processes directly reported to runsolver:
#   pid: 21162
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.15
#   total CPU system time (s): 1.94732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3055 second user time and 25.7235 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 03:14:37
IDJOB=4305155
IDBENCH=141501
IDSOLVER=2780
FILE ID=node104/4305155-1534122877
RUNJOBID= node104-1534097917-15761
PBS_JOBID= 21037002
Free space on /tmp= 37524 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g11-g44_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305155-1534122877/watcher-4305155-1534122877 -o /tmp/evaluation-result-4305155-1534122877/solver-4305155-1534122877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1509535373 HOME/instance-4305155-1534122877.xml

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

MD5SUM BENCH= 691a51199f261ec138535be56fe101c2
RANDOM SEED=1509535373

node104.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.11
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.11
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.11
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.11
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:        13257152 kB
MemAvailable:   28751164 kB
Buffers:          205008 kB
Cached:         15327096 kB
SwapCached:            8 kB
Active:         10818556 kB
Inactive:        7916352 kB
Active(anon):    3154448 kB
Inactive(anon):   100976 kB
Active(file):    7664108 kB
Inactive(file):  7815376 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:       3210456 kB
Mapped:            65652 kB
Shmem:             49668 kB
Slab:             471176 kB
SReclaimable:     442988 kB
SUnreclaim:        28188 kB
KernelStack:        3504 kB
PageTables:        11568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4160984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2973696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 03:56:16