Trace number 4401153

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.2? (TO) 2520.06 2474.83

General information on the benchmark

NameBinPacking/BinPacking-sum-sw100/
BinPacking-sum-sw100-01.xml
MD5SUM158e2c33e228ebf79a07c013c2cd02f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20012.7
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints39
Number of domains2
Minimum domain size19
Maximum domain size47
Distribution of domain sizes[{"size":19,"count":1},{"size":47,"count":108}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":90},{"degree":5,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":36},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":18},{"type":"lex","count":1},{"type":"sum","count":18},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.77/0.55	c Concrete v3.12.2.1568631193530 running
2520.00/2474.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2474.81		at concrete.MAC.mac(MAC.scala:192)
2520.00/2474.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2474.81		at scala.util.Try$.apply(Try.scala:212)
2520.00/2474.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2474.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2474.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2474.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2474.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2474.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2474.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2474.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2474.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2474.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2474.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2474.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2474.81		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2474.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2474.81		at scala.util.Success.map(Try.scala:264)
2520.00/2474.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2474.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2474.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2474.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2474.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2474.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2474.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2474.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2474.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2474.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2474.81		at scala.App.main(App.scala:75)
2520.00/2474.81		at scala.App.main$(App.scala:73)
2520.00/2474.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2474.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2474.82	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401153-1568690795/watcher-4401153-1568690795 -o /tmp/evaluation-result-4401153-1568690795/solver-4401153-1568690795 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32274 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401153-1568690795.xml 

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

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

solver pid=4038, runsolver pid=4035

[startup+0.108723 s]*
/proc/loadavg: 1.59 1.41 1.38 3/219 4097
/proc/meminfo: memFree=29469200/32770624 swapFree=67027308/67108860
[pid=4038] ppid=4035 vsize=10355560 memory=22668 CPUtime=0.09 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 4880 13117 0 0 1 1 5 2 20 0 9 0 445352064 10604093440 5667 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2588890 5667 2100 1 0 2551431 0
[pid=4038/tid=4092] ppid=4035 vsize=10355560 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 2676 13117 0 0 1 1 5 2 20 0 9 0 445352073 10604093440 5671 33554432000 4194304 4196468 140733366672256 140419431337840 140419459523741 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10355560 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 9 0 445352073 10604093440 5671 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10355560 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 9 0 445352073 10604093440 5671 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 9 0 445352073 10604093440 5671 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 9 0 445352073 10604093440 5671 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10355560 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 9 0 445352075 10604093440 5671 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 13 13117 0 0 0 0 5 2 20 0 9 0 445352075 10604093440 5671 33554432000 4194304 4196468 140733366672256 140418385700128 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 9 0 445352075 10604093440 5671 33554432000 4194304 4196468 140733366672256 140418251482800 140419459512021 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22668 KiB

[startup+0.210081 s]*
/proc/loadavg: 1.59 1.41 1.38 3/227 4105
/proc/meminfo: memFree=29450296/32770624 swapFree=67027308/67108860
[pid=4038] ppid=4035 vsize=10821220 memory=41528 CPUtime=0.26 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 7831 13117 0 0 17 2 5 2 20 0 15 0 445352064 11080929280 10382 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2705305 10382 3294 1 0 2667405 0
[pid=4038/tid=4092] ppid=4035 vsize=10823808 memory=-8171376296011865461 CPUtime=0.19 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 4827 13117 0 0 11 1 5 2 20 0 15 0 445352073 11083579392 10976 33554432000 4194304 4196468 140733366672256 140419431314176 140419452181533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10823808 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11083579392 10976 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10823808 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11083579392 10976 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11083579392 10976 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352073 11083579392 10976 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10823808 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 13 13117 0 0 0 0 5 2 20 0 15 0 445352075 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418385700128 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352075 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418251482736 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 507 13117 0 0 1 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) S 4035 4038 32242 0 -1 1077944384 195 13117 0 0 0 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10823808 memory=140677273515648 CPUtime=0.1 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 662 13117 0 0 3 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10823808 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352078 11083579392 10976 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 41528 KiB

[startup+0.310541 s]*
/proc/loadavg: 1.59 1.41 1.38 4/227 4105
/proc/meminfo: memFree=29439800/32770624 swapFree=67027308/67108860
[pid=4038] ppid=4035 vsize=10820196 memory=48768 CPUtime=0.39 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 10930 13117 0 0 29 3 5 2 20 0 15 0 445352064 11079880704 12192 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2705049 12192 3326 1 0 2667149 0
[pid=4038/tid=4092] ppid=4035 vsize=10820196 memory=-8171376296011865461 CPUtime=0.28 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 7297 13117 0 0 19 2 5 2 20 0 15 0 445352073 11079880704 12192 33554432000 4194304 4196468 140733366672256 140419431310768 140419459523741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10820196 memory=4122819175002409273 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11079880704 12192 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10820196 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11079880704 12192 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11079880704 12192 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352073 11079880704 12192 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10820196 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10820196 memory=2208 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 13 13117 0 0 0 0 5 2 20 0 15 0 445352075 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418385700128 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352075 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418251482736 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 509 13117 0 0 2 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) R 4035 4038 32242 0 -1 1077944384 203 13117 0 0 1 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10820196 memory=140677273515648 CPUtime=0.12 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 692 13117 0 0 5 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10820196 memory=140677273515648 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352078 11079880704 12192 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48768 KiB

[startup+0.709796 s]
/proc/loadavg: 1.59 1.41 1.38 3/227 4105
/proc/meminfo: memFree=29424764/32770624 swapFree=67027308/67108860
[pid=4038] ppid=4035 vsize=10824364 memory=83032 CPUtime=1.15 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 15489 13117 0 0 103 5 5 2 20 0 15 0 445352064 11084148736 20758 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2706091 20758 3504 1 0 2668173 0
[pid=4038/tid=4092] ppid=4035 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 10560 13117 0 0 56 4 5 2 20 0 15 0 445352073 11084148736 20758 33554432000 4194304 4196468 140733366672256 140419431331360 140419443582302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10824364 memory=15957376100473896 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11084148736 20758 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11084148736 20758 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352073 11084148736 20758 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352073 11084148736 20758 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10824364 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 5 13117 0 0 0 0 5 2 20 0 15 0 445352075 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 13 13117 0 0 0 0 5 2 20 0 15 0 445352075 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418385700128 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352075 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418251482736 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10824364 memory=11044 CPUtime=0.23 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) R 4035 4038 32242 0 -1 4202560 890 13117 0 0 16 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418461177968 140419444410793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) R 4035 4038 32242 0 -1 4202560 786 13117 0 0 12 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418460112608 140419444628243 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10824364 memory=27300 CPUtime=0.24 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) R 4035 4038 32242 0 -1 4202560 1016 13117 0 0 17 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418459072880 140419459523162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10824364 memory=140677157521040 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352078 11084148736 20758 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83032 KiB

[startup+1.50068 s]
/proc/loadavg: 1.59 1.41 1.38 3/227 4105
/proc/meminfo: memFree=29380740/32770624 swapFree=67027308/67108860
[pid=4038] ppid=4035 vsize=10834680 memory=173016 CPUtime=2.44 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 22391 13117 0 0 226 11 5 2 20 0 15 0 445352064 11094712320 43254 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2708670 43254 3580 1 0 2670733 0
[pid=4038/tid=4092] ppid=4035 vsize=10834680 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 15435 13117 0 0 130 6 5 2 20 0 15 0 445352073 11094712320 43254 33554432000 4194304 4196468 140733366672256 140419431302800 140419459513750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 365 13117 0 0 1 0 5 2 20 0 15 0 445352073 11094712320 43254 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10834680 memory=7163085330834470198 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 68 13117 0 0 0 0 5 2 20 0 15 0 445352073 11094712320 43254 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10834680 memory=8751464017575622968 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 50 13117 0 0 1 0 5 2 20 0 15 0 445352073 11094712320 43254 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10834680 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 32 13117 0 0 1 0 5 2 20 0 15 0 445352073 11094712320 43254 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10834680 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 150 13117 0 0 1 0 5 2 20 0 15 0 445352075 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10834680 memory=6113 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 14 13117 0 0 0 0 5 2 20 0 15 0 445352075 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418385700192 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10834680 memory=7165352523811010361 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 1 13117 0 0 0 0 5 2 20 0 15 0 445352075 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418251482752 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10834680 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10834680 memory=11205724500837 CPUtime=0.32 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) R 4035 4038 32242 0 -1 4202560 1105 13117 0 0 25 0 5 2 20 0 15 0 445352078 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418461177968 140419451742796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10834680 memory=6944656575208382560 CPUtime=0.3 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) R 4035 4038 32242 0 -1 1077944384 1062 13117 0 0 23 0 5 2 20 0 15 0 445352078 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10834680 memory=281354314973424 CPUtime=0.47 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 1898 13117 0 0 40 0 5 2 20 0 15 0 445352078 11094712320 43254 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0

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

/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 65979 13117 0 0 229625 49 5 2 20 0 15 0 445352073 11107315712 235590 33554432000 4194304 4196468 140733366672256 140419431336544 140419063685383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.64 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 11765 13117 0 0 1109 48 5 2 20 0 15 0 445352073 11107315712 235590 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.64 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 18117 13117 0 0 1106 51 5 2 20 0 15 0 445352073 11107315712 235590 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10846988 memory=0 CPUtime=11.65 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 12443 13117 0 0 1105 53 5 2 20 0 15 0 445352073 11107315712 235590 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.65 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 11280 13117 0 0 1103 55 5 2 20 0 15 0 445352073 11107315712 235590 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.36 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 14264 13117 0 0 1070 59 5 2 20 0 15 0 445352075 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10846988 memory=942360 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 16 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418385700192 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10846988 memory=942360 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418251482752 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10846988 memory=942360 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10846988 memory=942360 CPUtime=3.68 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 32494 13117 0 0 358 3 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10846988 memory=942360 CPUtime=3.97 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) S 4035 4038 32242 0 -1 1077944384 24736 13117 0 0 387 3 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10846988 memory=942360 CPUtime=1.85 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 16840 13117 0 0 173 5 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10846988 memory=942360 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10846988 memory=924 CPUtime=1.31 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 895 13117 0 0 56 68 5 2 20 0 15 0 445352078 11107315712 235590 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 2365.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 942360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.38 1.42 3/228 4476
/proc/meminfo: memFree=27740988/32770624 swapFree=67027344/67108860
[pid=4038] ppid=4035 vsize=10846988 memory=944408 CPUtime=2426.01 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 211976 13117 0 0 242249 345 5 2 20 0 15 0 445352064 11107315712 236102 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2711747 236102 3627 1 0 2673805 0
[pid=4038/tid=4092] ppid=4035 vsize=10846988 memory=944408 CPUtime=2356.14 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 66592 13117 0 0 235557 50 5 2 20 0 15 0 445352073 11107315712 236102 33554432000 4194304 4196468 140733366672256 140419431336544 140419076641248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.97 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 11795 13117 0 0 1141 49 5 2 20 0 15 0 445352073 11107315712 236102 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10846988 memory=942360 CPUtime=11.96 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 18120 13117 0 0 1138 51 5 2 20 0 15 0 445352073 11107315712 236102 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10846988 memory=860 CPUtime=11.97 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 12510 13117 0 0 1137 53 5 2 20 0 15 0 445352073 11107315712 236102 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10846988 memory=944408 CPUtime=11.97 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 11455 13117 0 0 1134 56 5 2 20 0 15 0 445352073 11107315712 236102 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10846988 memory=281354315996656 CPUtime=11.67 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 14295 13117 0 0 1099 61 5 2 20 0 15 0 445352075 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10846988 memory=944408 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 16 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418385700192 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10846988 memory=944408 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418251482752 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10846988 memory=100 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10846988 memory=944408 CPUtime=3.68 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 32496 13117 0 0 358 3 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10846988 memory=4120 CPUtime=3.97 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) S 4035 4038 32242 0 -1 1077944384 24738 13117 0 0 387 3 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10846988 memory=944408 CPUtime=1.86 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 16842 13117 0 0 174 5 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10846988 memory=944408 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10846988 memory=8112282956445269571 CPUtime=1.35 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 901 13117 0 0 58 70 5 2 20 0 15 0 445352078 11107315712 236102 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 2426.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 944408 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.37 1.41 3/227 4480
/proc/meminfo: memFree=27808176/32770624 swapFree=67027344/67108860
[pid=4038] ppid=4035 vsize=10846988 memory=939276 CPUtime=2486.98 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 213876 13117 0 0 248337 354 5 2 20 0 15 0 445352064 11107315712 234819 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2711747 234819 3627 1 0 2673805 0
[pid=4038/tid=4092] ppid=4035 vsize=10846988 memory=944408 CPUtime=2415.5 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 67449 13117 0 0 241492 51 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419431337184 140419075213844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10846988 memory=939276 CPUtime=12.28 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 11999 13117 0 0 1171 50 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10846988 memory=939276 CPUtime=12.29 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 18216 13117 0 0 1169 53 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10846988 memory=939276 CPUtime=12.29 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 12573 13117 0 0 1167 55 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10846988 memory=939276 CPUtime=12.3 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 11676 13117 0 0 1165 58 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10846988 memory=939276 CPUtime=11.96 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 14506 13117 0 0 1127 62 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10846988 memory=939276 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 16 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418385700192 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10846988 memory=939276 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418251482752 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10846988 memory=939276 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10846988 memory=939276 CPUtime=3.68 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 32728 13117 0 0 358 3 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10846988 memory=10092 CPUtime=3.97 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) S 4035 4038 32242 0 -1 1077944384 24738 13117 0 0 387 3 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10846988 memory=1908 CPUtime=1.86 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 16842 13117 0 0 174 5 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10846988 memory=939276 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10846988 memory=939276 CPUtime=1.38 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 917 13117 0 0 59 72 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 2486.98 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 939276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.8 s]
/proc/loadavg: 1.18 1.35 1.41 3/228 4484
/proc/meminfo: memFree=27831692/32770624 swapFree=67027344/67108860
[pid=4038] ppid=4035 vsize=10846988 memory=939276 CPUtime=2520 cores=1,3,5,7
/proc/4038/stat : 4038 (java) S 4035 4038 32242 0 -1 1077944320 214743 13117 0 0 251634 359 5 2 20 0 15 0 445352064 11107315712 234819 33554432000 4194304 4196468 140733366672256 140733366654800 140419459501815 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
/proc/4038/statm: 2711747 234819 3627 1 0 2673805 0
[pid=4038/tid=4092] ppid=4035 vsize=10846988 memory=8112282956445269571 CPUtime=2447.64 cores=1,3,5,7
/proc/4038/task/4092/stat : 4092 (java) R 4035 4038 32242 0 -1 4202560 67796 13117 0 0 244705 52 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419431336832 140419078727010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4093] ppid=4035 vsize=10846988 memory=288230583166042426 CPUtime=12.46 cores=1,3,5,7
/proc/4038/task/4093/stat : 4093 (java) S 4035 4038 32242 0 -1 1077944384 12012 13117 0 0 1188 51 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419463743888 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4094] ppid=4035 vsize=10846988 memory=15541825314228036 CPUtime=12.46 cores=1,3,5,7
/proc/4038/task/4094/stat : 4094 (java) S 4035 4038 32242 0 -1 1077944384 18239 13117 0 0 1185 54 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419393501456 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4095] ppid=4035 vsize=10846988 memory=2676 CPUtime=12.47 cores=1,3,5,7
/proc/4038/task/4095/stat : 4095 (java) S 4035 4038 32242 0 -1 1077944384 12774 13117 0 0 1184 56 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419032083088 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4096] ppid=4035 vsize=10846988 memory=13240 CPUtime=12.47 cores=1,3,5,7
/proc/4038/task/4096/stat : 4096 (java) S 4035 4038 32242 0 -1 1077944384 11751 13117 0 0 1181 59 5 2 20 0 15 0 445352073 11107315712 234819 33554432000 4194304 4196468 140733366672256 140419031030288 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4097] ppid=4035 vsize=10846988 memory=500 CPUtime=12.12 cores=1,3,5,7
/proc/4038/task/4097/stat : 4097 (java) S 4035 4038 32242 0 -1 1077944384 14701 13117 0 0 1142 63 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418462231152 140419459512962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4098] ppid=4035 vsize=10846988 memory=1736 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4098/stat : 4098 (java) S 4035 4038 32242 0 -1 1077944384 16 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418385700192 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4099] ppid=4035 vsize=10846988 memory=1772 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4099/stat : 4099 (java) S 4035 4038 32242 0 -1 1077944384 2 13117 0 0 0 0 5 2 20 0 15 0 445352075 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418251482752 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4100] ppid=4035 vsize=10846988 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4100/stat : 4100 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418011191888 140419459520411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4101] ppid=4035 vsize=10846988 memory=2344 CPUtime=3.68 cores=1,3,5,7
/proc/4038/task/4101/stat : 4101 (java) S 4035 4038 32242 0 -1 1077944384 32730 13117 0 0 358 3 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418461177968 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4102] ppid=4035 vsize=10846988 memory=2064 CPUtime=3.97 cores=1,3,5,7
/proc/4038/task/4102/stat : 4102 (java) S 4035 4038 32242 0 -1 1077944384 24740 13117 0 0 387 3 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418460125168 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4103] ppid=4035 vsize=10846988 memory=2876 CPUtime=1.86 cores=1,3,5,7
/proc/4038/task/4103/stat : 4103 (java) S 4035 4038 32242 0 -1 1077944384 16845 13117 0 0 174 5 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418459072880 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4104] ppid=4035 vsize=10846988 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/4038/task/4104/stat : 4104 (java) S 4035 4038 32242 0 -1 1077944384 3 13117 0 0 0 0 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140417977633248 140419459512021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
[pid=4038/tid=4105] ppid=4035 vsize=10846988 memory=872 CPUtime=1.4 cores=1,3,5,7
/proc/4038/task/4105/stat : 4105 (java) S 4035 4038 32242 0 -1 1077944384 923 13117 0 0 60 73 5 2 20 0 15 0 445352078 11107315712 234819 33554432000 4194304 4196468 140733366672256 140418458020784 140419459512962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140733366680303 140733366682821 140733366682821 140733366685647 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 939276 KiB

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

[startup+2474.83 s]
# the end of solver process 4038 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.43 s, system=3.6323 s

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

Child status: 143
Real time (s): 2474.83
CPU time (s): 2520.06
CPU user time (s): 2516.43
CPU system time (s): 3.6323
CPU usage (%): 101.827
Max. virtual memory (cumulated for all children) (KiB): 10849804
Max. memory (cumulated for all children) (KiB): 1040184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.43
system time used= 3.6323
maximum resident set size= 1040184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290313
involuntary context switches= 6942


# summary of solver processes directly reported to runsolver:
#   pid: 4038
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.43
#   total CPU system time (s): 3.6323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5313 second user time and 20.0498 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 05:25:55
IDJOB=4401153
IDBENCH=138148
IDSOLVER=2857
FILE ID=node150/4401153-1568690795
RUNJOBID= node150-1568673291-32274
PBS_JOBID= 21703772
Free space on /tmp= 59332 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-sw100/BinPacking-sum-sw100-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401153-1568690795/watcher-4401153-1568690795 -o /tmp/evaluation-result-4401153-1568690795/solver-4401153-1568690795 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32274 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4401153-1568690795.xml

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

MD5SUM BENCH= 158e2c33e228ebf79a07c013c2cd02f9
RANDOM SEED=1545093772

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:        29476572 kB
MemAvailable:   31318684 kB
Buffers:          213708 kB
Cached:          1890572 kB
SwapCached:        10996 kB
Active:          1459140 kB
Inactive:        1207540 kB
Active(anon):     523548 kB
Inactive(anon):    78632 kB
Active(file):     935592 kB
Inactive(file):  1128908 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027308 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        663704 kB
Mapped:            60492 kB
Shmem:             30772 kB
Slab:             217252 kB
SReclaimable:     186896 kB
SUnreclaim:        30356 kB
KernelStack:        3760 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1672060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 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 /tmp at the end= 59300 MiB
End job on node150 at 2019-09-17 06:07:10