Trace number 4302740

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 252.074 207.345

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark252.036
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302740-1532894663/watcher-4302740-1532894663 -o /tmp/evaluation-result-4302740-1532894663/solver-4302740-1532894663 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1800977338 -superng HOME/instance-4302740-1532894663.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 1.64 1.73 1.64 5/207 23877
/proc/meminfo: memFree=28310640/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=10005480 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 4400 12955 0 0 1 0 5 3 20 0 6 0 107029448 10245611520 4270 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2501370 4270 1935 1 0 2489808 0
[pid=23820/tid=23873] ppid=23817 vsize=10005480 memory=4279135703913364878 CPUtime=0.09 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 2218 12955 0 0 1 0 5 3 20 0 6 0 107029457 10245611520 4270 33554432000 4194304 4196468 140736819859936 139861900288592 139861912532318 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 6 0 107029458 10245611520 4270 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=10005480 memory=140046692353664 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 6 0 107029458 10245611520 4270 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 6 0 107029458 10245611520 4270 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 6 0 107029458 10245611520 4270 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.21527 s]*
/proc/loadavg: 1.64 1.73 1.64 5/216 23886
/proc/meminfo: memFree=28260644/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=10982744 memory=48088 CPUtime=0.27 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 9380 12955 0 0 17 2 5 3 20 0 15 0 107029448 11246329856 12022 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2745686 12022 2961 1 0 2708109 0
[pid=23820/tid=23873] ppid=23817 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 5940 12955 0 0 11 1 5 3 20 0 15 0 107029457 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861900276640 139861912532318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=10982744 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=10982744 memory=3905945313233176224 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=10982744 memory=140046692353664 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029459 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246329856 12022 33554432000 4194304 4196468 140736819859936 139860711040544 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246329856 12022 33554432000 4194304 4196468 140736819859936 139860509713776 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 422 12955 0 0 1 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 191 12955 0 0 1 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=10982744 memory=140046692353664 CPUtime=0.11 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) R 23817 23820 13514 0 -1 4202560 607 12955 0 0 3 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861351196784 139861928473178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=10982744 memory=140046692353664 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246329856 12022 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 48088 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.64 1.73 1.64 5/216 23886
/proc/meminfo: memFree=28250756/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=10983192 memory=55964 CPUtime=0.39 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 10541 12955 0 0 28 3 5 3 20 0 15 0 107029448 11246788608 13991 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2745798 13991 3080 1 0 2708109 0
[pid=23820/tid=23873] ppid=23817 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 7093 12955 0 0 20 1 5 3 20 0 15 0 107029457 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861900263840 139861928473757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029459 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246788608 13991 33554432000 4194304 4196468 140736819859936 139860711040544 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246788608 13991 33554432000 4194304 4196468 140736819859936 139860509713776 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 422 12955 0 0 1 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 192 12955 0 0 1 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=10983192 memory=140046692353664 CPUtime=0.12 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 613 12955 0 0 4 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=10983192 memory=140046692353664 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 13991 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55964 KiB

[startup+0.700725 s]
/proc/loadavg: 1.64 1.73 1.64 6/216 23886
/proc/meminfo: memFree=28117752/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=10983192 memory=88576 CPUtime=1 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 16761 12955 0 0 87 5 5 3 20 0 15 0 107029448 11246788608 22144 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2745798 22144 3238 1 0 2708109 0
[pid=23820/tid=23873] ppid=23817 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 12158 12955 0 0 56 3 5 3 20 0 15 0 107029457 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861900272656 139861912532318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 5 12955 0 0 0 0 5 3 20 0 15 0 107029459 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=10983192 memory=140046535635632 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246788608 22144 33554432000 4194304 4196468 140736819859936 139860711040544 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=10983192 memory=140050293588560 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029460 11246788608 22144 33554432000 4194304 4196468 140736819859936 139860509713776 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=10983192 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 22144 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=10983192 memory=7089042195949315648 CPUtime=0.18 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 1130 12955 0 0 10 0 5 3 20 0 15 0 107029463 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=10983192 memory=7881696724453321575 CPUtime=0.14 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 552 12955 0 0 6 0 5 3 20 0 15 0 107029463 11246788608 22144 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) R 23817 23820 13514 0 -1 4202560 697 12955 0 0 13 0 5 3 20 0 15 0 107029463 11246788608 22208 33554432000 4194304 4196468 140736819859936 139861351196784 139861906986752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 22208 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029463 11246788608 22208 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88576 KiB

[startup+1.50125 s]
/proc/loadavg: 1.64 1.73 1.64 6/216 23886
/proc/meminfo: memFree=28012596/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=10991948 memory=201804 CPUtime=3.08 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 23745 12955 0 0 291 9 5 3 20 0 15 0 107029448 11255754752 50451 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2747987 50451 3451 1 0 2709645 0
[pid=23820/tid=23873] ppid=23817 vsize=10991948 memory=10757 CPUtime=1.47 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 15105 12955 0 0 133 6 5 3 20 0 15 0 107029457 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861900286336 139861470011288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=10991948 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=10991948 memory=2428 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029458 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=10991948 memory=88576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2 12955 0 0 0 0 5 3 20 0 15 0 107029458 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107029459 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 13 12955 0 0 0 0 5 3 20 0 15 0 107029460 11255754752 50451 33554432000 4194304 4196468 140736819859936 139860711040544 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029460 11255754752 50451 33554432000 4194304 4196468 140736819859936 139860509713776 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=10991948 memory=4638778398332698720 CPUtime=0.69 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) R 23817 23820 13514 0 -1 4202560 2878 12955 0 0 61 0 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861353288928 139861911948619 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=10991948 memory=280093071547264 CPUtime=0.63 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) R 23817 23820 13514 0 -1 4202560 2122 12955 0 0 55 0 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861352240304 139861909825281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=10991948 memory=6944656592452807323 CPUtime=0.49 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 1408 12955 0 0 40 1 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=10991948 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=10991948 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 1 12955 0 0 0 0 5 3 20 0 15 0 107029463 11255754752 50451 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 10991948 KiB

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

/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 55704 12955 0 0 9583 36 5 3 20 0 15 0 107029457 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861900281136 139861470884774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=11080032 memory=3615144 CPUtime=5.42 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 2591 12955 0 0 490 44 5 3 20 0 15 0 107029458 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=11080032 memory=4140 CPUtime=5.4 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 1622 12955 0 0 489 43 5 3 20 0 15 0 107029458 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=11080032 memory=4465 CPUtime=5.36 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 3625 12955 0 0 484 44 5 3 20 0 15 0 107029458 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=11080032 memory=4420 CPUtime=5.38 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2083 12955 0 0 488 42 5 3 20 0 15 0 107029458 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=11080032 memory=30432 CPUtime=0.66 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 14060 12955 0 0 57 1 5 3 20 0 15 0 107029459 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=11080032 memory=2204 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 18 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 903786 33554432000 4194304 4196468 140736819859936 139860711040608 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=11080032 memory=3616008 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 4 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 903786 33554432000 4194304 4196468 140736819859936 139860509713792 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=11080032 memory=3616008 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=11080032 memory=2204 CPUtime=11.8 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 19443 12955 0 0 1167 5 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=11080032 memory=1240 CPUtime=10.99 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 17826 12955 0 0 1085 6 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=11080032 memory=56 CPUtime=2.97 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 13102 12955 0 0 284 5 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=11080032 memory=61204 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=11080032 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 789 12955 0 0 3 2 5 3 20 0 15 0 107029463 11345952768 903786 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 143.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3615144 KiB

[startup+162.301 s]
/proc/loadavg: 2.00 1.91 1.72 3/215 23888
/proc/meminfo: memFree=23177896/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=11080032 memory=3610568 CPUtime=205.8 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 149574 12955 0 0 20336 236 5 3 20 0 15 0 107029448 11345952768 902642 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2770008 902642 3537 1 0 2731661 0
[pid=23820/tid=23873] ppid=23817 vsize=11080032 memory=3610564 CPUtime=155.72 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 60272 12955 0 0 15527 37 5 3 20 0 15 0 107029457 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861900284576 139861484450643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=11080032 memory=3610564 CPUtime=5.95 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 3610 12955 0 0 543 44 5 3 20 0 15 0 107029458 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=11080032 memory=2724 CPUtime=5.95 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 2193 12955 0 0 543 44 5 3 20 0 15 0 107029458 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=11080032 memory=4140 CPUtime=5.9 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 4206 12955 0 0 538 44 5 3 20 0 15 0 107029458 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=11080032 memory=30432 CPUtime=5.92 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2569 12955 0 0 542 42 5 3 20 0 15 0 107029458 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=11080032 memory=3610564 CPUtime=0.68 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 14365 12955 0 0 58 2 5 3 20 0 15 0 107029459 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=11080032 memory=3610564 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 20 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902642 33554432000 4194304 4196468 140736819859936 139860711040608 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=11080032 memory=12708 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 5 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902642 33554432000 4194304 4196468 140736819859936 139860509713792 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=11080032 memory=17004 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=11080032 memory=3610568 CPUtime=11.94 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 22982 12955 0 0 1181 5 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=11080032 memory=1256 CPUtime=11.2 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 21924 12955 0 0 1106 6 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=11080032 memory=280093071516448 CPUtime=2.99 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 14426 12955 0 0 286 5 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=11080032 memory=3610564 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=11080032 memory=10368 CPUtime=0.17 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 804 12955 0 0 5 4 5 3 20 0 15 0 107029463 11345952768 902642 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 205.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3610568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+207.301 s]
/proc/loadavg: 2.09 1.95 1.75 9/215 23889
/proc/meminfo: memFree=21425968/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=11080032 memory=3610576 CPUtime=252.01 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 165526 12955 0 0 24954 239 5 3 20 0 15 0 107029448 11345952768 902644 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2770008 902644 3537 1 0 2731661 0
[pid=23820/tid=23873] ppid=23817 vsize=11080032 memory=3610576 CPUtime=200.34 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 64904 12955 0 0 19989 37 5 3 20 0 15 0 107029457 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861900286352 139861467896368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.3 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 5507 12955 0 0 578 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.31 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 2742 12955 0 0 579 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=11080032 memory=3142584 CPUtime=6.26 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 4630 12955 0 0 574 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.28 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2974 12955 0 0 578 42 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=11080032 memory=3610580 CPUtime=0.69 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 14698 12955 0 0 59 2 5 3 20 0 15 0 107029459 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 20 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860711040608 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 5 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860509713792 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=11080032 memory=3610576 CPUtime=11.98 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 25084 12955 0 0 1185 5 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=11080032 memory=4140 CPUtime=11.26 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 26085 12955 0 0 1112 6 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=11080032 memory=164 CPUtime=3.01 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 15837 12955 0 0 287 6 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.19 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 842 12955 0 0 6 5 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3610576 KiB

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

[startup+207.345 s]
# the end of solver process 23820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.618 s, system=2.45572 s

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

[startup+207.301 s]
/proc/loadavg: 2.09 1.95 1.75 9/215 23889
/proc/meminfo: memFree=21425968/32770624 swapFree=67108860/67108860
[pid=23820] ppid=23817 vsize=11080032 memory=3610576 CPUtime=252.01 cores=0,2,4,6
/proc/23820/stat : 23820 (java) S 23817 23820 13514 0 -1 1077944320 165526 12955 0 0 24954 239 5 3 20 0 15 0 107029448 11345952768 902644 33554432000 4194304 4196468 140736819859936 140736819842480 139861928451831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
/proc/23820/statm: 2770008 902644 3537 1 0 2731661 0
[pid=23820/tid=23873] ppid=23817 vsize=11080032 memory=3610576 CPUtime=200.34 cores=0,2,4,6
/proc/23820/task/23873/stat : 23873 (java) R 23817 23820 13514 0 -1 4202560 64904 12955 0 0 19989 37 5 3 20 0 15 0 107029457 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861900286352 139861467896368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23874] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.3 cores=0,2,4,6
/proc/23820/task/23874/stat : 23874 (java) S 23817 23820 13514 0 -1 1077944384 5507 12955 0 0 578 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861932694160 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23875] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.31 cores=0,2,4,6
/proc/23820/task/23875/stat : 23875 (java) S 23817 23820 13514 0 -1 1077944384 2742 12955 0 0 579 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861787413008 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23876] ppid=23817 vsize=11080032 memory=3142584 CPUtime=6.26 cores=0,2,4,6
/proc/23820/task/23876/stat : 23876 (java) S 23817 23820 13514 0 -1 1077944384 4630 12955 0 0 574 44 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861786360208 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23877] ppid=23817 vsize=11080032 memory=3610576 CPUtime=6.28 cores=0,2,4,6
/proc/23820/task/23877/stat : 23877 (java) S 23817 23820 13514 0 -1 1077944384 2974 12955 0 0 578 42 5 3 20 0 15 0 107029458 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861466016016 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23878] ppid=23817 vsize=11080032 memory=3610580 CPUtime=0.69 cores=0,2,4,6
/proc/23820/task/23878/stat : 23878 (java) S 23817 23820 13514 0 -1 1077944384 14698 12955 0 0 59 2 5 3 20 0 15 0 107029459 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861354355568 139861928462978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23879] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23879/stat : 23879 (java) S 23817 23820 13514 0 -1 1077944384 20 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860711040608 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23880] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23880/stat : 23880 (java) S 23817 23820 13514 0 -1 1077944384 5 12955 0 0 0 0 5 3 20 0 15 0 107029460 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860509713792 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23881] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23881/stat : 23881 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139860202314064 139861928470427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23882] ppid=23817 vsize=11080032 memory=3610576 CPUtime=11.98 cores=0,2,4,6
/proc/23820/task/23882/stat : 23882 (java) S 23817 23820 13514 0 -1 1077944384 25084 12955 0 0 1185 5 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861353302384 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23883] ppid=23817 vsize=11080032 memory=4140 CPUtime=11.26 cores=0,2,4,6
/proc/23820/task/23883/stat : 23883 (java) S 23817 23820 13514 0 -1 1077944384 26085 12955 0 0 1112 6 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861352249584 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23884] ppid=23817 vsize=11080032 memory=164 CPUtime=3.01 cores=0,2,4,6
/proc/23820/task/23884/stat : 23884 (java) S 23817 23820 13514 0 -1 1077944384 15837 12955 0 0 287 6 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861351196784 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23885] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.08 cores=0,2,4,6
/proc/23820/task/23885/stat : 23885 (java) S 23817 23820 13514 0 -1 1077944384 3 12955 0 0 0 0 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139859771517152 139861928462037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
[pid=23820/tid=23886] ppid=23817 vsize=11080032 memory=3610576 CPUtime=0.19 cores=0,2,4,6
/proc/23820/task/23886/stat : 23886 (java) S 23817 23820 13514 0 -1 1077944384 842 12955 0 0 6 5 5 3 20 0 15 0 107029463 11345952768 902644 33554432000 4194304 4196468 140736819859936 139861350145200 139861928462978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12009472 140736819866216 140736819869025 140736819869025 140736819871695 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3610576 KiB

Child status: 143
Real time (s): 207.345
CPU time (s): 252.074
CPU user time (s): 249.618
CPU system time (s): 2.45572
CPU usage (%): 121.572
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3627296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.618
system time used= 2.45572
maximum resident set size= 3632328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17161
involuntary context switches= 790


# summary of solver processes directly reported to runsolver:
#   pid: 23820
#   total CPU time (s): 252.074
#   total CPU user time (s): 249.618
#   total CPU system time (s): 2.45572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31816 second user time and 1.90899 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:04:23
IDJOB=4302740
IDBENCH=141113
IDSOLVER=2777
FILE ID=node136/4302740-1532894663
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302740-1532894663/watcher-4302740-1532894663 -o /tmp/evaluation-result-4302740-1532894663/solver-4302740-1532894663 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1800977338 -superng HOME/instance-4302740-1532894663.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1800977338

node136.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.50
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.50
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.50
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.50
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:        28317760 kB
MemAvailable:   31728828 kB
Buffers:          216816 kB
Cached:          3465032 kB
SwapCached:            0 kB
Active:          2016224 kB
Inactive:        1956576 kB
Active(anon):     242844 kB
Inactive(anon):    76480 kB
Active(file):    1773380 kB
Inactive(file):  1880096 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27756 kB
Writeback:          8536 kB
AnonPages:        189192 kB
Mapped:            47876 kB
Shmem:             25228 kB
Slab:             180500 kB
SReclaimable:     146856 kB
SUnreclaim:        33644 kB
KernelStack:        3808 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1639608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60172 MiB
End job on node136 at 2018-07-29 22:07:50