Trace number 4305203

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.9.2? (TO) 2520.05 2474.53

General information on the benchmark

NameFrb/
frb-56-25-1-mgd_c18.xml
MD5SUM8755358fe24c17b0dd51c4ab818b1437
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 constraints517
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree27
Distribution of variable degrees[{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":5},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":6},{"degree":22,"count":2},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":517}]
Number of extensional constraints517
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":517}]
Optimization problemNO
Type of objective

Solver Data

1.05/0.80	c Concrete v3.9.2.1532736233296 running
2520.01/2474.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2474.51		at concrete.MAC.mac(MAC.scala:188)
2520.01/2474.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2474.51		at scala.util.Try$.apply(Try.scala:209)
2520.01/2474.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2474.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2474.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2474.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2474.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2474.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2474.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2474.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2474.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2474.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2474.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2474.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2474.51		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2474.51		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2474.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2474.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2474.51		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2474.51		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2474.51		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2474.51		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2474.51		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2474.51		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2474.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2474.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2474.51		at scala.util.Success.map(Try.scala:209)
2520.01/2474.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2474.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2474.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2474.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2474.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2474.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2474.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2474.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2474.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2474.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2474.51		at scala.App.main(App.scala:76)
2520.01/2474.51		at scala.App.main$(App.scala:74)
2520.01/2474.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2474.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2474.51	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305203-1534139133/watcher-4305203-1534139133 -o /tmp/evaluation-result-4305203-1534139133/solver-4305203-1534139133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9740 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=981680813 HOME/instance-4305203-1534139133.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=9770, runsolver pid=9765
Current StackSize limit: 8192 KiB


[startup+0.100216 s]*
/proc/loadavg: 1.00 1.02 1.26 4/208 9841
/proc/meminfo: memFree=18454380/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=113256 memory=1604 CPUtime=0.01 cores=1,3,5,7
/proc/9770/stat : 9770 (bash) S 9765 9770 8908 0 -1 4202496 883 5669 1 0 0 0 0 1 20 0 1 0 231476469 115974144 401 33554432000 4194304 5098028 140726791540672 140726791534680 140154661932032 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 23601152 140726791541932 140726791542056 140726791542056 140726791544814 0
/proc/9770/statm: 28314 401 318 221 0 119 0
[pid=9824] ppid=9770 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/9824/stat : 9824 (bash) S 9770 9770 8908 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 231476476 115974144 178 33554432000 4194304 5098028 140726791540672 140726791533352 140154661757564 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23601152 140726791541932 140726791542056 140726791542056 140726791544814 0
/proc/9824/statm: 28314 178 95 221 0 119 0
[pid=9826] ppid=9824 vsize=10260324 memory=20364 CPUtime=0.02 cores=1,3,5,7
/proc/9826/stat : 9826 (java) S 9824 9770 8908 0 -1 1077944320 3858 0 0 0 2 0 0 0 20 0 9 0 231476476 10506571776 5091 33554432000 4194304 4196468 140720805378432 140720805360976 139750241332983 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
/proc/9826/statm: 2565081 5091 2142 1 0 2527622 0
[pid=9826/tid=9830] ppid=9824 vsize=10260324 memory=-6020703149109527695 CPUtime=0.02 cores=1,3,5,7
/proc/9826/task/9830/stat : 9830 (java) R 9824 9770 8908 0 -1 4202560 2526 0 0 0 2 0 0 0 20 0 9 0 231476476 10506571776 5091 33554432000 4194304 4196468 140720805378432 139750245568368 139750241354909 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9832] ppid=9824 vsize=10260324 memory=1414370859846324153 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9832/stat : 9832 (java) S 9824 9770 8908 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 231476477 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749848046480 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9833] ppid=9824 vsize=10260324 memory=140560005465728 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9833/stat : 9833 (java) S 9824 9770 8908 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 231476477 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749846993680 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9834] ppid=9824 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9834/stat : 9834 (java) S 9824 9770 8908 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 231476477 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749845941392 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9835] ppid=9824 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9835/stat : 9835 (java) S 9824 9770 8908 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 231476477 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749844888592 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9840] ppid=9824 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9840/stat : 9840 (java) S 9824 9770 8908 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 231476479 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749800446064 139750241344130 0 0 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9842] ppid=9824 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9842/stat : 9842 (java) S 9824 9770 8908 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 231476479 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749799392032 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9826/tid=9844] ppid=9824 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9826/task/9844/stat : 9844 (java) S 9824 9770 8908 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 231476479 10506571776 5091 33554432000 4194304 4196468 140720805378432 139749798339760 139750241343189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33501184 140720805381411 140720805381425 140720805381425 140720805384143 0
[pid=9827] ppid=9824 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/9827/stat : 9827 (awk) S 9824 9770 8908 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 231476476 116211712 243 33554432000 4194304 4609284 140734667433280 140734667432456 139704236334080 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 38862848 140734667437395 140734667437425 140734667437425 140734667440111 0
/proc/9827/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23652 KiB

[startup+0.210815 s]*
/proc/loadavg: 1.00 1.02 1.26 4/218 9903
/proc/meminfo: memFree=18436784/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=10982696 memory=34164 CPUtime=0.16 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 5753 12940 1 0 7 1 5 3 20 0 15 0 231476469 11246280704 8541 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2745674 8541 2833 1 0 2708109 0
[pid=9770/tid=9876] ppid=9765 vsize=10982696 memory=7377246124687064083 CPUtime=0.14 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 2834 12940 0 0 6 0 5 3 20 0 15 0 231476483 11246280704 8541 33554432000 4194304 4196468 140734041227584 140163573370512 140163601554838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=10982696 memory=4211974286210256266 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246280704 8541 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=10982696 memory=140560005465728 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246280704 8541 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246280704 8541 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246280704 8541 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 231476485 11246280704 8606 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246280704 8606 33554432000 4194304 4196468 140734041227584 140162432492320 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246280704 8606 33554432000 4194304 4196468 140734041227584 140162231166064 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 438 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 12 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=10982696 memory=140560005465728 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) R 9765 9770 8908 0 -1 4202560 281 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140163024354160 140163580981817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=10982696 memory=140560005465728 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246280704 8606 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 34164 KiB

[startup+0.310629 s]*
/proc/loadavg: 1.00 1.02 1.26 4/218 9903
/proc/meminfo: memFree=18405104/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=10983192 memory=51560 CPUtime=0.32 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 9307 12940 1 0 22 2 5 3 20 0 15 0 231476469 11246788608 12890 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2745798 12890 3070 1 0 2708109 0
[pid=9770/tid=9876] ppid=9765 vsize=10983192 memory=7022364594140610616 CPUtime=0.24 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 5762 12940 0 0 15 1 5 3 20 0 15 0 231476483 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163573363120 140163585623390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=10983192 memory=13852984178126122 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=10983192 memory=140560005472721 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=10983192 memory=281120010930240 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 231476485 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246788608 12890 33554432000 4194304 4196468 140734041227584 140162432492320 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=10983192 memory=281119702639584 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246788608 12890 33554432000 4194304 4196468 140734041227584 140162231166064 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 574 12940 0 0 1 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 74 12940 0 0 1 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=10983192 memory=140560005465728 CPUtime=0.12 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) R 9765 9770 8908 0 -1 4202560 709 12940 0 0 4 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163024354160 140163580082016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=10983192 memory=140560005465728 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 12890 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51560 KiB

[startup+0.700745 s]
/proc/loadavg: 1.00 1.02 1.26 4/218 9903
/proc/meminfo: memFree=18378588/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=10983192 memory=87128 CPUtime=0.92 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 16434 12940 1 0 80 4 5 3 20 0 15 0 231476469 11246788608 21782 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2745798 21782 3235 1 0 2708109 0
[pid=9770/tid=9876] ppid=9765 vsize=10983192 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 11949 12940 0 0 51 2 5 3 20 0 15 0 231476483 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163573364944 140163581818120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=10983192 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 2 12940 0 0 0 0 5 3 20 0 15 0 231476484 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 5 12940 0 0 0 0 5 3 20 0 15 0 231476485 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246788608 21782 33554432000 4194304 4196468 140734041227584 140162432492320 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476486 11246788608 21782 33554432000 4194304 4196468 140734041227584 140162231166064 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=10983192 memory=281119702556248 CPUtime=0.15 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) R 9765 9770 8908 0 -1 4202560 1026 12940 0 0 7 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163026447088 140163580781361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=10983192 memory=2450882823937 CPUtime=0.15 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 363 12940 0 0 7 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=10983192 memory=2459472758529 CPUtime=0.21 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) S 9765 9770 8908 0 -1 1077944384 878 12940 0 0 13 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163024354160 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=10983192 memory=2502422431489 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=10983192 memory=2506717398785 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1 12940 0 0 0 0 5 3 20 0 15 0 231476489 11246788608 21782 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87128 KiB

[startup+1.50161 s]
/proc/loadavg: 1.00 1.02 1.26 5/218 9903
/proc/meminfo: memFree=18294580/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=10993996 memory=232428 CPUtime=2.83 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 22679 12940 2 0 267 8 5 3 20 0 15 0 231476469 11257851904 58107 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2748499 58107 3458 1 0 2710157 0
[pid=9770/tid=9876] ppid=9765 vsize=10993996 memory=281119702769776 CPUtime=1.36 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 14881 12940 1 0 123 5 5 3 20 0 15 0 231476483 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163573363296 140163172319512 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=10993996 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 13 12940 0 0 0 0 5 3 20 0 15 0 231476484 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=10993996 memory=-7816663703405220396 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 36 12940 0 0 0 0 5 3 20 0 15 0 231476484 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=10993996 memory=-7674914008656224160 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 208 12940 0 0 0 0 5 3 20 0 15 0 231476484 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=10993996 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 78 12940 0 0 0 0 5 3 20 0 15 0 231476484 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=10993996 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 25 12940 0 0 0 0 5 3 20 0 15 0 231476485 11257851904 58107 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=10993996 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 15 12940 0 0 0 0 5 3 20 0 15 0 231476486 11257851904 58107 33554432000 4194304 4196468 140734041227584 140162432492320 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=10993996 memory=-8033973737701895300 CPUtime=0.08 cores=1,3,5,7

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

/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 102619 12940 3 0 235465 64 5 3 20 0 15 0 231476483 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163573378048 140163188506663 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=11077984 memory=1412744 CPUtime=12.03 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 16065 12940 0 0 1132 63 5 3 20 0 15 0 231476484 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=11077984 memory=1412744 CPUtime=12.04 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 14436 12940 0 0 1131 65 5 3 20 0 15 0 231476484 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=11077984 memory=1412744 CPUtime=12.04 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 18280 12940 0 0 1131 65 5 3 20 0 15 0 231476484 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=11077984 memory=1412744 CPUtime=12.04 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 13526 12940 0 0 1131 65 5 3 20 0 15 0 231476484 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=11077984 memory=1412744 CPUtime=11.61 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 20963 12940 0 0 1089 64 5 3 20 0 15 0 231476485 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=11077984 memory=1412744 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 23 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353186 33554432000 4194304 4196468 140734041227584 140162432492384 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=11077984 memory=1412744 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 12 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353186 33554432000 4194304 4196468 140734041227584 140162231166080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=11077984 memory=1412744 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=11077984 memory=1412744 CPUtime=3.91 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 13033 12940 0 0 381 2 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=11077984 memory=1412744 CPUtime=4.42 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 17335 12940 2 0 432 2 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=11077984 memory=3632 CPUtime=1.95 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) S 9765 9770 8908 0 -1 1077944384 22256 12940 0 0 184 3 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163024354160 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=11077984 memory=1412744 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=11077984 memory=1412744 CPUtime=1.55 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1533 12940 0 0 57 90 5 3 20 0 15 0 231476489 11343855616 353186 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 2426.35 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1412744 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.31 1.31 5/215 10000
/proc/meminfo: memFree=15724060/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=11077984 memory=1412836 CPUtime=2487.29 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 244287 12940 6 0 248308 413 5 3 20 0 15 0 231476469 11343855616 353209 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2769496 353209 3522 1 0 2731149 0
[pid=9770/tid=9876] ppid=9765 vsize=11077984 memory=1412836 CPUtime=2414.69 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 103463 12940 3 0 241396 65 5 3 20 0 15 0 231476483 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163573376992 140163187365362 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=11077984 memory=1412804 CPUtime=12.34 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 16366 12940 0 0 1163 63 5 3 20 0 15 0 231476484 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=11077984 memory=1412804 CPUtime=12.36 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 14756 12940 0 0 1162 66 5 3 20 0 15 0 231476484 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=11077984 memory=1412804 CPUtime=12.36 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 18415 12940 0 0 1161 67 5 3 20 0 15 0 231476484 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=11077984 memory=1412804 CPUtime=12.35 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 13578 12940 0 0 1161 66 5 3 20 0 15 0 231476484 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=11077984 memory=1412820 CPUtime=11.91 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 21293 12940 0 0 1117 66 5 3 20 0 15 0 231476485 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=11077984 memory=1412820 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 23 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353209 33554432000 4194304 4196468 140734041227584 140162432492384 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=11077984 memory=1412836 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 12 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353209 33554432000 4194304 4196468 140734041227584 140162231166080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=11077984 memory=1412836 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=11077984 memory=1412836 CPUtime=3.91 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 13037 12940 0 0 381 2 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=11077984 memory=1412804 CPUtime=4.42 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 17339 12940 2 0 432 2 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=11077984 memory=1412804 CPUtime=1.95 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) S 9765 9770 8908 0 -1 1077944384 22260 12940 0 0 184 3 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163024354160 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=11077984 memory=1412836 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=11077984 memory=1412836 CPUtime=1.58 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1552 12940 0 0 59 91 5 3 20 0 15 0 231476489 11343855616 353209 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 2487.29 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1412836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.5 s]
/proc/loadavg: 1.28 1.31 1.31 4/215 10001
/proc/meminfo: memFree=15722128/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=11077984 memory=1412840 CPUtime=2520.01 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 244895 12940 6 0 251574 419 5 3 20 0 15 0 231476469 11343855616 353210 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2769496 353210 3522 1 0 2731149 0
[pid=9770/tid=9876] ppid=9765 vsize=11077984 memory=1412840 CPUtime=2446.52 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 103887 12940 3 0 244579 65 5 3 20 0 15 0 231476483 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163573377648 140163187315590 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.52 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 16403 12940 0 0 1180 64 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.53 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 14822 12940 0 0 1178 67 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.54 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 18420 12940 0 0 1178 68 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=11077984 memory=1194 CPUtime=12.53 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 13592 12940 0 0 1177 68 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.07 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 21341 12940 0 0 1132 67 5 3 20 0 15 0 231476485 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 23 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353210 33554432000 4194304 4196468 140734041227584 140162432492384 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=11077984 memory=3632 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 12 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353210 33554432000 4194304 4196468 140734041227584 140162231166080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=11077984 memory=7670301315261816931 CPUtime=3.91 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 13037 12940 0 0 381 2 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=11077984 memory=1412840 CPUtime=4.42 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 17339 12940 2 0 432 2 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=11077984 memory=1080 CPUtime=1.95 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) S 9765 9770 8908 0 -1 1077944384 22260 12940 0 0 184 3 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163024354160 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=11077984 memory=1412840 CPUtime=1.6 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1566 12940 0 0 60 92 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1412840 KiB

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

[startup+2474.53 s]
# the end of solver process 9770 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.81 s, system=4.23387 s

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

[startup+2474.5 s]
/proc/loadavg: 1.28 1.31 1.31 4/215 10001
/proc/meminfo: memFree=15722128/32770624 swapFree=67108796/67108860
[pid=9770] ppid=9765 vsize=11077984 memory=1412840 CPUtime=2520.01 cores=1,3,5,7
/proc/9770/stat : 9770 (java) S 9765 9770 8908 0 -1 1077944320 244895 12940 6 0 251574 419 5 3 20 0 15 0 231476469 11343855616 353210 33554432000 4194304 4196468 140734041227584 140734041210128 140163601542903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
/proc/9770/statm: 2769496 353210 3522 1 0 2731149 0
[pid=9770/tid=9876] ppid=9765 vsize=11077984 memory=1412840 CPUtime=2446.52 cores=1,3,5,7
/proc/9770/task/9876/stat : 9876 (java) R 9765 9770 8908 0 -1 4202560 103887 12940 3 0 244579 65 5 3 20 0 15 0 231476483 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163573377648 140163187315590 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9878] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.52 cores=1,3,5,7
/proc/9770/task/9878/stat : 9878 (java) S 9765 9770 8908 0 -1 1077944384 16403 12940 0 0 1180 64 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163605785488 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9879] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.53 cores=1,3,5,7
/proc/9770/task/9879/stat : 9879 (java) S 9765 9770 8908 0 -1 1077944384 14822 12940 0 0 1178 67 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163141700368 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9880] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.54 cores=1,3,5,7
/proc/9770/task/9880/stat : 9880 (java) S 9765 9770 8908 0 -1 1077944384 18420 12940 0 0 1178 68 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163140648080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9882] ppid=9765 vsize=11077984 memory=1194 CPUtime=12.53 cores=1,3,5,7
/proc/9770/task/9882/stat : 9882 (java) S 9765 9770 8908 0 -1 1077944384 13592 12940 0 0 1177 68 5 3 20 0 15 0 231476484 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163139595280 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9886] ppid=9765 vsize=11077984 memory=1412840 CPUtime=12.07 cores=1,3,5,7
/proc/9770/task/9886/stat : 9886 (java) S 9765 9770 8908 0 -1 1077944384 21341 12940 0 0 1132 67 5 3 20 0 15 0 231476485 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163027511408 140163601554050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9888] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9888/stat : 9888 (java) S 9765 9770 8908 0 -1 1077944384 23 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353210 33554432000 4194304 4196468 140734041227584 140162432492384 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9890] ppid=9765 vsize=11077984 memory=3632 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9890/stat : 9890 (java) S 9765 9770 8908 0 -1 1077944384 12 12940 0 0 0 0 5 3 20 0 15 0 231476486 11343855616 353210 33554432000 4194304 4196468 140734041227584 140162231166080 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9893] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9893/stat : 9893 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140161923766352 140163601561499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9896] ppid=9765 vsize=11077984 memory=7670301315261816931 CPUtime=3.91 cores=1,3,5,7
/proc/9770/task/9896/stat : 9896 (java) S 9765 9770 8908 0 -1 1077944384 13037 12940 0 0 381 2 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163026459248 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9898] ppid=9765 vsize=11077984 memory=1412840 CPUtime=4.42 cores=1,3,5,7
/proc/9770/task/9898/stat : 9898 (java) S 9765 9770 8908 0 -1 1077944384 17339 12940 2 0 432 2 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163025406448 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9899] ppid=9765 vsize=11077984 memory=1080 CPUtime=1.95 cores=1,3,5,7
/proc/9770/task/9899/stat : 9899 (java) S 9765 9770 8908 0 -1 1077944384 22260 12940 0 0 184 3 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163024354160 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9901] ppid=9765 vsize=11077984 memory=1412840 CPUtime=0.08 cores=1,3,5,7
/proc/9770/task/9901/stat : 9901 (java) S 9765 9770 8908 0 -1 1077944384 3 12940 0 0 0 0 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140161492970464 140163601553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
[pid=9770/tid=9903] ppid=9765 vsize=11077984 memory=1412840 CPUtime=1.6 cores=1,3,5,7
/proc/9770/task/9903/stat : 9903 (java) S 9765 9770 8908 0 -1 1077944384 1566 12940 0 0 60 92 5 3 20 0 15 0 231476489 11343855616 353210 33554432000 4194304 4196468 140734041227584 140163023301040 140163601554050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140734041234029 140734041236828 140734041236828 140734041239503 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1412840 KiB

Child status: 143
Real time (s): 2474.53
CPU time (s): 2520.05
CPU user time (s): 2515.81
CPU system time (s): 4.23387
CPU usage (%): 101.84
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 1412840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.81
system time used= 4.23387
maximum resident set size= 1415280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259063
page faults= 6
swaps= 0
block input operations= 2368
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318460
involuntary context switches= 7000


# summary of solver processes directly reported to runsolver:
#   pid: 9770
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.81
#   total CPU system time (s): 4.23387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6365 second user time and 23.9003 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 07:45:33
IDJOB=4305203
IDBENCH=141586
IDSOLVER=2780
FILE ID=node138/4305203-1534139133
RUNJOBID= node138-1534139133-9740
PBS_JOBID= 21037019
Free space on /tmp= 24436 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Frb/frb-56-25-1-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305203-1534139133/watcher-4305203-1534139133 -o /tmp/evaluation-result-4305203-1534139133/solver-4305203-1534139133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534139133-9740 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=981680813 HOME/instance-4305203-1534139133.xml

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

MD5SUM BENCH= 8755358fe24c17b0dd51c4ab818b1437
RANDOM SEED=981680813

node138.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.71
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.71
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.71
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.71
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:        18477664 kB
MemAvailable:   31899204 kB
Buffers:          185100 kB
Cached:         13311048 kB
SwapCached:           12 kB
Active:          6740416 kB
Inactive:        6814792 kB
Active(anon):       3564 kB
Inactive(anon):   108444 kB
Active(file):    6736852 kB
Inactive(file):  6706348 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             53776 kB
Writeback:             0 kB
AnonPages:         66152 kB
Mapped:            51112 kB
Shmem:             49740 kB
Slab:             434696 kB
SReclaimable:     406800 kB
SUnreclaim:        27896 kB
KernelStack:        3232 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24384 MiB
End job on node138 at 2018-08-13 08:26:48