Trace number 4304901

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? (TO) 2520.15 2483.45

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f02_c18.xml
MD5SUM9039ba285abc1aa689fd996e152ad038
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 benchmark18.41
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304901-1534055662/watcher-4304901-1534055662 -o /tmp/evaluation-result-4304901-1534055662/solver-4304901-1534055662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534041135-17408 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=439294119 HOME/instance-4304901-1534055662.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=20467, runsolver pid=20464

[startup+0.100089 s]*
/proc/loadavg: 1.59 1.33 1.37 3/207 20524
/proc/meminfo: memFree=11238244/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=10005480 memory=18324 CPUtime=0.08 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 4248 13218 0 0 1 0 5 2 20 0 6 0 223129345 10245611520 4581 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2501370 4581 1930 1 0 2489808 0
[pid=20467/tid=20520] ppid=20464 vsize=10005480 memory=4279135703980081295 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 2058 13218 0 0 0 0 5 2 20 0 6 0 223129354 10245611520 4581 33554432000 4194304 4196468 140723100615968 140539246531152 140539274716317 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 6 0 223129355 10245611520 4581 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=10005480 memory=139854128232064 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 6 0 223129355 10245611520 4581 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 6 0 223129355 10245611520 4581 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 6 0 223129355 10245611520 4581 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.59 1.33 1.37 3/216 20533
/proc/meminfo: memFree=11212120/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=10982696 memory=45704 CPUtime=0.26 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 8233 13218 0 0 17 2 5 2 20 0 15 0 223129345 11246280704 11426 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2745674 11426 2960 1 0 2708109 0
[pid=20467/tid=20520] ppid=20464 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 4779 13218 0 0 10 1 5 2 20 0 15 0 223129354 11246280704 11426 33554432000 4194304 4196468 140723100615968 140539246492048 140539254969694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=10982696 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246280704 11426 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=10982696 memory=3474444002829678240 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246280704 11426 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246280704 11426 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246280704 11426 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=10982696 memory=139854128232064 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 13 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538054435744 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129357 11246280704 11426 33554432000 4194304 4196468 140723100615968 140537906586608 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11246280704 11426 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 487 13218 0 0 1 0 5 2 20 0 15 0 223129359 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 134 13218 0 0 0 0 5 2 20 0 15 0 223129359 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=10982696 memory=139854128232064 CPUtime=0.1 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 617 13218 0 0 3 0 5 2 20 0 15 0 223129359 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246280704 11426 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=10982696 memory=139854128232064 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246280704 11426 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45704 KiB

[startup+0.31048 s]*
/proc/loadavg: 1.59 1.33 1.37 3/216 20533
/proc/meminfo: memFree=11202676/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=10983192 memory=57048 CPUtime=0.38 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 10254 13218 0 0 28 3 5 2 20 0 15 0 223129345 11246788608 14262 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2745798 14262 3092 1 0 2708109 0
[pid=20467/tid=20520] ppid=20464 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 6794 13218 0 0 19 2 5 2 20 0 15 0 223129354 11246788608 14262 33554432000 4194304 4196468 140723100615968 140539246506400 140539274708273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 14262 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 14262 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 14262 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 14262 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 13 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538054435744 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129357 11246788608 14262 33554432000 4194304 4196468 140723100615968 140537906586608 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11246788608 14262 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 488 13218 0 0 1 0 5 2 20 0 15 0 223129359 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 134 13218 0 0 1 0 5 2 20 0 15 0 223129359 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=10983192 memory=139854128232064 CPUtime=0.11 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 622 13218 0 0 4 0 5 2 20 0 15 0 223129359 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246788608 14262 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=10983192 memory=139854128232064 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246788608 14262 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57048 KiB

[startup+0.70068 s]
/proc/loadavg: 1.59 1.33 1.37 4/216 20533
/proc/meminfo: memFree=11192132/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=10983192 memory=89528 CPUtime=0.98 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 16477 13218 0 0 87 4 5 2 20 0 15 0 223129345 11246788608 22382 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2745798 22382 3237 1 0 2708109 0
[pid=20467/tid=20520] ppid=20464 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 12065 13218 0 0 56 3 5 2 20 0 15 0 223129354 11246788608 22382 33554432000 4194304 4196468 140723100615968 140539246515216 140539257881229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 22382 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 22382 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=10983192 memory=139854000304944 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 22382 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=10983192 memory=139857020060236 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 2 13218 0 0 0 0 5 2 20 0 15 0 223129355 11246788608 22382 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 6 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 13 13218 0 0 0 0 5 2 20 0 15 0 223129356 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538054435744 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129357 11246788608 22382 33554432000 4194304 4196468 140723100615968 140537906586608 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11246788608 22382 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=10983192 memory=33480 CPUtime=0.14 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 761 13218 0 0 7 0 5 2 20 0 15 0 223129359 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=10983192 memory=14644 CPUtime=0.16 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 765 13218 0 0 9 0 5 2 20 0 15 0 223129359 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 666 13218 0 0 13 0 5 2 20 0 15 0 223129359 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246788608 22382 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129360 11246788608 22382 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89528 KiB

[startup+1.5009 s]
/proc/loadavg: 1.59 1.33 1.37 4/216 20533
/proc/meminfo: memFree=11146544/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=10993996 memory=232364 CPUtime=3.12 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 24097 13218 0 0 296 9 5 2 20 0 15 0 223129345 11257851904 58091 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2748499 58091 3474 1 0 2710157 0
[pid=20467/tid=20520] ppid=20464 vsize=10993996 memory=65808 CPUtime=1.44 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 15070 13218 0 0 131 6 5 2 20 0 15 0 223129354 11257851904 58091 33554432000 4194304 4196468 140723100615968 140539246526912 140539253138718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 70 13218 0 0 0 0 5 2 20 0 15 0 223129355 11257851904 58091 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=10993996 memory=279708000641184 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129355 11257851904 58091 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 178 13218 0 0 0 0 5 2 20 0 15 0 223129355 11257851904 58091 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 156 13218 0 0 0 0 5 2 20 0 15 0 223129355 11257851904 58091 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 87 13218 0 0 0 0 5 2 20 0 15 0 223129356 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 14 13218 0 0 0 0 5 2 20 0 15 0 223129356 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538054435744 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 14 13218 0 0 0 0 5 2 20 0 15 0 223129357 11257851904 58091 33554432000 4194304 4196468 140723100615968 140537906586608 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=10993996 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11257851904 58091 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=10993996 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) R 20464 20467 15321 0 -1 4202560 1830 13218 0 0 53 0 5 2 20 0 15 0 223129359 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538699625160 140539256237723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=10993996 memory=10 CPUtime=0.61 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) R 20464 20467 15321 0 -1 4202560 2502 13218 0 0 54 0 5 2 20 0 15 0 223129359 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538698572760 140539259820163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=10993996 memory=6791534058613427641 CPUtime=0.62 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 1980 13218 0 0 54 1 5 2 20 0 15 0 223129359 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=10993996 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11257851904 58091 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=10993996 memory=279708000885632 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1 13218 0 0 0 0 5 2 20 0 15 0 223129360 11257851904 58091 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10993996 KiB

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

/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 383022 13218 0 0 231232 92 5 2 20 0 15 0 223129354 11278843904 779274 33554432000 4194304 4196468 140723100615968 140539246527392 140538800215864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=11014496 memory=3117096 CPUtime=5.97 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 28109 13218 0 0 567 23 5 2 20 0 15 0 223129355 11278843904 779274 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=11014496 memory=3117096 CPUtime=5.98 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 23610 13218 0 0 568 23 5 2 20 0 15 0 223129355 11278843904 779274 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=11014496 memory=3117096 CPUtime=6 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 24377 13218 0 0 568 25 5 2 20 0 15 0 223129355 11278843904 779274 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=11014496 memory=3117096 CPUtime=6 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 24928 13218 0 0 569 24 5 2 20 0 15 0 223129355 11278843904 779274 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=11014496 memory=3116984 CPUtime=1.8 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 33277 13218 0 0 153 20 5 2 20 0 15 0 223129356 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=11014496 memory=3117096 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 22 13218 0 0 0 0 5 2 20 0 15 0 223129356 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538054435808 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=11014496 memory=3117096 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 27 13218 0 0 0 0 5 2 20 0 15 0 223129357 11278843904 779274 33554432000 4194304 4196468 140723100615968 140537906586624 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=11014496 memory=3117096 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11278843904 779274 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=11014496 memory=3684 CPUtime=7.7 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 51723 13218 0 0 757 6 5 2 20 0 15 0 223129359 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=11014496 memory=60816 CPUtime=7.91 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 58834 13218 0 0 777 7 5 2 20 0 15 0 223129359 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=11014496 memory=3116980 CPUtime=3 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 42191 13218 0 0 286 7 5 2 20 0 15 0 223129359 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=11014496 memory=3116980 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11278843904 779274 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=11014496 memory=3117096 CPUtime=1.33 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1806 13218 0 0 64 62 5 2 20 0 15 0 223129360 11278843904 779274 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 2358.48 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3117096 KiB

[startup+2382.3 s]
/proc/loadavg: 1.73 1.70 1.55 3/216 20754
/proc/meminfo: memFree=6568084/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=11014496 memory=3116752 CPUtime=2418.75 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 689098 13218 0 0 241591 277 5 2 20 0 15 0 223129345 11278843904 779188 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2753624 779188 3535 1 0 2715277 0
[pid=20467/tid=20520] ppid=20464 vsize=11014496 memory=3116748 CPUtime=2373.25 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 391407 13218 0 0 237225 93 5 2 20 0 15 0 223129354 11278843904 779188 33554432000 4194304 4196468 140723100615968 140539246528688 140538802517272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=11014496 memory=3116744 CPUtime=6.02 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 28219 13218 0 0 571 24 5 2 20 0 15 0 223129355 11278843904 779188 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=11014496 memory=3116744 CPUtime=6.02 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 24765 13218 0 0 572 23 5 2 20 0 15 0 223129355 11278843904 779188 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=11014496 memory=3116744 CPUtime=6.04 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 25034 13218 0 0 572 25 5 2 20 0 15 0 223129355 11278843904 779188 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=11014496 memory=3116744 CPUtime=6.04 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 25025 13218 0 0 573 24 5 2 20 0 15 0 223129355 11278843904 779188 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=11014496 memory=3116748 CPUtime=1.81 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 33603 13218 0 0 154 20 5 2 20 0 15 0 223129356 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=11014496 memory=3116748 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 22 13218 0 0 0 0 5 2 20 0 15 0 223129356 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538054435808 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=11014496 memory=3116752 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 27 13218 0 0 0 0 5 2 20 0 15 0 223129357 11278843904 779188 33554432000 4194304 4196468 140723100615968 140537906586624 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=11014496 memory=3116752 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11278843904 779188 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=11014496 memory=3117716 CPUtime=7.82 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 55917 13218 0 0 769 6 5 2 20 0 15 0 223129359 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=11014496 memory=3116752 CPUtime=7.91 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 58841 13218 0 0 777 7 5 2 20 0 15 0 223129359 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=11014496 memory=3116752 CPUtime=3 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 42196 13218 0 0 286 7 5 2 20 0 15 0 223129359 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=11014496 memory=3116752 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11278843904 779188 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=11014496 memory=1576 CPUtime=1.37 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1848 13218 0 0 66 64 5 2 20 0 15 0 223129360 11278843904 779188 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 2418.75 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3116752 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.69 1.56 3/214 20755
/proc/meminfo: memFree=6635308/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=11014496 memory=3116756 CPUtime=2478.9 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 701811 13218 0 0 247603 280 5 2 20 0 15 0 223129345 11278843904 779189 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2753624 779189 3535 1 0 2715277 0
[pid=20467/tid=20520] ppid=20464 vsize=11014496 memory=3116756 CPUtime=2433.19 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 401548 13218 0 0 243219 93 5 2 20 0 15 0 223129354 11278843904 779189 33554432000 4194304 4196468 140723100615968 140539246528480 140538806648636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=11014496 memory=3116756 CPUtime=6.05 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 28338 13218 0 0 574 24 5 2 20 0 15 0 223129355 11278843904 779189 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=11014496 memory=3116756 CPUtime=6.06 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 25408 13218 0 0 576 23 5 2 20 0 15 0 223129355 11278843904 779189 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=11014496 memory=3116756 CPUtime=6.08 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 25181 13218 0 0 576 25 5 2 20 0 15 0 223129355 11278843904 779189 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=11014496 memory=3116756 CPUtime=6.07 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 26294 13218 0 0 576 24 5 2 20 0 15 0 223129355 11278843904 779189 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=11014496 memory=3116756 CPUtime=1.83 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 33956 13218 0 0 155 21 5 2 20 0 15 0 223129356 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=11014496 memory=3116756 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 22 13218 0 0 0 0 5 2 20 0 15 0 223129356 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538054435808 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=11014496 memory=3116756 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 27 13218 0 0 0 0 5 2 20 0 15 0 223129357 11278843904 779189 33554432000 4194304 4196468 140723100615968 140537906586624 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=11014496 memory=3116756 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11278843904 779189 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=11014496 memory=3116756 CPUtime=7.82 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 55920 13218 0 0 769 6 5 2 20 0 15 0 223129359 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=11014496 memory=3116756 CPUtime=7.91 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 58847 13218 0 0 777 7 5 2 20 0 15 0 223129359 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=11014496 memory=3116756 CPUtime=3 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 42202 13218 0 0 286 7 5 2 20 0 15 0 223129359 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=11014496 memory=3116756 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11278843904 779189 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=11014496 memory=3116756 CPUtime=1.4 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1874 13218 0 0 67 66 5 2 20 0 15 0 223129360 11278843904 779189 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 2478.9 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3116756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.4 s]
/proc/loadavg: 1.63 1.69 1.56 3/215 20757
/proc/meminfo: memFree=6653556/32770624 swapFree=67108404/67108860
[pid=20467] ppid=20464 vsize=11014496 memory=3116900 CPUtime=2520.08 cores=0,2,4,6
/proc/20467/stat : 20467 (java) S 20464 20467 15321 0 -1 1077944320 712674 13218 0 0 251720 281 5 2 20 0 15 0 223129345 11278843904 779225 33554432000 4194304 4196468 140723100615968 140723100598512 140539274694391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
/proc/20467/statm: 2753624 779225 3535 1 0 2715277 0
[pid=20467/tid=20520] ppid=20464 vsize=11014496 memory=3116884 CPUtime=2474.25 cores=0,2,4,6
/proc/20467/task/20520/stat : 20520 (java) R 20464 20467 15321 0 -1 4202560 409769 13218 0 0 247324 94 5 2 20 0 15 0 223129354 11278843904 779225 33554432000 4194304 4196468 140723100615968 140539246528320 140538806649821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20521] ppid=20464 vsize=11014496 memory=7540 CPUtime=6.08 cores=0,2,4,6
/proc/20467/task/20521/stat : 20521 (java) S 20464 20467 15321 0 -1 1077944384 28442 13218 0 0 577 24 5 2 20 0 15 0 223129355 11278843904 779225 33554432000 4194304 4196468 140723100615968 140539278936848 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20522] ppid=20464 vsize=11014496 memory=812 CPUtime=6.08 cores=0,2,4,6
/proc/20467/task/20522/stat : 20522 (java) S 20464 20467 15321 0 -1 1077944384 25588 13218 0 0 578 23 5 2 20 0 15 0 223129355 11278843904 779225 33554432000 4194304 4196468 140723100615968 140539133655952 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20523] ppid=20464 vsize=11014496 memory=0 CPUtime=6.1 cores=0,2,4,6
/proc/20467/task/20523/stat : 20523 (java) S 20464 20467 15321 0 -1 1077944384 26468 13218 0 0 578 25 5 2 20 0 15 0 223129355 11278843904 779225 33554432000 4194304 4196468 140723100615968 140539132603408 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20524] ppid=20464 vsize=11014496 memory=4420 CPUtime=6.1 cores=0,2,4,6
/proc/20467/task/20524/stat : 20524 (java) S 20464 20467 15321 0 -1 1077944384 26970 13218 0 0 579 24 5 2 20 0 15 0 223129355 11278843904 779225 33554432000 4194304 4196468 140723100615968 140539131550864 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20525] ppid=20464 vsize=11014496 memory=6628 CPUtime=1.84 cores=0,2,4,6
/proc/20467/task/20525/stat : 20525 (java) S 20464 20467 15321 0 -1 1077944384 34308 13218 0 0 156 21 5 2 20 0 15 0 223129356 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538700691440 140539274705538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20526] ppid=20464 vsize=11014496 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20526/stat : 20526 (java) S 20464 20467 15321 0 -1 1077944384 22 13218 0 0 0 0 5 2 20 0 15 0 223129356 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538054435808 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20527] ppid=20464 vsize=11014496 memory=3117716 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20527/stat : 20527 (java) S 20464 20467 15321 0 -1 1077944384 27 13218 0 0 0 0 5 2 20 0 15 0 223129357 11278843904 779225 33554432000 4194304 4196468 140723100615968 140537906586624 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20528] ppid=20464 vsize=11014496 memory=3117716 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20528/stat : 20528 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129359 11278843904 779225 33554432000 4194304 4196468 140723100615968 140537599187152 140539274712987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20529] ppid=20464 vsize=11014496 memory=6791534058613427641 CPUtime=7.82 cores=0,2,4,6
/proc/20467/task/20529/stat : 20529 (java) S 20464 20467 15321 0 -1 1077944384 55922 13218 0 0 769 6 5 2 20 0 15 0 223129359 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538699639280 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20530] ppid=20464 vsize=11014496 memory=6988 CPUtime=7.91 cores=0,2,4,6
/proc/20467/task/20530/stat : 20530 (java) S 20464 20467 15321 0 -1 1077944384 58850 13218 0 0 777 7 5 2 20 0 15 0 223129359 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538698586736 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20531] ppid=20464 vsize=11014496 memory=1224 CPUtime=3 cores=0,2,4,6
/proc/20467/task/20531/stat : 20531 (java) S 20464 20467 15321 0 -1 1077944384 42205 13218 0 0 286 7 5 2 20 0 15 0 223129359 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538697534192 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20532] ppid=20464 vsize=11014496 memory=4700 CPUtime=0.07 cores=0,2,4,6
/proc/20467/task/20532/stat : 20532 (java) S 20464 20467 15321 0 -1 1077944384 3 13218 0 0 0 0 5 2 20 0 15 0 223129360 11278843904 779225 33554432000 4194304 4196468 140723100615968 140537168391264 140539274704597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
[pid=20467/tid=20533] ppid=20464 vsize=11014496 memory=1616 CPUtime=1.42 cores=0,2,4,6
/proc/20467/task/20533/stat : 20533 (java) S 20464 20467 15321 0 -1 1077944384 1909 13218 0 0 69 66 5 2 20 0 15 0 223129360 11278843904 779225 33554432000 4194304 4196468 140723100615968 140538696481072 140539274705538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 15781888 140723100617325 140723100620124 140723100620124 140723100622799 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3116900 KiB

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

[startup+2483.45 s]
# the end of solver process 20467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.28 s, system=2.87051 s

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

Child status: 143
Real time (s): 2483.45
CPU time (s): 2520.15
CPU user time (s): 2517.28
CPU system time (s): 2.87051
CPU usage (%): 101.478
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 3117716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.28
system time used= 2.87051
maximum resident set size= 3121136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 729246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93463
involuntary context switches= 5312


# summary of solver processes directly reported to runsolver:
#   pid: 20467
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2517.28
#   total CPU system time (s): 2.87051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6356 second user time and 25.5368 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 08:34:22
IDJOB=4304901
IDBENCH=141177
IDSOLVER=2780
FILE ID=node148/4304901-1534055662
RUNJOBID= node148-1534041135-17408
PBS_JOBID= 21036960
Free space on /tmp= 33700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304901-1534055662/watcher-4304901-1534055662 -o /tmp/evaluation-result-4304901-1534055662/solver-4304901-1534055662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534041135-17408 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=439294119 HOME/instance-4304901-1534055662.xml

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

MD5SUM BENCH= 9039ba285abc1aa689fd996e152ad038
RANDOM SEED=439294119

node148.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:        11246336 kB
MemAvailable:   31175648 kB
Buffers:          238740 kB
Cached:         19639980 kB
SwapCached:          352 kB
Active:          9934180 kB
Inactive:       10729248 kB
Active(anon):     736096 kB
Inactive(anon):   101132 kB
Active(file):    9198084 kB
Inactive(file): 10628116 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        861164 kB
Mapped:            66788 kB
Shmem:             49592 kB
Slab:             559408 kB
SReclaimable:     531572 kB
SUnreclaim:        27836 kB
KernelStack:        3840 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1956076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33672 MiB
End job on node148 at 2018-08-12 09:15:46