Trace number 4402426

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.06 2470.54

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402426-1568988878/watcher-4402426-1568988878 -o /tmp/evaluation-result-4402426-1568988878/solver-4402426-1568988878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=83659144 HOME/instance-4402426-1568988878.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=29941, runsolver pid=29938

[startup+0.110857 s]*
/proc/loadavg: 1.40 1.38 1.41 3/219 29998
/proc/meminfo: memFree=9755548/32770624 swapFree=66935432/67108860
[pid=29941] ppid=29938 vsize=10153664 memory=18540 CPUtime=0.09 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 4912 13109 0 0 2 0 4 3 20 0 8 0 474825605 10397351936 4635 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2538416 4635 2076 1 0 2526854 0
[pid=29941/tid=29994] ppid=29938 vsize=10153664 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 2668 13109 0 0 1 0 4 3 20 0 8 0 474825614 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213744367088 140213756613982 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10153664 memory=4211974205320752522 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 8 0 474825615 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10153664 memory=140479115961984 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 8 0 474825615 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10153664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 8 0 474825615 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10153664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 8 0 474825615 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10153664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 8 0 474825617 10397351936 4635 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10186436 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 33 13109 0 0 0 0 4 3 20 0 8 0 474825617 10430910464 4635 33554432000 4194304 4196468 140727923011392 140213230745248 140213772543701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 18540 KiB

[startup+0.212126 s]*
/proc/loadavg: 1.40 1.38 1.41 3/228 30007
/proc/meminfo: memFree=9740312/32770624 swapFree=66935432/67108860
[pid=29941] ppid=29938 vsize=10820164 memory=40716 CPUtime=0.25 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 7671 13109 0 0 17 1 4 3 20 0 15 0 474825605 11079847936 10179 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2705041 10179 3287 1 0 2667149 0
[pid=29941/tid=29994] ppid=29938 vsize=10820164 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 4169 13109 0 0 11 1 4 3 20 0 15 0 474825614 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213744344528 140213377329125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10820164 memory=4211974205320752522 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10820164 memory=140479115961984 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10820164 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10820164 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10820164 memory=140479115961984 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10820164 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 33 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213230745248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10820164 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079847936 10179 33554432000 4194304 4196468 140727923011392 140212629923056 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10820164 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079847936 10179 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10820164 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 346 13109 0 0 1 0 4 3 20 0 15 0 474825620 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10820164 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) R 29938 29941 23580 0 -1 4202560 310 13109 0 0 1 0 4 3 20 0 15 0 474825620 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213196134768 140213752042358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10820164 memory=140479115961984 CPUtime=0.1 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 587 13109 0 0 3 0 4 3 20 0 15 0 474825620 11079847936 10179 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10820164 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079847936 10179 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10820176 memory=140479115961984 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079860224 10179 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 40716 KiB

[startup+0.310898 s]*
/proc/loadavg: 1.40 1.38 1.41 4/228 30007
/proc/meminfo: memFree=9727120/32770624 swapFree=66935432/67108860
[pid=29941] ppid=29938 vsize=10820196 memory=49152 CPUtime=0.4 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 11038 13109 0 0 30 3 4 3 20 0 15 0 474825605 11079880704 12288 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2705049 12288 3312 1 0 2667149 0
[pid=29941/tid=29994] ppid=29938 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 7518 13109 0 0 19 2 4 3 20 0 15 0 474825614 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213744346160 140213756614012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10820196 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10820196 memory=140479115968977 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 15 0 474825615 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 33 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213230745248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825617 11079880704 12288 33554432000 4194304 4196468 140727923011392 140212629923056 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 346 13109 0 0 1 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 320 13109 0 0 2 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10820196 memory=140479115961984 CPUtime=0.12 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 595 13109 0 0 5 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10820196 memory=140479115961984 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825620 11079880704 12288 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49152 KiB

[startup+0.702859 s]
/proc/loadavg: 1.40 1.38 1.41 3/228 30007
/proc/meminfo: memFree=9712596/32770624 swapFree=66935432/67108860
[pid=29941] ppid=29938 vsize=10824364 memory=80972 CPUtime=1.14 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 15005 13109 0 0 102 5 4 3 20 0 15 0 474825605 11084148736 20243 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2706091 20243 3507 1 0 2668173 0
[pid=29941/tid=29994] ppid=29938 vsize=10824364 memory=2110829592456292 CPUtime=0.66 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 10452 13109 0 0 56 3 4 3 20 0 15 0 474825614 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213744349408 140213756613982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825615 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10824364 memory=4123527019197897776 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 2 13109 0 0 0 0 4 3 20 0 15 0 474825615 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 5 13109 0 0 0 0 4 3 20 0 15 0 474825617 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 33 13109 0 0 0 0 4 3 20 0 15 0 474825617 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213230745248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825617 11084148736 20243 33554432000 4194304 4196468 140727923011392 140212629923056 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10824364 memory=7809523229951467576 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10824364 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) R 29938 29941 23580 0 -1 4202560 842 13109 0 0 15 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213197173856 140213751785327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10824364 memory=-7090472686450594350 CPUtime=0.19 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 763 13109 0 0 12 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10824364 memory=6944656575208382560 CPUtime=0.24 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 686 13109 0 0 17 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825620 11084148736 20243 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 80972 KiB

[startup+1.50069 s]
/proc/loadavg: 1.40 1.38 1.41 4/228 30007
/proc/meminfo: memFree=9672816/32770624 swapFree=66935432/67108860
[pid=29941] ppid=29938 vsize=10834680 memory=168636 CPUtime=2.54 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 21601 13109 0 0 237 10 4 3 20 0 15 0 474825605 11094712320 42159 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2708670 42159 3580 1 0 2670733 0
[pid=29941/tid=29994] ppid=29938 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 15307 13109 0 0 130 6 4 3 20 0 15 0 474825614 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213744353168 140213758249521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10834680 memory=94752 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 67 13109 0 0 1 0 4 3 20 0 15 0 474825615 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10834680 memory=2110829592456292 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 331 13109 0 0 0 0 4 3 20 0 15 0 474825615 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 39 13109 0 0 1 0 4 3 20 0 15 0 474825615 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10834680 memory=280957970333600 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 37 13109 0 0 1 0 4 3 20 0 15 0 474825615 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10834680 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 154 13109 0 0 1 0 4 3 20 0 15 0 474825617 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10834680 memory=14699582244260396 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 34 13109 0 0 0 0 4 3 20 0 15 0 474825617 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213230745312 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 1 13109 0 0 0 0 4 3 20 0 15 0 474825617 11094712320 42159 33554432000 4194304 4196468 140727923011392 140212629923072 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11094712320 42159 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10834680 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 1014 13109 0 0 34 0 4 3 20 0 15 0 474825620 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10834680 memory=8976414709404591081 CPUtime=0.31 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) R 29938 29941 23580 0 -1 1077944384 907 13109 0 0 24 0 4 3 20 0 15 0 474825620 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10834680 memory=6944656575208382560 CPUtime=0.48 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) R 29938 29941 23580 0 -1 4202560 1494 13109 0 0 41 0 4 3 20 0 15 0 474825620 11094712320 42159 33554432000 4194304 4196468 140727923011392 140213195081712 140213756613982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10834680 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11094712320 42159 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0

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

/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 69145 13109 0 0 235610 54 4 3 20 0 15 0 474825614 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213744369344 140213379582299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10846988 memory=1299064 CPUtime=12.4 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 14488 13109 0 0 1175 58 4 3 20 0 15 0 474825615 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10846988 memory=780 CPUtime=12.42 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 17072 13109 0 0 1175 60 4 3 20 0 15 0 474825615 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10846988 memory=1299064 CPUtime=12.46 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 15146 13109 0 0 1179 60 4 3 20 0 15 0 474825615 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10846988 memory=1296964 CPUtime=12.42 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 16990 13109 0 0 1178 57 4 3 20 0 15 0 474825615 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10846988 memory=1299064 CPUtime=10.85 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 16218 13109 0 0 1018 60 4 3 20 0 15 0 474825617 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10846988 memory=1299064 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 43 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213230745312 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10846988 memory=1299064 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 11 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 324766 33554432000 4194304 4196468 140727923011392 140212629923072 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10846988 memory=1299064 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10846988 memory=1299064 CPUtime=5.01 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 27414 13109 0 0 491 3 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10846988 memory=1299064 CPUtime=4.92 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 22042 13109 0 0 481 4 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10846988 memory=3616 CPUtime=2.25 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 14024 13109 0 0 214 4 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10846988 memory=41432 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10846988 memory=1299064 CPUtime=1.4 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1002 13109 0 0 57 76 4 3 20 0 15 0 474825620 11107315712 324766 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 2430.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1299064 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.41 1.42 3/228 30360
/proc/meminfo: memFree=8291448/32770624 swapFree=66935456/67108860
[pid=29941] ppid=29938 vsize=10846988 memory=1299148 CPUtime=2491.33 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 217224 13109 0 0 248750 376 4 3 20 0 15 0 474825605 11107315712 324787 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2711747 324787 3629 1 0 2673805 0
[pid=29941/tid=29994] ppid=29938 vsize=10846988 memory=1299148 CPUtime=2416.04 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 69849 13109 0 0 241543 54 4 3 20 0 15 0 474825614 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213744369344 140213377294836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10846988 memory=1299064 CPUtime=12.74 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 14529 13109 0 0 1207 60 4 3 20 0 15 0 474825615 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10846988 memory=1299148 CPUtime=12.76 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 17151 13109 0 0 1208 61 4 3 20 0 15 0 474825615 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10846988 memory=1299148 CPUtime=12.8 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 15555 13109 0 0 1212 61 4 3 20 0 15 0 474825615 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10846988 memory=1299148 CPUtime=12.76 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 17036 13109 0 0 1210 59 4 3 20 0 15 0 474825615 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10846988 memory=1299064 CPUtime=11.13 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 16335 13109 0 0 1045 61 4 3 20 0 15 0 474825617 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10846988 memory=1299124 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 43 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213230745312 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10846988 memory=1299148 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 11 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 324787 33554432000 4194304 4196468 140727923011392 140212629923072 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10846988 memory=1299148 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10846988 memory=41432 CPUtime=5.01 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 27416 13109 0 0 491 3 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10846988 memory=988 CPUtime=4.93 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 22044 13109 0 0 482 4 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10846988 memory=3616 CPUtime=2.25 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 14026 13109 0 0 214 4 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10846988 memory=41432 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10846988 memory=1299148 CPUtime=1.43 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1012 13109 0 0 58 78 4 3 20 0 15 0 474825620 11107315712 324787 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 2491.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1299148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.5 s]
/proc/loadavg: 1.28 1.40 1.42 3/229 30364
/proc/meminfo: memFree=8288804/32770624 swapFree=66935456/67108860
[pid=29941] ppid=29938 vsize=10846988 memory=1301228 CPUtime=2520 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 218366 13109 0 0 251614 379 4 3 20 0 15 0 474825605 11107315712 325307 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2711747 325307 3629 1 0 2673805 0
[pid=29941/tid=29994] ppid=29938 vsize=10846988 memory=1299172 CPUtime=2443.94 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 70329 13109 0 0 244332 55 4 3 20 0 15 0 474825614 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213744369280 140213396139420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.9 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 14661 13109 0 0 1222 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.91 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 17177 13109 0 0 1223 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10846988 memory=1299148 CPUtime=12.95 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 15576 13109 0 0 1227 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.92 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 17400 13109 0 0 1225 60 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10846988 memory=2828 CPUtime=11.27 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 16433 13109 0 0 1058 62 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10846988 memory=1299172 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 43 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213230745312 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10846988 memory=14076 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 11 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212629923072 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10846988 memory=1301228 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10846988 memory=988 CPUtime=5.01 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 27418 13109 0 0 491 3 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10846988 memory=1299172 CPUtime=4.93 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 22046 13109 0 0 482 4 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10846988 memory=1272 CPUtime=2.25 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 14028 13109 0 0 214 4 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10846988 memory=1276 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10846988 memory=1299172 CPUtime=1.44 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1027 13109 0 0 58 79 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1301228 KiB

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

[startup+2470.54 s]
# the end of solver process 29941 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.84513 s

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

[startup+2470.5 s]
/proc/loadavg: 1.28 1.40 1.42 3/229 30364
/proc/meminfo: memFree=8288804/32770624 swapFree=66935456/67108860
[pid=29941] ppid=29938 vsize=10846988 memory=1301228 CPUtime=2520 cores=1,3,5,7
/proc/29941/stat : 29941 (java) S 29938 29941 23580 0 -1 1077944320 218366 13109 0 0 251614 379 4 3 20 0 15 0 474825605 11107315712 325307 33554432000 4194304 4196468 140727923011392 140727922993936 140213772533495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
/proc/29941/statm: 2711747 325307 3629 1 0 2673805 0
[pid=29941/tid=29994] ppid=29938 vsize=10846988 memory=1299172 CPUtime=2443.94 cores=1,3,5,7
/proc/29941/task/29994/stat : 29994 (java) R 29938 29941 23580 0 -1 4202560 70329 13109 0 0 244332 55 4 3 20 0 15 0 474825614 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213744369280 140213396139420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29995] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.9 cores=1,3,5,7
/proc/29941/task/29995/stat : 29995 (java) S 29938 29941 23580 0 -1 1077944384 14661 13109 0 0 1222 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213776775696 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29996] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.91 cores=1,3,5,7
/proc/29941/task/29996/stat : 29996 (java) S 29938 29941 23580 0 -1 1077944384 17177 13109 0 0 1223 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213345692304 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29997] ppid=29938 vsize=10846988 memory=1299148 CPUtime=12.95 cores=1,3,5,7
/proc/29941/task/29997/stat : 29997 (java) S 29938 29941 23580 0 -1 1077944384 15576 13109 0 0 1227 61 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213344639248 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29998] ppid=29938 vsize=10846988 memory=1299172 CPUtime=12.92 cores=1,3,5,7
/proc/29941/task/29998/stat : 29998 (java) S 29938 29941 23580 0 -1 1077944384 17400 13109 0 0 1225 60 4 3 20 0 15 0 474825615 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213343586704 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=29999] ppid=29938 vsize=10846988 memory=2828 CPUtime=11.27 cores=1,3,5,7
/proc/29941/task/29999/stat : 29999 (java) S 29938 29941 23580 0 -1 1077944384 16433 13109 0 0 1058 62 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213231799024 140213772544642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30000] ppid=29938 vsize=10846988 memory=1299172 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30000/stat : 30000 (java) S 29938 29941 23580 0 -1 1077944384 43 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213230745312 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30001] ppid=29938 vsize=10846988 memory=14076 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30001/stat : 30001 (java) S 29938 29941 23580 0 -1 1077944384 11 13109 0 0 0 0 4 3 20 0 15 0 474825617 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212629923072 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30002] ppid=29938 vsize=10846988 memory=1301228 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30002/stat : 30002 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212322523600 140213772552091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30003] ppid=29938 vsize=10846988 memory=988 CPUtime=5.01 cores=1,3,5,7
/proc/29941/task/30003/stat : 30003 (java) S 29938 29941 23580 0 -1 1077944384 27418 13109 0 0 491 3 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213197187312 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30004] ppid=29938 vsize=10846988 memory=1299172 CPUtime=4.93 cores=1,3,5,7
/proc/29941/task/30004/stat : 30004 (java) S 29938 29941 23580 0 -1 1077944384 22046 13109 0 0 482 4 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213196134768 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30005] ppid=29938 vsize=10846988 memory=1272 CPUtime=2.25 cores=1,3,5,7
/proc/29941/task/30005/stat : 30005 (java) S 29938 29941 23580 0 -1 1077944384 14028 13109 0 0 214 4 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213195081712 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30006] ppid=29938 vsize=10846988 memory=1276 CPUtime=0.07 cores=1,3,5,7
/proc/29941/task/30006/stat : 30006 (java) S 29938 29941 23580 0 -1 1077944384 3 13109 0 0 0 0 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140212288964960 140213772543701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
[pid=29941/tid=30007] ppid=29938 vsize=10846988 memory=1299172 CPUtime=1.44 cores=1,3,5,7
/proc/29941/task/30007/stat : 30007 (java) S 29938 29941 23580 0 -1 1077944384 1027 13109 0 0 58 79 4 3 20 0 15 0 474825620 11107315712 325307 33554432000 4194304 4196468 140727923011392 140213194030128 140213772544642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13438976 140727923014385 140727923016901 140727923016901 140727923019727 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1301228 KiB

Child status: 143
Real time (s): 2470.54
CPU time (s): 2520.06
CPU user time (s): 2516.21
CPU system time (s): 3.84513
CPU usage (%): 102.004
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 1301228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.84513
maximum resident set size= 1305440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232234
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292827
involuntary context switches= 9037


# summary of solver processes directly reported to runsolver:
#   pid: 29941
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.84513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7561 second user time and 27.2386 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 16:13:55
IDJOB=4402426
IDBENCH=141714
IDSOLVER=2861
FILE ID=node141/4402426-1568988878
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402426-1568988878/watcher-4402426-1568988878 -o /tmp/evaluation-result-4402426-1568988878/solver-4402426-1568988878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=83659144 HOME/instance-4402426-1568988878.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=83659144

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         9764924 kB
MemAvailable:   30895812 kB
Buffers:          120508 kB
Cached:         21261936 kB
SwapCached:        62372 kB
Active:         11569652 kB
Inactive:       10779892 kB
Active(anon):     902596 kB
Inactive(anon):   108612 kB
Active(file):   10667056 kB
Inactive(file): 10671280 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935432 kB
Dirty:             35676 kB
Writeback:            28 kB
AnonPages:       1011996 kB
Mapped:            61832 kB
Shmem:             35224 kB
Slab:             245820 kB
SReclaimable:     216772 kB
SUnreclaim:        29048 kB
KernelStack:        3824 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2156812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 16:55:06