Trace number 4305224

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-SuperNG? (TO) 2520.07 2441.86

General information on the benchmark

NameSportsScheduling/
SportsScheduling-24_c18.xml
MD5SUM160b6465c319713d06d2dfba6c5298ba
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 variables852
Number of constraints372
Number of domains2
Minimum domain size24
Maximum domain size276
Distribution of domain sizes[{"size":24,"count":576},{"size":276,"count":276}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":564}]
Minimum constraint arity1
Maximum constraint arity276
Distribution of constraint arities[{"arity":1,"count":12},{"arity":2,"count":12},{"arity":3,"count":276},{"arity":12,"count":23},{"arity":24,"count":24},{"arity":46,"count":12},{"arity":48,"count":12},{"arity":276,"count":1}]
Number of extensional constraints276
Number of intensional constraints24
Distribution of constraint types[{"type":"extension","count":276},{"type":"intension","count":24},{"type":"allDifferent","count":25},{"type":"count","count":23},{"type":"cardinality","count":24}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305224-1534143217/watcher-4305224-1534143217 -o /tmp/evaluation-result-4305224-1534143217/solver-4305224-1534143217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1210905191 -superng HOME/instance-4305224-1534143217.xml 

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

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

solver pid=10232, runsolver pid=10229

[startup+0.100079 s]*
/proc/loadavg: 1.50 1.39 1.39 3/207 10289
/proc/meminfo: memFree=15613528/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=10005480 memory=19120 CPUtime=0.08 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 4425 12901 0 0 1 0 5 2 20 0 6 0 231884944 10245611520 4780 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2501370 4780 1934 1 0 2489808 0
[pid=10232/tid=10285] ppid=10229 vsize=10088124 memory=5852835220496416925 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 2302 12901 0 0 0 0 5 2 20 0 7 0 231884952 10330238976 4846 33554432000 4194304 4196468 140729508300800 139717657340688 139717249150694 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=10088124 memory=5793855129943153081 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 7 0 231884953 10330238976 4846 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=10088124 memory=139878933259904 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 7 0 231884953 10330238976 4912 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 7 0 231884953 10330238976 4912 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 7 0 231884953 10330238976 4912 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 7 0 231884955 10330238976 4912 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19120 KiB

[startup+0.209838 s]*
/proc/loadavg: 1.50 1.39 1.39 6/216 10298
/proc/meminfo: memFree=15585044/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=10982696 memory=42352 CPUtime=0.26 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 8468 12901 0 0 17 2 5 2 20 0 15 0 231884944 11246280704 10588 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2745674 10588 2960 1 0 2708109 0
[pid=10232/tid=10285] ppid=10229 vsize=10982696 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 5167 12901 0 0 10 1 5 2 20 0 15 0 231884952 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717657295248 139717665773312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=10982696 memory=4211973605138050442 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=10982696 memory=139878933259904 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=10982696 memory=139878933259904 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246280704 10786 33554432000 4194304 4196468 140729508300800 139716359873568 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246280704 10786 33554432000 4194304 4196468 140729508300800 139716292760432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246280704 10786 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 369 12901 0 0 1 0 5 2 20 0 15 0 231884958 11246280704 10786 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 266 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246280704 10852 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=10982696 memory=139878933259904 CPUtime=0.1 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 616 12901 0 0 3 0 5 2 20 0 15 0 231884958 11246280704 10852 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246280704 10852 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=10982696 memory=139878933259904 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246280704 10852 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42352 KiB

[startup+0.310079 s]*
/proc/loadavg: 1.50 1.39 1.39 6/216 10298
/proc/meminfo: memFree=15570860/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=10983192 memory=53436 CPUtime=0.38 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 10443 12901 0 0 29 2 5 2 20 0 15 0 231884944 11246788608 13359 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2745798 13359 3092 1 0 2708109 0
[pid=10232/tid=10285] ppid=10229 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 6939 12901 0 0 20 2 5 2 20 0 15 0 231884952 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717657316192 139717665773443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=10983192 memory=139878933259903 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 13359 33554432000 4194304 4196468 140729508300800 139716359873568 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 13359 33554432000 4194304 4196468 140729508300800 139716292760432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 369 12901 0 0 1 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 269 12901 0 0 1 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 624 12901 0 0 5 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 13359 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53436 KiB

[startup+0.700723 s]
/proc/loadavg: 1.50 1.39 1.39 6/216 10298
/proc/meminfo: memFree=15564984/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=10983192 memory=86680 CPUtime=0.97 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 16876 12901 0 0 86 4 5 2 20 0 15 0 231884944 11246788608 21670 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2745798 21670 3237 1 0 2708109 0
[pid=10232/tid=10285] ppid=10229 vsize=10983192 memory=35480 CPUtime=0.66 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 12376 12901 0 0 56 3 5 2 20 0 15 0 231884952 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717657318416 139717667061120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=10983192 memory=3304 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=10983192 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=10983192 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=10983192 memory=1168 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884953 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 5 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 21670 33554432000 4194304 4196468 140729508300800 139716359873568 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11246788608 21670 33554432000 4194304 4196468 140729508300800 139716292760432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=10983192 memory=15840 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=10983192 memory=35480 CPUtime=0.13 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 631 12901 0 0 6 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=10983192 memory=6944652177228980320 CPUtime=0.16 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 914 12901 0 0 9 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=10983192 memory=496 CPUtime=0.2 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 710 12901 0 0 13 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=10983192 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=10983192 memory=1168 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884958 11246788608 21670 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86680 KiB

[startup+1.50084 s]
/proc/loadavg: 1.50 1.39 1.39 5/216 10298
/proc/meminfo: memFree=15509024/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=10993996 memory=136804 CPUtime=2.26 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 24041 12901 0 0 211 8 5 2 20 0 15 0 231884944 11257851904 34201 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2748499 34201 3441 1 0 2710157 0
[pid=10232/tid=10285] ppid=10229 vsize=10993996 memory=3892 CPUtime=1.22 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 16007 12901 0 0 109 6 5 2 20 0 15 0 231884952 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717657297520 139717668684400 0 4 0 16800975 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=10993996 memory=63004 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=10993996 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=10993996 memory=114424 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884953 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 2 12901 0 0 0 0 5 2 20 0 15 0 231884953 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=10993996 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 8 12901 0 0 0 0 5 2 20 0 15 0 231884955 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 13 12901 0 0 0 0 5 2 20 0 15 0 231884955 11257851904 34201 33554432000 4194304 4196468 140729508300800 139716359873568 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=10993996 memory=184074043973201 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11257851904 34201 33554432000 4194304 4196468 140729508300800 139716292760432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=10993996 memory=1271986 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=10993996 memory=7223879631911281984 CPUtime=0.36 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) R 10229 10232 8231 0 -1 4202560 1812 12901 0 0 29 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717177557168 139717664935323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=10993996 memory=4638778398332698727 CPUtime=0.41 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) R 10229 10232 8231 0 -1 4202560 2362 12901 0 0 34 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717176505432 139717667018817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=10993996 memory=279757660881136 CPUtime=0.45 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 1612 12901 0 0 38 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=10993996 memory=4640467248192962656 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=10993996 memory=-3535359994705171810 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 1 12901 0 0 0 0 5 2 20 0 15 0 231884958 11257851904 34201 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0

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

/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 211586 12901 0 0 224125 73 5 2 20 0 15 0 231884952 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717657333440 139717269309248 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=11080032 memory=3892 CPUtime=19.17 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 39957 12901 0 0 1839 71 5 2 20 0 15 0 231884953 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=11080032 memory=4292412 CPUtime=19.13 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 37208 12901 0 0 1834 72 5 2 20 0 15 0 231884953 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=11080032 memory=4292412 CPUtime=19.17 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 30962 12901 0 0 1839 71 5 2 20 0 15 0 231884953 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=11080032 memory=4292384 CPUtime=19.08 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 36086 12901 0 0 1830 71 5 2 20 0 15 0 231884953 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=11080032 memory=928 CPUtime=0.71 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 57557 12901 0 0 56 8 5 2 20 0 15 0 231884955 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=11080032 memory=3892 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139716359873632 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=11080032 memory=63064 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 50 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139716292760448 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=11080032 memory=6307362070394931612 CPUtime=7.26 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 43541 12901 0 0 714 5 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=11080032 memory=920 CPUtime=8.46 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 49408 12901 0 0 833 6 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=11080032 memory=3848 CPUtime=2.66 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 34261 12901 0 0 253 6 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=11080032 memory=2592 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=11080032 memory=4292384 CPUtime=1.33 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 3426 12901 0 0 57 69 5 2 20 0 15 0 231884958 11345952768 1073103 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 2338.48 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4292412 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.61 1.60 3/215 10395
/proc/meminfo: memFree=10413764/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=11080032 memory=4319656 CPUtime=2399.24 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 556142 12901 0 0 239470 447 5 2 20 0 15 0 231884944 11345952768 1079914 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2770008 1079914 3533 1 0 2731661 0
[pid=10232/tid=10285] ppid=10229 vsize=11080032 memory=4319656 CPUtime=2301.8 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 215620 12901 0 0 230099 74 5 2 20 0 15 0 231884952 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717657332176 139717264714355 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=11080032 memory=279757661450768 CPUtime=19.41 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 42081 12901 0 0 1862 72 5 2 20 0 15 0 231884953 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=11080032 memory=4319656 CPUtime=19.37 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 38144 12901 0 0 1857 73 5 2 20 0 15 0 231884953 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=11080032 memory=4319656 CPUtime=19.41 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 31409 12901 0 0 1862 72 5 2 20 0 15 0 231884953 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=11080032 memory=4319656 CPUtime=19.32 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 36910 12901 0 0 1853 72 5 2 20 0 15 0 231884953 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=11080032 memory=2380 CPUtime=0.71 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 57885 12901 0 0 56 8 5 2 20 0 15 0 231884955 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=11080032 memory=4319420 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139716359873632 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=11080032 memory=4319656 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 50 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139716292760448 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=11080032 memory=35528 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=11080032 memory=4319656 CPUtime=7.26 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 43551 12901 0 0 714 5 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=11080032 memory=4319656 CPUtime=8.46 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 49412 12901 0 0 833 6 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=11080032 memory=3892 CPUtime=2.66 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 35408 12901 0 0 253 6 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=11080032 memory=63064 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=11080032 memory=4319656 CPUtime=1.36 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 3451 12901 0 0 58 71 5 2 20 0 15 0 231884958 11345952768 1079914 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 2399.24 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4319656 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.64 1.60 3/215 10396
/proc/meminfo: memFree=10413904/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=11080032 memory=4319648 CPUtime=2460.2 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 563380 12901 0 0 245563 450 5 2 20 0 15 0 231884944 11345952768 1079912 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2770008 1079912 3533 1 0 2731661 0
[pid=10232/tid=10285] ppid=10229 vsize=11080032 memory=4319648 CPUtime=2361.47 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 219480 12901 0 0 236066 74 5 2 20 0 15 0 231884952 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717657332352 139717253693329 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=11080032 memory=4319648 CPUtime=19.72 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 42569 12901 0 0 1893 72 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=11080032 memory=4319652 CPUtime=19.68 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 40444 12901 0 0 1888 73 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=11080032 memory=4319652 CPUtime=19.72 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 31495 12901 0 0 1893 72 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=11080032 memory=4319652 CPUtime=19.63 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 37045 12901 0 0 1884 72 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=11080032 memory=4319648 CPUtime=0.73 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 58218 12901 0 0 57 9 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=11080032 memory=4319648 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139716359873632 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=11080032 memory=4319648 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 50 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139716292760448 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=11080032 memory=7013346442758874224 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=11080032 memory=4319652 CPUtime=7.26 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 43554 12901 0 0 714 5 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=11080032 memory=3892 CPUtime=8.46 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 49420 12901 0 0 833 6 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=11080032 memory=4319652 CPUtime=2.66 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 35412 12901 0 0 253 6 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=11080032 memory=3892 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=11080032 memory=3892 CPUtime=1.4 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 3472 12901 0 0 60 73 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 2460.2 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4319648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2441.8 s]
/proc/loadavg: 1.48 1.58 1.59 3/215 10397
/proc/meminfo: memFree=10411476/32770624 swapFree=67108792/67108860
[pid=10232] ppid=10229 vsize=11080032 memory=4319648 CPUtime=2520 cores=1,3,5,7
/proc/10232/stat : 10232 (java) S 10229 10232 8231 0 -1 1077944320 572787 12901 0 0 251540 453 5 2 20 0 15 0 231884944 11345952768 1079912 33554432000 4194304 4196468 140729508300800 140729508283344 139717685497591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
/proc/10232/statm: 2770008 1079912 3533 1 0 2731661 0
[pid=10232/tid=10285] ppid=10229 vsize=11080032 memory=3192 CPUtime=2420.88 cores=1,3,5,7
/proc/10232/task/10285/stat : 10285 (java) R 10229 10232 8231 0 -1 4202560 223412 12901 0 0 242006 75 5 2 20 0 15 0 231884952 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717657331232 139717254807640 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10286] ppid=10229 vsize=11080032 memory=6791534058613427641 CPUtime=19.81 cores=1,3,5,7
/proc/10232/task/10286/stat : 10286 (java) S 10229 10232 8231 0 -1 1077944384 44669 12901 0 0 1901 73 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717689740432 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10287] ppid=10229 vsize=11080032 memory=1168048 CPUtime=19.77 cores=1,3,5,7
/proc/10232/task/10287/stat : 10287 (java) S 10229 10232 8231 0 -1 1077944384 40956 12901 0 0 1897 73 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717571005456 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10288] ppid=10229 vsize=11080032 memory=1404 CPUtime=19.81 cores=1,3,5,7
/proc/10232/task/10288/stat : 10288 (java) S 10229 10232 8231 0 -1 1077944384 32101 12901 0 0 1902 72 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717569952656 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10289] ppid=10229 vsize=11080032 memory=3180 CPUtime=19.72 cores=1,3,5,7
/proc/10232/task/10289/stat : 10289 (java) S 10229 10232 8231 0 -1 1077944384 37238 12901 0 0 1893 72 5 2 20 0 15 0 231884953 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717568899856 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10290] ppid=10229 vsize=11080032 memory=4319648 CPUtime=0.74 cores=1,3,5,7
/proc/10232/task/10290/stat : 10290 (java) S 10229 10232 8231 0 -1 1077944384 58570 12901 0 0 58 9 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717178624368 139717685508738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10291] ppid=10229 vsize=11080032 memory=4319648 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10291/stat : 10291 (java) S 10229 10232 8231 0 -1 1077944384 21 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139716359873632 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10292] ppid=10229 vsize=11080032 memory=3984 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10292/stat : 10292 (java) S 10229 10232 8231 0 -1 1077944384 50 12901 0 0 0 0 5 2 20 0 15 0 231884955 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139716292760448 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10293] ppid=10229 vsize=11080032 memory=1920 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10293/stat : 10293 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139715985364816 139717685516187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10294] ppid=10229 vsize=11080032 memory=7892 CPUtime=7.26 cores=1,3,5,7
/proc/10232/task/10294/stat : 10294 (java) S 10229 10232 8231 0 -1 1077944384 43557 12901 0 0 714 5 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717177572208 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10295] ppid=10229 vsize=11080032 memory=808 CPUtime=8.47 cores=1,3,5,7
/proc/10232/task/10295/stat : 10295 (java) S 10229 10232 8231 0 -1 1077944384 51097 12901 0 0 834 6 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717176519408 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10296] ppid=10229 vsize=11080032 memory=3892 CPUtime=2.66 cores=1,3,5,7
/proc/10232/task/10296/stat : 10296 (java) S 10229 10232 8231 0 -1 1077944384 35415 12901 0 0 253 6 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717175466608 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10297] ppid=10229 vsize=11080032 memory=63064 CPUtime=0.07 cores=1,3,5,7
/proc/10232/task/10297/stat : 10297 (java) S 10229 10232 8231 0 -1 1077944384 3 12901 0 0 0 0 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139715554568928 139717685507797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
[pid=10232/tid=10298] ppid=10229 vsize=11080032 memory=1220 CPUtime=1.43 cores=1,3,5,7
/proc/10232/task/10298/stat : 10298 (java) S 10229 10232 8231 0 -1 1077944384 3501 12901 0 0 61 75 5 2 20 0 15 0 231884958 11345952768 1079912 33554432000 4194304 4196468 140729508300800 139717174414000 139717685508738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29204480 140729508309603 140729508312412 140729508312412 140729508315087 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4319648 KiB

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

[startup+2441.86 s]
# the end of solver process 10232 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.48 s, system=4.59602 s

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

Child status: 143
Real time (s): 2441.86
CPU time (s): 2520.07
CPU user time (s): 2515.48
CPU system time (s): 4.59602
CPU usage (%): 103.203
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 4365340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.48
system time used= 4.59602
maximum resident set size= 4365340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68422
involuntary context switches= 1707


# summary of solver processes directly reported to runsolver:
#   pid: 10232
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.48
#   total CPU system time (s): 4.59602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5296 second user time and 26.776 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 08:53:37
IDJOB=4305224
IDBENCH=141596
IDSOLVER=2781
FILE ID=node150/4305224-1534143217
RUNJOBID= node150-1534138268-9450
PBS_JOBID= 21037012
Free space on /tmp= 35012 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-24_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305224-1534143217/watcher-4305224-1534143217 -o /tmp/evaluation-result-4305224-1534143217/solver-4305224-1534143217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534138268-9450 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1210905191 -superng HOME/instance-4305224-1534143217.xml

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

MD5SUM BENCH= 160b6465c319713d06d2dfba6c5298ba
RANDOM SEED=1210905191

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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.76
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.76
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.76
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:        15664028 kB
MemAvailable:   31681048 kB
Buffers:          233232 kB
Cached:         15847836 kB
SwapCached:           32 kB
Active:          8231576 kB
Inactive:        8128748 kB
Active(anon):     230688 kB
Inactive(anon):   101220 kB
Active(file):    8000888 kB
Inactive(file):  8027528 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             53088 kB
Writeback:             0 kB
AnonPages:        305948 kB
Mapped:            66684 kB
Shmem:             49732 kB
Slab:             445272 kB
SReclaimable:     417064 kB
SUnreclaim:        28208 kB
KernelStack:        3824 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1448832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34984 MiB
End job on node150 at 2018-08-13 09:34:19