Trace number 4258156

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.077 154.84599

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-bur26g.xml
MD5SUMe15ea9448d462545754e2532d86d3e94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3169398
Best CPU time to get the best result obtained on this benchmark252.08501
Satisfiable
(Un)Satisfiability was proved
Number of variables702
Number of constraints326
Number of domains2
Minimum domain size26
Maximum domain size280
Distribution of domain sizes[{"size":26,"count":26},{"size":280,"count":325}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":351},{"degree":2,"count":325},{"degree":26,"count":26}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":325},{"arity":26,"count":1}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

167.37/71.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
167.37/71.87	c This is free software under the dual EPL/GNU LGPL licenses.
167.37/71.87	c See www.sat4j.org for details.
167.37/71.87	c That software uses the Rhino library from the Mozilla project.
167.37/71.87	c version CUSTOM.v20170705
167.37/71.87	c java.runtime.name	Java(TM) SE Runtime Environment
167.37/71.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
167.37/71.87	c java.vm.version	25.131-b11
167.37/71.87	c java.vm.vendor	Oracle Corporation
167.37/71.87	c sun.arch.data.model	64
167.37/71.87	c java.version		1.8.0_131
167.37/71.87	c os.name		Linux
167.37/71.87	c os.version		3.10.0-514.16.1.el7.x86_64
167.37/71.87	c os.arch		amd64
167.37/71.87	c Free memory 		499604488
167.37/71.87	c Max memory 		7247757312
167.37/71.87	c Total memory 		504889344
167.37/71.87	c Number of processors 	4
167.37/71.87	c c --- Begin Solver configuration ---
167.37/71.87	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
167.37/71.87	c Learn all clauses as in MiniSAT
167.37/71.87	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
167.37/71.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
167.37/71.87	c No reason simplification
167.37/71.87	c Glucose 2.1 dynamic restart strategy
167.37/71.87	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
167.37/71.87	c timeout=2147483s
167.37/71.87	c DB Simplification allowed=false
167.37/71.87	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
167.37/71.87	c --- End Solver configuration ---
167.37/71.87	c constraints type 
167.37/71.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 702
167.37/71.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70143450
167.37/71.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533700
167.37/71.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 650
167.37/71.87	c 72678502 constraints processed.
252.02/154.80	c starts		: 253
252.02/154.80	c conflicts		: 50576
252.02/154.80	c decisions		: 4718581
252.02/154.80	c propagations		: 286641155
252.02/154.80	c inspects		: 346497086
252.02/154.80	c shortcuts		: 0
252.02/154.80	c learnt literals	: 1
252.02/154.80	c learnt binary clauses	: 107
252.02/154.80	c learnt ternary clauses	: 132
252.02/154.80	c learnt constraints	: 50575
252.02/154.80	c ignored constraints	: 0
252.02/154.80	c root simplifications	: 0
252.02/154.80	c removed literals (reason simplification)	: 0
252.02/154.80	c reason swapping (by a shorter reason)	: 0
252.02/154.80	c Calls to reduceDB	: 6
252.02/154.80	c Number of update (reduction) of LBD	: 43694
252.02/154.80	c Imported unit clauses	: 0
252.02/154.80	c number of reductions to clauses (during analyze)	: 0
252.02/154.80	c number of learned constraints concerned by reduction	: 0
252.02/154.80	c number of learning phase by resolution	: 0
252.02/154.80	c number of learning phase by cutting planes	: 0
252.02/154.80	c number of rounding to 1 operations	: 0
252.02/154.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.02/154.80	c number of reductions of the coefficients by power 2 	: 0
252.02/154.80	c number of right shift for reduction by power 2 	: 0
252.02/154.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.02/154.80	c speed (assignments/second)	: 3462184.2086191904
252.02/154.80	c non guided choices	417379
252.02/154.81	c learnt constraints type 
252.02/154.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 107
252.02/154.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14559
252.02/154.81	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 (12772 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-4258156-1502644080/watcher-4258156-1502644080 -o /tmp/evaluation-result-4258156-1502644080/solver-4258156-1502644080 -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-4258156-1502644080.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=7512, runsolver pid=7509

[startup+0.100111 s]*
/proc/loadavg: 3.76 3.70 3.13 3/204 7521
/proc/meminfo: memFree=29057156/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10151672 memory=20216 CPUtime=0.03 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 3927 0 0 0 3 0 0 0 20 0 9 0 66601294 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2537918 5054 2155 1 0 2527415 0
[pid=7512/tid=7514] ppid=7509 vsize=10151672 memory=4206751525541407381 CPUtime=0.03 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 2572 0 0 0 3 0 0 0 20 0 9 0 66601300 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139779335868280 139779316726064 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66601301 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10151672 memory=140638648010368 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66601301 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66601301 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66601301 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10151672 memory=140638648010368 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66601302 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66601303 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139778826646560 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66601303 10395312128 5054 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20216 KiB

[startup+0.20976 s]*
/proc/loadavg: 3.76 3.70 3.13 3/210 7527
/proc/meminfo: memFree=29052036/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10552180 memory=31600 CPUtime=0.11 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 7047 0 0 0 10 1 0 0 20 0 15 0 66601294 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2638045 7900 2788 1 0 2627517 0
[pid=7512/tid=7514] ppid=7509 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 4963 0 0 0 7 1 0 0 20 0 15 0 66601300 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139779335821232 139779324312605 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10552180 memory=330 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10552180 memory=140638648027774 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66601301 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10552180 memory=140638648010368 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66601302 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66601303 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139778826646560 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66601303 10805432320 7900 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10805432320 7940 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) S 7509 7512 17093 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 66601305 10805432320 7703 18446744073709551615 4194304 4196468 140720788287216 139778823490416 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601305 10805432320 7703 18446744073709551615 4194304 4196468 140720788287216 139778822437616 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10551156 memory=140638648010368 CPUtime=0.01 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 15 0 66601305 10804383744 7703 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804383744 7703 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10551156 memory=140638648010368 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601312 10804383744 7703 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31600 KiB

[startup+0.310135 s]*
/proc/loadavg: 3.70 3.69 3.13 6/210 7527
/proc/meminfo: memFree=29042288/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10551156 memory=37612 CPUtime=0.27 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 8192 0 0 0 25 2 0 0 20 0 15 0 66601294 10804383744 9403 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2637789 9403 2864 1 0 2627261 0
[pid=7512/tid=7514] ppid=7509 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 5643 0 0 0 16 2 0 0 20 0 15 0 66601300 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139779335870992 139779331644822 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601301 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66601301 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66601302 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66601303 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139778826646560 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66601303 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) R 7509 7512 17093 0 -1 4202560 525 0 0 0 1 0 0 0 20 0 15 0 66601305 10804383744 9535 18446744073709551615 4194304 4196468 140720788287216 139778823483080 139779315880392 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 15 0 66601305 10804383744 9667 18446744073709551615 4194304 4196468 140720788287216 139778822437616 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) R 7509 7512 17093 0 -1 4202560 741 0 0 0 5 0 0 0 20 0 15 0 66601305 10804383744 9667 18446744073709551615 4194304 4196468 140720788287216 139778821380760 139779310574355 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804383744 9667 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601312 10804383744 9667 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37612 KiB

[startup+0.700778 s]
/proc/loadavg: 3.70 3.69 3.13 9/210 7527
/proc/meminfo: memFree=28912444/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10551232 memory=207308 CPUtime=1.33 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 11541 0 0 0 123 10 0 0 20 0 15 0 66601294 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2637808 51827 3084 1 0 2627261 0
[pid=7512/tid=7514] ppid=7509 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 6981 0 0 0 48 5 0 0 20 0 15 0 66601300 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139779335868416 139779331654813 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 90 0 0 0 1 1 0 0 20 0 15 0 66601301 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10551232 memory=4612 CPUtime=0.02 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 88 0 0 0 1 1 0 0 20 0 15 0 66601301 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 66601301 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10551232 memory=1444 CPUtime=0.02 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 100 0 0 0 1 1 0 0 20 0 15 0 66601301 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 66601302 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778826646560 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10551232 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) R 7509 7512 17093 0 -1 4202560 984 0 0 0 19 0 0 0 20 0 15 0 66601305 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778823471432 139779315534562 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) R 7509 7512 17093 0 -1 4202560 486 0 0 0 22 0 0 0 20 0 15 0 66601305 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778822430248 139779310851528 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) R 7509 7512 17093 0 -1 4202560 1296 0 0 0 25 0 0 0 20 0 15 0 66601305 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779315713374 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66601312 10804461568 51827 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 207308 KiB

[startup+1.51278 s]
/proc/loadavg: 3.70 3.69 3.13 8/210 7527
/proc/meminfo: memFree=28340356/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10551232 memory=418756 CPUtime=3.92 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 20795 0 0 0 373 19 0 0 20 0 15 0 66601294 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2637808 104689 3103 1 0 2627261 0
[pid=7512/tid=7514] ppid=7509 vsize=10551232 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 7083 0 0 0 119 6 0 0 20 0 15 0 66601300 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139779335859544 139778925632999 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10551232 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 123 0 0 0 8 3 0 0 20 0 15 0 66601301 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10551232 memory=6673 CPUtime=0.06 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 109 0 0 0 5 1 0 0 20 0 15 0 66601301 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10551232 memory=4420 CPUtime=0.05 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 96 0 0 0 4 1 0 0 20 0 15 0 66601301 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10551232 memory=6628 CPUtime=0.11 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 135 0 0 0 9 2 0 0 20 0 15 0 66601301 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10551232 memory=164 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 66601302 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778826646624 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10551232 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10551232 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) R 7509 7512 17093 0 -1 4202560 5475 0 0 0 91 1 0 0 20 0 15 0 66601305 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778823475408 139779316551926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10551232 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) R 7509 7512 17093 0 -1 4202560 4517 0 0 0 103 0 0 0 20 0 15 0 66601305 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778822423496 139779316748130 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 1685 0 0 0 31 0 0 0 20 0 15 0 66601305 10804461568 104689 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0

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

/proc/7512/task/7516/stat : 7516 (java) R 7509 7512 17093 0 -1 4202560 7546 0 0 0 2162 83 0 0 20 0 15 0 66601301 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139779261000920 139779316629291 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10551232 memory=4028 CPUtime=22.49 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) R 7509 7512 17093 0 -1 4202560 8379 0 0 0 2166 83 0 0 20 0 15 0 66601301 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139779259948120 139779316090520 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10551232 memory=0 CPUtime=22.56 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) R 7509 7512 17093 0 -1 4202560 7808 0 0 0 2160 96 0 0 20 0 15 0 66601301 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139779258895008 139779316333904 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10551232 memory=5523460 CPUtime=6.37 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 11314 0 0 0 636 1 0 0 20 0 15 0 66601302 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778827699136 139779331643093 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10551232 memory=5043416 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778826646624 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66601303 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778825593712 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10551232 memory=37540 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10551232 memory=1296 CPUtime=1.46 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) S 7509 7512 17093 0 -1 1077944384 5732 0 0 0 145 1 0 0 20 0 15 0 66601305 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778823490464 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10551232 memory=1444 CPUtime=1.64 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 7363 0 0 0 164 0 0 0 20 0 15 0 66601305 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778822437664 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10551232 memory=1228 CPUtime=0.34 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 2206 0 0 0 34 0 0 0 20 0 15 0 66601305 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778821384576 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10551232 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66601305 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10551232 memory=1992 CPUtime=0.03 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 360 0 0 0 2 1 0 0 20 0 15 0 66601312 10804461568 1391110 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 121.82 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 5564440 KiB

[startup+102.301 s]
/proc/loadavg: 2.90 3.52 3.13 3/211 7532
/proc/meminfo: memFree=19148552/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10617796 memory=6849060 CPUtime=199.59 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 92499 0 0 0 19512 447 0 0 20 0 16 0 66601294 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2654449 1712265 3142 1 0 2643902 0
[pid=7512/tid=7514] ppid=7509 vsize=10617796 memory=6849060 CPUtime=59.39 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 15110 0 0 0 5922 17 0 0 20 0 16 0 66601300 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139779335869432 139778922459200 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10617796 memory=233 CPUtime=30.83 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 8632 0 0 0 2972 111 0 0 20 0 16 0 66601301 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10617796 memory=6848992 CPUtime=30.91 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 10401 0 0 0 2994 97 0 0 20 0 16 0 66601301 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10617796 memory=1444 CPUtime=30.74 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 10276 0 0 0 2974 100 0 0 20 0 16 0 66601301 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10617796 memory=6849060 CPUtime=30.96 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 10007 0 0 0 2985 111 0 0 20 0 16 0 66601301 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10617796 memory=6849060 CPUtime=11.49 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 16518 0 0 0 1147 2 0 0 20 0 16 0 66601302 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10617796 memory=6849060 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66601303 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778826646624 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10617796 memory=6849036 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 66601303 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778825593728 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10617796 memory=28708 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66601305 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10617796 memory=30916 CPUtime=2.32 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) S 7509 7512 17093 0 -1 1077944384 8172 0 0 0 231 1 0 0 20 0 16 0 66601305 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778823490416 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10617796 memory=7680170660397595203 CPUtime=2.33 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 8304 0 0 0 233 0 0 0 20 0 16 0 66601305 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778822437616 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10617796 memory=960 CPUtime=0.48 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 3263 0 0 0 47 1 0 0 20 0 16 0 66601305 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10617796 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66601305 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10617796 memory=4028 CPUtime=0.06 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 412 0 0 0 3 3 0 0 20 0 16 0 66601312 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7532] ppid=7509 vsize=10617796 memory=37548 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7532/stat : 7532 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66608496 10872623104 1712265 18446744073709551615 4194304 4196468 140720788287216 139778818225072 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 199.59 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6849060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+154.601 s]
/proc/loadavg: 2.50 3.32 3.09 3/211 7534
/proc/meminfo: memFree=19147940/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10617796 memory=6849212 CPUtime=252.01 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 96528 0 0 0 24752 449 0 0 20 0 16 0 66601294 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2654449 1712303 3145 1 0 2643902 0
[pid=7512/tid=7514] ppid=7509 vsize=10617796 memory=1992 CPUtime=111.68 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) R 7509 7512 17093 0 -1 4202560 16718 0 0 0 11151 17 0 0 20 0 16 0 66601300 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139779335869024 139778927789745 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10617796 memory=6849180 CPUtime=30.83 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 8632 0 0 0 2972 111 0 0 20 0 16 0 66601301 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10617796 memory=1000 CPUtime=30.91 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 10401 0 0 0 2994 97 0 0 20 0 16 0 66601301 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10617796 memory=2420 CPUtime=30.74 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 10276 0 0 0 2974 100 0 0 20 0 16 0 66601301 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10617796 memory=1732 CPUtime=30.96 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 10007 0 0 0 2985 111 0 0 20 0 16 0 66601301 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10617796 memory=6849180 CPUtime=11.49 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 16574 0 0 0 1147 2 0 0 20 0 16 0 66601302 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10617796 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66601303 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778826646624 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10617796 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 66601303 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778825593728 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66601305 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10617796 memory=1204 CPUtime=2.4 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) S 7509 7512 17093 0 -1 1077944384 9839 0 0 0 239 1 0 0 20 0 16 0 66601305 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778823490416 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10617796 memory=1000 CPUtime=2.33 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 8312 0 0 0 233 0 0 0 20 0 16 0 66601305 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778822437616 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10617796 memory=796 CPUtime=0.48 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 3915 0 0 0 47 1 0 0 20 0 16 0 66601305 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10617796 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66601305 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10617796 memory=15876 CPUtime=0.09 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 450 0 0 0 5 4 0 0 20 0 16 0 66601312 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7532] ppid=7509 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7532/stat : 7532 (java) S 7509 7512 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66608496 10872623104 1712303 18446744073709551615 4194304 4196468 140720788287216 139778818225072 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6849212 KiB

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

[startup+154.846 s]
# the end of solver process 7512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.547 s, system=4.53036 s

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

[startup+154.801 s]
/proc/loadavg: 2.50 3.32 3.09 3/211 7534
/proc/meminfo: memFree=19147940/32770624 swapFree=67108860/67108860
[pid=7512] ppid=7509 vsize=10817488 memory=6849464 CPUtime=252.02 cores=1,3,5,7
/proc/7512/stat : 7512 (java) S 7509 7512 17093 0 -1 1077944320 96956 0 0 0 24753 449 0 0 20 0 17 0 66601294 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 140720788269760 139779331632887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
/proc/7512/statm: 2704372 1712366 3148 1 0 2693825 0
[pid=7512/tid=7514] ppid=7509 vsize=10817488 memory=6849212 CPUtime=111.69 cores=1,3,5,7
/proc/7512/task/7514/stat : 7514 (java) S 7509 7512 17093 0 -1 1077944384 16757 0 0 0 11152 17 0 0 20 0 17 0 66601300 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139779335875760 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7515] ppid=7509 vsize=10817488 memory=6849180 CPUtime=30.83 cores=1,3,5,7
/proc/7512/task/7515/stat : 7515 (java) S 7509 7512 17093 0 -1 1077944384 8632 0 0 0 2972 111 0 0 20 0 17 0 66601301 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139779262053520 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7516] ppid=7509 vsize=10817488 memory=7680170660397595203 CPUtime=30.91 cores=1,3,5,7
/proc/7512/task/7516/stat : 7516 (java) S 7509 7512 17093 0 -1 1077944384 10401 0 0 0 2994 97 0 0 20 0 17 0 66601301 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139779261000720 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7517] ppid=7509 vsize=10817488 memory=4028 CPUtime=30.74 cores=1,3,5,7
/proc/7512/task/7517/stat : 7517 (java) S 7509 7512 17093 0 -1 1077944384 10276 0 0 0 2974 100 0 0 20 0 17 0 66601301 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139779259947920 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7518] ppid=7509 vsize=10817488 memory=6849180 CPUtime=30.96 cores=1,3,5,7
/proc/7512/task/7518/stat : 7518 (java) S 7509 7512 17093 0 -1 1077944384 10007 0 0 0 2985 111 0 0 20 0 17 0 66601301 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139779258895120 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7519] ppid=7509 vsize=10817488 memory=1228 CPUtime=11.49 cores=1,3,5,7
/proc/7512/task/7519/stat : 7519 (java) S 7509 7512 17093 0 -1 1077944384 16575 0 0 0 1147 2 0 0 20 0 17 0 66601302 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778827700592 139779331644034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7520] ppid=7509 vsize=10817488 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7520/stat : 7520 (java) S 7509 7512 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 66601303 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778826646624 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7521] ppid=7509 vsize=10817488 memory=37548 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7521/stat : 7521 (java) S 7509 7512 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 66601303 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778825593728 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7522] ppid=7509 vsize=10817488 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7522/stat : 7522 (java) S 7509 7512 17093 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 66601305 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778824542032 139779331651483 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7523] ppid=7509 vsize=10817488 memory=2420 CPUtime=2.4 cores=1,3,5,7
/proc/7512/task/7523/stat : 7523 (java) S 7509 7512 17093 0 -1 1077944384 9839 0 0 0 239 1 0 0 20 0 17 0 66601305 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778823490416 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7524] ppid=7509 vsize=10817488 memory=6849180 CPUtime=2.33 cores=1,3,5,7
/proc/7512/task/7524/stat : 7524 (java) S 7509 7512 17093 0 -1 1077944384 8312 0 0 0 233 0 0 0 20 0 17 0 66601305 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778822437616 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7525] ppid=7509 vsize=10817488 memory=6849180 CPUtime=0.48 cores=1,3,5,7
/proc/7512/task/7525/stat : 7525 (java) S 7509 7512 17093 0 -1 1077944384 3931 0 0 0 47 1 0 0 20 0 17 0 66601305 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778821384816 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7526] ppid=7509 vsize=10817488 memory=6849180 CPUtime=0 cores=1,3,5,7
/proc/7512/task/7526/stat : 7526 (java) S 7509 7512 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66601305 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778820332256 139779331643093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
[pid=7512/tid=7527] ppid=7509 vsize=10817488 memory=6849180 CPUtime=0.09 cores=1,3,5,7
/proc/7512/task/7527/stat : 7527 (java) S 7509 7512 17093 0 -1 1077944384 450 0 0 0 5 4 0 0 20 0 17 0 66601312 11077107712 1712366 18446744073709551615 4194304 4196468 140720788287216 139778819279536 139779331644034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140720788296085 140720788296238 140720788296238 140720788299727 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6849464 KiB

Child status: 143
Real time (s): 154.846
CPU time (s): 252.077
CPU user time (s): 247.547
CPU system time (s): 4.53036
CPU usage (%): 162.792
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6849464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.547
system time used= 4.53036
maximum resident set size= 6849800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7019
involuntary context switches= 2093


# summary of solver processes directly reported to runsolver:
#   pid: 7512
#   total CPU time (s): 252.077
#   total CPU user time (s): 247.547
#   total CPU system time (s): 4.53036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.96676 second user time and 1.50035 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 18:53:51
IDJOB=4258156
IDBENCH=123075
IDSOLVER=2643
FILE ID=node127/4258156-1502644080
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-bur26g.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258156-1502644080/watcher-4258156-1502644080 -o /tmp/evaluation-result-4258156-1502644080/solver-4258156-1502644080 -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-4258156-1502644080.xml

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

MD5SUM BENCH= e15ea9448d462545754e2532d86d3e94
RANDOM SEED=1365993127

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:        29068648 kB
MemAvailable:   29502092 kB
Buffers:          199188 kB
Cached:           530000 kB
SwapCached:            0 kB
Active:          3063756 kB
Inactive:         210340 kB
Active(anon):    2494088 kB
Inactive(anon):    83872 kB
Active(file):     569668 kB
Inactive(file):   126468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1752 kB
Writeback:            32 kB
AnonPages:       2538100 kB
Mapped:            58852 kB
Shmem:             33444 kB
Slab:             131568 kB
SReclaimable:     106288 kB
SUnreclaim:        25280 kB
KernelStack:        3488 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4046596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2387968 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:56:26