Trace number 4396334

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.22 2433.38

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t10-4.xml
MD5SUM9ef9cfbbe168b3e655de6bd1a7d8b0b4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark867
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables20580
Number of constraints1002
Number of domains21
Minimum domain size2
Maximum domain size181
Distribution of domain sizes[{"size":2,"count":980},{"size":8,"count":980},{"size":11,"count":980},{"size":23,"count":980},{"size":51,"count":980},{"size":54,"count":980},{"size":64,"count":980},{"size":71,"count":980},{"size":83,"count":980},{"size":92,"count":980},{"size":97,"count":980},{"size":103,"count":980},{"size":115,"count":980},{"size":121,"count":980},{"size":139,"count":980},{"size":147,"count":980},{"size":154,"count":980},{"size":160,"count":980},{"size":166,"count":980},{"size":180,"count":980},{"size":181,"count":980}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":20580}]
Minimum constraint arity21
Maximum constraint arity19600
Distribution of constraint arities[{"arity":21,"count":980},{"arity":980,"count":21},{"arity":19600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1000}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
2520.05/2433.32	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2433.32		at concrete.MAC.mac(MAC.scala:192)
2520.05/2433.32		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2433.32		at scala.util.Try$.apply(Try.scala:212)
2520.05/2433.32		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2433.32		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2433.32		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2433.32		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2433.32		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2433.32		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.05/2433.32		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2433.32		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2433.32		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2433.32		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2433.32		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2433.32		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2433.32		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2433.32		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2433.32		at scala.util.Success.map(Try.scala:264)
2520.05/2433.32		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2433.32		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2433.32		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2433.32		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2433.32		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2433.32		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2433.32		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2433.32		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2433.32		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2433.32		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2433.32		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2433.32		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2433.32		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2433.32		at scala.App.main(App.scala:75)
2520.05/2433.32		at scala.App.main$(App.scala:73)
2520.05/2433.33		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2433.33		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2433.35	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 (12079 MiB free)
  memory of node 1: 16384 MiB (15827 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396334-1568398076/watcher-4396334-1568398076 -o /tmp/evaluation-result-4396334-1568398076/solver-4396334-1568398076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=809983132 HOME/instance-4396334-1568398076.xml 

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

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


[startup+0.101553 s]*
/proc/loadavg: 1.57 1.63 1.67 3/218 23454
/proc/meminfo: memFree=28566340/32770624 swapFree=66966956/67108860
[pid=23397] ppid=23394 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 4376 13006 0 0 1 0 5 2 20 0 6 0 416074488 10212057088 4649 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2493178 4649 1935 1 0 2481616 0
[pid=23397/tid=23450] ppid=23394 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 2176 13006 0 0 1 0 5 2 20 0 6 0 416074497 10212057088 4649 33554432000 4194304 4196468 140729992964672 139855160111696 139855173586937 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=9972712 memory=4211973815882349962 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 6 0 416074498 10212057088 4649 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=9972712 memory=140089677559424 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 6 0 416074498 10212057088 4649 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 6 0 416074498 10212057088 4649 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 6 0 416074498 10212057088 4649 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210167 s]*
/proc/loadavg: 1.57 1.63 1.67 4/227 23463
/proc/meminfo: memFree=28550432/32770624 swapFree=66966956/67108860
[pid=23397] ppid=23394 vsize=10819664 memory=38272 CPUtime=0.25 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 6908 13006 0 0 16 2 5 2 20 0 15 0 416074488 11079335936 9568 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2704916 9568 3160 1 0 2667149 0
[pid=23397/tid=23450] ppid=23394 vsize=10819664 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 3392 13006 0 0 11 1 5 2 20 0 15 0 416074497 11079335936 9568 33554432000 4194304 4196468 140729992964672 139855160089776 139855172355422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10819664 memory=4211973815882349962 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079335936 9568 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10819664 memory=140089677559424 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079335936 9568 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079335936 9568 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079335936 9568 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10819664 memory=140089677559424 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074499 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 33 13006 0 0 0 0 5 2 20 0 15 0 416074500 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854646011552 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074500 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854067262704 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 587 13006 0 0 1 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 66 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10819664 memory=140089677559424 CPUtime=0.1 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) R 23394 23397 19747 0 -1 4202560 608 13006 0 0 3 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10819664 memory=140089677559424 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079335936 9568 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38272 KiB

[startup+0.31019 s]*
/proc/loadavg: 1.57 1.63 1.67 3/227 23463
/proc/meminfo: memFree=28536704/32770624 swapFree=66966956/67108860
[pid=23397] ppid=23394 vsize=10820148 memory=50684 CPUtime=0.4 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 10353 13006 0 0 29 4 5 2 20 0 15 0 416074488 11079831552 12671 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2705037 12671 3326 1 0 2667149 0
[pid=23397/tid=23450] ppid=23394 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 6815 13006 0 0 19 2 5 2 20 0 15 0 416074497 11079831552 12671 33554432000 4194304 4196468 140729992964672 139855160074848 139855166292176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079831552 12671 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079831552 12671 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079831552 12671 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11079831552 12671 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10820148 memory=140089677559423 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074499 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 33 13006 0 0 0 0 5 2 20 0 15 0 416074500 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854646011552 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074500 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854067262704 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 597 13006 0 0 2 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 66 13006 0 0 1 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10820148 memory=140089677559424 CPUtime=0.12 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 617 13006 0 0 5 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10820148 memory=140089677559424 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074503 11079831552 12671 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50684 KiB

[startup+0.700735 s]
/proc/loadavg: 1.57 1.63 1.67 5/227 23463
/proc/meminfo: memFree=28522392/32770624 swapFree=66966956/67108860
[pid=23397] ppid=23394 vsize=10824360 memory=82792 CPUtime=1.11 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 14415 13006 0 0 98 6 5 2 20 0 15 0 416074488 11084144640 20698 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2706090 20698 3511 1 0 2668173 0
[pid=23397/tid=23450] ppid=23394 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 9613 13006 0 0 55 4 5 2 20 0 15 0 416074497 11084144640 20698 33554432000 4194304 4196468 140729992964672 139855160085936 139855172355422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11084144640 20698 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074498 11084144640 20698 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11084144640 20698 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074498 11084144640 20698 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 5 13006 0 0 0 0 5 2 20 0 15 0 416074499 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 33 13006 0 0 0 0 5 2 20 0 15 0 416074500 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854646011552 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074500 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854067262704 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10824360 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 1064 13006 0 0 11 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) R 23394 23397 19747 0 -1 4202560 644 13006 0 0 14 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854611401072 139855174290122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 832 13006 0 0 17 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10824360 memory=280179104547056 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074503 11084144640 20698 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82792 KiB

[startup+1.50073 s]
/proc/loadavg: 1.57 1.63 1.67 6/227 23463
/proc/meminfo: memFree=28439432/32770624 swapFree=66966956/67108860
[pid=23397] ppid=23394 vsize=10832628 memory=256112 CPUtime=3.3 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 25290 13006 0 0 310 13 5 2 20 0 15 0 416074488 11092611072 64028 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2708157 64028 3592 1 0 2670221 0
[pid=23397/tid=23450] ppid=23394 vsize=10832628 memory=7 CPUtime=1.39 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 14517 13006 0 0 125 7 5 2 20 0 15 0 416074497 11092611072 64028 33554432000 4194304 4196468 140729992964672 139855160091480 139855173708332 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10832628 memory=2321 CPUtime=0.1 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 49 13006 0 0 3 0 5 2 20 0 15 0 416074498 11092611072 64028 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10832628 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 23 13006 0 0 3 0 5 2 20 0 15 0 416074498 11092611072 64028 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10832628 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 38 13006 0 0 3 0 5 2 20 0 15 0 416074498 11092611072 64028 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10832628 memory=4580 CPUtime=0.11 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 248 13006 0 0 3 1 5 2 20 0 15 0 416074498 11092611072 64028 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10832628 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 567 13006 0 0 1 0 5 2 20 0 15 0 416074499 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10832628 memory=2273 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 33 13006 0 0 0 0 5 2 20 0 15 0 416074500 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854646011616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10832628 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 2 13006 0 0 0 0 5 2 20 0 15 0 416074500 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854067262720 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10832628 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 2081 13006 0 0 54 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10832628 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 3715 13006 0 0 72 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10832628 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 1799 13006 0 0 41 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10832628 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10832628 memory=288230583132487972 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 1 13006 0 0 0 0 5 2 20 0 15 0 416074503 11092611072 64028 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 10832628 KiB

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

/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 304020 13006 0 0 229697 50 5 2 20 0 15 0 416074497 11107311616 947817 33554432000 4194304 4196468 140729992964672 139855160110000 139854775158124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10846984 memory=3791192 CPUtime=22.58 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 116843 13006 0 0 2164 87 5 2 20 0 15 0 416074498 11107311616 947817 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10846984 memory=3791192 CPUtime=22.6 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 128053 13006 0 0 2168 85 5 2 20 0 15 0 416074498 11107311616 947817 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10846984 memory=3791268 CPUtime=22.56 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 114238 13006 0 0 2165 84 5 2 20 0 15 0 416074498 11107311616 947817 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10846984 memory=3791268 CPUtime=22.73 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 118630 13006 0 0 2176 90 5 2 20 0 15 0 416074498 11107311616 947817 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10846984 memory=3791268 CPUtime=1.76 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 36120 13006 0 0 163 6 5 2 20 0 15 0 416074499 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10846984 memory=3791192 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 51 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854646011616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10846984 memory=3791268 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 19 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854067262720 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10846984 memory=3791268 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10846984 memory=3620 CPUtime=7.37 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 41729 13006 0 0 725 5 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10846984 memory=3791268 CPUtime=7.79 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 43262 13006 0 0 767 5 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10846984 memory=1376 CPUtime=2.81 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 29836 13006 0 0 268 6 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10846984 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10846984 memory=38904 CPUtime=1.3 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 2386 13006 0 0 57 66 5 2 20 0 15 0 416074503 11107311616 947817 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 2408.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3791268 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.64 1.66 3/227 23812
/proc/meminfo: memFree=26632376/32770624 swapFree=66966968/67108860
[pid=23397] ppid=23394 vsize=10846984 memory=3797860 CPUtime=2468.82 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 957324 13006 0 0 246396 479 5 2 20 0 15 0 416074488 11107311616 949465 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2711746 949465 3639 1 0 2673805 0
[pid=23397/tid=23450] ppid=23394 vsize=10846984 memory=3797860 CPUtime=2357.45 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 316901 13006 0 0 235687 51 5 2 20 0 15 0 416074497 11107311616 949465 33554432000 4194304 4196468 140729992964672 139855160109856 139854776468968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10846984 memory=3797860 CPUtime=22.67 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 119896 13006 0 0 2172 88 5 2 20 0 15 0 416074498 11107311616 949465 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10846984 memory=3797860 CPUtime=22.69 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 129408 13006 0 0 2176 86 5 2 20 0 15 0 416074498 11107311616 949465 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10846984 memory=3200 CPUtime=22.64 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 115197 13006 0 0 2173 84 5 2 20 0 15 0 416074498 11107311616 949465 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10846984 memory=2260 CPUtime=22.82 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 119961 13006 0 0 2185 90 5 2 20 0 15 0 416074498 11107311616 949465 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10846984 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 36420 13006 0 0 163 6 5 2 20 0 15 0 416074499 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 51 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854646011616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10846984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 19 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854067262720 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10846984 memory=3793500 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10846984 memory=3793500 CPUtime=7.37 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 41732 13006 0 0 725 5 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10846984 memory=3797860 CPUtime=7.79 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 43266 13006 0 0 767 5 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10846984 memory=3797860 CPUtime=2.81 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 29845 13006 0 0 268 6 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10846984 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10846984 memory=38904 CPUtime=1.34 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 2412 13006 0 0 59 68 5 2 20 0 15 0 416074503 11107311616 949465 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 2468.82 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3797860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2433.3 s]
/proc/loadavg: 1.54 1.62 1.65 3/227 23816
/proc/meminfo: memFree=26705520/32770624 swapFree=66966968/67108860
[pid=23397] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2520.05 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 976359 13006 0 0 251516 482 5 2 20 0 15 0 416074488 11107311616 950045 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2711746 950045 3639 1 0 2673805 0
[pid=23397/tid=23450] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2408.39 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 329137 13006 0 0 240779 53 5 2 20 0 15 0 416074497 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855160109776 139854776286577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.74 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 121117 13006 0 0 2179 88 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.76 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 130379 13006 0 0 2183 86 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.71 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 116791 13006 0 0 2180 84 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10846984 memory=1764 CPUtime=22.88 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 122615 13006 0 0 2191 90 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10846984 memory=1192 CPUtime=1.77 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 36726 13006 0 0 164 6 5 2 20 0 15 0 416074499 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10846984 memory=38904 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 51 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854646011616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10846984 memory=3800180 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 19 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854067262720 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10846984 memory=3800180 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10846984 memory=7 CPUtime=7.37 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 41735 13006 0 0 725 5 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10846984 memory=3800180 CPUtime=7.79 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 43270 13006 0 0 767 5 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2.81 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 29854 13006 0 0 268 6 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10846984 memory=940 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10846984 memory=14004 CPUtime=1.36 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 2448 13006 0 0 60 69 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3800180 KiB

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

[startup+2433.38 s]
# the end of solver process 23397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.34 s, system=4.88258 s

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

[startup+2433.3 s]
/proc/loadavg: 1.54 1.62 1.65 3/227 23816
/proc/meminfo: memFree=26705520/32770624 swapFree=66966968/67108860
[pid=23397] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2520.05 cores=1,3,5,7
/proc/23397/stat : 23397 (java) S 23394 23397 19747 0 -1 1077944320 976359 13006 0 0 251516 482 5 2 20 0 15 0 416074488 11107311616 950045 33554432000 4194304 4196468 140729992964672 140729992947216 139855188274935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
/proc/23397/statm: 2711746 950045 3639 1 0 2673805 0
[pid=23397/tid=23450] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2408.39 cores=1,3,5,7
/proc/23397/task/23450/stat : 23450 (java) R 23394 23397 19747 0 -1 4202560 329137 13006 0 0 240779 53 5 2 20 0 15 0 416074497 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855160109776 139854776286577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23451] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.74 cores=1,3,5,7
/proc/23397/task/23451/stat : 23451 (java) S 23394 23397 19747 0 -1 1077944384 121117 13006 0 0 2179 88 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855192517136 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23452] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.76 cores=1,3,5,7
/proc/23397/task/23452/stat : 23452 (java) S 23394 23397 19747 0 -1 1077944384 130379 13006 0 0 2183 86 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855080790672 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23453] ppid=23394 vsize=10846984 memory=3800180 CPUtime=22.71 cores=1,3,5,7
/proc/23397/task/23453/stat : 23453 (java) S 23394 23397 19747 0 -1 1077944384 116791 13006 0 0 2180 84 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855079737616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23454] ppid=23394 vsize=10846984 memory=1764 CPUtime=22.88 cores=1,3,5,7
/proc/23397/task/23454/stat : 23454 (java) S 23394 23397 19747 0 -1 1077944384 122615 13006 0 0 2191 90 5 2 20 0 15 0 416074498 11107311616 950045 33554432000 4194304 4196468 140729992964672 139855078685072 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23455] ppid=23394 vsize=10846984 memory=1192 CPUtime=1.77 cores=1,3,5,7
/proc/23397/task/23455/stat : 23455 (java) S 23394 23397 19747 0 -1 1077944384 36726 13006 0 0 164 6 5 2 20 0 15 0 416074499 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854647065328 139855188286082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23456] ppid=23394 vsize=10846984 memory=38904 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23456/stat : 23456 (java) S 23394 23397 19747 0 -1 1077944384 51 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854646011616 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23457] ppid=23394 vsize=10846984 memory=3800180 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23457/stat : 23457 (java) S 23394 23397 19747 0 -1 1077944384 19 13006 0 0 0 0 5 2 20 0 15 0 416074500 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854067262720 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23458] ppid=23394 vsize=10846984 memory=3800180 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23458/stat : 23458 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139853759863248 139855188293531 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23459] ppid=23394 vsize=10846984 memory=7 CPUtime=7.37 cores=1,3,5,7
/proc/23397/task/23459/stat : 23459 (java) S 23394 23397 19747 0 -1 1077944384 41735 13006 0 0 725 5 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854612453616 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23460] ppid=23394 vsize=10846984 memory=3800180 CPUtime=7.79 cores=1,3,5,7
/proc/23397/task/23460/stat : 23460 (java) S 23394 23397 19747 0 -1 1077944384 43270 13006 0 0 767 5 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854611401072 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23461] ppid=23394 vsize=10846984 memory=3800180 CPUtime=2.81 cores=1,3,5,7
/proc/23397/task/23461/stat : 23461 (java) S 23394 23397 19747 0 -1 1077944384 29854 13006 0 0 268 6 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854610348016 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23462] ppid=23394 vsize=10846984 memory=940 CPUtime=0.07 cores=1,3,5,7
/proc/23397/task/23462/stat : 23462 (java) S 23394 23397 19747 0 -1 1077944384 3 13006 0 0 0 0 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139853726304608 139855188285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
[pid=23397/tid=23463] ppid=23394 vsize=10846984 memory=14004 CPUtime=1.36 cores=1,3,5,7
/proc/23397/task/23463/stat : 23463 (java) S 23394 23397 19747 0 -1 1077944384 2448 13006 0 0 60 69 5 2 20 0 15 0 416074503 11107311616 950045 33554432000 4194304 4196468 140729992964672 139854609296432 139855188286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140729992968944 140729992971461 140729992971461 140729992974287 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3800180 KiB

Child status: 143
Real time (s): 2433.38
CPU time (s): 2520.22
CPU user time (s): 2515.34
CPU system time (s): 4.88258
CPU usage (%): 103.569
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 3800180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.34
system time used= 4.88258
maximum resident set size= 3804728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 991902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66919
involuntary context switches= 2793


# summary of solver processes directly reported to runsolver:
#   pid: 23397
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2515.34
#   total CPU system time (s): 4.88258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3387 second user time and 22.5276 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 20:07:14
IDJOB=4396334
IDBENCH=124254
IDSOLVER=2846
FILE ID=node125/4396334-1568398076
RUNJOBID= node125-1568393055-22031
PBS_JOBID= 21701839
Free space on /tmp= 59744 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t10-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396334-1568398076/watcher-4396334-1568398076 -o /tmp/evaluation-result-4396334-1568398076/solver-4396334-1568398076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=809983132 HOME/instance-4396334-1568398076.xml

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

MD5SUM BENCH= 9ef9cfbbe168b3e655de6bd1a7d8b0b4
RANDOM SEED=809983132

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
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:        28576788 kB
MemAvailable:   29338004 kB
Buffers:          107580 kB
Cached:           952580 kB
SwapCached:        38252 kB
Active:          3088656 kB
Inactive:         552736 kB
Active(anon):    2559352 kB
Inactive(anon):    61836 kB
Active(file):     529304 kB
Inactive(file):   490900 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966956 kB
Dirty:             35356 kB
Writeback:             0 kB
AnonPages:       2612612 kB
Mapped:            57276 kB
Shmem:             31184 kB
Slab:             142204 kB
SReclaimable:     113692 kB
SUnreclaim:        28512 kB
KernelStack:        4000 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3415636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2433024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59708 MiB
End job on node125 at 2019-09-13 20:47:48