Trace number 4258076

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 2017-07-05? (TO) 252.14101 150.44299

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-360-120.xml
MD5SUM76b33169874d58bfc9aedd730e623c3c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark251.91
Satisfiable
(Un)Satisfiability was proved
Number of variables3601
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size329
Distribution of domain sizes[{"size":2,"count":3600},{"size":329,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3600},{"degree":46,"count":1}]
Minimum constraint arity360
Maximum constraint arity3600
Distribution of constraint arities[{"arity":360,"count":10},{"arity":721,"count":45},{"arity":3600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

173.40/73.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
173.40/73.47	c This is free software under the dual EPL/GNU LGPL licenses.
173.40/73.47	c See www.sat4j.org for details.
173.40/73.47	c That software uses the Rhino library from the Mozilla project.
173.40/73.47	c version CUSTOM.v20170705
173.40/73.47	c java.runtime.name	Java(TM) SE Runtime Environment
173.40/73.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
173.40/73.47	c java.vm.version	25.131-b11
173.40/73.47	c java.vm.vendor	Oracle Corporation
173.40/73.47	c sun.arch.data.model	64
173.40/73.47	c java.version		1.8.0_131
173.40/73.47	c os.name		Linux
173.40/73.47	c os.version		3.10.0-514.16.1.el7.x86_64
173.40/73.47	c os.arch		amd64
173.40/73.47	c Free memory 		499604488
173.40/73.47	c Max memory 		7247757312
173.40/73.47	c Total memory 		504889344
173.40/73.47	c Number of processors 	4
173.40/73.47	c c --- Begin Solver configuration ---
173.40/73.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
173.40/73.47	c Learn all clauses as in MiniSAT
173.40/73.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
173.40/73.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
173.40/73.47	c No reason simplification
173.40/73.47	c Glucose 2.1 dynamic restart strategy
173.40/73.47	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
173.40/73.47	c timeout=2147483s
173.40/73.47	c DB Simplification allowed=false
173.40/73.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
173.40/73.47	c --- End Solver configuration ---
173.40/73.47	c constraints type 
173.40/73.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 7202
173.40/73.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3610
173.40/73.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17392143
173.40/73.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 846
173.40/73.47	c 17403801 constraints processed.
252.09/150.40	c starts		: 44
252.09/150.40	c conflicts		: 14860
252.09/150.40	c decisions		: 10561983
252.09/150.40	c propagations		: 522849028
252.09/150.40	c inspects		: 565271460
252.09/150.40	c shortcuts		: 0
252.09/150.40	c learnt literals	: 3
252.09/150.40	c learnt binary clauses	: 5249
252.09/150.40	c learnt ternary clauses	: 5175
252.09/150.40	c learnt constraints	: 14857
252.09/150.40	c ignored constraints	: 0
252.09/150.40	c root simplifications	: 0
252.09/150.40	c removed literals (reason simplification)	: 0
252.09/150.40	c reason swapping (by a shorter reason)	: 0
252.09/150.40	c Calls to reduceDB	: 2
252.09/150.40	c Number of update (reduction) of LBD	: 22
252.09/150.40	c Imported unit clauses	: 0
252.09/150.40	c number of reductions to clauses (during analyze)	: 0
252.09/150.40	c number of learned constraints concerned by reduction	: 0
252.09/150.40	c number of learning phase by resolution	: 0
252.09/150.40	c number of learning phase by cutting planes	: 0
252.09/150.40	c number of rounding to 1 operations	: 0
252.09/150.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.09/150.40	c number of reductions of the coefficients by power 2 	: 0
252.09/150.40	c number of right shift for reduction by power 2 	: 0
252.09/150.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.09/150.40	c speed (assignments/second)	: 6812187.669376695
252.09/150.40	c non guided choices	10511972
252.09/150.41	c learnt constraints type 
252.09/150.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5249
252.09/150.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3987
252.09/150.41	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 (7545 MiB free)
  memory of node 1: 16384 MiB (15614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258076-1502643928/watcher-4258076-1502643928 -o /tmp/evaluation-result-4258076-1502643928/solver-4258076-1502643928 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258076-1502643928.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
Current StackSize limit: 8192 KiB

solver pid=7279, runsolver pid=7276

[startup+0.101401 s]*
/proc/loadavg: 3.16 3.45 2.96 7/207 7288
/proc/meminfo: memFree=23704176/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10151672 memory=20732 CPUtime=0.04 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 4063 0 0 0 3 1 0 0 20 0 9 0 66586132 10395312128 5183 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2537918 5183 2155 1 0 2527415 0
[pid=7279/tid=7281] ppid=7276 vsize=10417928 memory=-7677926825137650786 CPUtime=0.04 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 2735 0 0 0 3 1 0 0 20 0 13 0 66586138 10667958272 5185 18446744073709551615 4194304 4196468 140737405779712 140017937881400 140017918806411 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10417928 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66586139 10667958272 5185 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10417928 memory=140082161112704 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66586139 10667958272 5185 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66586139 10667958272 5249 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10417928 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66586139 10667958272 5249 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66586140 10667958272 5249 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 66586140 10667958272 5249 18446744073709551615 4194304 4196468 140737405779712 140017496688032 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 66586141 10667958272 5315 18446744073709551615 4194304 4196468 140737405779712 140017495635440 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66586143 10667958272 5315 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) R 7276 7279 17093 0 -1 4202560 167 0 0 0 0 0 0 0 20 0 13 0 66586143 10667958272 5315 18446744073709551615 4194304 4196468 140737405779712 140017493518024 140017914007856 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66586143 10667958272 5315 18446744073709551615 4194304 4196468 140737405779712 140017492477760 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) R 7276 7279 17093 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 13 0 66586143 10667958272 5315 18446744073709551615 4194304 4196468 140737405779712 140017491424264 140017925876542 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20732 KiB

[startup+0.210175 s]*
/proc/loadavg: 3.16 3.45 2.96 6/213 7294
/proc/meminfo: memFree=23668196/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10552180 memory=30172 CPUtime=0.11 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 7467 0 0 0 8 3 0 0 20 0 15 0 66586132 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2638045 7543 2813 1 0 2627517 0
[pid=7279/tid=7281] ppid=7276 vsize=10552180 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 5374 0 0 0 6 2 0 0 20 0 15 0 66586138 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017937827760 140017926319133 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10552180 memory=14058 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10552180 memory=140082161120237 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66586139 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10552180 memory=140082161112704 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66586140 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66586140 10805432320 7543 18446744073709551615 4194304 4196468 140737405779712 140017496688032 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66586141 10805432320 7346 18446744073709551615 4194304 4196468 140737405779712 140017495635440 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10805432320 7346 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 66586143 10804383744 7346 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 66586143 10804383744 7346 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10551156 memory=140082161112704 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 15 0 66586143 10804383744 7346 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804383744 7346 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10551156 memory=140082161112704 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586149 10804383744 7346 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30172 KiB

[startup+0.319437 s]*
/proc/loadavg: 3.16 3.45 2.96 7/213 7294
/proc/meminfo: memFree=23513584/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10551156 memory=38828 CPUtime=0.29 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 9008 0 0 0 25 4 0 0 20 0 15 0 66586132 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2637789 9707 2878 1 0 2627261 0
[pid=7279/tid=7281] ppid=7276 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 6258 0 0 0 17 3 0 0 20 0 15 0 66586138 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017937875584 140017917719902 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586139 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66586139 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66586140 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66586140 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017496688032 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66586141 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017495635440 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 66586143 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 66586143 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 786 0 0 0 5 0 0 0 20 0 15 0 66586143 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586149 10804383744 9707 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38828 KiB

[startup+0.705438 s]
/proc/loadavg: 3.16 3.45 2.96 8/213 7294
/proc/meminfo: memFree=23335268/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10551232 memory=192912 CPUtime=1.38 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 12516 0 0 0 130 8 0 0 20 0 15 0 66586132 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2637808 48228 3083 1 0 2627261 0
[pid=7279/tid=7281] ppid=7276 vsize=10551232 memory=37540 CPUtime=0.55 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 7553 0 0 0 50 5 0 0 20 0 15 0 66586138 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017937859784 140017564041920 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10551232 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 66586139 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10551232 memory=4612 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 66586139 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10551232 memory=1708 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 66586139 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10551232 memory=1444 CPUtime=0.01 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 66586139 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 66586140 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 66586140 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66586141 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) R 7276 7279 17093 0 -1 4202560 1180 0 0 0 25 0 0 0 20 0 15 0 66586143 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017493516488 140017912828865 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) R 7276 7279 17093 0 -1 4202560 1006 0 0 0 26 0 0 0 20 0 15 0 66586143 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017492464080 140017915160661 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 1255 0 0 0 22 0 0 0 20 0 15 0 66586143 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66586149 10804461568 48228 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 192912 KiB

[startup+1.50145 s]
/proc/loadavg: 3.16 3.45 2.96 9/213 7294
/proc/meminfo: memFree=22952612/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10551232 memory=570056 CPUtime=3.82 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 16080 0 0 0 344 38 0 0 20 0 15 0 66586132 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2637808 142514 3102 1 0 2627261 0
[pid=7279/tid=7281] ppid=7276 vsize=10551232 memory=0 CPUtime=1.09 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) S 7276 7279 17093 0 -1 1077944384 7641 0 0 0 102 7 0 0 20 0 15 0 66586138 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017937868640 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) R 7276 7279 17093 0 -1 4202560 206 0 0 0 19 6 0 0 20 0 15 0 66586139 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017918666654 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) R 7276 7279 17093 0 -1 4202560 208 0 0 0 19 7 0 0 20 0 15 0 66586139 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017918661536 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10551232 memory=18 CPUtime=0.26 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) R 7276 7279 17093 0 -1 4202560 174 0 0 0 19 7 0 0 20 0 15 0 66586139 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017888500128 140017918661536 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10551232 memory=18 CPUtime=0.26 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) R 7276 7279 17093 0 -1 4202560 274 0 0 0 20 6 0 0 20 0 15 0 66586139 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017887447896 140017918663172 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10551232 memory=17 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 66586140 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017497740320 140017933649621 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 66586140 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10551232 memory=280164072339616 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66586141 10804461568 142514 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0

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

/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 13988 0 0 0 2334 126 0 0 20 0 15 0 66586139 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10551232 memory=164 CPUtime=24.54 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 16541 0 0 0 2334 120 0 0 20 0 15 0 66586139 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10551232 memory=3472328296227697200 CPUtime=24.67 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 18849 0 0 0 2361 106 0 0 20 0 15 0 66586139 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10551232 memory=276 CPUtime=4.37 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 12821 0 0 0 436 1 0 0 20 0 15 0 66586140 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10551232 memory=4026532099 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 66586140 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 66586141 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10551232 memory=37540 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10551232 memory=6522320 CPUtime=1.87 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 11918 0 0 0 186 1 0 0 20 0 15 0 66586143 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10551232 memory=6505024 CPUtime=1.47 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 9679 0 0 0 146 1 0 0 20 0 15 0 66586143 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10551232 memory=6505024 CPUtime=0.28 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 2507 0 0 0 28 0 0 0 20 0 15 0 66586143 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66586143 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10551232 memory=140082036405009 CPUtime=0.02 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 731 0 0 0 1 1 0 0 20 0 15 0 66586149 10804461568 1630580 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 128.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 6522320 KiB

[startup+102.301 s]
/proc/loadavg: 3.66 3.67 3.09 4/211 7373
/proc/meminfo: memFree=18686952/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10617796 memory=6480308 CPUtime=204.13 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 131542 0 0 0 19917 496 0 0 20 0 16 0 66586132 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2654449 1620077 3144 1 0 2643902 0
[pid=7279/tid=7281] ppid=7276 vsize=10617796 memory=6483608 CPUtime=65.24 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 14886 0 0 0 6511 13 0 0 20 0 16 0 66586138 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017937875360 140017566221664 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10617796 memory=6480308 CPUtime=32.15 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 19952 0 0 0 3096 119 0 0 20 0 16 0 66586139 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10617796 memory=6480308 CPUtime=32.22 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 15913 0 0 0 3095 127 0 0 20 0 16 0 66586139 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10617796 memory=3215 CPUtime=32.17 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 17618 0 0 0 3097 120 0 0 20 0 16 0 66586139 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10617796 memory=6483608 CPUtime=32.27 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 21835 0 0 0 3120 107 0 0 20 0 16 0 66586139 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10617796 memory=0 CPUtime=4.41 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 13939 0 0 0 440 1 0 0 20 0 16 0 66586140 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10617796 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 66586140 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66586141 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10617796 memory=6480308 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66586143 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10617796 memory=6480308 CPUtime=2.68 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 12474 0 0 0 267 1 0 0 20 0 16 0 66586143 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10617796 memory=7680170660397595203 CPUtime=2.43 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 9886 0 0 0 242 1 0 0 20 0 16 0 66586143 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10617796 memory=2908 CPUtime=0.39 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 2816 0 0 0 39 0 0 0 20 0 16 0 66586143 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10617796 memory=6480308 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66586143 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10617796 memory=37540 CPUtime=0.06 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 793 0 0 0 3 3 0 0 20 0 16 0 66586149 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7371] ppid=7276 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7371/stat : 7371 (java) S 7276 7279 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66593498 10872623104 1620077 18446744073709551615 4194304 4196468 140737405779712 140017488266544 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 204.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6480308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+150.201 s]
/proc/loadavg: 3.76 3.70 3.13 6/211 7449
/proc/meminfo: memFree=22769456/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10617796 memory=6480512 CPUtime=252.08 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 134643 0 0 0 24710 498 0 0 20 0 16 0 66586132 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2654449 1620128 3144 1 0 2643902 0
[pid=7279/tid=7281] ppid=7276 vsize=10617796 memory=-9108684669924967205 CPUtime=113.13 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) R 7276 7279 17093 0 -1 4202560 15865 0 0 0 11300 13 0 0 20 0 16 0 66586138 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017937875360 140017566386083 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10617796 memory=0 CPUtime=32.15 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 19952 0 0 0 3096 119 0 0 20 0 16 0 66586139 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10617796 memory=0 CPUtime=32.22 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 15913 0 0 0 3095 127 0 0 20 0 16 0 66586139 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10617796 memory=0 CPUtime=32.17 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 17618 0 0 0 3097 120 0 0 20 0 16 0 66586139 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10617796 memory=0 CPUtime=32.27 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 21835 0 0 0 3120 107 0 0 20 0 16 0 66586139 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10617796 memory=0 CPUtime=4.41 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 14007 0 0 0 440 1 0 0 20 0 16 0 66586140 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 66586140 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66586141 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66586143 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10617796 memory=0 CPUtime=2.68 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 12682 0 0 0 267 1 0 0 20 0 16 0 66586143 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10617796 memory=0 CPUtime=2.45 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 10861 0 0 0 244 1 0 0 20 0 16 0 66586143 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10617796 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 3579 0 0 0 40 0 0 0 20 0 16 0 66586143 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66586143 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10617796 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 901 0 0 0 4 5 0 0 20 0 16 0 66586149 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7371] ppid=7276 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7371/stat : 7371 (java) S 7276 7279 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 66593498 10872623104 1620128 18446744073709551615 4194304 4196468 140737405779712 140017488266544 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6480512 KiB

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

[startup+150.443 s]
# the end of solver process 7279 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.124 s, system=5.01654 s

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

[startup+150.401 s]
/proc/loadavg: 3.76 3.70 3.13 6/211 7449
/proc/meminfo: memFree=22769456/32770624 swapFree=67108860/67108860
[pid=7279] ppid=7276 vsize=10817488 memory=6480744 CPUtime=252.09 cores=1,3,5,7
/proc/7279/stat : 7279 (java) S 7276 7279 17093 0 -1 1077944320 135267 0 0 0 24711 498 0 0 20 0 17 0 66586132 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140737405762256 140017933639415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
/proc/7279/statm: 2704372 1620186 3147 1 0 2693825 0
[pid=7279/tid=7281] ppid=7276 vsize=10817488 memory=1228 CPUtime=113.14 cores=1,3,5,7
/proc/7279/task/7281/stat : 7281 (java) S 7276 7279 17093 0 -1 1077944384 15914 0 0 0 11301 13 0 0 20 0 17 0 66586138 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017937882288 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7282] ppid=7276 vsize=10817488 memory=12200 CPUtime=32.15 cores=1,3,5,7
/proc/7279/task/7282/stat : 7282 (java) S 7276 7279 17093 0 -1 1077944384 19952 0 0 0 3096 119 0 0 20 0 17 0 66586139 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017890605328 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7283] ppid=7276 vsize=10817488 memory=7680170660397595203 CPUtime=32.22 cores=1,3,5,7
/proc/7279/task/7283/stat : 7283 (java) S 7276 7279 17093 0 -1 1077944384 15913 0 0 0 3095 127 0 0 20 0 17 0 66586139 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017889552784 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7284] ppid=7276 vsize=10817488 memory=4048 CPUtime=32.17 cores=1,3,5,7
/proc/7279/task/7284/stat : 7284 (java) S 7276 7279 17093 0 -1 1077944384 17618 0 0 0 3097 120 0 0 20 0 17 0 66586139 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017888500240 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7285] ppid=7276 vsize=10817488 memory=21108 CPUtime=32.27 cores=1,3,5,7
/proc/7279/task/7285/stat : 7285 (java) S 7276 7279 17093 0 -1 1077944384 21835 0 0 0 3120 107 0 0 20 0 17 0 66586139 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017887447696 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7286] ppid=7276 vsize=10817488 memory=1788 CPUtime=4.41 cores=1,3,5,7
/proc/7279/task/7286/stat : 7286 (java) S 7276 7279 17093 0 -1 1077944384 14008 0 0 0 440 1 0 0 20 0 17 0 66586140 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017497741808 140017933650562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7287] ppid=7276 vsize=10817488 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7287/stat : 7287 (java) S 7276 7279 17093 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 66586140 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017496688096 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7288] ppid=7276 vsize=10817488 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7288/stat : 7288 (java) S 7276 7279 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 66586141 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017495635456 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7289] ppid=7276 vsize=10817488 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7289/stat : 7289 (java) S 7276 7279 17093 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 66586143 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017494584016 140017933658011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7290] ppid=7276 vsize=10817488 memory=796 CPUtime=2.68 cores=1,3,5,7
/proc/7279/task/7290/stat : 7290 (java) S 7276 7279 17093 0 -1 1077944384 12682 0 0 0 267 1 0 0 20 0 17 0 66586143 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017493530608 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7291] ppid=7276 vsize=10817488 memory=8944 CPUtime=2.45 cores=1,3,5,7
/proc/7279/task/7291/stat : 7291 (java) S 7276 7279 17093 0 -1 1077944384 10861 0 0 0 244 1 0 0 20 0 17 0 66586143 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017492478064 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7292] ppid=7276 vsize=10817488 memory=37540 CPUtime=0.4 cores=1,3,5,7
/proc/7279/task/7292/stat : 7292 (java) S 7276 7279 17093 0 -1 1077944384 3673 0 0 0 40 0 0 0 20 0 17 0 66586143 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017491425520 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7293] ppid=7276 vsize=10817488 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7279/task/7293/stat : 7293 (java) S 7276 7279 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66586143 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017490373216 140017933649621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
[pid=7279/tid=7294] ppid=7276 vsize=10817488 memory=2420 CPUtime=0.09 cores=1,3,5,7
/proc/7279/task/7294/stat : 7294 (java) S 7276 7279 17093 0 -1 1077944384 901 0 0 0 4 5 0 0 20 0 17 0 66586149 11077107712 1620186 18446744073709551615 4194304 4196468 140737405779712 140017489320752 140017933650562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24829952 140737405788565 140737405788718 140737405788718 140737405792207 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6480744 KiB

Child status: 143
Real time (s): 150.443
CPU time (s): 252.141
CPU user time (s): 247.124
CPU system time (s): 5.01654
CPU usage (%): 167.599
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6522320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.124
system time used= 5.01654
maximum resident set size= 6522320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7152
involuntary context switches= 2001


# summary of solver processes directly reported to runsolver:
#   pid: 7279
#   total CPU time (s): 252.141
#   total CPU user time (s): 247.124
#   total CPU system time (s): 5.01654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.89842 second user time and 1.51658 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 18:51:20
IDJOB=4258076
IDBENCH=122969
IDSOLVER=2643
FILE ID=node127/4258076-1502643928
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-360-120.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258076-1502643928/watcher-4258076-1502643928 -o /tmp/evaluation-result-4258076-1502643928/solver-4258076-1502643928 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258076-1502643928.xml

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

MD5SUM BENCH= 76b33169874d58bfc9aedd730e623c3c
RANDOM SEED=1745490451

node127.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.92
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.92
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.92
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.92
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:        23716004 kB
MemAvailable:   24149240 kB
Buffers:          199128 kB
Cached:           530260 kB
SwapCached:            0 kB
Active:          8405104 kB
Inactive:         210152 kB
Active(anon):    7835440 kB
Inactive(anon):    83872 kB
Active(file):     569664 kB
Inactive(file):   126280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       7886092 kB
Mapped:            59984 kB
Shmem:             33444 kB
Slab:             131824 kB
SReclaimable:     106256 kB
SUnreclaim:        25568 kB
KernelStack:        3552 kB
PageTables:        20928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8636812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7243776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 18:53:50