Trace number 4298971

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? 131.957 63.0104

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
Optimization problemYES
Type of objectivemin 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
131.82/62.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
131.82/62.96		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:41)
131.82/62.96		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:34)
131.82/62.96		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
131.82/62.96		at minicp.cp.Factory.makeIntVar(Factory.java:81)
131.82/62.96		at minicp.cp.Factory.sum(Factory.java:230)
131.82/62.96		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:564)
131.82/62.96		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
131.82/62.96		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
131.82/62.96		at org.xcsp.parser.XCallbacks$$Lambda$84/2028042905.accept(Unknown Source)
131.82/62.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
131.82/62.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
131.82/62.96		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
131.82/62.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
131.82/62.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
131.82/62.96		at xcsp3.XCSP3.<init>(XCSP3.java:79)
131.82/62.96		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
131.82/62.96		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
131.82/62.96	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 (8823 MiB free)
  memory of node 1: 16384 MiB (15484 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=30497, runsolver pid=30494

[startup+0.100136 s]*
/proc/loadavg: 1.88 1.51 1.41 4/215 30512
/proc/meminfo: memFree=24877516/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10658972 memory=28196 CPUtime=0.13 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 5013 0 0 0 13 0 0 0 20 0 15 0 96443467 10914787328 7049 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664743 7049 2814 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10658972 memory=-8197568871503268994 CPUtime=0.09 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) R 30494 30497 29110 0 -1 4202560 2842 0 0 0 9 0 0 0 20 0 15 0 96443467 10914787328 7049 33554432000 4194304 4196468 140725206161424 139840056940640 139840052732506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839978785808 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839977733264 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839976680208 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839975627664 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443469 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839545149680 139840052722306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839544095904 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) R 30494 30497 29110 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839540939600 139840052723094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) R 30494 30497 29110 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839539886960 139840052722306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0.02 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 315 0 0 0 2 0 0 0 20 0 15 0 96443472 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443473 10914787328 7049 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28196 KiB

[startup+0.210573 s]*
/proc/loadavg: 1.88 1.51 1.41 4/215 30512
/proc/meminfo: memFree=24863568/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10658972 memory=40816 CPUtime=0.35 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 7757 0 0 0 34 1 0 0 20 0 15 0 96443467 10914787328 10204 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664743 10204 2987 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) R 30494 30497 29110 0 -1 4202560 4603 0 0 0 19 1 0 0 20 0 15 0 96443467 10914787328 10204 33554432000 4194304 4196468 140725206161424 139840056940400 139840052733085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10658972 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839978785808 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10658972 memory=139976390711597 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839977733264 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839976680208 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839975627664 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443469 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839545149680 139840052722306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839544095904 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) R 30494 30497 29110 0 -1 1077944384 709 0 0 0 2 0 0 0 20 0 15 0 96443472 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839540939600 139840052721365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) R 30494 30497 29110 0 -1 4202560 286 0 0 0 2 0 0 0 20 0 15 0 96443472 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839539867976 139840036211693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0.09 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) R 30494 30497 29110 0 -1 4202560 793 0 0 0 9 0 0 0 20 0 15 0 96443472 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839538828896 139840031520127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443473 10914787328 10204 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40816 KiB

[startup+0.320612 s]*
/proc/loadavg: 1.88 1.51 1.41 5/215 30512
/proc/meminfo: memFree=24792700/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10658972 memory=123604 CPUtime=0.61 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 9027 0 0 0 57 4 0 0 20 0 15 0 96443467 10914787328 30901 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664743 30901 3040 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10658972 memory=7022364594140610616 CPUtime=0.31 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) R 30494 30497 29110 0 -1 4202560 4646 0 0 0 28 3 0 0 20 0 15 0 96443467 10914787328 30901 33554432000 4194304 4196468 140725206161424 139840056948912 139840052733085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10658972 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839978785808 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10658972 memory=139976390728241 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839977733264 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839976680208 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443468 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839975627664 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96443469 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839545149680 139840052722306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839544095904 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10658972 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) R 30494 30497 29110 0 -1 4202560 1491 0 0 0 10 0 0 0 20 0 15 0 96443472 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839540925560 139840033887111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10658972 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 605 0 0 0 6 0 0 0 20 0 15 0 96443472 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839539886960 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0.12 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 917 0 0 0 12 0 0 0 20 0 15 0 96443472 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10658972 memory=139976390186624 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443473 10914787328 30901 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 123604 KiB

[startup+0.701649 s]
/proc/loadavg: 1.88 1.51 1.41 5/215 30512
/proc/meminfo: memFree=24614516/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10658972 memory=478572 CPUtime=1.67 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 11287 0 0 0 123 44 0 0 20 0 15 0 96443467 10914787328 119643 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664743 119643 3076 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10658972 memory=15604 CPUtime=0.51 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) S 30494 30497 29110 0 -1 1077944384 4669 0 0 0 45 6 0 0 20 0 15 0 96443467 10914787328 119643 33554432000 4194304 4196468 140725206161424 139840056950416 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10658972 memory=2324 CPUtime=0.15 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) R 30494 30497 29110 0 -1 4202560 456 0 0 0 7 8 0 0 20 0 15 0 96443468 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839978785808 139840045814145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10658972 memory=1584 CPUtime=0.16 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) R 30494 30497 29110 0 -1 4202560 343 0 0 0 7 9 0 0 20 0 15 0 96443468 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839977733264 139840045807860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10658972 memory=496 CPUtime=0.15 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) R 30494 30497 29110 0 -1 4202560 255 0 0 0 6 9 0 0 20 0 15 0 96443468 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839976680208 139840037411803 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10658972 memory=928 CPUtime=0.16 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) R 30494 30497 29110 0 -1 4202560 509 0 0 0 7 9 0 0 20 0 15 0 96443468 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839975627552 139840045814138 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10658972 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 96443469 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839545148224 139840052721365 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10658972 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839544095904 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10658972 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96443470 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10658972 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10658972 memory=6081108994580573287 CPUtime=0.21 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) S 30494 30497 29110 0 -1 1077944384 1841 0 0 0 21 0 0 0 20 0 15 0 96443472 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839540939504 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10658972 memory=5860705283049084265 CPUtime=0.14 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 818 0 0 0 14 0 0 0 20 0 15 0 96443472 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839539886960 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10658972 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 942 0 0 0 13 0 0 0 20 0 15 0 96443472 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10658972 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96443473 10914787328 119643 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 478572 KiB

[startup+1.50997 s]
/proc/loadavg: 1.88 1.51 1.41 3/215 30512
/proc/meminfo: memFree=24324736/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10658972 memory=885564 CPUtime=3.63 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 14806 0 0 0 278 85 0 0 20 0 15 0 96443467 10914787328 221391 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664743 221391 3090 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10658972 memory=885564 CPUtime=1.02 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) R 30494 30497 29110 0 -1 4202560 4730 0 0 0 91 11 0 0 20 0 15 0 96443467 10914787328 221391 33554432000 4194304 4196468 140725206161424 139840056942800 139840052733085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10658972 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) S 30494 30497 29110 0 -1 1077944384 673 0 0 0 26 17 0 0 20 0 15 0 96443468 10914787328 221391 33554432000 4194304 4196468 140725206161424 139839978785808 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10658972 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) S 30494 30497 29110 0 -1 1077944384 520 0 0 0 27 17 0 0 20 0 15 0 96443468 10914787328 221391 33554432000 4194304 4196468 140725206161424 139839977733264 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10658972 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) S 30494 30497 29110 0 -1 1077944384 392 0 0 0 25 18 0 0 20 0 15 0 96443468 10914787328 221391 33554432000 4194304 4196468 140725206161424 139839976680208 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10658972 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) S 30494 30497 29110 0 -1 1077944384 645 0 0 0 26 18 0 0 20 0 15 0 96443468 10914787328 221391 33554432000 4194304 4196468 140725206161424 139839975627664 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 888 0 0 0 1 0 0 0 20 0 15 0 96443469 10914787328 221391 33554432000 4194304 4196468 140725206161424 139839545149680 139840052722306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0

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


[startup+57.6008 s]
/proc/loadavg: 2.12 1.65 1.47 6/215 30512
/proc/meminfo: memFree=18011128/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10659048 memory=6757216 CPUtime=112.96 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 81321 0 0 0 10660 636 0 0 20 0 15 0 96443467 10914865152 1689304 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664762 1689304 3181 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10659048 memory=1020 CPUtime=39.46 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) R 30494 30497 29110 0 -1 4202560 13415 0 0 0 3925 21 0 0 20 0 15 0 96443467 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139840056949200 139839661631234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10659048 memory=6791534058613427641 CPUtime=17.1 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) S 30494 30497 29110 0 -1 1077944384 9487 0 0 0 1553 157 0 0 20 0 15 0 96443468 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839978785808 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10659048 memory=6791534058613427641 CPUtime=17.09 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) S 30494 30497 29110 0 -1 1077944384 8725 0 0 0 1564 145 0 0 20 0 15 0 96443468 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839977733264 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10659048 memory=15604 CPUtime=17.04 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) S 30494 30497 29110 0 -1 1077944384 8430 0 0 0 1547 157 0 0 20 0 15 0 96443468 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839976680208 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10659048 memory=2324 CPUtime=17.05 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) S 30494 30497 29110 0 -1 1077944384 8246 0 0 0 1557 148 0 0 20 0 15 0 96443468 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839975627664 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10659048 memory=1584 CPUtime=0.9 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 10101 0 0 0 89 1 0 0 20 0 15 0 96443469 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839545149680 139840052722306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10659048 memory=164 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839544095968 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10659048 memory=7300734554129919598 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10659048 memory=7667494249476875618 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10659048 memory=7236272407993476433 CPUtime=2.05 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) S 30494 30497 29110 0 -1 1077944384 8515 0 0 0 204 1 0 0 20 0 15 0 96443472 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839540939504 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10659048 memory=279952545022192 CPUtime=1.63 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 8032 0 0 0 162 1 0 0 20 0 15 0 96443472 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839539886960 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10659048 memory=6319008 CPUtime=0.55 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 4409 0 0 0 54 1 0 0 20 0 15 0 96443472 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10659048 memory=844 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10659048 memory=3360 CPUtime=0.03 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 571 0 0 0 2 1 0 0 20 0 15 0 96443473 10914865152 1689304 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 112.96 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6757216 KiB

[startup+60.8017 s]
/proc/loadavg: 2.35 1.70 1.48 6/215 30513
/proc/meminfo: memFree=17797744/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10659048 memory=6963944 CPUtime=123.7 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 83288 0 0 0 11712 658 0 0 20 0 15 0 96443467 10914865152 1740986 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664762 1740986 3181 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10659048 memory=6757232 CPUtime=40.09 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) S 30494 30497 29110 0 -1 1077944384 14112 0 0 0 3988 21 0 0 20 0 15 0 96443467 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139840056949920 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10659048 memory=6757216 CPUtime=19.61 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) R 30494 30497 29110 0 -1 4202560 9650 0 0 0 1799 162 0 0 20 0 15 0 96443468 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839978786008 139840037663696 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10659048 memory=1172 CPUtime=19.58 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) R 30494 30497 29110 0 -1 4202560 8855 0 0 0 1807 151 0 0 20 0 15 0 96443468 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839977733152 139840032737317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10659048 memory=6791534058613427641 CPUtime=19.55 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) R 30494 30497 29110 0 -1 4202560 8543 0 0 0 1793 162 0 0 20 0 15 0 96443468 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839976680208 139840037696455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10659048 memory=2204 CPUtime=19.56 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) R 30494 30497 29110 0 -1 4202560 8736 0 0 0 1803 153 0 0 20 0 15 0 96443468 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839975627664 139840037554802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10659048 memory=1240 CPUtime=0.94 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 10457 0 0 0 93 1 0 0 20 0 15 0 96443469 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839545148016 139840052721365 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10659048 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839544095968 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10659048 memory=844 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10659048 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10659048 memory=2724 CPUtime=2.06 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) S 30494 30497 29110 0 -1 1077944384 8520 0 0 0 205 1 0 0 20 0 15 0 96443472 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839540930784 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10659048 memory=1256 CPUtime=1.64 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 8033 0 0 0 163 1 0 0 20 0 15 0 96443472 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839539871952 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10659048 memory=10368 CPUtime=0.55 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 4421 0 0 0 54 1 0 0 20 0 15 0 96443472 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10659048 memory=288230591722432772 CPUtime=0.03 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 571 0 0 0 2 1 0 0 20 0 15 0 96443473 10914865152 1740986 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 123.7 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6963944 KiB

[startup+62.4016 s]
/proc/loadavg: 2.35 1.70 1.48 6/215 30513
/proc/meminfo: memFree=17798252/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10659048 memory=6964164 CPUtime=129.88 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 84802 0 0 0 12329 659 0 0 20 0 15 0 96443467 10914865152 1741041 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664762 1741041 3181 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10659048 memory=6791534058613427641 CPUtime=40.09 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) S 30494 30497 29110 0 -1 1077944384 14112 0 0 0 3988 21 0 0 20 0 15 0 96443467 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139840056949920 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10659048 memory=2204 CPUtime=21.17 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) R 30494 30497 29110 0 -1 4202560 10536 0 0 0 1955 162 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839978786008 139840037700823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10659048 memory=1240 CPUtime=21.12 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) R 30494 30497 29110 0 -1 4202560 8912 0 0 0 1960 152 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839977733072 139840045339367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10659048 memory=1520 CPUtime=21.08 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) R 30494 30497 29110 0 -1 4202560 8602 0 0 0 1946 162 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839976680328 139840045339367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10659048 memory=844 CPUtime=21.1 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) R 30494 30497 29110 0 -1 4202560 8802 0 0 0 1956 154 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839975627472 139840045339367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10659048 memory=3360 CPUtime=0.95 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 10889 0 0 0 94 1 0 0 20 0 15 0 96443469 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839545148240 139840052721365 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10659048 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839544095968 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10659048 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10659048 memory=10368 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10659048 memory=1700 CPUtime=2.06 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) S 30494 30497 29110 0 -1 1077944384 8520 0 0 0 205 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839540930784 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10659048 memory=1172 CPUtime=1.64 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 8033 0 0 0 163 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839539871952 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10659048 memory=1812 CPUtime=0.55 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 4421 0 0 0 54 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10659048 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10659048 memory=5448 CPUtime=0.03 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 585 0 0 0 2 1 0 0 20 0 15 0 96443473 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 129.88 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6964164 KiB

[startup+62.8017 s]
/proc/loadavg: 2.35 1.70 1.48 6/215 30513
/proc/meminfo: memFree=17798252/32770624 swapFree=67108860/67108860
[pid=30497] ppid=30494 vsize=10659048 memory=6964164 CPUtime=131.43 cores=1,3,5,7
/proc/30497/stat : 30497 (java) S 30494 30497 29110 0 -1 1077944320 85151 0 0 0 12483 660 0 0 20 0 15 0 96443467 10914865152 1741041 33554432000 4194304 4196468 140725206161424 140725206143968 139840052711159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
/proc/30497/statm: 2664762 1741041 3181 1 0 2627263 0
[pid=30497/tid=30499] ppid=30494 vsize=10659048 memory=7528 CPUtime=40.09 cores=1,3,5,7
/proc/30497/task/30499/stat : 30499 (java) S 30494 30497 29110 0 -1 1077944384 14112 0 0 0 3988 21 0 0 20 0 15 0 96443467 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139840056949920 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30500] ppid=30494 vsize=10659048 memory=804 CPUtime=21.57 cores=1,3,5,7
/proc/30497/task/30500/stat : 30500 (java) R 30494 30497 29110 0 -1 4202560 10885 0 0 0 1995 162 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839978786008 139840037707583 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30501] ppid=30494 vsize=10659048 memory=1800 CPUtime=21.51 cores=1,3,5,7
/proc/30497/task/30501/stat : 30501 (java) R 30494 30497 29110 0 -1 4202560 8912 0 0 0 1999 152 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839977733072 139840045339367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30502] ppid=30494 vsize=10659048 memory=916 CPUtime=21.47 cores=1,3,5,7
/proc/30497/task/30502/stat : 30502 (java) R 30494 30497 29110 0 -1 4202560 8602 0 0 0 1984 163 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839976680016 139840045339367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30503] ppid=30494 vsize=10659048 memory=6964164 CPUtime=21.49 cores=1,3,5,7
/proc/30497/task/30503/stat : 30503 (java) R 30494 30497 29110 0 -1 4202560 8802 0 0 0 1995 154 0 0 20 0 15 0 96443468 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839975627472 139840045339367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30504] ppid=30494 vsize=10659048 memory=3848 CPUtime=0.95 cores=1,3,5,7
/proc/30497/task/30504/stat : 30504 (java) S 30494 30497 29110 0 -1 1077944384 10889 0 0 0 94 1 0 0 20 0 15 0 96443469 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839545148240 139840052721365 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30505] ppid=30494 vsize=10659048 memory=2608 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30505/stat : 30505 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839544095968 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30506] ppid=30494 vsize=10659048 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30506/stat : 30506 (java) S 30494 30497 29110 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96443470 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839543042800 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30507] ppid=30494 vsize=10659048 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30507/stat : 30507 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839541991376 139840052729755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30508] ppid=30494 vsize=10659048 memory=1408 CPUtime=2.06 cores=1,3,5,7
/proc/30497/task/30508/stat : 30508 (java) S 30494 30497 29110 0 -1 1077944384 8520 0 0 0 205 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839540930784 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30509] ppid=30494 vsize=10659048 memory=3000 CPUtime=1.64 cores=1,3,5,7
/proc/30497/task/30509/stat : 30509 (java) S 30494 30497 29110 0 -1 1077944384 8033 0 0 0 163 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839539871952 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30510] ppid=30494 vsize=10659048 memory=3035100 CPUtime=0.55 cores=1,3,5,7
/proc/30497/task/30510/stat : 30510 (java) S 30494 30497 29110 0 -1 1077944384 4421 0 0 0 54 1 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839538833904 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30511] ppid=30494 vsize=10659048 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/30497/task/30511/stat : 30511 (java) S 30494 30497 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96443472 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839537781600 139840052721365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
[pid=30497/tid=30512] ppid=30494 vsize=10659048 memory=2944 CPUtime=0.03 cores=1,3,5,7
/proc/30497/task/30512/stat : 30512 (java) S 30494 30497 29110 0 -1 1077944384 585 0 0 0 2 1 0 0 20 0 15 0 96443473 10914865152 1741041 33554432000 4194304 4196468 140725206161424 139839536728624 139840052722306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29523968 140725206164653 140725206164745 140725206164745 140725206167503 0
Current children cumulated CPU time: 131.43 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6964164 KiB

[startup+63.0008 s]*
/proc/loadavg: 2.35 1.70 1.48 3/202 30514
/proc/meminfo: memFree=24496760/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 63.0104
CPU time (s): 131.957
CPU user time (s): 125.318
CPU system time (s): 6.63967
CPU usage (%): 209.421
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 6964164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.318
system time used= 6.63966
maximum resident set size= 6964548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90546
page faults= 0
swaps= 0
block input operations= 8
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4700
involuntary context switches= 853


# summary of solver processes directly reported to runsolver:
#   pid: 30497
#   total CPU time (s): 131.957
#   total CPU user time (s): 125.318
#   total CPU system time (s): 6.63967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.401122 second user time and 0.665824 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 16:40:03
IDJOB=4298971
IDBENCH=141277
IDSOLVER=2763
FILE ID=node136/4298971-1532788801
RUNJOBID= node136-1532776307-29142
PBS_JOBID= 21022471
Free space on /tmp= 55428 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-03-0300_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298971-1532788801/watcher-4298971-1532788801 -o /tmp/evaluation-result-4298971-1532788801/solver-4298971-1532788801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29142 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298971-1532788801.xml

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=1302475419

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:        24892000 kB
MemAvailable:   29061624 kB
Buffers:          190296 kB
Cached:          4239024 kB
SwapCached:            0 kB
Active:          4950624 kB
Inactive:        2385112 kB
Active(anon):    2857824 kB
Inactive(anon):    76472 kB
Active(file):    2092800 kB
Inactive(file):  2308640 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            279792 kB
Writeback:         73720 kB
AnonPages:       2919628 kB
Mapped:            45260 kB
Shmem:             25228 kB
Slab:             237520 kB
SReclaimable:     168036 kB
SUnreclaim:        69484 kB
KernelStack:        3520 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3944012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2811904 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= 55424 MiB
End job on node136 at 2018-07-28 16:41:06