Trace number 4304912

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.12 2482.27

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f01_c18.xml
MD5SUM835bf91cf13c47564ae451efb141e04e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.3852
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size43
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":36,"count":336},{"size":43,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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

solver pid=15520, runsolver pid=15517

[startup+0.101009 s]*
/proc/loadavg: 1.80 1.61 1.62 2/207 15577
/proc/meminfo: memFree=24161472/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=10005480 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 4448 12959 0 0 1 0 5 3 20 0 6 0 223202578 10245611520 4269 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2501370 4269 1934 1 0 2489808 0
[pid=15520/tid=15573] ppid=15517 vsize=10005480 memory=4279135704013962638 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 2251 12959 0 0 1 0 5 3 20 0 6 0 223202587 10245611520 4269 33554432000 4194304 4196468 140735789689728 140334005097040 140334010484432 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 6 0 223202588 10245611520 4269 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=10005480 memory=139834180003456 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 6 0 223202588 10245611520 4269 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 6 0 223202588 10245611520 4269 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 6 0 223202588 10245611520 4269 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209969 s]*
/proc/loadavg: 1.80 1.61 1.62 3/216 15586
/proc/meminfo: memFree=24139028/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=10982744 memory=45696 CPUtime=0.26 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 8087 12959 0 0 17 1 5 3 20 0 15 0 223202578 11246329856 11424 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2745686 11424 2984 1 0 2708109 0
[pid=15520/tid=15573] ppid=15517 vsize=10982744 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 4655 12959 0 0 11 1 5 3 20 0 15 0 223202587 11246329856 11424 33554432000 4194304 4196468 140735789689728 140334005081824 140334017340766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246329856 11424 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=10982744 memory=139834180003456 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=10982744 memory=139834180003456 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 15 0 223202589 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 13 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246329856 11424 33554432000 4194304 4196468 140735789689728 140332835529760 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246329856 11424 33554432000 4194304 4196468 140735789689728 140332687680368 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11246329856 11424 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 537 12959 0 0 1 0 5 3 20 0 15 0 223202592 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 68 12959 0 0 1 0 5 3 20 0 15 0 223202592 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=10982744 memory=139834180003456 CPUtime=0.11 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) R 15517 15520 10336 0 -1 4202560 611 12959 0 0 3 0 5 3 20 0 15 0 223202592 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333454989936 140334033281626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246329856 11424 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=10982744 memory=139834180003456 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246329856 11424 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45696 KiB

[startup+0.310347 s]*
/proc/loadavg: 1.80 1.61 1.62 3/216 15586
/proc/meminfo: memFree=24127244/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=10983192 memory=56416 CPUtime=0.39 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 10587 12959 0 0 29 2 5 3 20 0 15 0 223202578 11246788608 14104 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2745798 14104 3103 1 0 2708109 0
[pid=15520/tid=15573] ppid=15517 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 7140 12959 0 0 20 1 5 3 20 0 15 0 223202587 11246788608 14104 33554432000 4194304 4196468 140735789689728 140334005072288 140334033282205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 14104 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 15 0 223202589 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 13 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246788608 14104 33554432000 4194304 4196468 140735789689728 140332835529760 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246788608 14104 33554432000 4194304 4196468 140735789689728 140332687680368 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11246788608 14104 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 539 12959 0 0 1 0 5 3 20 0 15 0 223202592 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 68 12959 0 0 1 0 5 3 20 0 15 0 223202592 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 620 12959 0 0 5 0 5 3 20 0 15 0 223202592 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246788608 14104 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246788608 14104 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56416 KiB

[startup+0.700743 s]
/proc/loadavg: 1.80 1.61 1.62 4/216 15586
/proc/meminfo: memFree=24116824/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=10983192 memory=88476 CPUtime=1 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 16757 12959 0 0 89 3 5 3 20 0 15 0 223202578 11246788608 22119 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2745798 22119 3238 1 0 2708109 0
[pid=15520/tid=15573] ppid=15517 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 12194 12959 0 0 57 2 5 3 20 0 15 0 223202587 11246788608 22119 33554432000 4194304 4196468 140735789689728 140334005066640 140334016452999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 22119 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=10983192 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 2 12959 0 0 0 0 5 3 20 0 15 0 223202588 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 5 12959 0 0 0 0 5 3 20 0 15 0 223202589 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 13 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246788608 22119 33554432000 4194304 4196468 140735789689728 140332835529760 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202590 11246788608 22119 33554432000 4194304 4196468 140735789689728 140332687680368 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11246788608 22119 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 909 12959 0 0 7 0 5 3 20 0 15 0 223202592 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 736 12959 0 0 10 0 5 3 20 0 15 0 223202592 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 695 12959 0 0 13 0 5 3 20 0 15 0 223202592 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246788608 22119 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202593 11246788608 22119 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88476 KiB

[startup+1.50233 s]
/proc/loadavg: 1.73 1.60 1.62 3/216 15586
/proc/meminfo: memFree=24072476/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=10993996 memory=233140 CPUtime=3.13 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 24767 12959 0 0 297 8 5 3 20 0 15 0 223202578 11257851904 58285 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2748499 58285 3460 1 0 2710157 0
[pid=15520/tid=15573] ppid=15517 vsize=10993996 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 15350 12959 0 0 132 5 5 3 20 0 15 0 223202587 11257851904 58285 33554432000 4194304 4196468 140735789689728 140334005066760 140334017340766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 269 12959 0 0 0 0 5 3 20 0 15 0 223202588 11257851904 58285 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202588 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 105 12959 0 0 0 0 5 3 20 0 15 0 223202588 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=10993996 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 30 12959 0 0 0 0 5 3 20 0 15 0 223202589 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=10993996 memory=279668137732352 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 13 12959 0 0 0 0 5 3 20 0 15 0 223202590 11257851904 58285 33554432000 4194304 4196468 140735789689728 140332835529760 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 14 12959 0 0 0 0 5 3 20 0 15 0 223202590 11257851904 58285 33554432000 4194304 4196468 140735789689728 140332687680368 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=10993996 memory=1828 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11257851904 58285 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=10993996 memory=1120 CPUtime=0.62 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) R 15517 15520 10336 0 -1 4202560 2620 12959 0 0 54 0 5 3 20 0 15 0 223202592 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333457082064 140334012516896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=10993996 memory=6116 CPUtime=0.6 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) R 15517 15520 10336 0 -1 4202560 2146 12959 0 0 52 0 5 3 20 0 15 0 223202592 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333456028512 140334014804719 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=10993996 memory=1724 CPUtime=0.63 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 2020 12959 0 0 55 0 5 3 20 0 15 0 223202592 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=10993996 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11257851904 58285 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=10993996 memory=3516 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1 12959 0 0 0 0 5 3 20 0 15 0 223202593 11257851904 58285 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10993996 KiB

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

/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 406045 12959 0 0 231439 90 5 3 20 0 15 0 223202587 11345952768 770934 33554432000 4194304 4196468 140735789689728 140334005093152 140333586342111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=11080032 memory=3083736 CPUtime=5.12 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 28806 12959 0 0 478 26 5 3 20 0 15 0 223202588 11345952768 770934 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=11080032 memory=3083736 CPUtime=5.11 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 17615 12959 0 0 478 25 5 3 20 0 15 0 223202588 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=11080032 memory=3083736 CPUtime=5.12 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 24871 12959 0 0 481 23 5 3 20 0 15 0 223202588 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=11080032 memory=3083736 CPUtime=5.09 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 22987 12959 0 0 477 24 5 3 20 0 15 0 223202588 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=11080032 memory=3083736 CPUtime=1.42 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 30361 12959 0 0 115 19 5 3 20 0 15 0 223202589 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=11080032 memory=3083736 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 21 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770934 33554432000 4194304 4196468 140735789689728 140332835529824 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=11080032 memory=3083736 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 30 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770934 33554432000 4194304 4196468 140735789689728 140332687680384 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=11080032 memory=3083736 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11345952768 770934 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=11080032 memory=3083736 CPUtime=9.32 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 63425 12959 0 0 916 8 5 3 20 0 15 0 223202592 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=11080032 memory=3083736 CPUtime=9.2 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 64128 12959 0 0 906 6 5 3 20 0 15 0 223202592 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=11080032 memory=3083736 CPUtime=3.18 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 57105 12959 0 0 303 7 5 3 20 0 15 0 223202592 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=11080032 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11345952768 770934 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=11080032 memory=3516 CPUtime=1.43 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1966 12959 0 0 63 72 5 3 20 0 15 0 223202593 11345952768 770934 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 2359.76 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3083736 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 1.83 1.72 3/215 15810
/proc/meminfo: memFree=15269684/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=11080032 memory=3083772 CPUtime=2419.89 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 725610 12959 0 0 241695 286 5 3 20 0 15 0 223202578 11345952768 770943 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2770008 770943 3538 1 0 2731661 0
[pid=15520/tid=15573] ppid=15517 vsize=11080032 memory=3083772 CPUtime=2375.32 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 409638 12959 0 0 237434 90 5 3 20 0 15 0 223202587 11345952768 770943 33554432000 4194304 4196468 140735789689728 140334005092944 140333597875902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=11080032 memory=3083976 CPUtime=5.15 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 29956 12959 0 0 481 26 5 3 20 0 15 0 223202588 11345952768 770943 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=11080032 memory=3083976 CPUtime=5.15 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 17690 12959 0 0 482 25 5 3 20 0 15 0 223202588 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=11080032 memory=3083772 CPUtime=5.15 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 25500 12959 0 0 484 23 5 3 20 0 15 0 223202588 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=11080032 memory=3083772 CPUtime=5.12 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 23211 12959 0 0 480 24 5 3 20 0 15 0 223202588 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=11080032 memory=3083772 CPUtime=1.43 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 30701 12959 0 0 116 19 5 3 20 0 15 0 223202589 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=11080032 memory=3083976 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 21 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770943 33554432000 4194304 4196468 140735789689728 140332835529824 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=11080032 memory=3083772 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 30 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770943 33554432000 4194304 4196468 140735789689728 140332687680384 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=11080032 memory=3083976 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11345952768 770943 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=11080032 memory=3083772 CPUtime=9.32 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 63429 12959 0 0 916 8 5 3 20 0 15 0 223202592 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=11080032 memory=4004 CPUtime=9.2 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 64131 12959 0 0 906 6 5 3 20 0 15 0 223202592 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=11080032 memory=3980 CPUtime=3.18 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 57113 12959 0 0 303 7 5 3 20 0 15 0 223202592 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=11080032 memory=2032 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11345952768 770943 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=11080032 memory=3083976 CPUtime=1.47 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 1992 12959 0 0 65 74 5 3 20 0 15 0 223202593 11345952768 770943 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 2419.89 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3083772 KiB

[startup+2442.3 s]
/proc/loadavg: 1.95 1.86 1.74 3/215 15811
/proc/meminfo: memFree=15277384/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=11080032 memory=3083864 CPUtime=2480.03 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 735211 12959 0 0 247707 288 5 3 20 0 15 0 223202578 11345952768 770966 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2770008 770966 3538 1 0 2731661 0
[pid=15520/tid=15573] ppid=15517 vsize=11080032 memory=3083864 CPUtime=2435.27 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 416617 12959 0 0 243428 91 5 3 20 0 15 0 223202587 11345952768 770966 33554432000 4194304 4196468 140735789689728 140334005093136 140333595043396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=11080032 memory=3083864 CPUtime=5.19 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 31688 12959 0 0 484 27 5 3 20 0 15 0 223202588 11345952768 770966 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=11080032 memory=3083864 CPUtime=5.18 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 17863 12959 0 0 485 25 5 3 20 0 15 0 223202588 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=11080032 memory=3083864 CPUtime=5.18 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 25642 12959 0 0 487 23 5 3 20 0 15 0 223202588 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=11080032 memory=3083784 CPUtime=5.16 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 23405 12959 0 0 484 24 5 3 20 0 15 0 223202588 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=11080032 memory=3083864 CPUtime=1.44 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 31043 12959 0 0 117 19 5 3 20 0 15 0 223202589 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=11080032 memory=3083864 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 21 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770966 33554432000 4194304 4196468 140735789689728 140332835529824 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=11080032 memory=3083864 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 30 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 770966 33554432000 4194304 4196468 140735789689728 140332687680384 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=11080032 memory=3083864 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11345952768 770966 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=11080032 memory=3083864 CPUtime=9.32 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 63434 12959 0 0 916 8 5 3 20 0 15 0 223202592 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=11080032 memory=6116 CPUtime=9.2 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 64134 12959 0 0 906 6 5 3 20 0 15 0 223202592 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=11080032 memory=1576 CPUtime=3.18 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 57120 12959 0 0 303 7 5 3 20 0 15 0 223202592 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=11080032 memory=3980 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11345952768 770966 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=11080032 memory=3083864 CPUtime=1.51 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 2016 12959 0 0 67 76 5 3 20 0 15 0 223202593 11345952768 770966 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 2480.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3083864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.2 s]
/proc/loadavg: 1.82 1.84 1.74 3/215 15811
/proc/meminfo: memFree=15300652/32770624 swapFree=67108860/67108860
[pid=15520] ppid=15517 vsize=11080032 memory=3084036 CPUtime=2520.03 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 10336 0 -1 1077944320 742561 12959 0 0 251705 290 5 3 20 0 15 0 223202578 11345952768 771009 33554432000 4194304 4196468 140735789689728 140735789672272 140334033260279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
/proc/15520/statm: 2770008 771009 3538 1 0 2731661 0
[pid=15520/tid=15573] ppid=15517 vsize=11080032 memory=804 CPUtime=2475.15 cores=0,2,4,6
/proc/15520/task/15573/stat : 15573 (java) R 15517 15520 10336 0 -1 4202560 421306 12959 0 0 247415 92 5 3 20 0 15 0 223202587 11345952768 771009 33554432000 4194304 4196468 140735789689728 140334005092944 140333577217158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15574] ppid=15517 vsize=11080032 memory=1796 CPUtime=5.21 cores=0,2,4,6
/proc/15520/task/15574/stat : 15574 (java) S 15517 15520 10336 0 -1 1077944384 32884 12959 0 0 486 27 5 3 20 0 15 0 223202588 11345952768 771009 33554432000 4194304 4196468 140735789689728 140334037503120 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15575] ppid=15517 vsize=11080032 memory=916 CPUtime=5.2 cores=0,2,4,6
/proc/15520/task/15575/stat : 15575 (java) S 15517 15520 10336 0 -1 1077944384 18018 12959 0 0 487 25 5 3 20 0 15 0 223202588 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333902838800 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15576] ppid=15517 vsize=11080032 memory=3848 CPUtime=5.21 cores=0,2,4,6
/proc/15520/task/15576/stat : 15576 (java) S 15517 15520 10336 0 -1 1077944384 25902 12959 0 0 490 23 5 3 20 0 15 0 223202588 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333901786000 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15577] ppid=15517 vsize=11080032 memory=2688 CPUtime=5.18 cores=0,2,4,6
/proc/15520/task/15577/stat : 15577 (java) S 15517 15520 10336 0 -1 1077944384 24079 12959 0 0 486 24 5 3 20 0 15 0 223202588 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333900733200 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15578] ppid=15517 vsize=11080032 memory=2592 CPUtime=1.44 cores=0,2,4,6
/proc/15520/task/15578/stat : 15578 (java) S 15517 15520 10336 0 -1 1077944384 31370 12959 0 0 117 19 5 3 20 0 15 0 223202589 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333458147696 140334033271426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15579] ppid=15517 vsize=11080032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15579/stat : 15579 (java) S 15517 15520 10336 0 -1 1077944384 21 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 771009 33554432000 4194304 4196468 140735789689728 140332835529824 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15580] ppid=15517 vsize=11080032 memory=3232 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15580/stat : 15580 (java) S 15517 15520 10336 0 -1 1077944384 30 12959 0 0 0 0 5 3 20 0 15 0 223202590 11345952768 771009 33554432000 4194304 4196468 140735789689728 140332687680384 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15581] ppid=15517 vsize=11080032 memory=3084036 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15581/stat : 15581 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202592 11345952768 771009 33554432000 4194304 4196468 140735789689728 140332380280656 140334033278875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15582] ppid=15517 vsize=11080032 memory=1408 CPUtime=9.32 cores=0,2,4,6
/proc/15520/task/15582/stat : 15582 (java) S 15517 15520 10336 0 -1 1077944384 63441 12959 0 0 916 8 5 3 20 0 15 0 223202592 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333457095536 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15583] ppid=15517 vsize=11080032 memory=3164 CPUtime=9.2 cores=0,2,4,6
/proc/15520/task/15583/stat : 15583 (java) S 15517 15520 10336 0 -1 1077944384 64137 12959 0 0 906 6 5 3 20 0 15 0 223202592 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333456042736 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15584] ppid=15517 vsize=11080032 memory=6394208 CPUtime=3.18 cores=0,2,4,6
/proc/15520/task/15584/stat : 15584 (java) S 15517 15520 10336 0 -1 1077944384 57125 12959 0 0 303 7 5 3 20 0 15 0 223202592 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333454989936 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15585] ppid=15517 vsize=11080032 memory=4100 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15585/stat : 15585 (java) S 15517 15520 10336 0 -1 1077944384 3 12959 0 0 0 0 5 3 20 0 15 0 223202593 11345952768 771009 33554432000 4194304 4196468 140735789689728 140331949484768 140334033270485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
[pid=15520/tid=15586] ppid=15517 vsize=11080032 memory=1398720917958146503 CPUtime=1.54 cores=0,2,4,6
/proc/15520/task/15586/stat : 15586 (java) S 15517 15520 10336 0 -1 1077944384 2050 12959 0 0 69 77 5 3 20 0 15 0 223202593 11345952768 771009 33554432000 4194304 4196468 140735789689728 140333453937328 140334033271426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37335040 140735789697636 140735789700444 140735789700444 140735789703119 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3084036 KiB

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

[startup+2482.27 s]
# the end of solver process 15520 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.15 s, system=2.96455 s

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

Child status: 143
Real time (s): 2482.27
CPU time (s): 2520.12
CPU user time (s): 2517.15
CPU system time (s): 2.96455
CPU usage (%): 101.525
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 3084684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.15
system time used= 2.96455
maximum resident set size= 3086468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85836
involuntary context switches= 3970


# summary of solver processes directly reported to runsolver:
#   pid: 15520
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.15
#   total CPU system time (s): 2.96455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7597 second user time and 21.2629 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 08:46:34
IDJOB=4304912
IDBENCH=141182
IDSOLVER=2781
FILE ID=node107/4304912-1534056394
RUNJOBID= node107-1534039308-11488
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304912-1534056394/watcher-4304912-1534056394 -o /tmp/evaluation-result-4304912-1534056394/solver-4304912-1534056394 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=878236115 -superng HOME/instance-4304912-1534056394.xml

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

MD5SUM BENCH= 835bf91cf13c47564ae451efb141e04e
RANDOM SEED=878236115

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24170496 kB
MemAvailable:   31299844 kB
Buffers:          193348 kB
Cached:          7127624 kB
SwapCached:            0 kB
Active:          4297208 kB
Inactive:        3684948 kB
Active(anon):     610068 kB
Inactive(anon):   103432 kB
Active(file):    3687140 kB
Inactive(file):  3581516 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26668 kB
Writeback:             0 kB
AnonPages:        667976 kB
Mapped:            64964 kB
Shmem:             49804 kB
Slab:             317888 kB
SReclaimable:     289152 kB
SUnreclaim:        28736 kB
KernelStack:        3520 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1772584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 09:27:56