Trace number 4304862

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.09 2461.73

General information on the benchmark

NameStripPacking/
StripPacking-T1a_c18.xml
MD5SUM2930e4ba32e3c7874205f5eb3c8396db
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark749.317
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.76	c Concrete v3.9.2.1532736233296 running
2520.05/2461.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2461.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.05/2461.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.05/2461.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2461.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.05/2461.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.05/2461.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2461.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2461.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2461.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.05/2461.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.05/2461.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.05/2461.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2461.70		at scala.Option.map(Option.scala:146)
2520.05/2461.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2461.70		at concrete.MAC.mac(MAC.scala:203)
2520.05/2461.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2461.70		at scala.util.Try$.apply(Try.scala:209)
2520.05/2461.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2461.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2461.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2461.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2461.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2461.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2461.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2461.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2461.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2461.70		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2461.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2461.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2461.71		at concrete.ProblemState.map(ProblemState.scala:221)
2520.05/2461.71		at concrete.ProblemState.map(ProblemState.scala:204)
2520.05/2461.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2461.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2461.71		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.05/2461.71		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.05/2461.71		at concrete.Solver.toStream(Solver.scala:68)
2520.05/2461.71		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.05/2461.71		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.05/2461.71		at concrete.Solver.toIterable(Solver.scala:68)
2520.05/2461.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.05/2461.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2461.71		at scala.util.Success.map(Try.scala:209)
2520.05/2461.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2461.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2461.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2461.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2461.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2461.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2461.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2461.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2461.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2461.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2461.71		at scala.App.main(App.scala:76)
2520.05/2461.71		at scala.App.main$(App.scala:74)
2520.05/2461.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2461.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2461.71	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304862-1534049568/watcher-4304862-1534049568 -o /tmp/evaluation-result-4304862-1534049568/solver-4304862-1534049568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1220062493 -superng HOME/instance-4304862-1534049568.xml 

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

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

solver pid=13869, runsolver pid=13866

[startup+0.100068 s]*
/proc/loadavg: 1.60 1.46 1.43 3/201 13918
/proc/meminfo: memFree=23212272/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=425712 memory=5616 CPUtime=0.08 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 2600 13262 0 0 0 0 5 3 20 0 2 0 222520048 435929088 1404 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 106428 1404 1064 1 0 95339 0
[pid=13869/tid=13922] ppid=13866 vsize=425712 memory=3054156605368796044 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) S 13866 13869 10336 0 -1 1077944384 405 13262 0 0 0 0 5 3 20 0 2 0 222520059 435929088 1404 33554432000 4194304 4196468 140732306038704 139882127313312 139882155481730 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 425712 KiB
Current children cumulated memory: 5616 KiB

[startup+0.210008 s]*
/proc/loadavg: 1.60 1.46 1.43 5/215 13935
/proc/meminfo: memFree=23185240/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=10982744 memory=39872 CPUtime=0.25 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 6716 13262 0 0 16 1 5 3 20 0 15 0 222520048 11246329856 9968 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2745686 9968 2946 1 0 2708109 0
[pid=13869/tid=13922] ppid=13866 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 3261 13262 0 0 10 0 5 3 20 0 15 0 222520059 11246329856 9968 33554432000 4194304 4196468 140732306038704 139882127260576 139882139514213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=10982744 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246329856 9968 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=10982744 memory=139670064817250 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246329856 9968 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=10982744 memory=139670064805504 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 222520061 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 13 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881045026464 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246329856 9968 33554432000 4194304 4196468 140732306038704 139880843699440 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 427 13262 0 0 1 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 190 13262 0 0 1 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=10982744 memory=139670064805504 CPUtime=0.11 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) R 13866 13869 10336 0 -1 4202560 616 13262 0 0 3 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881121556464 139882134819681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=10982744 memory=139670064805504 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246329856 9968 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 39872 KiB

[startup+0.310647 s]*
/proc/loadavg: 1.60 1.46 1.43 4/215 13935
/proc/meminfo: memFree=23174184/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=10983192 memory=53380 CPUtime=0.37 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 9910 13262 0 0 27 2 5 3 20 0 15 0 222520048 11246788608 13345 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2745798 13345 3065 1 0 2708109 0
[pid=13869/tid=13922] ppid=13866 vsize=10983192 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 6442 13262 0 0 18 1 5 3 20 0 15 0 222520059 11246788608 13345 33554432000 4194304 4196468 140732306038704 139882127282592 139882140636222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 13345 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 13345 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=10983192 memory=139670064805504 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 222520061 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 13 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881045026464 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246788608 13345 33554432000 4194304 4196468 140732306038704 139880843699440 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 427 13262 0 0 1 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 191 13262 0 0 1 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=10983192 memory=139670064805504 CPUtime=0.13 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 627 13262 0 0 5 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=10983192 memory=139670064805504 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 13345 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53380 KiB

[startup+0.700732 s]
/proc/loadavg: 1.60 1.46 1.43 3/215 13935
/proc/meminfo: memFree=23160848/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=10983192 memory=88144 CPUtime=0.97 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 16717 13262 0 0 85 4 5 3 20 0 15 0 222520048 11246788608 22036 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2745798 22036 3238 1 0 2708109 0
[pid=13869/tid=13922] ppid=13866 vsize=10983192 memory=916 CPUtime=0.65 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 12186 13262 0 0 54 3 5 3 20 0 15 0 222520059 11246788608 22036 33554432000 4194304 4196468 140732306038704 139882127292304 139882140636128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=10983192 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 22036 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=10983192 memory=2840 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 22036 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=10983192 memory=2912 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=10983192 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 2 13262 0 0 0 0 5 3 20 0 15 0 222520060 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=10983192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 5 13262 0 0 0 0 5 3 20 0 15 0 222520061 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=10983192 memory=3200 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 13 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881045026464 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=10983192 memory=1581284 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11246788608 22036 33554432000 4194304 4196468 140732306038704 139880843699440 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 772 13262 0 0 7 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 825 13262 0 0 9 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=10983192 memory=3312 CPUtime=0.21 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 708 13262 0 0 13 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=10983192 memory=15712 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=10983192 memory=1620 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520065 11246788608 22036 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88144 KiB

[startup+1.50077 s]
/proc/loadavg: 1.60 1.46 1.43 5/215 13935
/proc/meminfo: memFree=23119052/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=10998092 memory=181164 CPUtime=2.28 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 23875 13262 0 0 211 9 5 3 20 0 15 0 222520048 11262046208 45291 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2749523 45291 3466 1 0 2711181 0
[pid=13869/tid=13922] ppid=13866 vsize=10998092 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 17699 13262 0 0 128 5 5 3 20 0 15 0 222520059 11262046208 45291 33554432000 4194304 4196468 140732306038704 139882127285520 139882139551070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 224 13262 0 0 1 0 5 3 20 0 15 0 222520060 11262046208 45291 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=10998092 memory=7378113767197927766 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 22 13262 0 0 1 0 5 3 20 0 15 0 222520060 11262046208 45357 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=10998092 memory=7453013547424309593 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 22 13262 0 0 1 0 5 3 20 0 15 0 222520060 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=10998092 memory=7445410506274337381 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 60 13262 0 0 1 0 5 3 20 0 15 0 222520060 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=10998092 memory=5787785663623029848 CPUtime=0.09 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 54 13262 0 0 1 0 5 3 20 0 15 0 222520061 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=10998092 memory=8026650830774691430 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 14 13262 0 0 0 0 5 3 20 0 15 0 222520062 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881045026528 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11262046208 45357 33554432000 4194304 4196468 140732306038704 139880843699456 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=10998092 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 1347 13262 0 0 21 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=10998092 memory=14431090117230 CPUtime=0.28 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 923 13262 0 0 20 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=10998092 memory=279337962045560 CPUtime=0.41 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 1308 13262 0 0 33 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=10998092 memory=302585819879975321 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=10998092 memory=15262549412229920 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520065 11262046208 45357 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 181164 KiB

[startup+3.11773 s]
/proc/loadavg: 1.60 1.46 1.43 6/215 13935
/proc/meminfo: memFree=22985128/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=11008352 memory=244920 CPUtime=6.1 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 37427 13262 0 0 588 14 5 3 20 0 15 0 222520048 11272552448 61230 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2752088 61230 3493 1 0 2713741 0

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

/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 112814 13262 0 0 235494 62 5 3 20 0 15 0 222520059 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882127303920 139881741894100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.65 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 15687 13262 0 0 1201 56 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=11082080 memory=6791534058613427641 CPUtime=12.55 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 16798 13262 0 0 1192 55 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.63 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 12998 13262 0 0 1199 56 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.59 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 12312 13262 0 0 1198 53 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=11082080 memory=1600364 CPUtime=11.25 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 18501 13262 0 0 1064 53 5 3 20 0 15 0 222520061 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 15 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881045026528 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880843699456 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=11082080 memory=1600364 CPUtime=8.99 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 44874 13262 0 0 885 6 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=11082080 memory=1600364 CPUtime=9.55 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 54415 13262 0 0 942 5 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=11082080 memory=1600364 CPUtime=2.45 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 35161 13262 0 0 233 4 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=11082080 memory=1600364 CPUtime=1.63 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 2130 13262 0 0 78 77 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 2439.32 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1600364 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.63 1.55 3/216 14286
/proc/meminfo: memFree=20027044/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=11082080 memory=1600364 CPUtime=2500.32 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 329354 13262 0 0 249655 369 5 3 20 0 15 0 222520048 11348049920 400091 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2770520 400091 3538 1 0 2732173 0
[pid=13869/tid=13922] ppid=13866 vsize=11082080 memory=1600364 CPUtime=2414.93 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 113692 13262 0 0 241422 63 5 3 20 0 15 0 222520059 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882127303536 139881741480813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.99 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 15725 13262 0 0 1234 57 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.89 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 16858 13262 0 0 1224 57 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.97 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 13105 13262 0 0 1231 58 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=11082080 memory=1600364 CPUtime=12.93 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 12423 13262 0 0 1231 54 5 3 20 0 15 0 222520060 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=11082080 memory=1600364 CPUtime=11.54 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 18729 13262 0 0 1092 54 5 3 20 0 15 0 222520061 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=11082080 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 15 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881045026528 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=11082080 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880843699456 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=11082080 memory=1600364 CPUtime=8.99 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 44877 13262 0 0 885 6 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=11082080 memory=1600364 CPUtime=9.55 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 54417 13262 0 0 942 5 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=11082080 memory=1600364 CPUtime=2.45 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 35163 13262 0 0 233 4 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=11082080 memory=1600364 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=11082080 memory=1600364 CPUtime=1.67 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 2148 13262 0 0 80 79 5 3 20 0 15 0 222520065 11348049920 400091 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 2500.32 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1600364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.7 s]
/proc/loadavg: 1.67 1.62 1.55 3/216 14287
/proc/meminfo: memFree=20024988/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=11082080 memory=1602412 CPUtime=2520.05 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 329727 13262 0 0 251625 372 5 3 20 0 15 0 222520048 11348049920 400603 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2770520 400603 3538 1 0 2732173 0
[pid=13869/tid=13922] ppid=13866 vsize=11082080 memory=1602412 CPUtime=2434.1 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 113895 13262 0 0 243339 63 5 3 20 0 15 0 222520059 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882127304112 139881738414206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=11082080 memory=0 CPUtime=13.1 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 15731 13262 0 0 1244 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=11082080 memory=6082484479349125734 CPUtime=13.01 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 16910 13262 0 0 1235 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=11082080 memory=3712 CPUtime=13.08 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 13114 13262 0 0 1242 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=11082080 memory=60584 CPUtime=13.05 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 12488 13262 0 0 1242 55 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=11082080 memory=1602412 CPUtime=11.64 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 18759 13262 0 0 1102 54 5 3 20 0 15 0 222520061 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=11082080 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 15 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881045026528 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=11082080 memory=1602412 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880843699456 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=11082080 memory=1602412 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=11082080 memory=1602412 CPUtime=8.99 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 44879 13262 0 0 885 6 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=11082080 memory=11192 CPUtime=9.55 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 54419 13262 0 0 942 5 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=11082080 memory=60584 CPUtime=2.45 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 35165 13262 0 0 233 4 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=11082080 memory=1064 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=11082080 memory=2072 CPUtime=1.67 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 2150 13262 0 0 80 79 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1602412 KiB

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

[startup+2461.73 s]
# the end of solver process 13869 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.32 s, system=3.76811 s

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

[startup+2461.7 s]
/proc/loadavg: 1.67 1.62 1.55 3/216 14287
/proc/meminfo: memFree=20024988/32770624 swapFree=67108860/67108860
[pid=13869] ppid=13866 vsize=11082080 memory=1602412 CPUtime=2520.05 cores=0,2,4,6
/proc/13869/stat : 13869 (java) S 13866 13869 10336 0 -1 1077944320 329727 13262 0 0 251625 372 5 3 20 0 15 0 222520048 11348049920 400603 33554432000 4194304 4196468 140732306038704 140732306021248 139882155470583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
/proc/13869/statm: 2770520 400603 3538 1 0 2732173 0
[pid=13869/tid=13922] ppid=13866 vsize=11082080 memory=1602412 CPUtime=2434.1 cores=0,2,4,6
/proc/13869/task/13922/stat : 13922 (java) R 13866 13869 10336 0 -1 4202560 113895 13262 0 0 243339 63 5 3 20 0 15 0 222520059 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882127304112 139881738414206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13923] ppid=13866 vsize=11082080 memory=0 CPUtime=13.1 cores=0,2,4,6
/proc/13869/task/13923/stat : 13923 (java) S 13866 13869 10336 0 -1 1077944384 15731 13262 0 0 1244 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882159712784 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13924] ppid=13866 vsize=11082080 memory=6082484479349125734 CPUtime=13.01 cores=0,2,4,6
/proc/13869/task/13924/stat : 13924 (java) S 13866 13869 10336 0 -1 1077944384 16910 13262 0 0 1235 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139882053638800 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13925] ppid=13866 vsize=11082080 memory=3712 CPUtime=13.08 cores=0,2,4,6
/proc/13869/task/13925/stat : 13925 (java) S 13866 13869 10336 0 -1 1077944384 13114 13262 0 0 1242 58 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881693686032 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13926] ppid=13866 vsize=11082080 memory=60584 CPUtime=13.05 cores=0,2,4,6
/proc/13869/task/13926/stat : 13926 (java) S 13866 13869 10336 0 -1 1077944384 12488 13262 0 0 1242 55 5 3 20 0 15 0 222520060 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881692633488 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13927] ppid=13866 vsize=11082080 memory=1602412 CPUtime=11.64 cores=0,2,4,6
/proc/13869/task/13927/stat : 13927 (java) S 13866 13869 10336 0 -1 1077944384 18759 13262 0 0 1102 54 5 3 20 0 15 0 222520061 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881124715248 139882155481730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13928] ppid=13866 vsize=11082080 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13928/stat : 13928 (java) S 13866 13869 10336 0 -1 1077944384 15 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881045026528 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13929] ppid=13866 vsize=11082080 memory=1602412 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13929/stat : 13929 (java) S 13866 13869 10336 0 -1 1077944384 1 13262 0 0 0 0 5 3 20 0 15 0 222520062 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880843699456 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13930] ppid=13866 vsize=11082080 memory=1602412 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13930/stat : 13930 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880536299984 139882155489179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13931] ppid=13866 vsize=11082080 memory=1602412 CPUtime=8.99 cores=0,2,4,6
/proc/13869/task/13931/stat : 13931 (java) S 13866 13869 10336 0 -1 1077944384 44879 13262 0 0 885 6 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881123662064 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13932] ppid=13866 vsize=11082080 memory=11192 CPUtime=9.55 cores=0,2,4,6
/proc/13869/task/13932/stat : 13932 (java) S 13866 13869 10336 0 -1 1077944384 54419 13262 0 0 942 5 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881122609520 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13933] ppid=13866 vsize=11082080 memory=60584 CPUtime=2.45 cores=0,2,4,6
/proc/13869/task/13933/stat : 13933 (java) S 13866 13869 10336 0 -1 1077944384 35165 13262 0 0 233 4 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881121556464 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13934] ppid=13866 vsize=11082080 memory=1064 CPUtime=0.08 cores=0,2,4,6
/proc/13869/task/13934/stat : 13934 (java) S 13866 13869 10336 0 -1 1077944384 3 13262 0 0 0 0 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139880105503072 139882155480789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
[pid=13869/tid=13935] ppid=13866 vsize=11082080 memory=2072 CPUtime=1.67 cores=0,2,4,6
/proc/13869/task/13935/stat : 13935 (java) S 13866 13869 10336 0 -1 1077944384 2150 13262 0 0 80 79 5 3 20 0 15 0 222520065 11348049920 400603 33554432000 4194304 4196468 140732306038704 139881120504880 139882155481730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28635136 140732306045539 140732306048348 140732306048348 140732306051023 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1602412 KiB

Child status: 143
Real time (s): 2461.73
CPU time (s): 2520.09
CPU user time (s): 2516.32
CPU system time (s): 3.76811
CPU usage (%): 102.371
Max. virtual memory (cumulated for all children) (KiB): 11082908
Max. memory (cumulated for all children) (KiB): 1602412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 3.76811
maximum resident set size= 1604776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344252
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296550
involuntary context switches= 9673


# summary of solver processes directly reported to runsolver:
#   pid: 13869
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.32
#   total CPU system time (s): 3.76811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6919 second user time and 21.9333 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 06:52:49
IDJOB=4304862
IDBENCH=141126
IDSOLVER=2781
FILE ID=node107/4304862-1534049568
RUNJOBID= node107-1534039308-11488
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/StripPacking/StripPacking-T1a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304862-1534049568/watcher-4304862-1534049568 -o /tmp/evaluation-result-4304862-1534049568/solver-4304862-1534049568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1220062493 -superng HOME/instance-4304862-1534049568.xml

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

MD5SUM BENCH= 2930e4ba32e3c7874205f5eb3c8396db
RANDOM SEED=1220062493

node107.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.40
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.40
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.40
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.40
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:        23214048 kB
MemAvailable:   30332628 kB
Buffers:          188088 kB
Cached:          7122392 kB
SwapCached:            0 kB
Active:          5255260 kB
Inactive:        3679020 kB
Active(anon):    1572868 kB
Inactive(anon):   103432 kB
Active(file):    3682392 kB
Inactive(file):  3575588 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26988 kB
Writeback:             0 kB
AnonPages:       1630612 kB
Mapped:            64792 kB
Shmem:             49804 kB
Slab:             317792 kB
SReclaimable:     289060 kB
SUnreclaim:        28732 kB
KernelStack:        3568 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2442900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1544192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 07:33:50