Trace number 4395766

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.12.2? (TO) 2520.16 2473.28

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f05_c18.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark11.0135
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"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.79/0.54	c Concrete v3.12.2.1568380929293 running
2520.05/2473.25	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2473.25		at concrete.MAC.mac(MAC.scala:192)
2520.05/2473.25		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2473.25		at scala.util.Try$.apply(Try.scala:212)
2520.05/2473.25		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2473.25		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2473.25		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2473.25		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2473.25		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2473.25		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.05/2473.25		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2473.25		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2473.25		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2473.25		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2473.25		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.05/2473.25		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.05/2473.25		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2473.25		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.05/2473.25		at scala.util.Success.map(Try.scala:264)
2520.05/2473.25		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2473.25		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2473.25		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2473.25		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2473.25		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2473.25		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2473.25		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2473.25		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2473.25		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2473.25		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2473.25		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2473.25		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2473.25		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2473.25		at scala.App.main(App.scala:75)
2520.05/2473.25		at scala.App.main$(App.scala:73)
2520.05/2473.25		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2473.25		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2473.26	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 (10860 MiB free)
  memory of node 1: 16384 MiB (15501 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395766-1568412754/watcher-4395766-1568412754 -o /tmp/evaluation-result-4395766-1568412754/solver-4395766-1568412754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30331 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=717669063 HOME/instance-4395766-1568412754.xml 

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

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


[startup+0.110238 s]*
/proc/loadavg: 1.64 1.62 1.64 3/219 2413
/proc/meminfo: memFree=26985020/32770624 swapFree=66936796/67108860
[pid=2344] ppid=2341 vsize=10355560 memory=22664 CPUtime=0.1 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 4882 13134 0 0 2 0 5 3 20 0 9 0 417533773 10604093440 5666 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2588890 5666 2100 1 0 2551431 0
[pid=2344/tid=2398] ppid=2341 vsize=10355560 memory=-8617482348318186131 CPUtime=0.1 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 2692 13134 0 0 2 0 5 3 20 0 9 0 417533782 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024658853744 140024687039645 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10355560 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 9 0 417533783 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10355560 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 9 0 417533783 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 9 0 417533783 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 9 0 417533783 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10355560 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 9 0 417533784 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 9 0 417533784 10604093440 5670 33554432000 4194304 4196468 140731150549728 140024054015008 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 9 0 417533785 10604093440 5670 33554432000 4194304 4196468 140731150549728 140023450035120 140024687027925 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22664 KiB

[startup+0.210144 s]*
/proc/loadavg: 1.64 1.62 1.64 3/227 2422
/proc/meminfo: memFree=26968120/32770624 swapFree=66936796/67108860
[pid=2344] ppid=2341 vsize=10819664 memory=39408 CPUtime=0.26 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 7190 13134 0 0 17 1 5 3 20 0 15 0 417533773 11079335936 9852 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2704916 9852 3162 1 0 2667149 0
[pid=2344/tid=2398] ppid=2341 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 3698 13134 0 0 11 0 5 3 20 0 15 0 417533782 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024658851192 140024679254846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10819664 memory=4294967641 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10819664 memory=288370954239444608 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10819664 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533784 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 417533784 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024054015008 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533785 11079335936 10364 33554432000 4194304 4196468 140731150549728 140023450035056 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11079335936 10364 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 485 13134 0 0 1 0 5 3 20 0 15 0 417533787 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 176 13134 0 0 1 0 5 3 20 0 15 0 417533787 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10819664 memory=140578087732864 CPUtime=0.11 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) R 2341 2344 28159 0 -1 4202560 616 13134 0 0 3 0 5 3 20 0 15 0 417533787 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024143034992 140024665984609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11079335936 10364 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10819664 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533788 11079335936 10364 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39408 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.64 1.62 1.64 3/227 2422
/proc/meminfo: memFree=26955800/32770624 swapFree=66936796/67108860
[pid=2344] ppid=2341 vsize=10820148 memory=50516 CPUtime=0.41 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 10889 13134 0 0 30 3 5 3 20 0 15 0 417533773 11079831552 12629 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2705037 12629 3294 1 0 2667149 0
[pid=2344/tid=2398] ppid=2341 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 7358 13134 0 0 20 2 5 3 20 0 15 0 417533782 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024658817632 140024687029654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10820148 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10820148 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10820148 memory=140577970703823 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533783 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10820148 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533784 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10820148 memory=140577970701487 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 417533784 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024054015008 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10820148 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533785 11079831552 12629 33554432000 4194304 4196468 140731150549728 140023450035056 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11079831552 12629 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 486 13134 0 0 2 0 5 3 20 0 15 0 417533787 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 185 13134 0 0 1 0 5 3 20 0 15 0 417533787 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10820148 memory=140578087732864 CPUtime=0.13 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 625 13134 0 0 5 0 5 3 20 0 15 0 417533787 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11079831552 12629 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10820148 memory=140578087732864 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533788 11079831552 12629 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50516 KiB

[startup+0.701396 s]
/proc/loadavg: 1.64 1.62 1.64 3/227 2422
/proc/meminfo: memFree=26940280/32770624 swapFree=66936796/67108860
[pid=2344] ppid=2341 vsize=10824360 memory=83916 CPUtime=1.16 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 15168 13134 0 0 103 5 5 3 20 0 15 0 417533773 11084144640 20979 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2706090 20979 3508 1 0 2668173 0
[pid=2344/tid=2398] ppid=2341 vsize=10824360 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) D 2341 2344 28159 0 -1 1077944384 10424 13134 0 0 56 4 5 3 20 0 15 0 417533782 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024658844672 140024687039741 0 4 0 16800975 18446744072101613092 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533783 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533783 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10824360 memory=-7003712468125664658 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 417533784 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 417533784 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024054015008 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10824360 memory=281155941171440 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533785 11084144640 20979 33554432000 4194304 4196468 140731150549728 140023450035056 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10824360 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11084144640 20979 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) R 2341 2344 28159 0 -1 4202560 942 13134 0 0 13 0 5 3 20 0 15 0 417533787 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024145140592 140024671939554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10824360 memory=15677988075215912 CPUtime=0.23 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 749 13134 0 0 15 0 5 3 20 0 15 0 417533787 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 813 13134 0 0 17 0 5 3 20 0 15 0 417533787 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11084144640 20979 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 417533788 11084144640 20979 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83916 KiB

[startup+1.50077 s]
/proc/loadavg: 1.64 1.62 1.64 6/227 2422
/proc/meminfo: memFree=26805800/32770624 swapFree=66936796/67108860
[pid=2344] ppid=2341 vsize=10832628 memory=247248 CPUtime=3.5 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 23197 13134 0 0 330 12 5 3 20 0 15 0 417533773 11092611072 61812 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2708157 61812 3575 1 0 2670221 0
[pid=2344/tid=2398] ppid=2341 vsize=10832628 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 13725 13134 0 0 127 7 5 3 20 0 15 0 417533782 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024658834384 140024670210453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10832628 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 27 13134 0 0 2 0 5 3 20 0 15 0 417533783 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10832628 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 35 13134 0 0 2 0 5 3 20 0 15 0 417533783 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 20 13134 0 0 1 0 5 3 20 0 15 0 417533783 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10832628 memory=281155941242752 CPUtime=0.1 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 49 13134 0 0 2 0 5 3 20 0 15 0 417533783 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 102 13134 0 0 1 0 5 3 20 0 15 0 417533784 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10832628 memory=281155941581888 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 15 13134 0 0 0 0 5 3 20 0 15 0 417533784 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024054015072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10832628 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 417533785 11092611072 61812 33554432000 4194304 4196468 140731150549728 140023450035072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10832628 memory=15252658051090321 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11092611072 61812 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10832628 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 2355 13134 0 0 66 0 5 3 20 0 15 0 417533787 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10832628 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 2139 13134 0 0 71 0 5 3 20 0 15 0 417533787 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10832628 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 2511 13134 0 0 52 1 5 3 20 0 15 0 417533787 11092611072 61812 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0

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

/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 461977 13134 0 0 230754 94 5 3 20 0 15 0 417533782 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024658852544 140024286966942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10846984 memory=3166628 CPUtime=9.4 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 23014 13134 0 0 900 32 5 3 20 0 15 0 417533783 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10846984 memory=3166628 CPUtime=9.42 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 27282 13134 0 0 904 30 5 3 20 0 15 0 417533783 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10846984 memory=3166412 CPUtime=9.41 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 23490 13134 0 0 903 30 5 3 20 0 15 0 417533783 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10846984 memory=3166412 CPUtime=9.43 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 25022 13134 0 0 902 33 5 3 20 0 15 0 417533783 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10846984 memory=3166628 CPUtime=3.14 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 34926 13134 0 0 266 40 5 3 20 0 15 0 417533784 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533784 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024054015072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533785 11107311616 791657 33554432000 4194304 4196468 140731150549728 140023450035072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791657 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10846984 memory=14012 CPUtime=7.84 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 52177 13134 0 0 771 5 5 3 20 0 15 0 417533787 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10846984 memory=10944 CPUtime=8.02 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 53068 13134 0 0 788 6 5 3 20 0 15 0 417533787 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10846984 memory=3166628 CPUtime=2.73 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 28948 13134 0 0 257 8 5 3 20 0 15 0 417533787 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791657 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10846984 memory=3166628 CPUtime=1.45 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 2015 13134 0 0 65 72 5 3 20 0 15 0 417533788 11107311616 791657 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 2368.76 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3166628 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.43 1.43 3/228 2771
/proc/meminfo: memFree=27591196/32770624 swapFree=66936808/67108860
[pid=2344] ppid=2341 vsize=10846984 memory=3166692 CPUtime=2428.92 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 758047 13134 0 0 242556 328 5 3 20 0 15 0 417533773 11107311616 791673 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2711746 791673 3640 1 0 2673805 0
[pid=2344/tid=2398] ppid=2341 vsize=10846984 memory=3166692 CPUtime=2368.51 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 485065 13134 0 0 236748 95 5 3 20 0 15 0 417533782 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024658852224 140024280879774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10846984 memory=3166692 CPUtime=9.44 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 23130 13134 0 0 904 32 5 3 20 0 15 0 417533783 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10846984 memory=3166692 CPUtime=9.46 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 27359 13134 0 0 908 30 5 3 20 0 15 0 417533783 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10846984 memory=729164 CPUtime=9.45 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 23530 13134 0 0 907 30 5 3 20 0 15 0 417533783 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10846984 memory=3166692 CPUtime=9.47 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 25316 13134 0 0 906 33 5 3 20 0 15 0 417533783 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10846984 memory=3166692 CPUtime=3.15 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 35132 13134 0 0 267 40 5 3 20 0 15 0 417533784 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533784 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024054015072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533785 11107311616 791673 33554432000 4194304 4196468 140731150549728 140023450035072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10846984 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791673 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10846984 memory=25164 CPUtime=7.84 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 52179 13134 0 0 771 5 5 3 20 0 15 0 417533787 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10846984 memory=3624 CPUtime=8.02 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 53070 13134 0 0 788 6 5 3 20 0 15 0 417533787 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10846984 memory=25164 CPUtime=2.73 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 28950 13134 0 0 257 8 5 3 20 0 15 0 417533787 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10846984 memory=3166628 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791673 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10846984 memory=3166628 CPUtime=1.48 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 2044 13134 0 0 66 74 5 3 20 0 15 0 417533788 11107311616 791673 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 2428.92 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3166692 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.41 1.42 3/227 2775
/proc/meminfo: memFree=27590668/32770624 swapFree=66936808/67108860
[pid=2344] ppid=2341 vsize=10846984 memory=3167140 CPUtime=2489.08 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 782595 13134 0 0 248568 332 5 3 20 0 15 0 417533773 11107311616 791785 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2711746 791785 3640 1 0 2673805 0
[pid=2344/tid=2398] ppid=2341 vsize=10846984 memory=3167140 CPUtime=2428.45 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 507982 13134 0 0 242741 96 5 3 20 0 15 0 417533782 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024658852224 140024289410540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10846984 memory=14012 CPUtime=9.48 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 23327 13134 0 0 908 32 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10846984 memory=1412 CPUtime=9.5 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 27555 13134 0 0 912 30 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10846984 memory=3167140 CPUtime=9.5 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 23851 13134 0 0 911 31 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10846984 memory=3167140 CPUtime=9.51 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 25616 13134 0 0 910 33 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10846984 memory=3167140 CPUtime=3.16 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 35335 13134 0 0 268 40 5 3 20 0 15 0 417533784 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10846984 memory=3167140 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533784 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024054015072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10846984 memory=3167140 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533785 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023450035072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10846984 memory=3167140 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10846984 memory=3167140 CPUtime=7.84 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 52181 13134 0 0 771 5 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10846984 memory=3167140 CPUtime=8.02 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 53459 13134 0 0 788 6 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10846984 memory=3167140 CPUtime=2.73 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 28956 13134 0 0 257 8 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10846984 memory=3167140 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10846984 memory=3167140 CPUtime=1.51 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 2061 13134 0 0 67 76 5 3 20 0 15 0 417533788 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 2489.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3167140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.2 s]
/proc/loadavg: 1.30 1.40 1.42 3/228 2778
/proc/meminfo: memFree=27589728/32770624 swapFree=66936808/67108860
[pid=2344] ppid=2341 vsize=10846984 memory=3167140 CPUtime=2520.05 cores=1,3,5,7
/proc/2344/stat : 2344 (java) S 2341 2344 28159 0 -1 1077944320 797849 13134 0 0 251663 334 5 3 20 0 15 0 417533773 11107311616 791785 33554432000 4194304 4196468 140731150549728 140731150532272 140024687017719 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
/proc/2344/statm: 2711746 791785 3640 1 0 2673805 0
[pid=2344/tid=2398] ppid=2341 vsize=10846984 memory=1444 CPUtime=2459.33 cores=1,3,5,7
/proc/2344/task/2398/stat : 2398 (java) R 2341 2344 28159 0 -1 4202560 523185 13134 0 0 245828 97 5 3 20 0 15 0 417533782 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024658852384 140024286967017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2409] ppid=2341 vsize=10846984 memory=1976 CPUtime=9.5 cores=1,3,5,7
/proc/2344/task/2409/stat : 2409 (java) S 2341 2344 28159 0 -1 1077944384 23331 13134 0 0 910 32 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024691260560 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2410] ppid=2341 vsize=10846984 memory=2436 CPUtime=9.52 cores=1,3,5,7
/proc/2344/task/2410/stat : 2410 (java) S 2341 2344 28159 0 -1 1077944384 27568 13134 0 0 914 30 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024595463184 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2411] ppid=2341 vsize=10846984 memory=1760 CPUtime=9.51 cores=1,3,5,7
/proc/2344/task/2411/stat : 2411 (java) S 2341 2344 28159 0 -1 1077944384 23863 13134 0 0 912 31 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024594410384 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2412] ppid=2341 vsize=10846984 memory=1408 CPUtime=9.53 cores=1,3,5,7
/proc/2344/task/2412/stat : 2412 (java) S 2341 2344 28159 0 -1 1077944384 25629 13134 0 0 912 33 5 3 20 0 15 0 417533783 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024593357584 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2413] ppid=2341 vsize=10846984 memory=3216 CPUtime=3.17 cores=1,3,5,7
/proc/2344/task/2413/stat : 2413 (java) S 2341 2344 28159 0 -1 1077944384 35342 13134 0 0 269 40 5 3 20 0 15 0 417533784 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024146192752 140024687028866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2415] ppid=2341 vsize=10846984 memory=3167140 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2415/stat : 2415 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533784 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024054015072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2416] ppid=2341 vsize=10846984 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2416/stat : 2416 (java) S 2341 2344 28159 0 -1 1077944384 28 13134 0 0 0 0 5 3 20 0 15 0 417533785 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023450035072 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2417] ppid=2341 vsize=10846984 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2417/stat : 2417 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023209744208 140024687036315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2418] ppid=2341 vsize=10846984 memory=1408 CPUtime=7.84 cores=1,3,5,7
/proc/2344/task/2418/stat : 2418 (java) S 2341 2344 28159 0 -1 1077944384 52181 13134 0 0 771 5 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024145140592 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2419] ppid=2341 vsize=10846984 memory=3167140 CPUtime=8.02 cores=1,3,5,7
/proc/2344/task/2419/stat : 2419 (java) S 2341 2344 28159 0 -1 1077944384 53459 13134 0 0 788 6 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024144087792 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2420] ppid=2341 vsize=10846984 memory=3167140 CPUtime=2.73 cores=1,3,5,7
/proc/2344/task/2420/stat : 2420 (java) S 2341 2344 28159 0 -1 1077944384 28956 13134 0 0 257 8 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024143034992 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2421] ppid=2341 vsize=10846984 memory=904 CPUtime=0.08 cores=1,3,5,7
/proc/2344/task/2421/stat : 2421 (java) S 2341 2344 28159 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 417533787 11107311616 791785 33554432000 4194304 4196468 140731150549728 140023176186592 140024687027925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
[pid=2344/tid=2422] ppid=2341 vsize=10846984 memory=1444 CPUtime=1.52 cores=1,3,5,7
/proc/2344/task/2422/stat : 2422 (java) S 2341 2344 28159 0 -1 1077944384 2063 13134 0 0 67 77 5 3 20 0 15 0 417533788 11107311616 791785 33554432000 4194304 4196468 140731150549728 140024141982384 140024687028866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25923584 140731150551792 140731150554309 140731150554309 140731150557135 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 3167140 KiB

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

[startup+2473.28 s]
# the end of solver process 2344 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.76 s, system=3.4026 s

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

Child status: 143
Real time (s): 2473.28
CPU time (s): 2520.16
CPU user time (s): 2516.76
CPU system time (s): 3.4026
CPU usage (%): 101.895
Max. virtual memory (cumulated for all children) (KiB): 10849740
Max. memory (cumulated for all children) (KiB): 3167392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.76
system time used= 3.4026
maximum resident set size= 3171348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 812525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117920
involuntary context switches= 4038


# summary of solver processes directly reported to runsolver:
#   pid: 2344
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.76
#   total CPU system time (s): 3.4026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4414 second user time and 23.6129 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 23:10:59
IDJOB=4395766
IDBENCH=141185
IDSOLVER=2846
FILE ID=node105/4395766-1568412754
RUNJOBID= node105-1568388801-30331
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395766-1568412754/watcher-4395766-1568412754 -o /tmp/evaluation-result-4395766-1568412754/solver-4395766-1568412754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30331 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=717669063 HOME/instance-4395766-1568412754.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=717669063

node105.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.00
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.00
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.00
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.00
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:        26994688 kB
MemAvailable:   27379660 kB
Buffers:          171228 kB
Cached:           507936 kB
SwapCached:        68048 kB
Active:          4840572 kB
Inactive:         384636 kB
Active(anon):    4485272 kB
Inactive(anon):    93840 kB
Active(file):     355300 kB
Inactive(file):   290796 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936796 kB
Dirty:             35564 kB
Writeback:             0 kB
AnonPages:       4613712 kB
Mapped:            50816 kB
Shmem:             24444 kB
Slab:             137760 kB
SReclaimable:     109424 kB
SUnreclaim:        28336 kB
KernelStack:        3856 kB
PageTables:        14488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5191560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4411392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 23:52:12