Trace number 4302003

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
Sat4j-CSP 2018-07-11? (TO) 252.579 138.072

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.49211
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

252.41/138.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
252.41/138.04	c This is free software under the dual EPL/GNU LGPL licenses.
252.41/138.04	c See www.sat4j.org for details.
252.41/138.04	c That software uses the Rhino library from the Mozilla project.
252.41/138.04	c version 2.3.6-SNAPSHOT
252.41/138.04	c java.runtime.name	Java(TM) SE Runtime Environment
252.41/138.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
252.41/138.04	c java.vm.version	25.131-b11
252.41/138.04	c java.vm.vendor	Oracle Corporation
252.41/138.04	c sun.arch.data.model	64
252.41/138.04	c java.version		1.8.0_131
252.41/138.04	c os.name		Linux
252.41/138.04	c os.version		3.10.0-514.16.1.el7.x86_64
252.41/138.04	c os.arch		amd64
252.41/138.04	c Free memory 		499604488
252.41/138.04	c Max memory 		7247757312
252.41/138.04	c Total memory 		504889344
252.41/138.04	c Number of processors 	4
252.41/138.04	c c --- Begin Solver configuration ---
252.41/138.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
252.41/138.04	c Learn all clauses as in MiniSAT
252.41/138.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
252.41/138.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
252.41/138.04	c No reason simplification
252.41/138.04	c Glucose 2.1 dynamic restart strategy
252.41/138.04	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
252.41/138.04	c timeout=2147483s
252.41/138.04	c DB Simplification allowed=false
252.41/138.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
252.41/138.04	c --- End Solver configuration ---
252.41/138.04	c starts		: 0
252.41/138.04	c conflicts		: 0
252.41/138.04	c decisions		: 0
252.41/138.04	c propagations		: 0
252.41/138.04	c inspects		: 0
252.41/138.04	c shortcuts		: 0
252.41/138.04	c learnt literals	: 0
252.41/138.04	c learnt binary clauses	: 0
252.41/138.04	c learnt ternary clauses	: 0
252.41/138.04	c learnt constraints	: 0
252.41/138.04	c ignored constraints	: 0
252.41/138.04	c root simplifications	: 0
252.41/138.04	c removed literals (reason simplification)	: 0
252.41/138.04	c reason swapping (by a shorter reason)	: 0
252.41/138.04	c Calls to reduceDB	: 0
252.41/138.04	c Number of update (reduction) of LBD	: 0
252.41/138.04	c Imported unit clauses	: 0
252.41/138.04	c number of reductions to clauses (during analyze)	: 0
252.41/138.04	c number of learned constraints concerned by reduction	: 0
252.41/138.04	c number of learning phase by resolution	: 0
252.41/138.04	c number of learning phase by cutting planes	: 0
252.41/138.04	c number of rounding to 1 operations	: 0
252.41/138.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.41/138.04	c number of reductions of the coefficients by power 2 	: 0
252.41/138.04	c number of right shift for reduction by power 2 	: 0
252.41/138.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.41/138.04	c number of ending skipping 	: 0
252.41/138.04	c number of internal skipping 	: 0
252.41/138.04	c number of derivation steps 	: 0
252.41/138.04	c number of skipped derivation steps 	: 0
252.41/138.04	c number of remaining unassigned 	: 0
252.41/138.04	c number of remaining assigned 	: 0
252.41/138.04	c speed (assignments/second)	: 0.0
252.41/138.04	c non guided choices	: 0
252.41/138.04	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 (7001 MiB free)
  memory of node 1: 16384 MiB (15835 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302003-1532886374/watcher-4302003-1532886374 -o /tmp/evaluation-result-4302003-1532886374/solver-4302003-1532886374 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302003-1532886374.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=19746, runsolver pid=19743
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 3.88 2.78 2.60 3/215 19761
/proc/meminfo: memFree=23367980/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659012 memory=30088 CPUtime=0.13 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 6603 0 0 0 12 1 0 0 20 0 15 0 106200566 10914828288 7522 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664753 7522 2817 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659012 memory=-8773748148830243971 CPUtime=0.09 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) R 19743 19746 13514 0 -1 4202560 4431 0 0 0 8 1 0 0 20 0 15 0 106200566 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453464500080 140453444375902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453067283344 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200568 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106200569 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453018796832 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106200569 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453017744496 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 7522 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 7522 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0.02 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 106200571 10914828288 7522 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 7522 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200572 10914828288 7522 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210513 s]*
/proc/loadavg: 3.88 2.78 2.60 4/215 19761
/proc/meminfo: memFree=23356484/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659012 memory=42048 CPUtime=0.34 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 8108 0 0 0 32 2 0 0 20 0 15 0 106200566 10914828288 10512 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664753 10512 3008 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) R 19743 19746 13514 0 -1 4202560 5016 0 0 0 19 1 0 0 20 0 15 0 106200566 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453464524768 140453444375902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453067283344 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659012 memory=288370967900972672 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200568 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106200569 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453018796832 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106200569 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453017744496 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 803 0 0 0 2 0 0 0 20 0 15 0 106200571 10914828288 10512 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 201 0 0 0 2 0 0 0 20 0 15 0 106200571 10914828288 10512 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0.07 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 724 0 0 0 7 0 0 0 20 0 15 0 106200571 10914828288 10512 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914828288 10512 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659012 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200572 10914828288 10512 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42048 KiB

[startup+0.310484 s]*
/proc/loadavg: 3.88 2.78 2.60 4/215 19761
/proc/meminfo: memFree=23349040/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659088 memory=47376 CPUtime=0.53 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 8930 0 0 0 51 2 0 0 20 0 15 0 106200566 10914906112 11844 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664772 11844 3047 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) R 19743 19746 13514 0 -1 4202560 5615 0 0 0 28 1 0 0 20 0 15 0 106200566 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453464520976 140453460307350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659088 memory=4294977826 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453067283344 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659088 memory=288370967900972672 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200567 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200567 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106200568 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453018796832 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453017744496 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) R 19743 19746 13514 0 -1 1077944384 808 0 0 0 4 0 0 0 20 0 15 0 106200571 10914906112 11844 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) R 19743 19746 13514 0 -1 4202560 323 0 0 0 4 0 0 0 20 0 15 0 106200571 10914906112 11844 33554432000 4194304 4196468 140722731651168 140452946766320 140453439951984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659088 memory=140591749260928 CPUtime=0.13 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) R 19743 19746 13514 0 -1 4202560 817 0 0 0 13 0 0 0 20 0 15 0 106200571 10914906112 11844 33554432000 4194304 4196468 140722731651168 140452945710400 140453438977916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 11844 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659088 memory=140591749260928 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200572 10914906112 11844 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47376 KiB

[startup+0.701304 s]
/proc/loadavg: 3.88 2.78 2.60 5/215 19761
/proc/meminfo: memFree=23312616/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659088 memory=219588 CPUtime=1.68 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 11308 0 0 0 157 11 0 0 20 0 15 0 106200566 10914906112 54897 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664772 54897 3101 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659088 memory=225430082707592 CPUtime=0.62 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) S 19743 19746 13514 0 -1 1077944384 6007 0 0 0 59 3 0 0 20 0 15 0 106200566 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453464526800 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659088 memory=605488 CPUtime=0.03 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) R 19743 19746 13514 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 15 0 106200567 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453067283344 140453445323289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) R 19743 19746 13514 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 15 0 106200567 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453066228344 140453445323289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) R 19743 19746 13514 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 15 0 106200567 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453065178256 140453453400053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=7809523229951467572 CPUtime=0.04 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) R 19743 19746 13514 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 15 0 106200567 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453064123088 140453445323289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106200568 10914906112 54897 33554432000 4194304 4196468 140722731651168 140453019849376 140453460305621 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 55409 33554432000 4194304 4196468 140722731651168 140453018796832 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 55409 33554432000 4194304 4196468 140722731651168 140453017744496 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 55409 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659088 memory=6656426216303648864 CPUtime=0.3 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 1513 0 0 0 30 0 0 0 20 0 15 0 106200571 10914906112 55409 33554432000 4194304 4196468 140722731651168 140453015625680 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659088 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 1178 0 0 0 31 0 0 0 20 0 15 0 106200571 10914906112 55409 33554432000 4194304 4196468 140722731651168 140452946757424 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 1124 0 0 0 22 0 0 0 20 0 15 0 106200571 10914906112 55409 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 55409 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659088 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106200572 10914906112 55409 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 219588 KiB

[startup+1.50078 s]
/proc/loadavg: 3.88 2.78 2.60 4/215 19761
/proc/meminfo: memFree=23076108/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659088 memory=466836 CPUtime=3.32 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 12544 0 0 0 305 27 0 0 20 0 15 0 106200566 10914906112 116709 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664772 116709 3138 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659088 memory=10757 CPUtime=1.25 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) R 19743 19746 13514 0 -1 4202560 6119 0 0 0 120 5 0 0 20 0 15 0 106200566 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453464532032 140453101339094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659088 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) S 19743 19746 13514 0 -1 1077944384 205 0 0 0 15 5 0 0 20 0 15 0 106200567 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453067283344 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659088 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 101 0 0 0 16 4 0 0 20 0 15 0 106200567 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 195 0 0 0 16 5 0 0 20 0 15 0 106200567 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 201 0 0 0 16 5 0 0 20 0 15 0 106200567 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 106200568 10914906112 116709 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0

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

/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 9331 0 0 0 915 46 0 0 20 0 15 0 106200567 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=3898480 CPUtime=9.54 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 3316 0 0 0 912 42 0 0 20 0 15 0 106200567 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=2748 CPUtime=9.58 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 8775 0 0 0 912 46 0 0 20 0 15 0 106200567 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=6791534058613427641 CPUtime=1.25 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 11219 0 0 0 125 0 0 0 20 0 15 0 106200568 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659088 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453018796896 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659088 memory=3897792 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453017744512 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659088 memory=13847486485760432 CPUtime=0.46 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 1723 0 0 0 46 0 0 0 20 0 15 0 106200571 10914906112 999927 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659088 memory=3922492 CPUtime=0.45 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 1228 0 0 0 45 0 0 0 20 0 15 0 106200571 10914906112 999927 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659088 memory=3922492 CPUtime=0.26 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 1229 0 0 0 26 0 0 0 20 0 15 0 106200571 10914906112 999927 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659088 memory=3723812 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 999927 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659088 memory=112 CPUtime=0.02 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 325 0 0 0 0 2 0 0 20 0 15 0 106200572 10914906112 999927 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 80.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 3999708 KiB

[startup+102.301 s]
/proc/loadavg: 2.33 2.56 2.54 3/215 19762
/proc/meminfo: memFree=16075356/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659088 memory=5373060 CPUtime=179.19 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 100855 0 0 0 17582 337 0 0 20 0 15 0 106200566 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664772 1343265 3153 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659088 memory=5221792 CPUtime=73.64 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) S 19743 19746 13514 0 -1 1077944384 19395 0 0 0 7334 30 0 0 20 0 15 0 106200566 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453464532352 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659088 memory=56 CPUtime=25.26 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) R 19743 19746 13514 0 -1 4202560 20141 0 0 0 2446 80 0 0 20 0 15 0 106200567 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453067280864 140453445319118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659088 memory=5369412 CPUtime=25.49 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) R 19743 19746 13514 0 -1 4202560 13544 0 0 0 2476 73 0 0 20 0 15 0 106200567 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453066230744 140453446053745 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=4926376 CPUtime=25.31 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) R 19743 19746 13514 0 -1 4202560 7930 0 0 0 2464 67 0 0 20 0 15 0 106200567 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453065178256 140453445319118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=4866984 CPUtime=25.27 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) R 19743 19746 13514 0 -1 4202560 15019 0 0 0 2447 80 0 0 20 0 15 0 106200567 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453064125456 140453445319118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=140591593952017 CPUtime=2.9 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 18880 0 0 0 289 1 0 0 20 0 15 0 106200568 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453019849376 140453460305621 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659088 memory=7233437841076807252 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453018796896 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659088 memory=844 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453017744512 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659088 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659088 memory=2724 CPUtime=0.46 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 1729 0 0 0 46 0 0 0 20 0 15 0 106200571 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 1235 0 0 0 45 0 0 0 20 0 15 0 106200571 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659088 memory=170985786 CPUtime=0.26 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 1233 0 0 0 26 0 0 0 20 0 15 0 106200571 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659088 memory=3360 CPUtime=0.05 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 381 0 0 0 2 3 0 0 20 0 15 0 106200572 10914906112 1343265 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 179.19 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5373060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+137.801 s]
/proc/loadavg: 1.90 2.42 2.49 3/216 19841
/proc/meminfo: memFree=22192636/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10659088 memory=6385204 CPUtime=252.09 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 120305 0 0 0 24775 434 0 0 20 0 15 0 106200566 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2664772 1596301 3154 1 0 2627263 0
[pid=19746/tid=19748] ppid=19743 vsize=10659088 memory=140591594163105 CPUtime=95.37 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) R 19743 19746 13514 0 -1 4202560 21057 0 0 0 9507 30 0 0 20 0 15 0 106200566 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453464532240 140453101336782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10659088 memory=140591594176358 CPUtime=37.97 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) S 19743 19746 13514 0 -1 1077944384 22608 0 0 0 3694 103 0 0 20 0 15 0 106200567 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453067283344 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10659088 memory=7442734152863025494 CPUtime=37.92 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) S 19743 19746 13514 0 -1 1077944384 15324 0 0 0 3695 97 0 0 20 0 15 0 106200567 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453066230544 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10659088 memory=3472468720489957977 CPUtime=37.8 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) S 19743 19746 13514 0 -1 1077944384 12051 0 0 0 3691 89 0 0 20 0 15 0 106200567 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453065178256 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10659088 memory=6791534058613427641 CPUtime=37.76 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) S 19743 19746 13514 0 -1 1077944384 21111 0 0 0 3669 107 0 0 20 0 15 0 106200567 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453064125456 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10659088 memory=844 CPUtime=3.92 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 22174 0 0 0 390 2 0 0 20 0 15 0 106200568 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453019850864 140453460306562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10659088 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453018796896 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10659088 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106200569 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453017744512 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10659088 memory=1256 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10659088 memory=10368 CPUtime=0.46 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 1732 0 0 0 46 0 0 0 20 0 15 0 106200571 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10659088 memory=4140 CPUtime=0.45 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 1237 0 0 0 45 0 0 0 20 0 15 0 106200571 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10659088 memory=30256 CPUtime=0.26 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 1239 0 0 0 26 0 0 0 20 0 15 0 106200571 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10659088 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106200571 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10659088 memory=1240 CPUtime=0.08 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 404 0 0 0 4 4 0 0 20 0 15 0 106200572 10914906112 1596301 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6385204 KiB

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

[startup+138.072 s]
# the end of solver process 19746 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.203 s, system=4.37509 s

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

[startup+138.001 s]*
/proc/loadavg: 1.90 2.42 2.49 6/218 19844
/proc/meminfo: memFree=22192636/32770624 swapFree=67108860/67108860
[pid=19746] ppid=19743 vsize=10858780 memory=6385412 CPUtime=252.41 cores=1,3,5,7
/proc/19746/stat : 19746 (java) S 19743 19746 13514 0 -1 1077944320 121511 0 0 0 24807 434 0 0 20 0 17 0 106200566 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140722731633712 140453460295415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
/proc/19746/statm: 2714695 1596353 3156 1 0 2677186 0
[pid=19746/tid=19748] ppid=19743 vsize=10858780 memory=5450919713671312938 CPUtime=95.54 cores=1,3,5,7
/proc/19746/task/19748/stat : 19748 (java) S 19743 19746 13514 0 -1 1077944384 21057 0 0 0 9524 30 0 0 20 0 17 0 106200566 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453464532944 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19749] ppid=19743 vsize=10858780 memory=-7025452035940392864 CPUtime=38.01 cores=1,3,5,7
/proc/19746/task/19749/stat : 19749 (java) R 19743 19746 13514 0 -1 4202560 22762 0 0 0 3698 103 0 0 20 0 17 0 106200567 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453067283544 140453445317605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19750] ppid=19743 vsize=10858780 memory=5989973676197105644 CPUtime=37.96 cores=1,3,5,7
/proc/19746/task/19750/stat : 19750 (java) R 19743 19746 13514 0 -1 4202560 15472 0 0 0 3699 97 0 0 20 0 17 0 106200567 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453066230544 140453445317549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19751] ppid=19743 vsize=10858780 memory=6154820267226784105 CPUtime=37.83 cores=1,3,5,7
/proc/19746/task/19751/stat : 19751 (java) R 19743 19746 13514 0 -1 4202560 12202 0 0 0 3694 89 0 0 20 0 17 0 106200567 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453065175776 140453441921360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19752] ppid=19743 vsize=10858780 memory=2319389199166349359 CPUtime=37.8 cores=1,3,5,7
/proc/19746/task/19752/stat : 19752 (java) R 19743 19746 13514 0 -1 4202560 21254 0 0 0 3673 107 0 0 20 0 17 0 106200567 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453064125456 140453445317536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19753] ppid=19743 vsize=10858780 memory=2315026122566213861 CPUtime=3.92 cores=1,3,5,7
/proc/19746/task/19753/stat : 19753 (java) S 19743 19746 13514 0 -1 1077944384 22174 0 0 0 390 2 0 0 20 0 17 0 106200568 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453019849376 140453460305621 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19754] ppid=19743 vsize=10858780 memory=2319389199166349359 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19754/stat : 19754 (java) S 19743 19746 13514 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 106200569 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453018796896 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19755] ppid=19743 vsize=10858780 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19755/stat : 19755 (java) S 19743 19746 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 106200569 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453017744512 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19756] ppid=19743 vsize=10858780 memory=3472328296227727937 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19756/stat : 19756 (java) S 19743 19746 13514 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 17 0 106200571 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453016692816 140453460314011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19757] ppid=19743 vsize=10858780 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/19746/task/19757/stat : 19757 (java) S 19743 19746 13514 0 -1 1077944384 1732 0 0 0 46 0 0 0 20 0 17 0 106200571 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140453015640688 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19758] ppid=19743 vsize=10858780 memory=4121412822068371464 CPUtime=0.45 cores=1,3,5,7
/proc/19746/task/19758/stat : 19758 (java) S 19743 19746 13514 0 -1 1077944384 1237 0 0 0 45 0 0 0 20 0 17 0 106200571 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452946766320 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19759] ppid=19743 vsize=10858780 memory=6011696271422719666 CPUtime=0.26 cores=1,3,5,7
/proc/19746/task/19759/stat : 19759 (java) S 19743 19746 13514 0 -1 1077944384 1406 0 0 0 26 0 0 0 20 0 17 0 106200571 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452945714032 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19760] ppid=19743 vsize=10858780 memory=4785954446170862111 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19760/stat : 19760 (java) S 19743 19746 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106200571 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452944661472 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19761] ppid=19743 vsize=10858780 memory=8098025396938469570 CPUtime=0.08 cores=1,3,5,7
/proc/19746/task/19761/stat : 19761 (java) S 19743 19746 13514 0 -1 1077944384 404 0 0 0 4 4 0 0 20 0 17 0 106200572 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452943608240 140453460306562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19842] ppid=19743 vsize=10858780 memory=3471202396320837679 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19842/stat : 19842 (java) S 19743 19746 13514 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 17 0 106214346 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452942553072 140453460305621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
[pid=19746/tid=19843] ppid=19743 vsize=10858780 memory=281183343636648 CPUtime=0 cores=1,3,5,7
/proc/19746/task/19843/stat : 19843 (java) R 19743 19746 13514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 106214346 11119390720 1596353 33554432000 4194304 4196468 140722731651168 140452941501712 140453460306562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14974976 140722731656310 140722731656462 140722731656462 140722731659215 0
Current children cumulated CPU time: 252.41 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6385412 KiB

Child status: 143
Real time (s): 138.072
CPU time (s): 252.579
CPU user time (s): 248.203
CPU system time (s): 4.37509
CPU usage (%): 182.932
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6385412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.203
system time used= 4.37509
maximum resident set size= 6385916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7357
involuntary context switches= 1921


# summary of solver processes directly reported to runsolver:
#   pid: 19746
#   total CPU time (s): 252.579
#   total CPU user time (s): 248.203
#   total CPU system time (s): 4.37509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.929633 second user time and 1.30528 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:46:14
IDJOB=4302003
IDBENCH=141525
IDSOLVER=2773
FILE ID=node136/4302003-1532886374
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302003-1532886374/watcher-4302003-1532886374 -o /tmp/evaluation-result-4302003-1532886374/solver-4302003-1532886374 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302003-1532886374.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=1648062189

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:        23385016 kB
MemAvailable:   26688796 kB
Buffers:          214336 kB
Cached:          3359484 kB
SwapCached:            0 kB
Active:          6950192 kB
Inactive:        1953240 kB
Active(anon):    5280408 kB
Inactive(anon):    76480 kB
Active(file):    1669784 kB
Inactive(file):  1876760 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       5411948 kB
Mapped:            46648 kB
Shmem:             25228 kB
Slab:             173900 kB
SReclaimable:     146144 kB
SUnreclaim:        27756 kB
KernelStack:        3808 kB
PageTables:        15664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5917692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5251072 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= 60224 MiB
End job on node136 at 2018-07-29 19:48:32