Trace number 4299147

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
slowpoke 2018-04-29? 1370.94 994.692

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v4-16_mini_c18.xml
MD5SUM223c9856145c30915ed5030617089ea5
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 benchmark1.48573
Satisfiable
(Un)Satisfiability was proved
Number of variables512
Number of constraints528
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":256},{"size":256,"count":240}]
Minimum variable degree0
Maximum variable degree244
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":243,"count":16},{"degree":244,"count":240}]
Minimum constraint arity1
Maximum constraint arity257
Distribution of constraint arities[{"arity":1,"count":16},{"arity":3,"count":240},{"arity":16,"count":32},{"arity":257,"count":240}]
Number of extensional constraints240
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":240},{"type":"intension","count":16},{"type":"allDifferent","count":32},{"type":"element","count":240}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
1370.84/994.63	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1370.84/994.63		at java.util.Arrays.copyOf(Arrays.java:3181)
1370.84/994.63		at java.util.ArrayList.grow(ArrayList.java:261)
1370.84/994.63		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1370.84/994.63		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1370.84/994.63		at java.util.ArrayList.add(ArrayList.java:475)
1370.84/994.63		at minicp.reversible.ReversibleStack.push(ReversibleStack.java:31)
1370.84/994.63		at minicp.engine.core.IntVarImpl.propagateOnDomainChange(IntVarImpl.java:144)
1370.84/994.63		at minicp.engine.constraints.Equal.post(Equal.java:47)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:66)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:67)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:67)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:67)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:67)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:67)
1370.84/994.63		at minicp.engine.core.Solver.post(Solver.java:62)
1370.84/994.63		at minicp.engine.constraints.Element1DVar.propagate(Element1DVar.java:195)
1370.84/994.63		at minicp.engine.core.Solver.fixPoint(Solver.java:52)
1370.84/994.63	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 (13277 MiB free)
  memory of node 1: 16384 MiB (8993 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299147-1532803629/watcher-4299147-1532803629 -o /tmp/evaluation-result-4299147-1532803629/solver-4299147-1532803629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532774532-6235 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299147-1532803629.xml --timelimit 2520 

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=9460, runsolver pid=9457

[startup+0.10017 s]*
/proc/loadavg: 5.00 3.71 2.83 4/219 9475
/proc/meminfo: memFree=22789564/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661056 memory=27676 CPUtime=0.13 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 97926158 10916921344 6919 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665264 6919 2849 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661056 memory=-8536111791705257152 CPUtime=0.09 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) R 9457 9460 6204 0 -1 4202560 3139 0 0 0 9 0 0 0 20 0 15 0 97926158 10916921344 6919 33554432000 4194304 4196468 140725163780608 140233085296416 140233073302334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 6919 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 6919 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926160 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232640752496 140233081076354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97926161 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97926161 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) R 9457 9460 6204 0 -1 4202560 450 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232636541296 140233064500945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) R 9457 9460 6204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232635488496 140233081076354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0.01 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) R 9457 9460 6204 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 97926163 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232634435696 140233060048932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926164 10916921344 6919 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27676 KiB

[startup+0.214008 s]*
/proc/loadavg: 5.00 3.71 2.83 5/219 9475
/proc/meminfo: memFree=22777812/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661056 memory=40716 CPUtime=0.35 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 8202 0 0 0 34 1 0 0 20 0 15 0 97926158 10916921344 10179 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665264 10179 2989 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) R 9457 9460 6204 0 -1 4202560 5118 0 0 0 19 1 0 0 20 0 15 0 97926158 10916921344 10179 33554432000 4194304 4196468 140725163780608 140233085301312 140233081087133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 10179 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661056 memory=139786137938980 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 10179 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926160 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232640752496 140233081076354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97926161 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97926161 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) R 9457 9460 6204 0 -1 4202560 624 0 0 0 3 0 0 0 20 0 15 0 97926163 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232636541296 140233062371108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) R 9457 9460 6204 0 -1 1077944384 224 0 0 0 1 0 0 0 20 0 15 0 97926163 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232635488496 140233081076354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0.08 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) R 9457 9460 6204 0 -1 4202560 869 0 0 0 8 0 0 0 20 0 15 0 97926163 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232634432064 140233059809664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661056 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926164 10916921344 10179 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40716 KiB

[startup+0.310853 s]*
/proc/loadavg: 5.00 3.71 2.83 5/219 9475
/proc/meminfo: memFree=22773160/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=44868 CPUtime=0.57 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 8846 0 0 0 55 2 0 0 20 0 15 0 97926158 10916999168 11217 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 11217 3026 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) R 9457 9460 6204 0 -1 4202560 5483 0 0 0 29 1 0 0 20 0 15 0 97926158 10916999168 11283 33554432000 4194304 4196468 140725163780608 140233085302560 140232712378042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 11283 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=139786138518167 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 11283 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926160 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232640752496 140233081076354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) R 9457 9460 6204 0 -1 4202560 651 0 0 0 6 0 0 0 20 0 15 0 97926163 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232636541296 140233058619047 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) R 9457 9460 6204 0 -1 1077944384 341 0 0 0 4 0 0 0 20 0 15 0 97926163 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232635488496 140233081076354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=139786137929344 CPUtime=0.15 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) R 9457 9460 6204 0 -1 4202560 1008 0 0 0 15 0 0 0 20 0 15 0 97926163 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232634432064 140233060009574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=139786137929344 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926164 10916999168 11283 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44868 KiB

[startup+0.700722 s]
/proc/loadavg: 5.00 3.71 2.83 7/219 9475
/proc/meminfo: memFree=22748836/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=84080 CPUtime=1.8 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 11572 0 0 0 177 3 0 0 20 0 15 0 97926158 10916999168 21020 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 21020 3130 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=1236 CPUtime=0.67 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) R 9457 9460 6204 0 -1 4202560 5864 0 0 0 65 2 0 0 20 0 15 0 97926158 10916999168 21020 33554432000 4194304 4196468 140725163780608 140233085303776 140725164103618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=16228 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 21086 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 21086 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 21086 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 21086 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97926160 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232640752496 140233081076354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=6081108994580048232 CPUtime=0.39 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) R 9457 9460 6204 0 -1 4202560 1418 0 0 0 39 0 0 0 20 0 15 0 97926163 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232636526760 140233065456550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=6154282490091891024 CPUtime=0.38 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) R 9457 9460 6204 0 -1 4202560 1284 0 0 0 38 0 0 0 20 0 15 0 97926163 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232635469512 140233081079071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) S 9457 9460 6204 0 -1 1077944384 1741 0 0 0 34 0 0 0 20 0 15 0 97926163 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232634435696 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926164 10916999168 21152 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 84080 KiB

[startup+1.5008 s]
/proc/loadavg: 5.00 3.71 2.83 4/219 9475
/proc/meminfo: memFree=22718996/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=132392 CPUtime=3.33 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 15596 0 0 0 328 5 0 0 20 0 15 0 97926158 10916999168 33098 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 33098 3134 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=122136 CPUtime=1.47 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) R 9457 9460 6204 0 -1 4202560 6392 0 0 0 144 3 0 0 20 0 15 0 97926158 10916999168 33098 33554432000 4194304 4196468 140725163780608 140233085304288 140232716463560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 33098 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 33098 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 33098 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97926159 10916999168 33098 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97926160 10916999168 33098 33554432000 4194304 4196468 140725163780608 140232640752496 140233081076354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0

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

[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=1712 CPUtime=0.72 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 734 0 0 0 36 36 0 0 20 0 15 0 97926164 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1348.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7732748 KiB

[startup+992.001 s]*
/proc/loadavg: 4.37 4.23 3.48 5/222 9610
/proc/meminfo: memFree=18874088/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=7732748 CPUtime=1361.29 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 497819 0 0 0 135413 716 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 1933187 3183 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=2340 CPUtime=864.08 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) S 9457 9460 6204 0 -1 1077944384 47795 0 0 0 86336 72 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233085301616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=4872558044660077418 CPUtime=121.85 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) R 9457 9460 6204 0 -1 4202560 87706 0 0 0 12032 153 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233033685768 140233073693415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=796 CPUtime=122.73 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) R 9457 9460 6204 0 -1 4202560 89157 0 0 0 12125 148 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233032633048 140233065765027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=4616 CPUtime=122.29 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) R 9457 9460 6204 0 -1 4202560 102961 0 0 0 12073 156 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232685705736 140233073693415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=1424 CPUtime=122.67 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) R 9457 9460 6204 0 -1 4202560 85320 0 0 0 12117 150 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232684652624 140233073693415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=11116 CPUtime=4.46 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 67548 0 0 0 441 5 0 0 20 0 15 0 97926160 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232640751056 140233081075413 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=1008 CPUtime=0.96 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) S 9457 9460 6204 0 -1 1077944384 5468 0 0 0 95 1 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232636541344 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=5404 CPUtime=1 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) S 9457 9460 6204 0 -1 1077944384 5364 0 0 0 100 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232635488256 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=796 CPUtime=0.42 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) S 9457 9460 6204 0 -1 1077944384 4356 0 0 0 42 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232634435744 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=9185 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=4629771062077588875 CPUtime=0.73 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 734 0 0 0 37 36 0 0 20 0 15 0 97926164 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1361.29 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7732748 KiB

[startup+993.601 s]
/proc/loadavg: 4.37 4.23 3.48 6/222 9611
/proc/meminfo: memFree=18873452/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=7732748 CPUtime=1367.45 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 497819 0 0 0 136027 718 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 1933187 3183 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=7732748 CPUtime=864.08 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) S 9457 9460 6204 0 -1 1077944384 47795 0 0 0 86336 72 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233085301616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=7732748 CPUtime=123.35 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) R 9457 9460 6204 0 -1 4202560 87706 0 0 0 12182 153 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233033685768 140233073693415 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=8112282956445269571 CPUtime=124.32 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) R 9457 9460 6204 0 -1 4202560 89157 0 0 0 12284 148 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233032633048 140233066063148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=1200 CPUtime=123.81 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) R 9457 9460 6204 0 -1 4202560 102961 0 0 0 12225 156 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232685705424 140233073693415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=1228 CPUtime=124.2 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) R 9457 9460 6204 0 -1 4202560 85320 0 0 0 12269 151 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232684652624 140233073693415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=1712 CPUtime=4.46 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 67548 0 0 0 441 5 0 0 20 0 15 0 97926160 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232640751056 140233081075413 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=7732748 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=15872 CPUtime=0.96 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) S 9457 9460 6204 0 -1 1077944384 5468 0 0 0 95 1 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232636541344 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=18280 CPUtime=1 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) S 9457 9460 6204 0 -1 1077944384 5364 0 0 0 100 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232635488256 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=1236 CPUtime=0.42 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) S 9457 9460 6204 0 -1 1077944384 4356 0 0 0 42 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232634435744 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=4096 CPUtime=0.73 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 734 0 0 0 37 36 0 0 20 0 15 0 97926164 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1367.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7732748 KiB

[startup+994.401 s]
/proc/loadavg: 4.37 4.23 3.48 6/222 9611
/proc/meminfo: memFree=18873356/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=7732748 CPUtime=1370.54 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 497819 0 0 0 136336 718 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 1933187 3183 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=2396 CPUtime=864.08 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) S 9457 9460 6204 0 -1 1077944384 47795 0 0 0 86336 72 0 0 20 0 15 0 97926158 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233085301616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=1292 CPUtime=124.12 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) R 9457 9460 6204 0 -1 4202560 87706 0 0 0 12258 154 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233033685768 140233073693415 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=1844 CPUtime=125.12 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) R 9457 9460 6204 0 -1 4202560 89157 0 0 0 12364 148 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140233032633048 140233066061614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=1008 CPUtime=124.59 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) R 9457 9460 6204 0 -1 4202560 102961 0 0 0 12302 157 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232685705424 140233073693415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=7732748 CPUtime=124.97 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 85320 0 0 0 12346 151 0 0 20 0 15 0 97926159 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232684652624 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=7732748 CPUtime=4.46 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) S 9457 9460 6204 0 -1 1077944384 67548 0 0 0 441 5 0 0 20 0 15 0 97926160 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232640751056 140233081075413 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=301741394933055803 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=14689686639610196 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=18280 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=1236 CPUtime=0.96 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) S 9457 9460 6204 0 -1 1077944384 5468 0 0 0 95 1 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232636541344 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=16248 CPUtime=1 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) S 9457 9460 6204 0 -1 1077944384 5364 0 0 0 100 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232635488256 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=4052 CPUtime=0.42 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) S 9457 9460 6204 0 -1 1077944384 4356 0 0 0 42 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232634435744 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=7732748 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=644 CPUtime=0.73 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 734 0 0 0 37 36 0 0 20 0 15 0 97926164 10916999168 1933187 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1370.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7732748 KiB

[startup+994.601 s]
/proc/loadavg: 4.37 4.23 3.48 6/222 9611
/proc/meminfo: memFree=18873356/32770624 swapFree=67108744/67108860
[pid=9460] ppid=9457 vsize=10661132 memory=7732760 CPUtime=1370.84 cores=0,2,4,6
/proc/9460/stat : 9460 (java) S 9457 9460 6204 0 -1 1077944320 498284 0 0 0 136366 718 0 0 20 0 15 0 97926158 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140725163763152 140233081065207 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
/proc/9460/statm: 2665283 1933190 3183 1 0 2627263 0
[pid=9460/tid=9462] ppid=9457 vsize=10661132 memory=956 CPUtime=864.08 cores=0,2,4,6
/proc/9460/task/9462/stat : 9462 (java) S 9457 9460 6204 0 -1 1077944384 47795 0 0 0 86336 72 0 0 20 0 15 0 97926158 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140233085301616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9463] ppid=9457 vsize=10661132 memory=2340 CPUtime=124.15 cores=0,2,4,6
/proc/9460/task/9463/stat : 9463 (java) S 9457 9460 6204 0 -1 1077944384 87706 0 0 0 12261 154 0 0 20 0 15 0 97926159 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140233033685648 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9464] ppid=9457 vsize=10661132 memory=928 CPUtime=125.16 cores=0,2,4,6
/proc/9460/task/9464/stat : 9464 (java) S 9457 9460 6204 0 -1 1077944384 89157 0 0 0 12368 148 0 0 20 0 15 0 97926159 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140233032632848 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9465] ppid=9457 vsize=10661132 memory=1568 CPUtime=124.63 cores=0,2,4,6
/proc/9460/task/9465/stat : 9465 (java) S 9457 9460 6204 0 -1 1077944384 102961 0 0 0 12306 157 0 0 20 0 15 0 97926159 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232685705616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9466] ppid=9457 vsize=10661132 memory=2240 CPUtime=125 cores=0,2,4,6
/proc/9460/task/9466/stat : 9466 (java) S 9457 9460 6204 0 -1 1077944384 85320 0 0 0 12349 151 0 0 20 0 15 0 97926159 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232684652816 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9467] ppid=9457 vsize=10661132 memory=7732748 CPUtime=4.62 cores=0,2,4,6
/proc/9460/task/9467/stat : 9467 (java) R 9457 9460 6204 0 -1 4202560 68013 0 0 0 457 5 0 0 20 0 15 0 97926160 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232640750944 140233059435387 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9468] ppid=9457 vsize=10661132 memory=18280 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9468/stat : 9468 (java) S 9457 9460 6204 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232639698464 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9469] ppid=9457 vsize=10661132 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9469/stat : 9469 (java) S 9457 9460 6204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97926161 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232638645616 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9470] ppid=9457 vsize=10661132 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9470/stat : 9470 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232637593936 140233081083803 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9471] ppid=9457 vsize=10661132 memory=4052 CPUtime=0.96 cores=0,2,4,6
/proc/9460/task/9471/stat : 9471 (java) S 9457 9460 6204 0 -1 1077944384 5468 0 0 0 95 1 0 0 20 0 15 0 97926163 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232636541344 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9472] ppid=9457 vsize=10661132 memory=644 CPUtime=1 cores=0,2,4,6
/proc/9460/task/9472/stat : 9472 (java) S 9457 9460 6204 0 -1 1077944384 5364 0 0 0 100 0 0 0 20 0 15 0 97926163 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232635488256 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9473] ppid=9457 vsize=10661132 memory=7732748 CPUtime=0.42 cores=0,2,4,6
/proc/9460/task/9473/stat : 9473 (java) S 9457 9460 6204 0 -1 1077944384 4356 0 0 0 42 0 0 0 20 0 15 0 97926163 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232634435744 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9474] ppid=9457 vsize=10661132 memory=7732748 CPUtime=0 cores=0,2,4,6
/proc/9460/task/9474/stat : 9474 (java) S 9457 9460 6204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97926163 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232633383136 140233081075413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
[pid=9460/tid=9475] ppid=9457 vsize=10661132 memory=10588 CPUtime=0.73 cores=0,2,4,6
/proc/9460/task/9475/stat : 9475 (java) S 9457 9460 6204 0 -1 1077944384 734 0 0 0 37 36 0 0 20 0 15 0 97926164 10916999168 1933190 33554432000 4194304 4196468 140725163780608 140232632331440 140233081076354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34451456 140725163787420 140725163787529 140725163787529 140725163790287 0
Current children cumulated CPU time: 1370.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7732760 KiB

Child status: 1
Real time (s): 994.692
CPU time (s): 1370.94
CPU user time (s): 1363.7
CPU system time (s): 7.24386
CPU usage (%): 137.826
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 7732760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1363.7
system time used= 7.24386
maximum resident set size= 7732992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26590
involuntary context switches= 7120


# summary of solver processes directly reported to runsolver:
#   pid: 9460
#   total CPU time (s): 1370.94
#   total CPU user time (s): 1363.7
#   total CPU system time (s): 7.24386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.14939 second user time and 10.2659 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 20:47:10
IDJOB=4299147
IDBENCH=141300
IDSOLVER=2765
FILE ID=node134/4299147-1532803629
RUNJOBID= node134-1532774532-6235
PBS_JOBID= 21022459
Free space on /tmp= 55560 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v4-16_mini_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299147-1532803629/watcher-4299147-1532803629 -o /tmp/evaluation-result-4299147-1532803629/solver-4299147-1532803629 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532774532-6235 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299147-1532803629.xml --timelimit 2520

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

MD5SUM BENCH= 223c9856145c30915ed5030617089ea5
RANDOM SEED=1467227677

node134.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.68
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.68
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.68
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.68
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:        22805364 kB
MemAvailable:   26605444 kB
Buffers:          188328 kB
Cached:          3874352 kB
SwapCached:            0 kB
Active:          7118700 kB
Inactive:        2345696 kB
Active(anon):    5350988 kB
Inactive(anon):    78480 kB
Active(file):    1767712 kB
Inactive(file):  2267216 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       5447972 kB
Mapped:            55304 kB
Shmem:             25132 kB
Slab:             190228 kB
SReclaimable:     161976 kB
SUnreclaim:        28252 kB
KernelStack:        3824 kB
PageTables:        16016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7457848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5316608 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= 55560 MiB
End job on node134 at 2018-07-28 21:03:44