Trace number 4402761

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.07 2474.43

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w1b1r5.xml
MD5SUM15a2bddfb10fd8a6157ce871797528b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark3.29172
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints43
Number of domains2
Minimum domain size21
Maximum domain size42
Distribution of domain sizes[{"size":21,"count":1},{"size":42,"count":60}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":40},{"degree":5,"count":20}]
Minimum constraint arity3
Maximum constraint arity60
Distribution of constraint arities[{"arity":3,"count":40},{"arity":21,"count":1},{"arity":60,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":20},{"type":"lex","count":1},{"type":"sum","count":20},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.01/2474.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2474.40		at concrete.MAC.mac(MAC.scala:192)
2520.01/2474.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2474.40		at scala.util.Try$.apply(Try.scala:210)
2520.01/2474.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2474.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2474.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2474.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2474.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2474.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2474.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2474.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2474.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2474.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2474.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2474.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2474.41		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2474.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2474.41		at scala.util.Success.map(Try.scala:262)
2520.01/2474.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2474.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2474.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2474.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2474.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2474.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2474.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2474.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2474.41		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2474.41		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2474.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2474.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2474.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2474.41		at scala.App.main(App.scala:73)
2520.01/2474.41		at scala.App.main$(App.scala:71)
2520.01/2474.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2474.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2474.41	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 (3827 MiB free)
  memory of node 1: 16384 MiB (4654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402761-1568983251/watcher-4402761-1568983251 -o /var/tmp/evaluation-result-4402761-1568983251/solver-4402761-1568983251 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1429 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1554163371 HOME/instance-4402761-1568983251.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
solver pid=5791, runsolver pid=5788
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.51 1.34 1.37 3/219 5848
/proc/meminfo: memFree=8679676/32770624 swapFree=67021736/67108860
[pid=5791] ppid=5788 vsize=9988792 memory=17484 CPUtime=0.08 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 4609 12992 0 0 1 0 5 2 20 0 6 0 474597665 10228523008 4371 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2497198 4371 1968 1 0 2485636 0
[pid=5791/tid=5844] ppid=5788 vsize=10055356 memory=-8457323339029200835 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 2483 12992 0 0 1 0 5 2 20 0 7 0 474597674 10296684544 4948 33554432000 4194304 4196468 140728007170752 140686057736976 140686085915805 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10055356 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 7 0 474597674 10296684544 4948 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10055356 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 7 0 474597674 10296684544 4948 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 7 0 474597674 10296684544 4948 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 7 0 474597674 10296684544 4948 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10055356 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 7 0 474597676 10296684544 4948 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17484 KiB

[startup+0.212867 s]*
/proc/loadavg: 1.51 1.34 1.37 3/228 5857
/proc/meminfo: memFree=8655456/32770624 swapFree=67021736/67108860
[pid=5791] ppid=5788 vsize=10820196 memory=44016 CPUtime=0.26 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 7452 12992 0 0 18 1 5 2 20 0 15 0 474597665 11079880704 11004 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2705049 11004 3290 1 0 2667149 0
[pid=5791/tid=5844] ppid=5788 vsize=10820196 memory=8514701219931451533 CPUtime=0.19 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 3941 12992 0 0 11 1 5 2 20 0 15 0 474597674 11079880704 11004 33554432000 4194304 4196468 140728007170752 140686057708064 140686085915805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 11004 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 11004 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597676 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 474597676 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685543982496 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597677 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685411870192 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11079880704 11004 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 482 12992 0 0 1 0 5 2 20 0 15 0 474597679 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 184 12992 0 0 1 0 5 2 20 0 15 0 474597679 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.1 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 596 12992 0 0 3 0 5 2 20 0 15 0 474597679 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11079880704 11004 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597680 11079880704 11004 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44016 KiB

[startup+0.310905 s]*
/proc/loadavg: 1.51 1.34 1.37 3/228 5857
/proc/meminfo: memFree=8645604/32770624 swapFree=67021736/67108860
[pid=5791] ppid=5788 vsize=10820196 memory=52248 CPUtime=0.39 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 10442 12992 0 0 29 3 5 2 20 0 15 0 474597665 11079880704 13062 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2705049 13062 3311 1 0 2667149 0
[pid=5791/tid=5844] ppid=5788 vsize=10820196 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 6914 12992 0 0 19 2 5 2 20 0 15 0 474597674 11079880704 13127 33554432000 4194304 4196468 140728007170752 140686057700032 140686072082469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 13127 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 13127 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597674 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597676 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10820196 memory=140011287651967 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 474597676 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685543982496 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597677 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685411870192 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11079880704 13127 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 482 12992 0 0 1 0 5 2 20 0 15 0 474597679 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 185 12992 0 0 2 0 5 2 20 0 15 0 474597679 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.12 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 616 12992 0 0 5 0 5 2 20 0 15 0 474597679 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11079880704 13127 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10820196 memory=140011287651968 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597680 11079880704 13127 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52248 KiB

[startup+0.700899 s]
/proc/loadavg: 1.51 1.34 1.37 3/228 5857
/proc/meminfo: memFree=8629588/32770624 swapFree=67021736/67108860
[pid=5791] ppid=5788 vsize=10824364 memory=85324 CPUtime=1.14 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 15074 12992 0 0 102 5 5 2 20 0 15 0 474597665 11084148736 21331 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2706091 21331 3512 1 0 2668173 0
[pid=5791/tid=5844] ppid=5788 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 10518 12992 0 0 56 3 5 2 20 0 15 0 474597674 11084148736 21331 33554432000 4194304 4196468 140728007170752 140686057723424 140686085915805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10824364 memory=16237094183902248 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11084148736 21331 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11084148736 21331 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597674 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597674 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 5 12992 0 0 0 0 5 2 20 0 15 0 474597676 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 474597676 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685543982496 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597677 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685411870192 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10824364 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11084148736 21331 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) R 5788 5791 1397 0 -1 4202560 910 12992 0 0 12 0 5 2 20 0 15 0 474597679 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685510410656 140686065586942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10824364 memory=11076 CPUtime=0.22 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 649 12992 0 0 15 0 5 2 20 0 15 0 474597679 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10824364 memory=140011169150096 CPUtime=0.23 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 745 12992 0 0 16 0 5 2 20 0 15 0 474597679 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11084148736 21331 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597680 11084148736 21331 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85324 KiB

[startup+1.50072 s]
/proc/loadavg: 1.51 1.34 1.37 3/228 5857
/proc/meminfo: memFree=8585032/32770624 swapFree=67021736/67108860
[pid=5791] ppid=5788 vsize=10834680 memory=171428 CPUtime=2.46 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 21880 12992 0 0 229 10 5 2 20 0 15 0 474597665 11094712320 42857 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2708670 42857 3586 1 0 2670733 0
[pid=5791/tid=5844] ppid=5788 vsize=10834680 memory=280022338537568 CPUtime=1.43 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 15314 12992 0 0 131 5 5 2 20 0 15 0 474597674 11094712320 42857 33554432000 4194304 4196468 140728007170752 140686057698304 140685688437896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10834680 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 76 12992 0 0 1 0 5 2 20 0 15 0 474597674 11094712320 42857 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10834680 memory=15541825314228036 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 30 12992 0 0 0 0 5 2 20 0 15 0 474597674 11094712320 42857 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 409 12992 0 0 1 0 5 2 20 0 15 0 474597674 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 73 12992 0 0 1 0 5 2 20 0 15 0 474597674 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10834680 memory=102096 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 202 12992 0 0 0 0 5 2 20 0 15 0 474597676 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 33 12992 0 0 0 0 5 2 20 0 15 0 474597676 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685543982560 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10834680 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597677 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685411870208 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10834680 memory=-8458152057954233740 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11094712320 42857 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10834680 memory=-4266093328290063036 CPUtime=0.32 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 1021 12992 0 0 25 0 5 2 20 0 15 0 474597679 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10834680 memory=4196912344889787449 CPUtime=0.33 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 800 12992 0 0 26 0 5 2 20 0 15 0 474597679 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10834680 memory=-5345911752954973142 CPUtime=0.46 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) R 5788 5791 1397 0 -1 4202560 1713 12992 0 0 39 0 5 2 20 0 15 0 474597679 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685508315200 140686069974366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10834680 memory=280022338537800 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11094712320 42857 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 1 12992 0 0 0 0 5 2 20 0 15 0 474597680 11094712320 42857 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0

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

/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 68614 12992 0 0 229489 50 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686057728992 140685702724032 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.11 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 15080 12992 0 0 1145 59 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.11 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 17962 12992 0 0 1145 59 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.09 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 13075 12992 0 0 1144 58 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.12 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 10562 12992 0 0 1148 57 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10846988 memory=885900 CPUtime=11.18 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 16601 12992 0 0 1049 62 5 2 20 0 15 0 474597676 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10846988 memory=885900 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 37 12992 0 0 0 0 5 2 20 0 15 0 474597676 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685543982560 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597677 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685411870208 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10846988 memory=885900 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10846988 memory=885900 CPUtime=4.01 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 16956 12992 0 0 392 2 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10846988 memory=885900 CPUtime=4.06 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 24155 12992 0 0 395 4 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10846988 memory=885900 CPUtime=1.69 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 11694 12992 0 0 157 5 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10846988 memory=885900 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10846988 memory=885900 CPUtime=1.35 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 957 12992 0 0 57 71 5 2 20 0 15 0 474597680 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 2365.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 885900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.62 1.49 3/230 6222
/proc/meminfo: memFree=6364500/32770624 swapFree=67021748/67108860
[pid=5791] ppid=5788 vsize=10846988 memory=885900 CPUtime=2426.5 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 199958 12992 0 0 242275 368 5 2 20 0 15 0 474597665 11107315712 221475 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2711747 221475 3632 1 0 2673805 0
[pid=5791/tid=5844] ppid=5788 vsize=10846988 memory=1244 CPUtime=2354.79 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 69418 12992 0 0 235422 50 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686057728768 140685702067877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.42 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 15229 12992 0 0 1174 61 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.41 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 18021 12992 0 0 1174 60 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.4 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 13277 12992 0 0 1173 60 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10846988 memory=885900 CPUtime=12.42 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 10607 12992 0 0 1177 58 5 2 20 0 15 0 474597674 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10846988 memory=885900 CPUtime=11.45 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 16921 12992 0 0 1075 63 5 2 20 0 15 0 474597676 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10846988 memory=885900 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 37 12992 0 0 0 0 5 2 20 0 15 0 474597676 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685543982560 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597677 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685411870208 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10846988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10846988 memory=0 CPUtime=4.01 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 16958 12992 0 0 392 2 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10846988 memory=280022339200240 CPUtime=4.06 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 24157 12992 0 0 395 4 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10846988 memory=3880 CPUtime=1.7 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 12150 12992 0 0 158 5 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10846988 memory=7712 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221475 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10846988 memory=280022340014848 CPUtime=1.38 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 974 12992 0 0 58 73 5 2 20 0 15 0 474597680 11107315712 221475 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 2426.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 885900 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.57 1.48 3/230 6234
/proc/meminfo: memFree=6439944/32770624 swapFree=67021752/67108860
[pid=5791] ppid=5788 vsize=10846988 memory=887948 CPUtime=2487.42 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 201253 12992 0 0 248359 376 5 2 20 0 15 0 474597665 11107315712 221987 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2711747 221987 3632 1 0 2673805 0
[pid=5791/tid=5844] ppid=5788 vsize=10846988 memory=887948 CPUtime=2414.1 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 70164 12992 0 0 241352 51 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686057729104 140685689482391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10846988 memory=887948 CPUtime=12.74 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 15289 12992 0 0 1205 62 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10846988 memory=887948 CPUtime=12.74 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 18068 12992 0 0 1205 62 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10846988 memory=887948 CPUtime=12.73 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 13403 12992 0 0 1204 62 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10846988 memory=3648 CPUtime=12.74 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 10816 12992 0 0 1207 60 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10846988 memory=887948 CPUtime=11.73 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 17005 12992 0 0 1101 65 5 2 20 0 15 0 474597676 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10846988 memory=887948 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 37 12992 0 0 0 0 5 2 20 0 15 0 474597676 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685543982560 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10846988 memory=3648 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597677 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685411870208 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10846988 memory=887948 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10846988 memory=887948 CPUtime=4.01 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 16960 12992 0 0 392 2 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10846988 memory=887948 CPUtime=4.06 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 24159 12992 0 0 395 4 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10846988 memory=887948 CPUtime=1.7 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 12152 12992 0 0 158 5 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10846988 memory=887948 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10846988 memory=887948 CPUtime=1.42 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 991 12992 0 0 60 75 5 2 20 0 15 0 474597680 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 2487.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 887948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.4 s]
/proc/loadavg: 1.43 1.57 1.48 3/231 6237
/proc/meminfo: memFree=6478996/32770624 swapFree=67021752/67108860
[pid=5791] ppid=5788 vsize=10846988 memory=887948 CPUtime=2520.01 cores=1,3,5,7
/proc/5791/stat : 5791 (java) S 5788 5791 1397 0 -1 1077944320 201945 12992 0 0 251614 380 5 2 20 0 15 0 474597665 11107315712 221987 33554432000 4194304 4196468 140728007170752 140728007153296 140686085893879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
/proc/5791/statm: 2711747 221987 3632 1 0 2673805 0
[pid=5791/tid=5844] ppid=5788 vsize=10846988 memory=887948 CPUtime=2445.84 cores=1,3,5,7
/proc/5791/task/5844/stat : 5844 (java) R 5788 5791 1397 0 -1 4202560 70511 12992 0 0 244526 51 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686057728640 140685703555578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5845] ppid=5788 vsize=10846988 memory=1404 CPUtime=12.91 cores=1,3,5,7
/proc/5791/task/5845/stat : 5845 (java) S 5788 5791 1397 0 -1 1077944384 15360 12992 0 0 1222 62 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686090135824 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5846] ppid=5788 vsize=10846988 memory=3040 CPUtime=12.91 cores=1,3,5,7
/proc/5791/task/5846/stat : 5846 (java) S 5788 5791 1397 0 -1 1077944384 18133 12992 0 0 1221 63 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140686017616272 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5847] ppid=5788 vsize=10846988 memory=8112282956445269571 CPUtime=12.89 cores=1,3,5,7
/proc/5791/task/5847/stat : 5847 (java) S 5788 5791 1397 0 -1 1077944384 13413 12992 0 0 1219 63 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685657877008 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5848] ppid=5788 vsize=10846988 memory=6944656592455360604 CPUtime=12.9 cores=1,3,5,7
/proc/5791/task/5848/stat : 5848 (java) S 5788 5791 1397 0 -1 1077944384 10823 12992 0 0 1223 60 5 2 20 0 15 0 474597674 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685656824464 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5849] ppid=5788 vsize=10846988 memory=292417336 CPUtime=11.89 cores=1,3,5,7
/proc/5791/task/5849/stat : 5849 (java) S 5788 5791 1397 0 -1 1077944384 17185 12992 0 0 1116 66 5 2 20 0 15 0 474597676 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685545036272 140686085905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5850] ppid=5788 vsize=10846988 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5850/stat : 5850 (java) S 5788 5791 1397 0 -1 1077944384 37 12992 0 0 0 0 5 2 20 0 15 0 474597676 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685543982560 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5851] ppid=5788 vsize=10846988 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5851/stat : 5851 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597677 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685411870208 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5852] ppid=5788 vsize=10846988 memory=887948 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5852/stat : 5852 (java) S 5788 5791 1397 0 -1 1077944384 2 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140684807891664 140686085912475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5853] ppid=5788 vsize=10846988 memory=17644 CPUtime=4.01 cores=1,3,5,7
/proc/5791/task/5853/stat : 5853 (java) S 5788 5791 1397 0 -1 1077944384 16960 12992 0 0 392 2 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685510424560 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5854] ppid=5788 vsize=10846988 memory=2256 CPUtime=4.06 cores=1,3,5,7
/proc/5791/task/5854/stat : 5854 (java) S 5788 5791 1397 0 -1 1077944384 24159 12992 0 0 395 4 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685509372016 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5855] ppid=5788 vsize=10846988 memory=12328 CPUtime=1.7 cores=1,3,5,7
/proc/5791/task/5855/stat : 5855 (java) S 5788 5791 1397 0 -1 1077944384 12152 12992 0 0 158 5 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685508319472 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5856] ppid=5788 vsize=10846988 memory=500 CPUtime=0.07 cores=1,3,5,7
/proc/5791/task/5856/stat : 5856 (java) S 5788 5791 1397 0 -1 1077944384 3 12992 0 0 0 0 5 2 20 0 15 0 474597679 11107315712 221987 33554432000 4194304 4196468 140728007170752 140684338129504 140686085904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
[pid=5791/tid=5857] ppid=5788 vsize=10846988 memory=1584 CPUtime=1.44 cores=1,3,5,7
/proc/5791/task/5857/stat : 5857 (java) S 5788 5791 1397 0 -1 1077944384 1003 12992 0 0 61 76 5 2 20 0 15 0 474597680 11107315712 221987 33554432000 4194304 4196468 140728007170752 140685507267376 140686085905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8425472 140728007174755 140728007177397 140728007177397 140728007180239 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 887948 KiB

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

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

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

Child status: 143
Real time (s): 2474.43
CPU time (s): 2520.07
CPU user time (s): 2516.22
CPU system time (s): 3.84643
CPU usage (%): 101.845
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 944728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.22
system time used= 3.84643
maximum resident set size= 945244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310390
involuntary context switches= 7905


# summary of solver processes directly reported to runsolver:
#   pid: 5791
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.22
#   total CPU system time (s): 3.84643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0489 second user time and 27.6044 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 14:40:11
IDJOB=4402761
IDBENCH=137627
IDSOLVER=2861
FILE ID=node150/4402761-1568983251
RUNJOBID= node150-1568967596-1429
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w1b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402761-1568983251/watcher-4402761-1568983251 -o /var/tmp/evaluation-result-4402761-1568983251/solver-4402761-1568983251 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1429 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1554163371 HOME/instance-4402761-1568983251.xml

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

MD5SUM BENCH= 15a2bddfb10fd8a6157ce871797528b8
RANDOM SEED=1554163371

node150.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.79
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.79
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.79
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.79
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:         8685216 kB
MemAvailable:   31137868 kB
Buffers:          154436 kB
Cached:         22202000 kB
SwapCached:         7972 kB
Active:         11848536 kB
Inactive:       11231788 kB
Active(anon):     692752 kB
Inactive(anon):    71996 kB
Active(file):   11155784 kB
Inactive(file): 11159792 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021736 kB
Dirty:             35388 kB
Writeback:             0 kB
AnonPages:        810536 kB
Mapped:            60860 kB
Shmem:             32364 kB
Slab:             594684 kB
SReclaimable:     565536 kB
SUnreclaim:        29148 kB
KernelStack:        4016 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1988028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node150 at 2019-09-20 15:21:26