Trace number 4304842

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

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
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 variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

0.96/0.76	c Concrete v3.9.2.1532736233296 running
2520.08/2498.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2498.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2498.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2498.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2498.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2498.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2498.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2498.71		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2498.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2498.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.08/2498.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.08/2498.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.08/2498.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2498.71		at scala.Option.map(Option.scala:146)
2520.08/2498.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2498.71		at concrete.MAC.mac(MAC.scala:203)
2520.08/2498.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2498.71		at scala.util.Try$.apply(Try.scala:209)
2520.08/2498.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2498.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2498.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2498.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2498.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2498.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2498.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2498.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2498.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2498.71		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2498.71		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2498.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2498.71		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2498.71		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2498.71		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2498.71		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2498.71		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2498.71		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2498.71		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2498.71		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2498.71		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2498.71		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2498.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2498.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2498.71		at scala.util.Success.map(Try.scala:209)
2520.08/2498.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2498.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2498.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2498.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2498.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2498.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2498.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2498.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2498.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2498.71		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2498.71		at scala.App.main(App.scala:76)
2520.08/2498.71		at scala.App.main$(App.scala:74)
2520.08/2498.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2498.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2498.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 (2441 MiB free)
  memory of node 1: 16384 MiB (1127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304842-1534038993/watcher-4304842-1534038993 -o /tmp/evaluation-result-4304842-1534038993/solver-4304842-1534038993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15971 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1746111866 -superng HOME/instance-4304842-1534038993.xml 

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

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


[startup+0.100067 s]*
/proc/loadavg: 1.92 2.00 2.04 6/212 16089
/proc/meminfo: memFree=3623052/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=30192 memory=3428 CPUtime=0.07 cores=0,2,4,6
/proc/16004/stat : 16004 (java) R 15997 16004 15060 0 -1 4202496 1896 12891 1 1 0 0 4 3 20 0 1 0 221462484 30916608 857 33554432000 4194304 4196468 140724150452016 140724150432712 139752916031099 0 0 4096 0 0 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 7548 857 641 1 0 160 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 3428 KiB

[startup+0.210321 s]*
/proc/loadavg: 1.92 2.00 2.04 5/219 16135
/proc/meminfo: memFree=3601024/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=10982696 memory=39532 CPUtime=0.23 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 6597 12891 1 1 14 2 4 3 20 0 15 0 221462484 11246280704 9883 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2745674 9883 2959 1 0 2708109 0
[pid=16004/tid=16108] ppid=15997 vsize=10982696 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 3118 12891 0 1 8 1 4 3 20 0 15 0 221462495 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752885640000 139752913812451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=10982696 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=10982696 memory=3617151078760195744 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=10982696 memory=140224968009344 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 13 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246280704 9883 33554432000 4194304 4196468 140724150452016 139751726245408 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462498 11246280704 9883 33554432000 4194304 4196468 140724150452016 139751524918640 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246280704 9883 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 475 12891 0 1 1 0 4 3 20 0 15 0 221462500 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 145 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=10982696 memory=140224968009344 CPUtime=0.1 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 640 12891 0 1 3 0 4 3 20 0 15 0 221462500 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246280704 9883 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=10982696 memory=140224968009344 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) R 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462501 11246280704 9883 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 39532 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.92 2.00 2.04 4/219 16135
/proc/meminfo: memFree=3575720/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=10983192 memory=52448 CPUtime=0.36 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 9693 12891 1 1 26 3 4 3 20 0 15 0 221462484 11246788608 13112 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2745798 13112 3090 1 0 2708109 0
[pid=16004/tid=16108] ppid=15997 vsize=10983192 memory=576461178948550685 CPUtime=0.26 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 6193 12891 0 1 17 2 4 3 20 0 15 0 221462495 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752885621152 139752895182592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=10983192 memory=304274695493255191 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=10983192 memory=13992083864692376 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=10983192 memory=8508281403248052365 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=10983192 memory=3472328296227680303 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=10983192 memory=3472468521195689648 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=10983192 memory=7378697629483820645 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 13 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246788608 13112 33554432000 4194304 4196468 140724150452016 139751726245408 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=10983192 memory=-8312670058677691234 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462498 11246788608 13112 33554432000 4194304 4196468 140724150452016 139751524918640 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=10983192 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246788608 13112 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 475 12891 0 1 1 0 4 3 20 0 15 0 221462500 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=10983192 memory=8389772264424737328 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 146 12891 0 1 1 0 4 3 20 0 15 0 221462500 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=10983192 memory=140224968009344 CPUtime=0.11 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 659 12891 0 1 4 0 4 3 20 0 15 0 221462500 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246788608 13112 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=10983192 memory=140224968009344 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462501 11246788608 13112 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52448 KiB

[startup+0.700778 s]
/proc/loadavg: 1.92 2.00 2.04 4/219 16135
/proc/meminfo: memFree=3548144/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=10983192 memory=88736 CPUtime=0.96 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 16790 12891 1 1 84 5 4 3 20 0 15 0 221462484 11246788608 22184 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2745798 22184 3239 1 0 2708109 0
[pid=16004/tid=16108] ppid=15997 vsize=10983192 memory=318 CPUtime=0.64 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 12288 12891 0 1 54 3 4 3 20 0 15 0 221462495 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752885630864 139752896995952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=10983192 memory=7848 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=10983192 memory=231 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=10983192 memory=205 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 2 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=10983192 memory=4 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462495 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=10983192 memory=82 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 5 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 13 12891 0 1 0 0 4 3 20 0 15 0 221462497 11246788608 22184 33554432000 4194304 4196468 140724150452016 139751726245408 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=10983192 memory=4638778398333162340 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462498 11246788608 22184 33554432000 4194304 4196468 140724150452016 139751524918640 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=10983192 memory=6935650355287975249 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246788608 22184 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=10983192 memory=5936096565992112224 CPUtime=0.14 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 738 12891 0 1 7 0 4 3 20 0 15 0 221462500 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=10983192 memory=7825734864442108491 CPUtime=0.17 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 799 12891 0 1 10 0 4 3 20 0 15 0 221462500 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=10983192 memory=4716009337774116214 CPUtime=0.19 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 742 12891 0 1 12 0 4 3 20 0 15 0 221462500 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=10983192 memory=-9181546051567709026 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11246788608 22184 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=10983192 memory=1860 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462501 11246788608 22184 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50072 s]
/proc/loadavg: 1.92 2.00 2.04 2/219 16135
/proc/meminfo: memFree=3465256/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=10998092 memory=177884 CPUtime=2.15 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 23378 12891 1 1 198 10 4 3 20 0 15 0 221462484 11262046208 44471 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2749523 44471 3468 1 0 2711181 0
[pid=16004/tid=16108] ppid=15997 vsize=10998092 memory=318 CPUtime=1.32 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 17352 12891 0 1 120 5 4 3 20 0 15 0 221462495 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752885626288 139752898974798 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=10998092 memory=7848 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 24 12891 0 1 1 0 4 3 20 0 15 0 221462495 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=10998092 memory=231 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 177 12891 0 1 1 0 4 3 20 0 15 0 221462495 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=10998092 memory=205 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 59 12891 0 1 1 0 4 3 20 0 15 0 221462495 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=10998092 memory=4 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 28 12891 0 1 0 0 4 3 20 0 15 0 221462495 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=10998092 memory=82 CPUtime=0.08 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 58 12891 0 1 1 0 4 3 20 0 15 0 221462497 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=10998092 memory=280449687605536 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 14 12891 0 1 0 0 4 3 20 0 15 0 221462497 11262046208 44471 33554432000 4194304 4196468 140724150452016 139751726245472 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=10998092 memory=280449687555280 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462498 11262046208 44471 33554432000 4194304 4196468 140724150452016 139751524918656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=10998092 memory=140224843819052 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11262046208 44471 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=10998092 memory=1088 CPUtime=0.26 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 1188 12891 0 1 19 0 4 3 20 0 15 0 221462500 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=10998092 memory=2179 CPUtime=0.28 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 963 12891 0 1 21 0 4 3 20 0 15 0 221462500 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=10998092 memory=497 CPUtime=0.38 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 1316 12891 0 1 30 1 4 3 20 0 15 0 221462500 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11262046208 44471 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=10998092 memory=736 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1 12891 0 1 0 0 4 3 20 0 15 0 221462501 11262046208 44471 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177884 KiB

[startup+3.11052 s]
/proc/loadavg: 2.01 2.01 2.05 9/219 16135
/proc/meminfo: memFree=3150308/32770624 swapFree=67058712/67108860
[pid=16004] ppid=15997 vsize=11008352 memory=277148 CPUtime=6.1 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 34016 12891 3 1 588 15 4 3 20 0 15 0 221462484 11272552448 69287 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2752088 69287 3491 1 0 2713741 0
[pid=16004/tid=16108] ppid=15997 vsize=11008352 memory=280449687632288 CPUtime=2.91 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 22820 12891 1 1 275 9 4 3 20 0 15 0 221462495 11272552448 69287 33554432000 4194304 4196468 140724150452016 139752885635696 139752490472349 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0

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

/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 75896 12891 1 1 237486 24 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752885642592 139752494140899 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=11077984 memory=1528 CPUtime=3.73 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 6946 12891 0 1 340 26 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.73 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 7229 12891 0 1 337 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.73 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 7433 12891 0 1 337 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=11077984 memory=280449689216352 CPUtime=3.71 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 6774 12891 0 1 336 28 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=11077984 memory=370352 CPUtime=2.39 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 11306 12891 0 1 214 18 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 15 12891 0 1 0 0 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751726245536 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462498 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751524918656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=11077984 memory=370352 CPUtime=4.09 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 21776 12891 1 1 394 8 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.91 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 20218 12891 0 1 382 2 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.77 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 18975 12891 0 1 166 4 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.43 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1064 12891 0 1 68 68 4 3 20 0 15 0 221462501 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 2403.15 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 370352 KiB

[startup+2442.3 s]
/proc/loadavg: 1.16 1.29 1.39 4/215 16230
/proc/meminfo: memFree=2905984/32770624 swapFree=67058720/67108860
[pid=16004] ppid=15997 vsize=11077984 memory=370352 CPUtime=2463.41 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 180796 12891 3 1 246121 213 4 3 20 0 15 0 221462484 11343855616 92588 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2769496 92588 3526 1 0 2731149 0
[pid=16004/tid=16108] ppid=15997 vsize=11077984 memory=370352 CPUtime=2434.99 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) S 15997 16004 15060 0 -1 1077944384 76241 12891 1 1 243468 24 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752885643664 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.82 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 7040 12891 0 1 349 26 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.81 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 7462 12891 0 1 345 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.82 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 7438 12891 0 1 346 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.81 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 6848 12891 0 1 345 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=11077984 memory=370352 CPUtime=2.45 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) R 15997 16004 15060 0 -1 4202560 11495 12891 0 1 220 18 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752406844832 139752913821078 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 15 12891 0 1 0 0 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751726245536 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462498 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751524918656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=11077984 memory=370352 CPUtime=4.09 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 21778 12891 1 1 394 8 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.92 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 20220 12891 0 1 383 2 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.77 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 18977 12891 0 1 166 4 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=11077984 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1082 12891 0 1 69 69 4 3 20 0 15 0 221462501 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 2463.41 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 370352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.7 s]
/proc/loadavg: 1.34 1.32 1.40 4/215 16231
/proc/meminfo: memFree=2905596/32770624 swapFree=67058720/67108860
[pid=16004] ppid=15997 vsize=11077984 memory=370352 CPUtime=2520.08 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 181420 12891 3 1 251785 216 4 3 20 0 15 0 221462484 11343855616 92588 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2769496 92588 3526 1 0 2731149 0
[pid=16004/tid=16108] ppid=15997 vsize=11077984 memory=370352 CPUtime=2491.25 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 76563 12891 1 1 249093 25 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752885642816 139752495297376 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.9 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 7079 12891 0 1 356 27 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.9 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 7693 12891 0 1 353 30 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.91 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 7439 12891 0 1 354 30 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.88 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 6851 12891 0 1 352 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=11077984 memory=370352 CPUtime=2.5 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 11519 12891 0 1 225 18 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 15 12891 0 1 0 0 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751726245536 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=11077984 memory=13808 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462498 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751524918656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=11077984 memory=370352 CPUtime=4.09 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 21778 12891 1 1 394 8 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.92 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 20220 12891 0 1 383 2 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.77 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 18977 12891 0 1 166 4 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.49 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1086 12891 0 1 71 71 4 3 20 0 15 0 221462501 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 370352 KiB

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

[startup+2498.72 s]
# the end of solver process 16004 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.91 s, system=2.21439 s

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

[startup+2498.7 s]
/proc/loadavg: 1.34 1.32 1.40 4/215 16231
/proc/meminfo: memFree=2905596/32770624 swapFree=67058720/67108860
[pid=16004] ppid=15997 vsize=11077984 memory=370352 CPUtime=2520.08 cores=0,2,4,6
/proc/16004/stat : 16004 (java) S 15997 16004 15060 0 -1 1077944320 181420 12891 3 1 251785 216 4 3 20 0 15 0 221462484 11343855616 92588 33554432000 4194304 4196468 140724150452016 140724150434560 139752913809143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
/proc/16004/statm: 2769496 92588 3526 1 0 2731149 0
[pid=16004/tid=16108] ppid=15997 vsize=11077984 memory=370352 CPUtime=2491.25 cores=0,2,4,6
/proc/16004/task/16108/stat : 16108 (java) R 15997 16004 15060 0 -1 4202560 76563 12891 1 1 249093 25 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752885642816 139752495297376 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16110] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.9 cores=0,2,4,6
/proc/16004/task/16110/stat : 16110 (java) S 15997 16004 15060 0 -1 1077944384 7079 12891 0 1 356 27 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752918043280 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16111] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.9 cores=0,2,4,6
/proc/16004/task/16111/stat : 16111 (java) S 15997 16004 15060 0 -1 1077944384 7693 12891 0 1 353 30 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752803248656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16112] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.91 cores=0,2,4,6
/proc/16004/task/16112/stat : 16112 (java) S 15997 16004 15060 0 -1 1077944384 7439 12891 0 1 354 30 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752802195856 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16113] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.88 cores=0,2,4,6
/proc/16004/task/16113/stat : 16113 (java) S 15997 16004 15060 0 -1 1077944384 6851 12891 0 1 352 29 4 3 20 0 15 0 221462495 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752801143056 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16118] ppid=15997 vsize=11077984 memory=370352 CPUtime=2.5 cores=0,2,4,6
/proc/16004/task/16118/stat : 16118 (java) S 15997 16004 15060 0 -1 1077944384 11519 12891 0 1 225 18 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752406846320 139752913820290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16120] ppid=15997 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16120/stat : 16120 (java) S 15997 16004 15060 0 -1 1077944384 15 12891 0 1 0 0 4 3 20 0 15 0 221462497 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751726245536 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16122] ppid=15997 vsize=11077984 memory=13808 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16122/stat : 16122 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462498 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751524918656 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16125] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16125/stat : 16125 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139751217518928 139752913827739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16127] ppid=15997 vsize=11077984 memory=370352 CPUtime=4.09 cores=0,2,4,6
/proc/16004/task/16127/stat : 16127 (java) S 15997 16004 15060 0 -1 1077944384 21778 12891 1 1 394 8 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752405793136 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16129] ppid=15997 vsize=11077984 memory=370352 CPUtime=3.92 cores=0,2,4,6
/proc/16004/task/16129/stat : 16129 (java) S 15997 16004 15060 0 -1 1077944384 20220 12891 0 1 383 2 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752404740336 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16131] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.77 cores=0,2,4,6
/proc/16004/task/16131/stat : 16131 (java) S 15997 16004 15060 0 -1 1077944384 18977 12891 0 1 166 4 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752403687536 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16133] ppid=15997 vsize=11077984 memory=370352 CPUtime=0.07 cores=0,2,4,6
/proc/16004/task/16133/stat : 16133 (java) S 15997 16004 15060 0 -1 1077944384 3 12891 0 1 0 0 4 3 20 0 15 0 221462500 11343855616 92588 33554432000 4194304 4196468 140724150452016 139750786722016 139752913819349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
[pid=16004/tid=16135] ppid=15997 vsize=11077984 memory=370352 CPUtime=1.49 cores=0,2,4,6
/proc/16004/task/16135/stat : 16135 (java) S 15997 16004 15060 0 -1 1077944384 1086 12891 0 1 71 71 4 3 20 0 15 0 221462501 11343855616 92588 33554432000 4194304 4196468 140724150452016 139752402635952 139752913820290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34963456 140724150454883 140724150457692 140724150457692 140724150460367 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 370352 KiB

Child status: 143
Real time (s): 2498.72
CPU time (s): 2520.13
CPU user time (s): 2517.91
CPU system time (s): 2.21439
CPU usage (%): 100.857
Max. virtual memory (cumulated for all children) (KiB): 11078764
Max. memory (cumulated for all children) (KiB): 1075652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.91
system time used= 2.21439
maximum resident set size= 1085620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195473
page faults= 4
swaps= 0
block input operations= 3240
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110336
involuntary context switches= 4793


# summary of solver processes directly reported to runsolver:
#   pid: 16004
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.91
#   total CPU system time (s): 2.21439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9213 second user time and 23.7025 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 03:56:33
IDJOB=4304842
IDBENCH=141022
IDSOLVER=2781
FILE ID=node103/4304842-1534038993
RUNJOBID= node103-1534038993-15971
PBS_JOBID= 21036972
Free space on /tmp= 34460 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304842-1534038993/watcher-4304842-1534038993 -o /tmp/evaluation-result-4304842-1534038993/solver-4304842-1534038993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15971 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1746111866 -superng HOME/instance-4304842-1534038993.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=1746111866

node103.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.48
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.48
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.48
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.48
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:         3655996 kB
MemAvailable:   31944840 kB
Buffers:          118444 kB
Cached:         28093316 kB
SwapCached:         5944 kB
Active:         13994704 kB
Inactive:       14228616 kB
Active(anon):       3472 kB
Inactive(anon):    60188 kB
Active(file):   13991232 kB
Inactive(file): 14168428 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058712 kB
Dirty:             53120 kB
Writeback:             0 kB
AnonPages:         14648 kB
Mapped:            49620 kB
Shmem:             48620 kB
Slab:             587064 kB
SReclaimable:     557644 kB
SUnreclaim:        29420 kB
KernelStack:        3264 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34404 MiB
End job on node103 at 2018-08-12 04:38:12