Trace number 4292866

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.8-SuperNG 2018-06-13? (TO) 2520.12 2500.81

General information on the benchmark

NameColouredQueens/
ColouredQueens-12_c18.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
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":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
2520.09/2500.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2500.12		at concrete.MAC.mac(MAC.scala:188)
2520.09/2500.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2500.12		at scala.util.Try$.apply(Try.scala:209)
2520.09/2500.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2500.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2500.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2500.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2500.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2500.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2500.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2500.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2500.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2500.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2500.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2500.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2500.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2500.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2500.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2500.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2500.12		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.09/2500.12		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.09/2500.12		at concrete.Solver.toStream(Solver.scala:68)
2520.09/2500.12		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.09/2500.12		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.09/2500.12		at concrete.Solver.toIterable(Solver.scala:68)
2520.09/2500.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.09/2500.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2500.12		at scala.util.Success.map(Try.scala:209)
2520.09/2500.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2500.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2500.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2500.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2500.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2500.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2500.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2500.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2500.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2500.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2500.12		at scala.App.main(App.scala:76)
2520.09/2500.12		at scala.App.main$(App.scala:74)
2520.09/2500.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2500.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2500.12	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 (6771 MiB free)
  memory of node 1: 16384 MiB (13210 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292866-1532296198/watcher-4292866-1532296198 -o /tmp/evaluation-result-4292866-1532296198/solver-4292866-1532296198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=217249893 -superng HOME/instance-4292866-1532296198.xml 

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

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


[startup+0.100031 s]*
/proc/loadavg: 1.64 1.63 1.49 4/214 16393
/proc/meminfo: memFree=20458940/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=9972712 memory=14908 CPUtime=0.09 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 4400 13303 0 0 1 0 5 3 20 0 6 0 47183008 10212057088 3727 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2493178 3727 1934 1 0 2481616 0
[pid=16336/tid=16389] ppid=16333 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 2253 13303 0 0 0 0 5 3 20 0 6 0 47183018 10212057088 3793 33554432000 4194304 4196468 140729460425552 140463252673104 140463264916830 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=9972712 memory=5793855405785291193 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 6 0 47183018 10212057088 3793 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=9972712 memory=140154775398016 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 6 0 47183018 10212057088 3793 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 6 0 47183018 10212057088 3793 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 6 0 47183018 10212057088 3793 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14908 KiB

[startup+0.211073 s]*
/proc/loadavg: 1.64 1.63 1.49 3/223 16402
/proc/meminfo: memFree=20436820/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=10821524 memory=42104 CPUtime=0.26 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 8748 13303 0 0 16 2 5 3 20 0 15 0 47183008 11081240576 10460 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2705381 10526 2967 1 0 2667804 0
[pid=16336/tid=16389] ppid=16333 vsize=10818936 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 5701 13303 0 0 10 1 5 3 20 0 15 0 47183018 11078590464 10238 33554432000 4194304 4196468 140729460425552 140463252661152 140463273516061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10818936 memory=4211973880980188554 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11078590464 10238 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10818936 memory=140154775398016 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11078590464 10304 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11078590464 10304 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11078590464 10304 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10818936 memory=140154775398016 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183020 11078590464 10370 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 33 13303 0 0 0 0 5 3 20 0 15 0 47183020 11078590464 10370 33554432000 4194304 4196468 140729460425552 140462738342944 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11078590464 10370 33554432000 4194304 4196468 140729460425552 140462140679024 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11078590464 10370 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 505 13303 0 0 1 0 5 3 20 0 15 0 47183023 11078590464 10436 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10818936 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 97 13303 0 0 1 0 5 3 20 0 15 0 47183023 11078590464 10436 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10818936 memory=140154775398016 CPUtime=0.11 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 617 13303 0 0 3 0 5 3 20 0 15 0 47183023 11078590464 10436 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11078590464 10502 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10818936 memory=140154775398016 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183024 11078590464 10502 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 42104 KiB

[startup+0.310659 s]*
/proc/loadavg: 1.64 1.63 1.49 3/223 16402
/proc/meminfo: memFree=20425284/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=10819352 memory=51156 CPUtime=0.39 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 10929 13303 0 0 28 3 5 3 20 0 15 0 47183008 11079016448 12789 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2704838 12789 3086 1 0 2667149 0
[pid=16336/tid=16389] ppid=16333 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 7443 13303 0 0 19 2 5 3 20 0 15 0 47183018 11079016448 12789 33554432000 4194304 4196468 140729460425552 140463252648352 140463273077733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 12789 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10819352 memory=140154775398015 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 33 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462738342944 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10819352 memory=140154775398016 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462140679024 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11079016448 12789 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 510 13303 0 0 1 0 5 3 20 0 15 0 47183023 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) R 16333 16336 16080 0 -1 4202560 100 13303 0 0 1 0 5 3 20 0 15 0 47183023 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462703733488 140463280857690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) R 16333 16336 16080 0 -1 4202560 650 13303 0 0 5 0 5 3 20 0 15 0 47183023 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462702680688 140463280857690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11079016448 12789 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183024 11079016448 12789 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51156 KiB

[startup+0.710031 s]
/proc/loadavg: 1.64 1.63 1.49 4/223 16402
/proc/meminfo: memFree=20414136/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=10819352 memory=84132 CPUtime=1 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 17196 13303 0 0 88 4 5 3 20 0 15 0 47183008 11079016448 21033 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2704838 21033 3237 1 0 2667149 0
[pid=16336/tid=16389] ppid=16333 vsize=10819352 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 12561 13303 0 0 57 3 5 3 20 0 15 0 47183018 11079016448 21033 33554432000 4194304 4196468 140729460425552 140463252650816 140463262399920 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 21033 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 2 13303 0 0 0 0 5 3 20 0 15 0 47183018 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 5 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 33 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462738342944 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462140679024 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11079016448 21033 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10819352 memory=30305 CPUtime=0.18 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 1099 13303 0 0 10 0 5 3 20 0 15 0 47183023 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 486 13303 0 0 7 0 5 3 20 0 15 0 47183023 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10819352 memory=4037822808211350398 CPUtime=0.2 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 811 13303 0 0 12 0 5 3 20 0 15 0 47183023 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10819352 memory=-6305717187203391872 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11079016448 21033 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183024 11079016448 21033 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84132 KiB

[startup+1.50079 s]
/proc/loadavg: 1.64 1.63 1.49 3/223 16402
/proc/meminfo: memFree=20359040/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=10834252 memory=176468 CPUtime=2.27 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 24703 13303 0 0 209 10 5 3 20 0 15 0 47183008 11094274048 44117 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2708563 44117 3466 1 0 2670221 0
[pid=16336/tid=16389] ppid=16333 vsize=10834252 memory=190 CPUtime=1.43 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 18141 13303 0 0 129 6 5 3 20 0 15 0 47183018 11094274048 44117 33554432000 4194304 4196468 140729460425552 140463252665856 140463264916830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10834252 memory=118 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 56 13303 0 0 1 0 5 3 20 0 15 0 47183018 11094274048 44117 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 175 13303 0 0 1 0 5 3 20 0 15 0 47183018 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 18 13303 0 0 1 0 5 3 20 0 15 0 47183018 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10834252 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 39 13303 0 0 0 0 5 3 20 0 15 0 47183018 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10834252 memory=4037822808211350398 CPUtime=0.09 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 175 13303 0 0 1 0 5 3 20 0 15 0 47183020 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10834252 memory=280309295788096 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 34 13303 0 0 0 0 5 3 20 0 15 0 47183020 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462738343008 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10834252 memory=280309295792544 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462140679040 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11094274048 44117 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10834252 memory=6944656575208382560 CPUtime=0.27 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 1259 13303 0 0 19 0 5 3 20 0 15 0 47183023 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 1030 13303 0 0 21 0 5 3 20 0 15 0 47183023 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10834252 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 1582 13303 0 0 32 0 5 3 20 0 15 0 47183023 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11094274048 44117 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183024 11094274048 44117 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

[pid=16336] ppid=16333 vsize=10914144 memory=384636 CPUtime=2462.05 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 188404 13303 0 0 245997 200 5 3 20 0 15 0 47183008 11176083456 96159 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2728536 96159 3524 1 0 2690189 0
[pid=16336/tid=16389] ppid=16333 vsize=10914144 memory=384636 CPUtime=2435.07 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 74378 13303 0 0 243473 26 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140463252670880 140462897752870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.56 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 11931 13303 0 0 323 25 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10914144 memory=382588 CPUtime=3.57 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 8952 13303 0 0 323 26 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.59 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 7642 13303 0 0 324 27 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10914144 memory=242761 CPUtime=3.57 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 8321 13303 0 0 323 26 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10914144 memory=384636 CPUtime=2.53 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 9880 13303 0 0 227 18 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 37 13303 0 0 0 0 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462738343008 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462140679040 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10914144 memory=384636 CPUtime=4.1 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 22474 13303 0 0 399 3 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10914144 memory=5784 CPUtime=3.59 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 18168 13303 0 0 348 3 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10914144 memory=384636 CPUtime=1.77 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 23177 13303 0 0 165 4 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10914144 memory=384636 CPUtime=1.32 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1250 13303 0 0 54 70 5 3 20 0 15 0 47183024 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 2462.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 384636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.11 s]
/proc/loadavg: 1.41 1.38 1.41 6/219 16658
/proc/meminfo: memFree=20154840/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=10914144 memory=384636 CPUtime=2520.09 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 188855 13303 0 0 251797 204 5 3 20 0 15 0 47183008 11176083456 96159 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2728536 96159 3524 1 0 2690189 0
[pid=16336/tid=16389] ppid=16333 vsize=10914144 memory=56 CPUtime=2492.71 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) R 16333 16336 16080 0 -1 4202560 74662 13303 0 0 249236 27 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140463252669664 140462899662002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.64 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 11970 13303 0 0 330 26 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 8963 13303 0 0 330 27 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.66 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 7649 13303 0 0 331 27 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 8357 13303 0 0 331 26 5 3 20 0 15 0 47183018 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=10914144 memory=384636 CPUtime=2.58 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) S 16333 16336 16080 0 -1 1077944384 9936 13303 0 0 232 18 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462739396976 140463280847490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 37 13303 0 0 0 0 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462738343008 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462140679040 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140461833279312 140463280854939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=10914144 memory=384636 CPUtime=4.1 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 22475 13303 0 0 399 3 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=10914144 memory=384636 CPUtime=3.59 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 18168 13303 0 0 348 3 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=10914144 memory=384636 CPUtime=1.77 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 23178 13303 0 0 165 4 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=10914144 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11176083456 96159 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16402] ppid=16333 vsize=10914144 memory=125 CPUtime=1.33 cores=1,3,5,7
/proc/16336/task/16402/stat : 16402 (java) S 16333 16336 16080 0 -1 1077944384 1266 13303 0 0 54 71 5 3 20 0 15 0 47183024 11176083456 96159 33554432000 4194304 4196468 140729460425552 140462701628080 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 384636 KiB

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

[startup+2500.81 s]
# the end of solver process 16336 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.04 s, system=2.08081 s

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

[startup+2500.4 s]
/proc/loadavg: 1.41 1.38 1.41 6/219 16658
/proc/meminfo: memFree=20154840/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=11110760 memory=386832 CPUtime=2520.1 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 189732 13303 0 0 251798 204 5 3 20 0 15 0 47183008 11377418240 96708 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2777690 96708 3527 1 0 2739343 0
[pid=16336/tid=16389] ppid=16333 vsize=11110760 memory=6791534058613427641 CPUtime=2492.72 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) S 16333 16336 16080 0 -1 1077944384 75017 13303 0 0 249237 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140463252678240 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=11110760 memory=3200 CPUtime=3.64 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 11970 13303 0 0 330 26 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=11110760 memory=384636 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 8963 13303 0 0 330 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=11110760 memory=1412 CPUtime=3.66 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 7649 13303 0 0 331 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=11110760 memory=8112282956445269571 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 8357 13303 0 0 331 26 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=11110760 memory=-7003737579269690708 CPUtime=2.58 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) D 16333 16336 16080 0 -1 4202560 9936 13303 0 0 232 18 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462739396920 140463273521975 0 0 0 16800975 18446744072100891781 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=11110760 memory=384636 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 37 13303 0 0 0 0 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462738343008 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=11110760 memory=15924 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462140679040 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=11110760 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 104 13303 0 0 0 0 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140461833278960 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=11110760 memory=2444 CPUtime=4.1 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 22696 13303 0 0 399 3 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=11110760 memory=1728 CPUtime=3.59 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 18168 13303 0 0 348 3 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=11110760 memory=1948 CPUtime=1.77 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 23290 13303 0 0 165 4 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=11110760 memory=1224 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11110760 KiB
Current children cumulated memory: 386832 KiB

[startup+2500.8 s]
/proc/loadavg: 1.41 1.38 1.41 6/219 16658
/proc/meminfo: memFree=20154840/32770624 swapFree=67108860/67108860
[pid=16336] ppid=16333 vsize=11110760 memory=386832 CPUtime=2520.1 cores=1,3,5,7
/proc/16336/stat : 16336 (java) S 16333 16336 16080 0 -1 1077944320 189732 13303 0 0 251798 204 5 3 20 0 15 0 47183008 11377418240 96708 33554432000 4194304 4196468 140729460425552 140729460408096 140463280836343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
/proc/16336/statm: 2777690 96708 3527 1 0 2739343 0
[pid=16336/tid=16389] ppid=16333 vsize=11110760 memory=384636 CPUtime=2492.72 cores=1,3,5,7
/proc/16336/task/16389/stat : 16389 (java) S 16333 16336 16080 0 -1 1077944384 75017 13303 0 0 249237 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140463252678240 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16390] ppid=16333 vsize=11110760 memory=384636 CPUtime=3.64 cores=1,3,5,7
/proc/16336/task/16390/stat : 16390 (java) S 16333 16336 16080 0 -1 1077944384 11970 13303 0 0 330 26 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140463285079184 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16391] ppid=16333 vsize=11110760 memory=384636 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16391/stat : 16391 (java) S 16333 16336 16080 0 -1 1077944384 8963 13303 0 0 330 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462854171664 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16392] ppid=16333 vsize=11110760 memory=384636 CPUtime=3.66 cores=1,3,5,7
/proc/16336/task/16392/stat : 16392 (java) S 16333 16336 16080 0 -1 1077944384 7649 13303 0 0 331 27 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462853118864 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16393] ppid=16333 vsize=11110760 memory=6791534058613427641 CPUtime=3.65 cores=1,3,5,7
/proc/16336/task/16393/stat : 16393 (java) S 16333 16336 16080 0 -1 1077944384 8357 13303 0 0 331 26 5 3 20 0 15 0 47183018 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462852066064 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16394] ppid=16333 vsize=11110760 memory=1224 CPUtime=2.58 cores=1,3,5,7
/proc/16336/task/16394/stat : 16394 (java) D 16333 16336 16080 0 -1 4202560 9936 13303 0 0 232 18 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462739396920 140463273521975 0 0 0 16800975 18446744072100891781 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16395] ppid=16333 vsize=11110760 memory=1224 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16395/stat : 16395 (java) S 16333 16336 16080 0 -1 1077944384 37 13303 0 0 0 0 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462738343008 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16396] ppid=16333 vsize=11110760 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16396/stat : 16396 (java) S 16333 16336 16080 0 -1 1077944384 1 13303 0 0 0 0 5 3 20 0 15 0 47183020 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462140679040 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16397] ppid=16333 vsize=11110760 memory=1424 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16397/stat : 16397 (java) S 16333 16336 16080 0 -1 1077944384 104 13303 0 0 0 0 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140461833278960 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16398] ppid=16333 vsize=11110760 memory=6791534058613427641 CPUtime=4.1 cores=1,3,5,7
/proc/16336/task/16398/stat : 16398 (java) S 16333 16336 16080 0 -1 1077944384 22696 13303 0 0 399 3 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462704786288 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16399] ppid=16333 vsize=11110760 memory=1240 CPUtime=3.59 cores=1,3,5,7
/proc/16336/task/16399/stat : 16399 (java) S 16333 16336 16080 0 -1 1077944384 18168 13303 0 0 348 3 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462703733488 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16400] ppid=16333 vsize=11110760 memory=648 CPUtime=1.77 cores=1,3,5,7
/proc/16336/task/16400/stat : 16400 (java) S 16333 16336 16080 0 -1 1077944384 23290 13303 0 0 165 4 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140462702680688 140463280847490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
[pid=16336/tid=16401] ppid=16333 vsize=11110760 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/16336/task/16401/stat : 16401 (java) S 16333 16336 16080 0 -1 1077944384 3 13303 0 0 0 0 5 3 20 0 15 0 47183023 11377418240 96708 33554432000 4194304 4196468 140729460425552 140461799721696 140463280846549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12656640 140729460426924 140729460430172 140729460430172 140729460432847 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11110760 KiB
Current children cumulated memory: 386832 KiB

Child status: 143
Real time (s): 2500.81
CPU time (s): 2520.12
CPU user time (s): 2518.04
CPU system time (s): 2.08081
CPU usage (%): 100.772
Max. virtual memory (cumulated for all children) (KiB): 11110760
Max. memory (cumulated for all children) (KiB): 815252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.04
system time used= 2.08081
maximum resident set size= 823476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109945
involuntary context switches= 6345


# summary of solver processes directly reported to runsolver:
#   pid: 16336
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.04
#   total CPU system time (s): 2.08081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7057 second user time and 23.8122 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 23:49:58
IDJOB=4292866
IDBENCH=141026
IDSOLVER=2751
FILE ID=node132/4292866-1532296198
RUNJOBID= node132-1532296193-16112
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-12_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292866-1532296198/watcher-4292866-1532296198 -o /tmp/evaluation-result-4292866-1532296198/solver-4292866-1532296198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=217249893 -superng HOME/instance-4292866-1532296198.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=217249893

node132.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.65
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.65
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.65
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.65
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:        20462440 kB
MemAvailable:   31601512 kB
Buffers:          254104 kB
Cached:         11031328 kB
SwapCached:            0 kB
Active:          2495436 kB
Inactive:        9177936 kB
Active(anon):     390916 kB
Inactive(anon):    17028 kB
Active(file):    2104520 kB
Inactive(file):  9160908 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27048 kB
Writeback:             0 kB
AnonPages:        387296 kB
Mapped:            49452 kB
Shmem:             17056 kB
Slab:             329988 kB
SReclaimable:     302104 kB
SUnreclaim:        27884 kB
KernelStack:        3920 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1454816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 00:31:39