Trace number 4299218

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29? 91.1649 30.9771

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
90.86/30.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
90.86/30.87		at java.util.Arrays.copyOf(Arrays.java:3308)
90.86/30.87		at java.util.BitSet.ensureCapacity(BitSet.java:337)
90.86/30.87		at java.util.BitSet.expandTo(BitSet.java:352)
90.86/30.87		at java.util.BitSet.set(BitSet.java:447)
90.86/30.87		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:80)
90.86/30.87		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
90.86/30.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
90.86/30.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
91.08/30.93		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
91.08/30.93		at org.xcsp.parser.XCallbacks$$Lambda$86/1121647253.accept(Unknown Source)
91.08/30.93		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
91.08/30.93		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
91.08/30.93		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
91.08/30.93		at xcsp3.XCSP3.<init>(XCSP3.java:79)
91.08/30.93		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
91.08/30.93		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
91.08/30.93	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 (11084 MiB free)
  memory of node 1: 16384 MiB (15766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299218-1532796338/watcher-4299218-1532796338 -o /tmp/evaluation-result-4299218-1532796338/solver-4299218-1532796338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29142 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299218-1532796338.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=31411, runsolver pid=31408
Current StackSize limit: 8192 KiB


[startup+0.100617 s]*
/proc/loadavg: 1.24 1.34 1.39 5/215 31426
/proc/meminfo: memFree=27477388/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10658972 memory=28220 CPUtime=0.13 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 4990 0 0 0 12 1 0 0 20 0 15 0 97197060 10914787328 7055 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664743 7055 2857 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10658972 memory=-8197568871503664001 CPUtime=0.09 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) S 31408 31411 29110 0 -1 1077944384 2845 0 0 0 9 0 0 0 20 0 15 0 97197060 10914787328 7055 33554432000 4194304 4196468 140731245002480 140225386902256 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 7055 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 7055 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 7055 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 7055 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224417957872 140225382685314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224416904096 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) R 31408 31411 29110 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) R 31408 31411 29110 0 -1 4202560 168 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224412695152 140225360507024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0.02 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 7055 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28220 KiB

[startup+0.210696 s]*
/proc/loadavg: 1.24 1.34 1.39 4/215 31426
/proc/meminfo: memFree=27466588/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10658972 memory=39776 CPUtime=0.33 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 7505 0 0 0 31 2 0 0 20 0 15 0 97197060 10914787328 9944 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664743 9944 2968 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) R 31408 31411 29110 0 -1 4202560 4592 0 0 0 18 1 0 0 20 0 15 0 97197060 10914787328 9944 33554432000 4194304 4196468 140731245002480 140225386909568 140225382696093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10658972 memory=331 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 9944 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10658972 memory=140291753687342 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 9944 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 9944 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 9944 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 9944 33554432000 4194304 4196468 140731245002480 140224417957872 140225382685314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 9944 33554432000 4194304 4196468 140731245002480 140224416904096 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 9944 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 9944 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) R 31408 31411 29110 0 -1 4202560 473 0 0 0 3 0 0 0 20 0 15 0 97197066 10914787328 10010 33554432000 4194304 4196468 140731245002480 140224413747696 140225363374464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10658972 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) R 31408 31411 29110 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 97197066 10914787328 10010 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0.08 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 754 0 0 0 8 0 0 0 20 0 15 0 97197066 10914787328 10010 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 10010 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 10010 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39776 KiB

[startup+0.31048 s]*
/proc/loadavg: 1.24 1.34 1.39 3/215 31426
/proc/meminfo: memFree=27413908/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10658972 memory=98100 CPUtime=0.5 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 7762 0 0 0 46 4 0 0 20 0 15 0 97197060 10914787328 24525 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664743 24525 3001 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10658972 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) R 31408 31411 29110 0 -1 4202560 4633 0 0 0 27 3 0 0 20 0 15 0 97197060 10914787328 24525 33554432000 4194304 4196468 140731245002480 140225386905504 140224995074822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10658972 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 24525 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10658972 memory=140291753687341 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 24525 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 25037 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197061 10914787328 25037 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224417957872 140225382685314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224416904096 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97197063 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10658972 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) S 31408 31411 29110 0 -1 1077944384 570 0 0 0 5 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) S 31408 31411 29110 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0.09 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 817 0 0 0 9 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10658972 memory=140291753162368 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197066 10914787328 25037 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 98100 KiB

[startup+0.701087 s]
/proc/loadavg: 1.24 1.34 1.39 5/215 31426
/proc/meminfo: memFree=27216620/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=408224 CPUtime=1.58 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 11550 0 0 0 128 30 0 0 20 0 15 0 97197060 10914865152 102056 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 102056 3095 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=15708 CPUtime=0.56 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) R 31408 31411 29110 0 -1 4202560 4983 0 0 0 51 5 0 0 20 0 15 0 97197060 10914865152 102056 33554432000 4194304 4196468 140731245002480 140225386910416 140224994769796 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=2324 CPUtime=0.09 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 189 0 0 0 3 6 0 0 20 0 15 0 97197061 10914865152 102056 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=1584 CPUtime=0.09 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 177 0 0 0 4 5 0 0 20 0 15 0 97197061 10914865152 102056 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 76 0 0 0 3 4 0 0 20 0 15 0 97197061 10914865152 102056 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=928 CPUtime=0.1 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 202 0 0 0 4 6 0 0 20 0 15 0 97197061 10914865152 102056 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224417957872 140225382685314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10659048 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224416904096 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10659048 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10659048 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10659048 memory=6081108994580573287 CPUtime=0.27 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) R 31408 31411 29110 0 -1 4202560 2066 0 0 0 27 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224413737168 140225360691176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10659048 memory=6148935659200796009 CPUtime=0.15 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) R 31408 31411 29110 0 -1 4202560 1349 0 0 0 15 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224412676168 140225367596292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10659048 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) R 31408 31411 29110 0 -1 4202560 1065 0 0 0 17 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224411639544 140225375774014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=756 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 102056 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 408224 KiB

[startup+1.50082 s]
/proc/loadavg: 1.24 1.34 1.39 3/215 31426
/proc/meminfo: memFree=27034112/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=647520 CPUtime=3.1 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 12713 0 0 0 269 41 0 0 20 0 15 0 97197060 10914865152 161880 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 161880 3127 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=635076 CPUtime=1.25 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) R 31408 31411 29110 0 -1 4202560 5048 0 0 0 118 7 0 0 20 0 15 0 97197060 10914865152 161880 33554432000 4194304 4196468 140731245002480 140225386912016 140224997717856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 321 0 0 0 10 9 0 0 20 0 15 0 97197061 10914865152 161880 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 244 0 0 0 11 8 0 0 20 0 15 0 97197061 10914865152 161880 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 140 0 0 0 10 6 0 0 20 0 15 0 97197061 10914865152 161880 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 256 0 0 0 11 8 0 0 20 0 15 0 97197061 10914865152 161880 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 489 0 0 0 1 0 0 0 20 0 15 0 97197063 10914865152 161880 33554432000 4194304 4196468 140731245002480 140224417957872 140225382685314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0

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

[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=7649399397099516211 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075787 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=3040 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 484 0 0 0 0 1 0 0 20 0 15 0 97197066 10914865152 2075787 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 85.9 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8303148 KiB

[startup+30.2008 s]
/proc/loadavg: 2.25 1.57 1.46 6/215 31426
/proc/meminfo: memFree=19183848/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=8303172 CPUtime=88.75 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 385914 0 0 0 8087 788 0 0 20 0 15 0 97197060 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 2075793 3150 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=756 CPUtime=9.65 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) S 31408 31411 29110 0 -1 1077944384 20023 0 0 0 948 17 0 0 20 0 15 0 97197060 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140225386912800 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=14572 CPUtime=18.95 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) R 31408 31411 29110 0 -1 4202560 136635 0 0 0 1697 198 0 0 20 0 15 0 97197061 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140225319365280 140225375777153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=12708 CPUtime=18.89 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) R 31408 31411 29110 0 -1 4202560 53315 0 0 0 1691 198 0 0 20 0 15 0 97197061 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140225318312656 140225375302375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=15708 CPUtime=18.88 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) R 31408 31411 29110 0 -1 4202560 76482 0 0 0 1685 203 0 0 20 0 15 0 97197061 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140225317260424 140225375302375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=2324 CPUtime=18.97 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) R 31408 31411 29110 0 -1 4202560 68888 0 0 0 1733 164 0 0 20 0 15 0 97197061 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140225316207568 140225375302375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=1584 CPUtime=1.39 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 18333 0 0 0 137 2 0 0 20 0 15 0 97197063 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224417956416 140225382684373 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10659048 memory=496 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224416903696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10659048 memory=-8341965534556230502 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10659048 memory=9047017150487036571 CPUtime=0.9 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) S 31408 31411 29110 0 -1 1077944384 4082 0 0 0 90 0 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10659048 memory=-8253362762722141311 CPUtime=0.72 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) S 31408 31411 29110 0 -1 1077944384 3876 0 0 0 72 0 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10659048 memory=-8412652177879177843 CPUtime=0.29 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 2381 0 0 0 29 0 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=-7737621075815361686 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=7522797428473883477 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 486 0 0 0 0 1 0 0 20 0 15 0 97197066 10914865152 2075793 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 88.75 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8303172 KiB

[startup+30.6011 s]*
/proc/loadavg: 2.25 1.57 1.46 6/215 31426
/proc/meminfo: memFree=19183848/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=8303180 CPUtime=90.23 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 392777 0 0 0 8235 788 0 0 20 0 15 0 97197060 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 2075795 3150 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=7373632175069945956 CPUtime=9.65 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) S 31408 31411 29110 0 -1 1077944384 20029 0 0 0 948 17 0 0 20 0 15 0 97197060 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225386912800 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=4872558044660077418 CPUtime=19.31 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) R 31408 31411 29110 0 -1 4202560 136736 0 0 0 1733 198 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225319365592 140225375773827 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=0 CPUtime=19.26 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) R 31408 31411 29110 0 -1 4202560 53384 0 0 0 1727 199 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225318312656 140225375302375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=0 CPUtime=19.24 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) R 31408 31411 29110 0 -1 4202560 76591 0 0 0 1721 203 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225317260112 140225375302375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=0 CPUtime=19.33 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) R 31408 31411 29110 0 -1 4202560 69017 0 0 0 1769 164 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225316207568 140225366057202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 24765 0 0 0 141 2 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224417956416 140225382684373 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224416903792 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10659048 memory=2320818594681729073 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10659048 memory=134909217735656 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10659048 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) S 31408 31411 29110 0 -1 1077944384 4082 0 0 0 90 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10659048 memory=140291617063031 CPUtime=0.72 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) S 31408 31411 29110 0 -1 1077944384 3876 0 0 0 72 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10659048 memory=3612080202232950706 CPUtime=0.29 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 2381 0 0 0 29 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=2320824096468840500 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=3763233355346011824 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 503 0 0 0 0 1 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 90.23 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8303180 KiB

[startup+30.8011 s]
/proc/loadavg: 2.25 1.57 1.46 6/215 31426
/proc/meminfo: memFree=19183848/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=8303180 CPUtime=90.86 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 393134 0 0 0 8297 789 0 0 20 0 15 0 97197060 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 2075795 3150 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=-8689539942354613440 CPUtime=9.65 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) S 31408 31411 29110 0 -1 1077944384 20029 0 0 0 948 17 0 0 20 0 15 0 97197060 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225386912800 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=288230604640878910 CPUtime=19.45 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) R 31408 31411 29110 0 -1 4202560 136933 0 0 0 1747 198 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225319365392 140225367670813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=4339281124410009888 CPUtime=19.4 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) R 31408 31411 29110 0 -1 4202560 53385 0 0 0 1741 199 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225318312848 140225367373584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=3920500493674821920 CPUtime=19.39 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) R 31408 31411 29110 0 -1 4202560 76593 0 0 0 1736 203 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225317260304 140225364283943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=7372511793893562704 CPUtime=19.48 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) R 31408 31411 29110 0 -1 4202560 69171 0 0 0 1784 164 0 0 20 0 15 0 97197061 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140225316207960 140225367373552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=7444879270093105810 CPUtime=1.47 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) S 31408 31411 29110 0 -1 1077944384 24768 0 0 0 145 2 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224417956432 140225382684373 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10659048 memory=6944656574621848725 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224416903792 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10659048 memory=11012062218 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10659048 memory=269921514747260 CPUtime=0.9 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) S 31408 31411 29110 0 -1 1077944384 4082 0 0 0 90 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10659048 memory=280583235419888 CPUtime=0.72 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) S 31408 31411 29110 0 -1 1077944384 3876 0 0 0 72 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10659048 memory=2276 CPUtime=0.29 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 2381 0 0 0 29 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224411642608 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=140291617711088 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=140291617715728 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 503 0 0 0 0 1 0 0 20 0 15 0 97197066 10914865152 2075795 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 90.86 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8303180 KiB

[startup+30.9011 s]
/proc/loadavg: 2.25 1.57 1.46 6/215 31426
/proc/meminfo: memFree=19183848/32770624 swapFree=67108860/67108860
[pid=31411] ppid=31408 vsize=10659048 memory=8303192 CPUtime=91.08 cores=1,3,5,7
/proc/31411/stat : 31411 (java) S 31408 31411 29110 0 -1 1077944320 393249 0 0 0 8319 789 0 0 20 0 15 0 97197060 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140731244985024 140225382674167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
/proc/31411/statm: 2664762 2075798 3151 1 0 2627263 0
[pid=31411/tid=31413] ppid=31408 vsize=10659048 memory=8303124 CPUtime=9.65 cores=1,3,5,7
/proc/31411/task/31413/stat : 31413 (java) S 31408 31411 29110 0 -1 1077944384 20096 0 0 0 948 17 0 0 20 0 15 0 97197060 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140225386913328 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31414] ppid=31408 vsize=10659048 memory=8303124 CPUtime=19.49 cores=1,3,5,7
/proc/31411/task/31414/stat : 31414 (java) S 31408 31411 29110 0 -1 1077944384 136933 0 0 0 1751 198 0 0 20 0 15 0 97197061 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140225319365392 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31415] ppid=31408 vsize=10659048 memory=8303148 CPUtime=19.44 cores=1,3,5,7
/proc/31411/task/31415/stat : 31415 (java) S 31408 31411 29110 0 -1 1077944384 53385 0 0 0 1745 199 0 0 20 0 15 0 97197061 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140225318312848 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31416] ppid=31408 vsize=10659048 memory=8303148 CPUtime=19.43 cores=1,3,5,7
/proc/31411/task/31416/stat : 31416 (java) S 31408 31411 29110 0 -1 1077944384 76598 0 0 0 1740 203 0 0 20 0 15 0 97197061 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140225317260304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31417] ppid=31408 vsize=10659048 memory=965 CPUtime=19.51 cores=1,3,5,7
/proc/31411/task/31417/stat : 31417 (java) S 31408 31411 29110 0 -1 1077944384 69171 0 0 0 1787 164 0 0 20 0 15 0 97197061 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140225316207760 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31418] ppid=31408 vsize=10659048 memory=8303148 CPUtime=1.53 cores=1,3,5,7
/proc/31411/task/31418/stat : 31418 (java) R 31408 31411 29110 0 -1 4202560 24789 0 0 0 151 2 0 0 20 0 15 0 97197063 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224417956304 140225361044347 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31419] ppid=31408 vsize=10659048 memory=8217884 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31419/stat : 31419 (java) S 31408 31411 29110 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224416904160 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31420] ppid=31408 vsize=10659048 memory=8303144 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31420/stat : 31420 (java) S 31408 31411 29110 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97197063 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224415851504 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31421] ppid=31408 vsize=10659048 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31421/stat : 31421 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224414800080 140225382692763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31422] ppid=31408 vsize=10659048 memory=8303180 CPUtime=0.9 cores=1,3,5,7
/proc/31411/task/31422/stat : 31422 (java) S 31408 31411 29110 0 -1 1077944384 4084 0 0 0 90 0 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224413747696 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31423] ppid=31408 vsize=10659048 memory=8303148 CPUtime=0.72 cores=1,3,5,7
/proc/31411/task/31423/stat : 31423 (java) S 31408 31411 29110 0 -1 1077944384 3878 0 0 0 72 0 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224412695152 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31424] ppid=31408 vsize=10659048 memory=5787213840066634841 CPUtime=0.29 cores=1,3,5,7
/proc/31411/task/31424/stat : 31424 (java) S 31408 31411 29110 0 -1 1077944384 2396 0 0 0 29 0 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224411639008 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31425] ppid=31408 vsize=10659048 memory=4639074098508484691 CPUtime=0 cores=1,3,5,7
/proc/31411/task/31425/stat : 31425 (java) S 31408 31411 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224410590304 140225382684373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
[pid=31411/tid=31426] ppid=31408 vsize=10659048 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/31411/task/31426/stat : 31426 (java) S 31408 31411 29110 0 -1 1077944384 505 0 0 0 0 1 0 0 20 0 15 0 97197066 10914865152 2075798 33554432000 4194304 4196468 140731245002480 140224409536816 140225382685314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22601728 140731245008045 140731245008137 140731245008137 140731245010895 0
Current children cumulated CPU time: 91.08 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8303192 KiB

Child status: 1
Real time (s): 30.9771
CPU time (s): 91.1649
CPU user time (s): 83.2166
CPU system time (s): 7.94838
CPU usage (%): 294.297
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8303192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.2165
system time used= 7.94838
maximum resident set size= 8303192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6707
involuntary context switches= 861


# summary of solver processes directly reported to runsolver:
#   pid: 31411
#   total CPU time (s): 91.1649
#   total CPU user time (s): 83.2166
#   total CPU system time (s): 7.94838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.222152 second user time and 0.376131 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 18:45:39
IDJOB=4299218
IDBENCH=141310
IDSOLVER=2763
FILE ID=node136/4299218-1532796338
RUNJOBID= node136-1532776307-29142
PBS_JOBID= 21022471
Free space on /tmp= 55708 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299218-1532796338/watcher-4299218-1532796338 -o /tmp/evaluation-result-4299218-1532796338/solver-4299218-1532796338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29142 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299218-1532796338.xml

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=487032787

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27495132 kB
MemAvailable:   31379808 kB
Buffers:          192344 kB
Cached:          3952856 kB
SwapCached:            0 kB
Active:          2397624 kB
Inactive:        2379356 kB
Active(anon):     583356 kB
Inactive(anon):    76472 kB
Active(file):    1814268 kB
Inactive(file):  2302884 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             89812 kB
Writeback:             0 kB
AnonPages:        639268 kB
Mapped:            45120 kB
Shmem:             25228 kB
Slab:             194324 kB
SReclaimable:     166716 kB
SUnreclaim:        27608 kB
KernelStack:        3520 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1982084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55708 MiB
End job on node136 at 2018-07-28 18:46:10