Trace number 4302816

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.077 231.335

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark252.041
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

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=23405, runsolver pid=23402

[startup+0.100029 s]*
/proc/loadavg: 2.01 1.78 1.61 5/206 23462
/proc/meminfo: memFree=27877996/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 4417 13443 0 0 1 0 4 3 20 0 6 0 107006079 10245611520 4269 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2501370 4269 1935 1 0 2489808 0
[pid=23405/tid=23458] ppid=23402 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 2232 13443 0 0 1 0 4 3 20 0 6 0 107006088 10245611520 4269 33554432000 4194304 4196468 140722710245568 140240523702864 140240535946590 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 6 0 107006089 10245611520 4269 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=10005480 memory=140696209938048 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 6 0 107006089 10245611520 4269 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 6 0 107006089 10245611520 4269 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 6 0 107006089 10245611520 4269 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210194 s]*
/proc/loadavg: 2.01 1.78 1.61 6/215 23471
/proc/meminfo: memFree=27855396/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=10982744 memory=45456 CPUtime=0.25 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 8094 13443 0 0 16 2 4 3 20 0 15 0 107006079 11246329856 11364 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2745686 11364 2951 1 0 2708109 0
[pid=23405/tid=23458] ppid=23402 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) D 23402 23405 13514 0 -1 1077944384 4660 13443 0 0 10 1 4 3 20 0 15 0 107006088 11246329856 11364 33554432000 4194304 4196468 140722710245568 140240523690912 140240544545325 0 4 0 16800975 18446744072101797412 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=10982744 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246329856 11364 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=10982744 memory=3905945962750760608 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246329856 11364 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246329856 11364 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246362624 11364 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=10982776 memory=140696209938048 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006090 11246362624 11364 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 13 13443 0 0 0 0 4 3 20 0 15 0 107006091 11247345664 11430 33554432000 4194304 4196468 140722710245568 140239406360224 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006091 11247345664 11430 33554432000 4194304 4196468 140722710245568 140239205033200 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11247345664 11430 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 488 13443 0 0 1 0 4 3 20 0 15 0 107006094 11247345664 11430 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 123 13443 0 0 0 0 4 3 20 0 15 0 107006094 11247345664 11430 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=10983736 memory=140696209938048 CPUtime=0.1 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 604 13443 0 0 3 0 4 3 20 0 15 0 107006094 11247345664 11496 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11247345664 11496 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=10983736 memory=140696209938048 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006094 11247345664 11496 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45456 KiB

[startup+0.310335 s]*
/proc/loadavg: 2.01 1.78 1.61 4/215 23471
/proc/meminfo: memFree=27843240/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=10983192 memory=56156 CPUtime=0.38 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 10598 13443 0 0 28 3 4 3 20 0 15 0 107006079 11246788608 14039 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2745798 14039 3070 1 0 2708109 0
[pid=23405/tid=23458] ppid=23402 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 7156 13443 0 0 19 2 4 3 20 0 15 0 107006088 11246788608 14039 33554432000 4194304 4196468 140722710245568 140240523678112 140240535946590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 14039 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 14039 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 14039 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 14039 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006090 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 13 13443 0 0 0 0 4 3 20 0 15 0 107006091 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239406360224 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006091 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239205033200 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 491 13443 0 0 2 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 127 13443 0 0 1 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=10983192 memory=140696209938048 CPUtime=0.11 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) R 23402 23405 13514 0 -1 4202560 610 13443 0 0 4 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239974447088 140240551887450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=10983192 memory=140696209938048 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 14039 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56156 KiB

[startup+0.700732 s]
/proc/loadavg: 2.01 1.78 1.61 5/215 23471
/proc/meminfo: memFree=27832448/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=10983192 memory=88616 CPUtime=0.98 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 16740 13443 0 0 86 5 4 3 20 0 15 0 107006079 11246788608 22154 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2745798 22154 3238 1 0 2708109 0
[pid=23405/tid=23458] ppid=23402 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 12248 13443 0 0 55 3 4 3 20 0 15 0 107006088 11246788608 22154 33554432000 4194304 4196468 140722710245568 140240523686928 140240532141315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 22154 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 22154 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 22154 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006089 11246788608 22154 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 5 13443 0 0 0 0 4 3 20 0 15 0 107006090 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=10983192 memory=140696082330288 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 13 13443 0 0 0 0 4 3 20 0 15 0 107006091 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239406360224 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=10983192 memory=140698833650256 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006091 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239205033200 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=10983192 memory=7089042195949315648 CPUtime=0.14 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 855 13443 0 0 7 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=10983192 memory=7881696724453321575 CPUtime=0.17 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 739 13443 0 0 10 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 675 13443 0 0 13 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006094 11246788608 22154 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88616 KiB

[startup+1.50076 s]
/proc/loadavg: 2.01 1.78 1.61 3/215 23471
/proc/meminfo: memFree=27784876/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=10996856 memory=195272 CPUtime=3.09 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 29511 13443 0 0 293 9 4 3 20 0 15 0 107006079 11260780544 48818 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2749214 48818 3441 1 0 2710872 0
[pid=23405/tid=23458] ppid=23402 vsize=10996856 memory=10757 CPUtime=1.45 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 17090 13443 0 0 132 6 4 3 20 0 15 0 107006088 11260780544 48818 33554432000 4194304 4196468 140722710245568 140240523695568 140240551888029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=10996856 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11260780544 48818 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=10996856 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11260780544 48818 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=10996856 memory=2572 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006089 11260780544 48818 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=10996856 memory=88616 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 2 13443 0 0 0 0 4 3 20 0 15 0 107006089 11260780544 48818 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=10996856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 6 13443 0 0 0 0 4 3 20 0 15 0 107006090 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=10996856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 13 13443 0 0 0 0 4 3 20 0 15 0 107006091 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239406360224 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=10996856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006091 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239205033200 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=10996856 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=10996856 memory=4638778398332698720 CPUtime=0.62 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) R 23402 23405 13514 0 -1 4202560 4707 13443 0 0 55 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239976538360 140240531112430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=10996856 memory=281392164936576 CPUtime=0.66 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) R 23402 23405 13514 0 -1 4202560 3396 13443 0 0 59 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239975485608 140240537882080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=10996856 memory=6944656592452807323 CPUtime=0.53 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 2094 13443 0 0 46 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=10996856 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=10996856 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 1 13443 0 0 0 0 4 3 20 0 15 0 107006094 11260780544 48818 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10996856 KiB

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

/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 50357 13443 0 0 16143 25 4 3 20 0 15 0 107006088 11280941056 315946 33554432000 4194304 4196468 140722710245568 140240523700032 140240117673667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=11016544 memory=1376124 CPUtime=0.39 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 2579 13443 0 0 22 10 4 3 20 0 15 0 107006089 11280941056 315946 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=11016544 memory=1344320 CPUtime=0.39 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1772 13443 0 0 22 10 4 3 20 0 15 0 107006089 11280941056 315946 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=11016544 memory=1287892 CPUtime=0.4 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 5459 13443 0 0 23 10 4 3 20 0 15 0 107006089 11280941056 315946 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=11016544 memory=1287892 CPUtime=0.37 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 1184 13443 0 0 21 9 4 3 20 0 15 0 107006089 11280941056 315946 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=11016544 memory=1265836 CPUtime=0.18 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 5781 13443 0 0 10 1 4 3 20 0 15 0 107006090 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=11016544 memory=1287892 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 26 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239406360352 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=11016544 memory=1265836 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 36 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239205033376 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=11016544 memory=1287892 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=11016544 memory=1263784 CPUtime=8.11 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 24823 13443 0 0 801 3 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=11016544 memory=1263784 CPUtime=8.35 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 26849 13443 0 0 825 3 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=11016544 memory=1263784 CPUtime=3.16 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 22504 13443 0 0 301 8 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=11016544 memory=1263784 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=11016544 memory=1265836 CPUtime=0.15 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 2189 13443 0 0 3 5 4 3 20 0 15 0 107006094 11280941056 315946 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 182.71 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1263784 KiB

[startup+222.301 s]
/proc/loadavg: 1.32 1.68 1.62 3/216 23497
/proc/meminfo: memFree=26393268/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=11016544 memory=1128356 CPUtime=242.98 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 158132 13443 0 0 24201 90 4 3 20 0 15 0 107006079 11280941056 282089 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2754136 282089 3531 1 0 2715789 0
[pid=23405/tid=23458] ppid=23402 vsize=11016544 memory=1129380 CPUtime=221.68 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 52630 13443 0 0 22136 25 4 3 20 0 15 0 107006088 11280941056 282089 33554432000 4194304 4196468 140722710245568 140240523696736 140240117669679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=11016544 memory=1136564 CPUtime=0.42 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 4335 13443 0 0 25 10 4 3 20 0 15 0 107006089 11280941056 282089 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=11016544 memory=1136564 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1909 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 282089 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=11016544 memory=1136048 CPUtime=0.42 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 5523 13443 0 0 25 10 4 3 20 0 15 0 107006089 11280941056 282089 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=11016544 memory=1128356 CPUtime=0.4 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 1350 13443 0 0 24 9 4 3 20 0 15 0 107006089 11280941056 282089 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=11016544 memory=281392164603136 CPUtime=0.19 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 6094 13443 0 0 11 1 4 3 20 0 15 0 107006090 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=11016544 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 26 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239406360352 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=11016544 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 36 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239205033376 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=11016544 memory=2724 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=11016544 memory=1129380 CPUtime=8.17 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 26855 13443 0 0 806 4 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=11016544 memory=4140 CPUtime=8.44 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 29783 13443 0 0 834 3 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=11016544 memory=30432 CPUtime=3.16 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 25167 13443 0 0 301 8 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=11016544 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=11016544 memory=1172 CPUtime=0.18 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 2226 13443 0 0 4 7 4 3 20 0 15 0 107006094 11280941056 282089 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 242.98 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1128356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+231.301 s]
/proc/loadavg: 1.43 1.70 1.63 4/216 23628
/proc/meminfo: memFree=26940172/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=11016544 memory=1116564 CPUtime=252.02 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 158665 13443 0 0 25104 91 4 3 20 0 15 0 107006079 11280941056 279141 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2754136 279141 3531 1 0 2715789 0
[pid=23405/tid=23458] ppid=23402 vsize=11016544 memory=1117580 CPUtime=230.67 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 52636 13443 0 0 23035 25 4 3 20 0 15 0 107006088 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240523697488 140240117383340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=11016544 memory=1117580 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 4339 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=11016544 memory=1122200 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1914 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=11016544 memory=1136048 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 5524 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=11016544 memory=1117580 CPUtime=0.41 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 1351 13443 0 0 25 9 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=11016544 memory=56 CPUtime=0.21 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 6094 13443 0 0 12 2 4 3 20 0 15 0 107006090 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=11016544 memory=3360 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 26 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239406360352 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=11016544 memory=2724 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 36 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239205033376 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=11016544 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=11016544 memory=924 CPUtime=8.17 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 26855 13443 0 0 806 4 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=11016544 memory=4140 CPUtime=8.44 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 30026 13443 0 0 834 3 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=11016544 memory=30432 CPUtime=3.16 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 25440 13443 0 0 301 8 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=11016544 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=11016544 memory=1240 CPUtime=0.18 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 2226 13443 0 0 4 7 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1116564 KiB

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

[startup+231.335 s]
# the end of solver process 23405 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.113 s, system=0.96416 s

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

[startup+231.301 s]
/proc/loadavg: 1.43 1.70 1.63 4/216 23628
/proc/meminfo: memFree=26940172/32770624 swapFree=67108860/67108860
[pid=23405] ppid=23402 vsize=11016544 memory=1116564 CPUtime=252.02 cores=1,3,5,7
/proc/23405/stat : 23405 (java) S 23402 23405 13514 0 -1 1077944320 158665 13443 0 0 25104 91 4 3 20 0 15 0 107006079 11280941056 279141 33554432000 4194304 4196468 140722710245568 140722710228112 140240551866103 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
/proc/23405/statm: 2754136 279141 3531 1 0 2715789 0
[pid=23405/tid=23458] ppid=23402 vsize=11016544 memory=1117580 CPUtime=230.67 cores=1,3,5,7
/proc/23405/task/23458/stat : 23458 (java) R 23402 23405 13514 0 -1 4202560 52636 13443 0 0 23035 25 4 3 20 0 15 0 107006088 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240523697488 140240117383340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23459] ppid=23402 vsize=11016544 memory=1117580 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23459/stat : 23459 (java) S 23402 23405 13514 0 -1 1077944384 4339 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240556108304 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23460] ppid=23402 vsize=11016544 memory=1122200 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23460/stat : 23460 (java) S 23402 23405 13514 0 -1 1077944384 1914 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240421444240 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23461] ppid=23402 vsize=11016544 memory=1136048 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23461/stat : 23461 (java) S 23402 23405 13514 0 -1 1077944384 5524 13443 0 0 26 10 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240420391184 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23462] ppid=23402 vsize=11016544 memory=1117580 CPUtime=0.41 cores=1,3,5,7
/proc/23405/task/23462/stat : 23462 (java) S 23402 23405 13514 0 -1 1077944384 1351 13443 0 0 25 9 4 3 20 0 15 0 107006089 11280941056 279141 33554432000 4194304 4196468 140722710245568 140240419338640 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23463] ppid=23402 vsize=11016544 memory=56 CPUtime=0.21 cores=1,3,5,7
/proc/23405/task/23463/stat : 23463 (java) S 23402 23405 13514 0 -1 1077944384 6094 13443 0 0 12 2 4 3 20 0 15 0 107006090 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239977605872 140240551877250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23464] ppid=23402 vsize=11016544 memory=3360 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23464/stat : 23464 (java) S 23402 23405 13514 0 -1 1077944384 26 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239406360352 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23465] ppid=23402 vsize=11016544 memory=2724 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23465/stat : 23465 (java) S 23402 23405 13514 0 -1 1077944384 36 13443 0 0 0 0 4 3 20 0 15 0 107006091 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239205033376 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23466] ppid=23402 vsize=11016544 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23466/stat : 23466 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140238897633744 140240551884699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23467] ppid=23402 vsize=11016544 memory=924 CPUtime=8.17 cores=1,3,5,7
/proc/23405/task/23467/stat : 23467 (java) S 23402 23405 13514 0 -1 1077944384 26855 13443 0 0 806 4 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239976552688 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23468] ppid=23402 vsize=11016544 memory=4140 CPUtime=8.44 cores=1,3,5,7
/proc/23405/task/23468/stat : 23468 (java) S 23402 23405 13514 0 -1 1077944384 30026 13443 0 0 834 3 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239975500144 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23469] ppid=23402 vsize=11016544 memory=30432 CPUtime=3.16 cores=1,3,5,7
/proc/23405/task/23469/stat : 23469 (java) S 23402 23405 13514 0 -1 1077944384 25440 13443 0 0 301 8 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239974447088 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23470] ppid=23402 vsize=11016544 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/23405/task/23470/stat : 23470 (java) S 23402 23405 13514 0 -1 1077944384 3 13443 0 0 0 0 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140238466836832 140240551876309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
[pid=23405/tid=23471] ppid=23402 vsize=11016544 memory=1240 CPUtime=0.18 cores=1,3,5,7
/proc/23405/task/23471/stat : 23471 (java) S 23402 23405 13514 0 -1 1077944384 2226 13443 0 0 4 7 4 3 20 0 15 0 107006094 11280941056 279141 33554432000 4194304 4196468 140722710245568 140239973395504 140240551877250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38359040 140722710248040 140722710250849 140722710250849 140722710253519 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 1116564 KiB

Child status: 143
Real time (s): 231.335
CPU time (s): 252.077
CPU user time (s): 251.113
CPU system time (s): 0.96416
CPU usage (%): 108.966
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 1489472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.113
system time used= 0.96416
maximum resident set size= 1489472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16467
involuntary context switches= 300


# summary of solver processes directly reported to runsolver:
#   pid: 23405
#   total CPU time (s): 252.077
#   total CPU user time (s): 251.113
#   total CPU system time (s): 0.96416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46144 second user time and 2.20667 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:00:29
IDJOB=4302816
IDBENCH=141102
IDSOLVER=2777
FILE ID=node136/4302816-1532894429
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302816-1532894429/watcher-4302816-1532894429 -o /tmp/evaluation-result-4302816-1532894429/solver-4302816-1532894429 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1849082308 -superng HOME/instance-4302816-1532894429.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1849082308

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:        27886148 kB
MemAvailable:   31293468 kB
Buffers:          216464 kB
Cached:          3461512 kB
SwapCached:            0 kB
Active:          2452068 kB
Inactive:        1956280 kB
Active(anon):     682024 kB
Inactive(anon):    76480 kB
Active(file):    1770044 kB
Inactive(file):  1879800 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27104 kB
Writeback:             0 kB
AnonPages:        738088 kB
Mapped:            48164 kB
Shmem:             25228 kB
Slab:             174616 kB
SReclaimable:     146624 kB
SUnreclaim:        27992 kB
KernelStack:        3504 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1965800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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= 60176 MiB
End job on node136 at 2018-07-29 22:04:21