Trace number 4402663

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.13 2469.73

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-28-088.xml
MD5SUM86f96609b8582eec836d4ad8d9b44327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints378
Number of domains28
Minimum domain size61
Maximum domain size88
Distribution of domain sizes[{"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},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2}]
Minimum variable degree27
Maximum variable degree27
Distribution of variable degrees[{"degree":27,"count":56}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":378}]
Number of extensional constraints0
Number of intensional constraints378
Distribution of constraint types[{"type":"intension","count":378}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402663-1568989218/watcher-4402663-1568989218 -o /var/tmp/evaluation-result-4402663-1568989218/solver-4402663-1568989218 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402663-1568989218.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100063 s]*
/proc/loadavg: 1.56 1.52 1.50 7/218 22153
/proc/meminfo: memFree=5488048/32770624 swapFree=66993220/67108860
[pid=22096] ppid=22093 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 4420 13327 0 0 1 0 5 3 20 0 6 0 475189594 10212057088 4203 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2493178 4203 1934 1 0 2481616 0
[pid=22096/tid=22149] ppid=22093 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 2217 13327 0 0 0 0 5 3 20 0 6 0 475189603 10212057088 4715 33554432000 4194304 4196468 140725237627536 139927951692368 139927963936094 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 6 0 475189604 10212057088 4715 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=9972712 memory=3544817052700198560 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 6 0 475189604 10212057088 4715 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 6 0 475189604 10212057088 4715 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 6 0 475189604 10212057088 4715 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.56 1.52 1.50 4/227 22162
/proc/meminfo: memFree=5468292/32770624 swapFree=66993220/67108860
[pid=22096] ppid=22093 vsize=10820164 memory=41824 CPUtime=0.27 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 7230 13327 0 0 18 1 5 3 20 0 15 0 475189594 11079847936 10456 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2705041 10456 3316 1 0 2667149 0
[pid=22096/tid=22149] ppid=22093 vsize=10820164 memory=753035770744996145 CPUtime=0.19 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 3695 13327 0 0 10 1 5 3 20 0 15 0 475189603 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927951678912 139927979867542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10820164 memory=3544817052700198560 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189605 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 13 13327 0 0 0 0 5 3 20 0 15 0 475189606 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927417250848 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189606 11079847936 10456 33554432000 4194304 4196468 140725237627536 139926813270896 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) R 22093 22096 16228 0 -1 4202560 346 13327 0 0 1 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927505398640 139927960034776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10820164 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 331 13327 0 0 1 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10820164 memory=139753184642688 CPUtime=0.11 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 629 13327 0 0 3 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10820164 memory=139753184642688 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079847936 10456 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41824 KiB

[startup+0.311111 s]*
/proc/loadavg: 1.56 1.52 1.50 4/227 22162
/proc/meminfo: memFree=5455140/32770624 swapFree=66993220/67108860
[pid=22096] ppid=22093 vsize=10820196 memory=50188 CPUtime=0.41 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 10756 13327 0 0 30 3 5 3 20 0 15 0 475189594 11079880704 12547 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2705049 12547 3353 1 0 2667149 0
[pid=22096/tid=22149] ppid=22093 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 7204 13327 0 0 19 2 5 3 20 0 15 0 475189603 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927951659712 139927963936094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189604 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10820196 memory=139753184642687 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189605 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 13 13327 0 0 0 0 5 3 20 0 15 0 475189606 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927417250848 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189606 11079880704 12547 33554432000 4194304 4196468 140725237627536 139926813270896 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 351 13327 0 0 2 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 332 13327 0 0 2 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10820196 memory=139753184642688 CPUtime=0.13 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 647 13327 0 0 5 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10820196 memory=139753184642688 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189609 11079880704 12547 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50188 KiB

[startup+0.700766 s]
/proc/loadavg: 1.56 1.52 1.50 3/227 22162
/proc/meminfo: memFree=5440976/32770624 swapFree=66993220/67108860
[pid=22096] ppid=22093 vsize=10824364 memory=83668 CPUtime=1.16 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 15157 13327 0 0 103 5 5 3 20 0 15 0 475189594 11084148736 20917 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2706091 20917 3504 1 0 2668173 0
[pid=22096/tid=22149] ppid=22093 vsize=10824364 memory=7660742144744843625 CPUtime=0.67 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 10413 13327 0 0 55 4 5 3 20 0 15 0 475189603 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927951685152 139927963936094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10824364 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189604 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189604 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 5 13327 0 0 0 0 5 3 20 0 15 0 475189605 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 13 13327 0 0 0 0 5 3 20 0 15 0 475189606 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927417250848 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189606 11084148736 20917 33554432000 4194304 4196468 140725237627536 139926813270896 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 968 13327 0 0 16 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 718 13327 0 0 13 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 827 13327 0 0 17 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189609 11084148736 20917 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83668 KiB

[startup+1.50066 s]
/proc/loadavg: 1.56 1.52 1.50 4/227 22162
/proc/meminfo: memFree=5399376/32770624 swapFree=66993220/67108860
[pid=22096] ppid=22093 vsize=10834680 memory=179192 CPUtime=2.71 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 24855 13327 0 0 253 10 5 3 20 0 15 0 475189594 11094712320 44798 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2708670 44798 3579 1 0 2670733 0
[pid=22096/tid=22149] ppid=22093 vsize=10834680 memory=139753068434008 CPUtime=1.44 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 16496 13327 0 0 130 6 5 3 20 0 15 0 475189603 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927951666464 139927979867542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 74 13327 0 0 1 0 5 3 20 0 15 0 475189604 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10834680 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 29 13327 0 0 0 0 5 3 20 0 15 0 475189604 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10834680 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 317 13327 0 0 1 0 5 3 20 0 15 0 475189604 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10834680 memory=279506137274784 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 46 13327 0 0 1 0 5 3 20 0 15 0 475189604 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10834680 memory=234638358392022 CPUtime=0.09 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 1370 13327 0 0 1 0 5 3 20 0 15 0 475189605 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 14 13327 0 0 0 0 5 3 20 0 15 0 475189606 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927417250848 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10834680 memory=7517784711438239544 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 2 13327 0 0 0 0 5 3 20 0 15 0 475189606 11094712320 44798 33554432000 4194304 4196468 140725237627536 139926813270896 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10834680 memory=-7668917182949848256 CPUtime=0.46 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 1460 13327 0 0 38 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10834680 memory=8514726395714956677 CPUtime=0.43 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 1188 13327 0 0 35 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10834680 memory=7100839887184299122 CPUtime=0.49 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) R 22093 22096 16228 0 -1 4202560 1651 13327 0 0 41 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927503293040 139927958456449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10834680 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1 13327 0 0 0 0 5 3 20 0 15 0 475189609 11094712320 44798 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10834680 KiB

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

/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 71478 13327 0 0 235570 51 5 3 20 0 15 0 475189603 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927951690928 139927569374205 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10846988 memory=3620 CPUtime=12.39 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 16286 13327 0 0 1174 57 5 3 20 0 15 0 475189604 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10846988 memory=6791534058613427641 CPUtime=12.35 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 21066 13327 0 0 1174 53 5 3 20 0 15 0 475189604 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10846988 memory=1278984 CPUtime=12.29 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 21254 13327 0 0 1163 58 5 3 20 0 15 0 475189604 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10846988 memory=1278984 CPUtime=12.36 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 16289 13327 0 0 1172 56 5 3 20 0 15 0 475189604 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10846988 memory=1278984 CPUtime=10.72 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 18472 13327 0 0 1008 56 5 3 20 0 15 0 475189605 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10846988 memory=1278984 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 15 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927417250912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10846988 memory=1278984 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 5 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 319751 33554432000 4194304 4196468 140725237627536 139926813270912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10846988 memory=1278984 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10846988 memory=279506137871792 CPUtime=5.64 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 29168 13327 0 0 551 5 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10846988 memory=1279004 CPUtime=5.79 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 32178 13327 0 0 566 5 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10846988 memory=1279004 CPUtime=2.39 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 16074 13327 0 0 227 4 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10846988 memory=45344 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10846988 memory=8 CPUtime=1.58 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1192 13327 0 0 82 68 5 3 20 0 15 0 475189609 11107315712 319751 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 2431.2 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1279004 KiB

[startup+2442.3 s]
/proc/loadavg: 0.77 0.69 0.92 2/208 22441
/proc/meminfo: memFree=5602544/32770624 swapFree=66993280/67108860
[pid=22096] ppid=22093 vsize=10846988 memory=1281068 CPUtime=2492.21 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 247136 13327 0 0 248849 364 5 3 20 0 15 0 475189594 11107315712 320267 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2711747 320267 3629 1 0 2673805 0
[pid=22096/tid=22149] ppid=22093 vsize=10846988 memory=1281068 CPUtime=2415.59 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 72167 13327 0 0 241499 52 5 3 20 0 15 0 475189603 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927951690928 139927588375184 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10846988 memory=1281068 CPUtime=12.74 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 16471 13327 0 0 1207 59 5 3 20 0 15 0 475189604 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10846988 memory=928 CPUtime=12.69 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 21325 13327 0 0 1206 55 5 3 20 0 15 0 475189604 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10846988 memory=1281068 CPUtime=12.63 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 21311 13327 0 0 1195 60 5 3 20 0 15 0 475189604 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10846988 memory=1279004 CPUtime=12.7 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 16313 13327 0 0 1205 57 5 3 20 0 15 0 475189604 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10846988 memory=1279020 CPUtime=11.01 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 18686 13327 0 0 1036 57 5 3 20 0 15 0 475189605 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10846988 memory=1279020 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 15 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927417250912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10846988 memory=1279020 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 5 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320267 33554432000 4194304 4196468 140725237627536 139926813270912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10846988 memory=1281068 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10846988 memory=1281068 CPUtime=5.64 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 29170 13327 0 0 551 5 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10846988 memory=1279020 CPUtime=5.79 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 32180 13327 0 0 566 5 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10846988 memory=1281068 CPUtime=2.39 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 16076 13327 0 0 227 4 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10846988 memory=1281068 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10846988 memory=1281068 CPUtime=1.62 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1210 13327 0 0 84 70 5 3 20 0 15 0 475189609 11107315712 320267 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 2492.21 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1281068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.7 s]
/proc/loadavg: 0.85 0.72 0.92 2/208 22445
/proc/meminfo: memFree=5602968/32770624 swapFree=66993280/67108860
[pid=22096] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2520.08 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 247617 13327 0 0 251633 367 5 3 20 0 15 0 475189594 11107315712 320272 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2711747 320272 3629 1 0 2673805 0
[pid=22096/tid=22149] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2442.67 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 72468 13327 0 0 244207 52 5 3 20 0 15 0 475189603 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927951691440 139927588075407 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.89 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 16471 13327 0 0 1222 59 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10846988 memory=1281068 CPUtime=12.85 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 21328 13327 0 0 1221 56 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.8 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 21322 13327 0 0 1211 61 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.87 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 16466 13327 0 0 1221 58 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10846988 memory=1281088 CPUtime=11.14 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 18697 13327 0 0 1048 58 5 3 20 0 15 0 475189605 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10846988 memory=1281088 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 15 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927417250912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10846988 memory=1281088 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 5 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926813270912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10846988 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10846988 memory=1281088 CPUtime=5.64 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 29170 13327 0 0 551 5 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10846988 memory=1281088 CPUtime=5.79 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 32180 13327 0 0 566 5 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2.39 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 16076 13327 0 0 227 4 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10846988 memory=1281088 CPUtime=1.64 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1212 13327 0 0 85 71 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1281088 KiB

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

[startup+2469.73 s]
# the end of solver process 22096 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.71999 s

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

[startup+2469.7 s]
/proc/loadavg: 0.85 0.72 0.92 2/208 22445
/proc/meminfo: memFree=5602968/32770624 swapFree=66993280/67108860
[pid=22096] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2520.08 cores=0,2,4,6
/proc/22096/stat : 22096 (java) S 22093 22096 16228 0 -1 1077944320 247617 13327 0 0 251633 367 5 3 20 0 15 0 475189594 11107315712 320272 33554432000 4194304 4196468 140725237627536 140725237610080 139927979855607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
/proc/22096/statm: 2711747 320272 3629 1 0 2673805 0
[pid=22096/tid=22149] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2442.67 cores=0,2,4,6
/proc/22096/task/22149/stat : 22149 (java) R 22093 22096 16228 0 -1 4202560 72468 13327 0 0 244207 52 5 3 20 0 15 0 475189603 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927951691440 139927588075407 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22150] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.89 cores=0,2,4,6
/proc/22096/task/22150/stat : 22150 (java) S 22093 22096 16228 0 -1 1077944384 16471 13327 0 0 1222 59 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927984098448 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22151] ppid=22093 vsize=10846988 memory=1281068 CPUtime=12.85 cores=0,2,4,6
/proc/22096/task/22151/stat : 22151 (java) S 22093 22096 16228 0 -1 1077944384 21328 13327 0 0 1221 56 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927888301072 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22152] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.8 cores=0,2,4,6
/proc/22096/task/22152/stat : 22152 (java) S 22093 22096 16228 0 -1 1077944384 21322 13327 0 0 1211 61 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927552318352 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22153] ppid=22093 vsize=10846988 memory=1281088 CPUtime=12.87 cores=0,2,4,6
/proc/22096/task/22153/stat : 22153 (java) S 22093 22096 16228 0 -1 1077944384 16466 13327 0 0 1221 58 5 3 20 0 15 0 475189604 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927551265552 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22154] ppid=22093 vsize=10846988 memory=1281088 CPUtime=11.14 cores=0,2,4,6
/proc/22096/task/22154/stat : 22154 (java) S 22093 22096 16228 0 -1 1077944384 18697 13327 0 0 1048 58 5 3 20 0 15 0 475189605 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927506450800 139927979866754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22155] ppid=22093 vsize=10846988 memory=1281088 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22155/stat : 22155 (java) S 22093 22096 16228 0 -1 1077944384 15 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927417250912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22156] ppid=22093 vsize=10846988 memory=1281088 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22156/stat : 22156 (java) S 22093 22096 16228 0 -1 1077944384 5 13327 0 0 0 0 5 3 20 0 15 0 475189606 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926813270912 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22157] ppid=22093 vsize=10846988 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22157/stat : 22157 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926505871184 139927979874203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22158] ppid=22093 vsize=10846988 memory=1281088 CPUtime=5.64 cores=0,2,4,6
/proc/22096/task/22158/stat : 22158 (java) S 22093 22096 16228 0 -1 1077944384 29170 13327 0 0 551 5 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927505398640 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22159] ppid=22093 vsize=10846988 memory=1281088 CPUtime=5.79 cores=0,2,4,6
/proc/22096/task/22159/stat : 22159 (java) S 22093 22096 16228 0 -1 1077944384 32180 13327 0 0 566 5 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927504345840 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22160] ppid=22093 vsize=10846988 memory=1281088 CPUtime=2.39 cores=0,2,4,6
/proc/22096/task/22160/stat : 22160 (java) S 22093 22096 16228 0 -1 1077944384 16076 13327 0 0 227 4 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927503293040 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22161] ppid=22093 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22096/task/22161/stat : 22161 (java) S 22093 22096 16228 0 -1 1077944384 3 13327 0 0 0 0 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139926472313568 139927979865813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
[pid=22096/tid=22162] ppid=22093 vsize=10846988 memory=1281088 CPUtime=1.64 cores=0,2,4,6
/proc/22096/task/22162/stat : 22162 (java) S 22093 22096 16228 0 -1 1077944384 1212 13327 0 0 85 71 5 3 20 0 15 0 475189609 11107315712 320272 33554432000 4194304 4196468 140725237627536 139927502240432 139927979866754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 28667904 140725237631587 140725237634229 140725237634229 140725237637071 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1281088 KiB

Child status: 143
Real time (s): 2469.73
CPU time (s): 2520.13
CPU user time (s): 2516.41
CPU system time (s): 3.71999
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1281088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.71999
maximum resident set size= 1285304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290886
involuntary context switches= 6724


# summary of solver processes directly reported to runsolver:
#   pid: 22096
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.71999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6765 second user time and 23.5916 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 16:19:40
IDJOB=4402663
IDBENCH=141732
IDSOLVER=2861
FILE ID=node126/4402663-1568989218
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-28-088.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402663-1568989218/watcher-4402663-1568989218 -o /var/tmp/evaluation-result-4402663-1568989218/solver-4402663-1568989218 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402663-1568989218.xml

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

MD5SUM BENCH= 86f96609b8582eec836d4ad8d9b44327
RANDOM SEED=1610828603

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5494420 kB
MemAvailable:   30513916 kB
Buffers:          132124 kB
Cached:         24935376 kB
SwapCached:         7092 kB
Active:         13850588 kB
Inactive:       12570252 kB
Active(anon):    1345828 kB
Inactive(anon):    45928 kB
Active(file):   12504760 kB
Inactive(file): 12524324 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66993220 kB
Dirty:             35676 kB
Writeback:             0 kB
AnonPages:       1457344 kB
Mapped:            61124 kB
Shmem:             29612 kB
Slab:             447712 kB
SReclaimable:     418872 kB
SUnreclaim:        28840 kB
KernelStack:        3712 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2599252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13476 MiB
End job on node126 at 2019-09-20 17:00:50