Trace number 4402769

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

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-5.xml
MD5SUMa365ee41b1fa653da2199bfa573a8fac
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark61.9615
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":9},{"size":5,"count":7},{"size":6,"count":7},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.40 1.40 1.52 3/219 3691
/proc/meminfo: memFree=5781740/32770624 swapFree=67021664/67108860
[pid=3634] ppid=3631 vsize=9972712 memory=18852 CPUtime=0.08 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 4453 13370 0 0 1 0 5 2 20 0 6 0 473864739 10212057088 4713 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2493178 4713 1934 1 0 2481616 0
[pid=3634/tid=3687] ppid=3631 vsize=10055356 memory=-8672369121724514245 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 2346 13370 0 0 1 0 5 2 20 0 7 0 473864748 10296684544 4845 33554432000 4194304 4196468 140734629139520 139941159766800 139941169761440 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10055356 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 7 0 473864748 10296684544 4845 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10055356 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 7 0 473864748 10296684544 4845 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 7 0 473864748 10296684544 4845 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 7 0 473864748 10296684544 4845 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10055356 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 7 0 473864750 10296684544 4845 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18852 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.52 1.42 1.52 3/228 3700
/proc/meminfo: memFree=5758012/32770624 swapFree=67021664/67108860
[pid=3634] ppid=3631 vsize=10823808 memory=49312 CPUtime=0.27 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 8162 13370 0 0 18 2 5 2 20 0 15 0 473864739 11083579392 12328 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2705952 12328 3320 1 0 2668052 0
[pid=3634/tid=3687] ppid=3631 vsize=10821220 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 4872 13370 0 0 10 1 5 2 20 0 15 0 473864748 11080929280 11656 33554432000 4194304 4196468 140734629139520 139941159736064 139941180603421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10821220 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11080929280 11656 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10821220 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11080929280 11656 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11080929280 11656 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864748 11080929280 11656 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10821220 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864750 11080929280 11656 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 13 13370 0 0 0 0 5 2 20 0 15 0 473864750 11080929280 11722 33554432000 4194304 4196468 140734629139520 139940637696800 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864751 11080929280 11722 33554432000 4194304 4196468 140734629139520 139940503479408 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11080929280 11722 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 365 13370 0 0 1 0 5 2 20 0 15 0 473864753 11080929280 11788 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 304 13370 0 0 1 0 5 2 20 0 15 0 473864753 11080929280 11788 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10821220 memory=139662502061696 CPUtime=0.1 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 643 13370 0 0 3 0 5 2 20 0 15 0 473864753 11080929280 11788 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11080929280 11788 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10821220 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864754 11080929280 11788 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 49312 KiB

[startup+0.310988 s]*
/proc/loadavg: 1.52 1.42 1.52 3/228 3700
/proc/meminfo: memFree=5748376/32770624 swapFree=67021664/67108860
[pid=3634] ppid=3631 vsize=10820196 memory=54508 CPUtime=0.4 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 10784 13370 0 0 30 3 5 2 20 0 15 0 473864739 11079880704 13627 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2705049 13627 3336 1 0 2667149 0
[pid=3634/tid=3687] ppid=3631 vsize=10820196 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 7223 13370 0 0 19 3 5 2 20 0 15 0 473864748 11079880704 13627 33554432000 4194304 4196468 140734629139520 139941159739584 139941172004190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11079880704 13627 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11079880704 13627 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11079880704 13627 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864748 11079880704 13627 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864750 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10820196 memory=139662502061695 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 13 13370 0 0 0 0 5 2 20 0 15 0 473864750 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940637696800 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864751 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940503479408 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11079880704 13627 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 366 13370 0 0 2 0 5 2 20 0 15 0 473864753 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 304 13370 0 0 2 0 5 2 20 0 15 0 473864753 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10820196 memory=139662502061696 CPUtime=0.12 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 661 13370 0 0 5 0 5 2 20 0 15 0 473864753 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11079880704 13627 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10820196 memory=139662502061696 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864754 11079880704 13627 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54508 KiB

[startup+0.703625 s]
/proc/loadavg: 1.52 1.42 1.52 4/228 3700
/proc/meminfo: memFree=5731860/32770624 swapFree=67021664/67108860
[pid=3634] ppid=3631 vsize=10824364 memory=88268 CPUtime=1.16 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 15251 13370 0 0 104 5 5 2 20 0 15 0 473864739 11084148736 22067 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2706091 22067 3510 1 0 2668173 0
[pid=3634/tid=3687] ppid=3631 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 10509 13370 0 0 55 4 5 2 20 0 15 0 473864748 11084148736 22067 33554432000 4194304 4196468 140734629139520 139941159750656 139941187945725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10824364 memory=15677085393886248 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11084148736 22067 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11084148736 22067 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864748 11084148736 22067 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864748 11084148736 22067 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10824364 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 5 13370 0 0 0 0 5 2 20 0 15 0 473864750 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 13 13370 0 0 0 0 5 2 20 0 15 0 473864750 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940637696800 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864751 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940503479408 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11084148736 22067 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10824364 memory=11044 CPUtime=0.24 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) R 3631 3634 1397 0 -1 4202560 939 13370 0 0 17 0 5 2 20 0 15 0 473864753 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940713523952 139941169468918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 703 13370 0 0 13 0 5 2 20 0 15 0 473864753 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10824364 memory=27300 CPUtime=0.24 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) R 3631 3634 1397 0 -1 4202560 863 13370 0 0 17 0 5 2 20 0 15 0 473864753 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940711431024 139941187945050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11084148736 22067 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10824364 memory=139662404388496 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864754 11084148736 22067 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 88268 KiB

[startup+1.50252 s]
/proc/loadavg: 1.52 1.42 1.52 6/228 3700
/proc/meminfo: memFree=5660068/32770624 swapFree=67021664/67108860
[pid=3634] ppid=3631 vsize=10834680 memory=227436 CPUtime=2.83 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 23727 13370 0 0 264 12 5 2 20 0 15 0 473864739 11094712320 56859 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2708670 56859 3595 1 0 2670733 0
[pid=3634/tid=3687] ppid=3631 vsize=10834680 memory=27 CPUtime=1.43 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 15469 13370 0 0 129 7 5 2 20 0 15 0 473864748 11094712320 56859 33554432000 4194304 4196468 140734629139520 139941159738048 139941172004190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10834680 memory=26 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 66 13370 0 0 1 0 5 2 20 0 15 0 473864748 11094712320 56859 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10834680 memory=29 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 34 13370 0 0 0 1 5 2 20 0 15 0 473864748 11094712320 56859 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 322 13370 0 0 1 0 5 2 20 0 15 0 473864748 11094712320 56859 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 112 13370 0 0 1 0 5 2 20 0 15 0 473864748 11094712320 56859 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10834680 memory=7014751519701095266 CPUtime=0.08 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 1364 13370 0 0 1 0 5 2 20 0 15 0 473864750 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10834680 memory=6225214291631888744 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 14 13370 0 0 0 0 5 2 20 0 15 0 473864750 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940637696864 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10834680 memory=7526201516656455008 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 1 13370 0 0 0 0 5 2 20 0 15 0 473864751 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940503479424 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10834680 memory=4640748727681699920 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11094712320 56859 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10834680 memory=7307743958022122084 CPUtime=0.51 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 1484 13370 0 0 44 0 5 2 20 0 15 0 473864753 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10834680 memory=7812454988165179234 CPUtime=0.51 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 1178 13370 0 0 44 0 5 2 20 0 15 0 473864753 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10834680 memory=7381805957427325287 CPUtime=0.46 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 1470 13370 0 0 38 1 5 2 20 0 15 0 473864753 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10834680 memory=8030596982351749228 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11094712320 56859 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10834680 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864754 11094712320 56859 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0

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

/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 97265 13370 0 0 231168 51 5 2 20 0 15 0 473864748 11109412864 505955 33554432000 4194304 4196468 140734629139520 139941159758448 139940803549173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10849036 memory=2023820 CPUtime=5.47 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 34867 13370 0 0 509 31 5 2 20 0 15 0 473864748 11109412864 505955 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10849036 memory=2023820 CPUtime=5.43 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 37316 13370 0 0 504 32 5 2 20 0 15 0 473864748 11109412864 505955 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10849036 memory=2023820 CPUtime=5.48 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 38639 13370 0 0 509 32 5 2 20 0 15 0 473864748 11109412864 505955 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10849036 memory=2023820 CPUtime=5.45 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 33505 13370 0 0 507 31 5 2 20 0 15 0 473864748 11109412864 505955 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10849036 memory=2023820 CPUtime=3.66 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 27366 13370 0 0 339 20 5 2 20 0 15 0 473864750 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10849036 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 16 13370 0 0 0 0 5 2 20 0 15 0 473864750 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940637696928 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10849036 memory=17532 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 18 13370 0 0 0 0 5 2 20 0 15 0 473864751 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940503479584 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10849036 memory=2256 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 505955 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10849036 memory=41348 CPUtime=4.62 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 42018 13370 0 0 449 6 5 2 20 0 15 0 473864753 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10849036 memory=1040 CPUtime=4.29 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 30439 13370 0 0 419 3 5 2 20 0 15 0 473864753 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10849036 memory=2023820 CPUtime=1.82 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 13138 13370 0 0 171 4 5 2 20 0 15 0 473864753 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10849036 memory=2023820 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 505955 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10849036 memory=2023820 CPUtime=1.34 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1788 13370 0 0 56 71 5 2 20 0 15 0 473864754 11109412864 505955 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 2349.29 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2023820 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.43 1.47 3/228 4203
/proc/meminfo: memFree=4515156/32770624 swapFree=67021680/67108860
[pid=3634] ppid=3631 vsize=10849036 memory=2023948 CPUtime=2409.83 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 364974 13370 0 0 240721 255 5 2 20 0 15 0 473864739 11109412864 505987 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2712259 505987 3625 1 0 2674317 0
[pid=3634/tid=3687] ppid=3631 vsize=10849036 memory=0 CPUtime=2371.93 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 98808 13370 0 0 237134 52 5 2 20 0 15 0 473864748 11109412864 505987 33554432000 4194304 4196468 140734629139520 139941159748640 139940803551854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10849036 memory=2023900 CPUtime=5.64 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 36643 13370 0 0 526 31 5 2 20 0 15 0 473864748 11109412864 505987 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10849036 memory=2023916 CPUtime=5.61 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 37535 13370 0 0 521 33 5 2 20 0 15 0 473864748 11109412864 505987 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10849036 memory=2023948 CPUtime=5.66 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 38893 13370 0 0 527 32 5 2 20 0 15 0 473864748 11109412864 505987 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10849036 memory=366 CPUtime=5.62 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 35358 13370 0 0 524 31 5 2 20 0 15 0 473864748 11109412864 505987 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10849036 memory=2023948 CPUtime=3.8 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 28050 13370 0 0 352 21 5 2 20 0 15 0 473864750 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10849036 memory=2023820 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 16 13370 0 0 0 0 5 2 20 0 15 0 473864750 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940637696928 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10849036 memory=2023948 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 18 13370 0 0 0 0 5 2 20 0 15 0 473864751 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940503479584 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10849036 memory=2023948 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 505987 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10849036 memory=2023948 CPUtime=4.62 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 42022 13370 0 0 449 6 5 2 20 0 15 0 473864753 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10849036 memory=2023900 CPUtime=4.29 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 30443 13370 0 0 419 3 5 2 20 0 15 0 473864753 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10849036 memory=2023900 CPUtime=1.82 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 13144 13370 0 0 171 4 5 2 20 0 15 0 473864753 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10849036 memory=3648 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 505987 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10849036 memory=41348 CPUtime=1.38 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1832 13370 0 0 58 73 5 2 20 0 15 0 473864754 11109412864 505987 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 2409.83 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2023948 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.45 1.48 3/228 4207
/proc/meminfo: memFree=4513320/32770624 swapFree=67021680/67108860
[pid=3634] ppid=3631 vsize=10849036 memory=2026156 CPUtime=2470.35 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 371418 13370 0 0 246768 260 5 2 20 0 15 0 473864739 11109412864 506539 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2712259 506539 3625 1 0 2674317 0
[pid=3634/tid=3687] ppid=3631 vsize=10849036 memory=2026156 CPUtime=2431.59 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) S 3631 3634 1397 0 -1 1077944384 100283 13370 0 0 243100 52 5 2 20 0 15 0 473864748 11109412864 506539 33554432000 4194304 4196468 140734629139520 139941159724320 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10849036 memory=2026156 CPUtime=5.82 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) R 3631 3634 1397 0 -1 4202560 38052 13370 0 0 543 32 5 2 20 0 15 0 473864748 11109412864 506539 33554432000 4194304 4196468 140734629139520 139941192166288 139941167557118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10849036 memory=366 CPUtime=5.79 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) R 3631 3634 1397 0 -1 4202560 37780 13370 0 0 538 34 5 2 20 0 15 0 473864748 11109412864 506539 33554432000 4194304 4196468 140734629139520 139941110918024 139941180551911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10849036 memory=2026104 CPUtime=5.83 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 40207 13370 0 0 543 33 5 2 20 0 15 0 473864748 11109412864 506539 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10849036 memory=2026124 CPUtime=5.8 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) R 3631 3634 1397 0 -1 4202560 36630 13370 0 0 541 32 5 2 20 0 15 0 473864748 11109412864 506539 33554432000 4194304 4196468 140734629139520 139941108812936 139941180551911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10849036 memory=2026124 CPUtime=3.92 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 28719 13370 0 0 363 22 5 2 20 0 15 0 473864750 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940714586784 139941187933909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10849036 memory=2026156 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 16 13370 0 0 0 0 5 2 20 0 15 0 473864750 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940637696928 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10849036 memory=2026156 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 18 13370 0 0 0 0 5 2 20 0 15 0 473864751 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940503479584 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10849036 memory=2026156 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 506539 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10849036 memory=2026156 CPUtime=4.62 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 42026 13370 0 0 449 6 5 2 20 0 15 0 473864753 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10849036 memory=2026156 CPUtime=4.29 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 30449 13370 0 0 419 3 5 2 20 0 15 0 473864753 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10849036 memory=3648 CPUtime=1.82 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 13150 13370 0 0 171 4 5 2 20 0 15 0 473864753 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10849036 memory=41348 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 506539 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10849036 memory=2026156 CPUtime=1.4 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1876 13370 0 0 59 74 5 2 20 0 15 0 473864754 11109412864 506539 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 2470.35 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2026156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.6 s]
/proc/loadavg: 1.30 1.39 1.46 3/228 4211
/proc/meminfo: memFree=4513092/32770624 swapFree=67021680/67108860
[pid=3634] ppid=3631 vsize=10849036 memory=2026200 CPUtime=2520.03 cores=1,3,5,7
/proc/3634/stat : 3634 (java) S 3631 3634 1397 0 -1 1077944320 376100 13370 0 0 251732 264 5 2 20 0 15 0 473864739 11109412864 506550 33554432000 4194304 4196468 140734629139520 140734629122064 139941187923703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
/proc/3634/statm: 2712259 506550 3625 1 0 2674317 0
[pid=3634/tid=3687] ppid=3631 vsize=10849036 memory=1584 CPUtime=2480.62 cores=1,3,5,7
/proc/3634/task/3687/stat : 3687 (java) R 3631 3634 1397 0 -1 4202560 101283 13370 0 0 248003 52 5 2 20 0 15 0 473864748 11109412864 506550 33554432000 4194304 4196468 140734629139520 139941159747504 139940803552919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3688] ppid=3631 vsize=10849036 memory=1744 CPUtime=5.96 cores=1,3,5,7
/proc/3634/task/3688/stat : 3688 (java) S 3631 3634 1397 0 -1 1077944384 39217 13370 0 0 556 33 5 2 20 0 15 0 473864748 11109412864 506550 33554432000 4194304 4196468 140734629139520 139941192166288 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3689] ppid=3631 vsize=10849036 memory=924 CPUtime=5.91 cores=1,3,5,7
/proc/3634/task/3689/stat : 3689 (java) S 3631 3634 1397 0 -1 1077944384 37875 13370 0 0 550 34 5 2 20 0 15 0 473864748 11109412864 506550 33554432000 4194304 4196468 140734629139520 139941110917904 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3690] ppid=3631 vsize=10849036 memory=1804 CPUtime=5.97 cores=1,3,5,7
/proc/3634/task/3690/stat : 3690 (java) S 3631 3634 1397 0 -1 1077944384 40496 13370 0 0 556 34 5 2 20 0 15 0 473864748 11109412864 506550 33554432000 4194304 4196468 140734629139520 139941109865616 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3691] ppid=3631 vsize=10849036 memory=916 CPUtime=5.93 cores=1,3,5,7
/proc/3634/task/3691/stat : 3691 (java) S 3631 3634 1397 0 -1 1077944384 38344 13370 0 0 554 32 5 2 20 0 15 0 473864748 11109412864 506550 33554432000 4194304 4196468 140734629139520 139941108812816 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3692] ppid=3631 vsize=10849036 memory=3048 CPUtime=4.01 cores=1,3,5,7
/proc/3634/task/3692/stat : 3692 (java) S 3631 3634 1397 0 -1 1077944384 29096 13370 0 0 372 22 5 2 20 0 15 0 473864750 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940714588272 139941187934850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3693] ppid=3631 vsize=10849036 memory=597656 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3693/stat : 3693 (java) S 3631 3634 1397 0 -1 1077944384 16 13370 0 0 0 0 5 2 20 0 15 0 473864750 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940637696928 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3694] ppid=3631 vsize=10849036 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3694/stat : 3694 (java) S 3631 3634 1397 0 -1 1077944384 18 13370 0 0 0 0 5 2 20 0 15 0 473864751 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940503479584 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3695] ppid=3631 vsize=10849036 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3695/stat : 3695 (java) S 3631 3634 1397 0 -1 1077944384 2 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 506550 33554432000 4194304 4196468 140734629139520 139939899500624 139941187942299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3696] ppid=3631 vsize=10849036 memory=3048 CPUtime=4.62 cores=1,3,5,7
/proc/3634/task/3696/stat : 3696 (java) S 3631 3634 1397 0 -1 1077944384 42028 13370 0 0 449 6 5 2 20 0 15 0 473864753 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940713536112 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3697] ppid=3631 vsize=10849036 memory=597656 CPUtime=4.29 cores=1,3,5,7
/proc/3634/task/3697/stat : 3697 (java) S 3631 3634 1397 0 -1 1077944384 30451 13370 0 0 419 3 5 2 20 0 15 0 473864753 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940712483312 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3698] ppid=3631 vsize=10849036 memory=1608 CPUtime=1.82 cores=1,3,5,7
/proc/3634/task/3698/stat : 3698 (java) S 3631 3634 1397 0 -1 1077944384 13153 13370 0 0 171 4 5 2 20 0 15 0 473864753 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940711431024 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3699] ppid=3631 vsize=10849036 memory=1076 CPUtime=0.07 cores=1,3,5,7
/proc/3634/task/3699/stat : 3699 (java) S 3631 3634 1397 0 -1 1077944384 3 13370 0 0 0 0 5 2 20 0 15 0 473864753 11109412864 506550 33554432000 4194304 4196468 140734629139520 139939429739488 139941187933909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
[pid=3634/tid=3700] ppid=3631 vsize=10849036 memory=1760 CPUtime=1.42 cores=1,3,5,7
/proc/3634/task/3700/stat : 3700 (java) S 3631 3634 1397 0 -1 1077944384 1911 13370 0 0 60 75 5 2 20 0 15 0 473864754 11109412864 506550 33554432000 4194304 4196468 140734629139520 139940710377904 139941187934850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140734629141092 140734629143733 140734629143733 140734629146575 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2026200 KiB

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

[startup+2491.65 s]
# the end of solver process 3634 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.41 s, system=2.6937 s

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

Child status: 143
Real time (s): 2491.65
CPU time (s): 2520.1
CPU user time (s): 2517.41
CPU system time (s): 2.6937
CPU usage (%): 101.142
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2231772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.41
system time used= 2.6937
maximum resident set size= 2247164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143314
involuntary context switches= 3475


# summary of solver processes directly reported to runsolver:
#   pid: 3634
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.41
#   total CPU system time (s): 2.6937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4107 second user time and 23.5423 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 12:38:02
IDJOB=4402769
IDBENCH=127988
IDSOLVER=2861
FILE ID=node150/4402769-1568975922
RUNJOBID= node150-1568967596-1429
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402769-1568975922/watcher-4402769-1568975922 -o /var/tmp/evaluation-result-4402769-1568975922/solver-4402769-1568975922 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1429 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=122441839 HOME/instance-4402769-1568975922.xml

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

MD5SUM BENCH= a365ee41b1fa653da2199bfa573a8fac
RANDOM SEED=122441839

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:         5790368 kB
MemAvailable:   30502804 kB
Buffers:          147496 kB
Cached:         24468304 kB
SwapCached:         7836 kB
Active:         13617756 kB
Inactive:       12359736 kB
Active(anon):    1330660 kB
Inactive(anon):    71808 kB
Active(file):   12287096 kB
Inactive(file): 12287928 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021664 kB
Dirty:             36228 kB
Writeback:             0 kB
AnonPages:       1475520 kB
Mapped:            60892 kB
Shmem:             32292 kB
Slab:             594580 kB
SReclaimable:     565872 kB
SUnreclaim:        28708 kB
KernelStack:        4000 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2614456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1282048 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 13:19:33