Trace number 4263522

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1599 2488.8899

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-23.xml
MD5SUMb8524f073185c8a0baa20bdfdedb9a39
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1014
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":1035}]
Minimum variable degree0
Maximum variable degree47
Distribution of variable degrees[{"degree":0,"count":23},{"degree":2,"count":506},{"degree":46,"count":23},{"degree":47,"count":506}]
Minimum constraint arity23
Maximum constraint arity529
Distribution of constraint arities[{"arity":23,"count":1},{"arity":25,"count":1012},{"arity":529,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1012}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263522-1502630379/watcher-4263522-1502630379 -o /tmp/evaluation-result-4263522-1502630379/solver-4263522-1502630379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263522-1502630379.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11930, runsolver pid=11927
Current StackSize limit: 8192 KiB


[startup+0.10854 s]*
/proc/loadavg: 4.76 4.27 3.57 4/216 11945
/proc/meminfo: memFree=22149216/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10555400 memory=30056 CPUtime=0.14 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 6655 0 0 0 12 2 0 0 20 0 15 0 96119113 10808729600 7514 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2638850 7514 2790 1 0 2627263 0
[pid=11930/tid=11932] ppid=11927 vsize=10555400 memory=-8773748148829982851 CPUtime=0.09 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 4501 0 0 0 8 1 0 0 20 0 15 0 96119113 10808729600 7514 33554432000 4194304 4196468 140724942589328 140201038147936 140201012378864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96119115 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96119116 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200202150688 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96119116 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200201098352 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0.02 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 96119118 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119119 10808729600 7514 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30056 KiB

[startup+0.210579 s]*
/proc/loadavg: 4.76 4.27 3.57 5/216 11945
/proc/meminfo: memFree=22140284/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10555400 memory=39740 CPUtime=0.32 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 8102 0 0 0 29 3 0 0 20 0 15 0 96119113 10808729600 9935 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2638850 9935 2998 1 0 2627263 0
[pid=11930/tid=11932] ppid=11927 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 5011 0 0 0 18 2 0 0 20 0 15 0 96119113 10808729600 9935 33554432000 4194304 4196468 140724942589328 140201038161904 140200634320078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10555400 memory=139986056901061 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96119115 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96119116 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200202150688 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96119116 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200201098352 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) R 11927 11930 6758 0 -1 4202560 569 0 0 0 2 0 0 0 20 0 15 0 96119118 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200198985872 140201018712128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) R 11927 11930 6758 0 -1 4202560 303 0 0 0 2 0 0 0 20 0 15 0 96119118 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200197941744 140201019954199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0.06 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) R 11927 11930 6758 0 -1 4202560 853 0 0 0 6 0 0 0 20 0 15 0 96119118 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200196886392 140201019620133 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10555400 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119119 10808729600 9935 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39740 KiB

[startup+0.310446 s]*
/proc/loadavg: 4.76 4.27 3.57 3/216 11945
/proc/meminfo: memFree=22127880/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10555476 memory=52344 CPUtime=0.63 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 10309 0 0 0 59 4 0 0 20 0 15 0 96119113 10808807424 13086 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2638869 13086 3058 1 0 2627263 0
[pid=11930/tid=11932] ppid=11927 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 5624 0 0 0 27 2 0 0 20 0 15 0 96119113 10808807424 13104 33554432000 4194304 4196468 140724942589328 140201038159184 140201033946269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10555476 memory=139986056902591 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10555476 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96119115 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96119116 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200202150688 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96119116 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200201098352 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 1350 0 0 0 10 0 0 0 20 0 15 0 96119118 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10555476 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 675 0 0 0 9 0 0 0 20 0 15 0 96119118 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10555476 memory=139986056480384 CPUtime=0.12 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) R 11927 11930 6758 0 -1 4202560 1293 0 0 0 12 0 0 0 20 0 15 0 96119118 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200196889456 140201033945690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10555476 memory=139986056480384 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119119 10808807424 13104 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52344 KiB

[startup+0.701578 s]
/proc/loadavg: 4.76 4.27 3.57 6/216 11945
/proc/meminfo: memFree=22103424/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10555476 memory=187052 CPUtime=1.8 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 11847 0 0 0 173 7 0 0 20 0 15 0 96119113 10808807424 46763 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2638869 46763 3108 1 0 2627263 0
[pid=11930/tid=11932] ppid=11927 vsize=10555476 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 5885 0 0 0 63 4 0 0 20 0 15 0 96119113 10808807424 46763 33554432000 4194304 4196468 140724942589328 140201038161648 140200638245173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10555476 memory=11040 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10555476 memory=5700 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 96119114 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96119115 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96119116 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200202150688 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10555476 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96119116 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200201098352 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10555476 memory=7883949533517342546 CPUtime=0.39 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) R 11927 11930 6758 0 -1 4202560 1520 0 0 0 38 1 0 0 20 0 15 0 96119118 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200198982096 140201017335158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10555476 memory=7236547281622689387 CPUtime=0.38 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) R 11927 11930 6758 0 -1 4202560 1153 0 0 0 38 0 0 0 20 0 15 0 96119118 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200197922760 140201013169056 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 1794 0 0 0 31 0 0 0 20 0 15 0 96119118 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96119118 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96119119 10808807424 46763 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 187052 KiB

[startup+1.5008 s]
/proc/loadavg: 4.76 4.27 3.57 5/216 11945
/proc/meminfo: memFree=21959192/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10555476 memory=482032 CPUtime=4.17 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 15784 0 0 0 388 29 0 0 20 0 15 0 96119113 10808807424 120508 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2638869 120508 3135 1 0 2627263 0
[pid=11930/tid=11932] ppid=11927 vsize=10555476 memory=6791534058613427641 CPUtime=1.28 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 5997 0 0 0 122 6 0 0 20 0 15 0 96119113 10808807424 120508 33554432000 4194304 4196468 140724942589328 140201038158544 140201015845810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10555476 memory=-8754540793456063680 CPUtime=0.18 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 171 0 0 0 13 5 0 0 20 0 15 0 96119114 10808807424 120508 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10555476 memory=-2843874019102283166 CPUtime=0.18 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 159 0 0 0 13 5 0 0 20 0 15 0 96119114 10808807424 120508 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10555476 memory=5450919713671312938 CPUtime=0.16 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 136 0 0 0 12 4 0 0 20 0 15 0 96119114 10808807424 120508 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10555476 memory=7077795359591905642 CPUtime=0.18 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 158 0 0 0 14 4 0 0 20 0 15 0 96119114 10808807424 120508 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96119115 10808807424 120508 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0

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

/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 4746 0 0 0 776 76 0 0 20 0 16 0 96119114 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10622040 memory=3614424 CPUtime=8.58 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 6997 0 0 0 785 73 0 0 20 0 16 0 96119114 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10622040 memory=3614424 CPUtime=2.45 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 9118 0 0 0 241 4 0 0 20 0 16 0 96119115 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10622040 memory=3614424 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200202150752 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10622040 memory=3614424 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200201098368 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10622040 memory=3614424 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10622040 memory=3614424 CPUtime=1.73 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 6601 0 0 0 171 2 0 0 20 0 16 0 96119118 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10622040 memory=3614424 CPUtime=1.61 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 5985 0 0 0 160 1 0 0 20 0 16 0 96119118 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10622040 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 3795 0 0 0 49 1 0 0 20 0 16 0 96119118 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10622040 memory=28100 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10622040 memory=1296 CPUtime=1.28 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 2620 0 0 0 59 69 0 0 20 0 16 0 96119119 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11946] ppid=11927 vsize=10622040 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11946/stat : 11946 (java) S 11927 11930 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96119905 10876968960 903606 33554432000 4194304 4196468 140724942589328 140200193729200 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 2413.29 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3614424 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.18 2.28 3/217 12252
/proc/meminfo: memFree=20330544/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10622040 memory=3614288 CPUtime=2473.7 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 149676 0 0 0 246973 397 0 0 20 0 16 0 96119113 10876968960 903572 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2655510 903572 3171 1 0 2643904 0
[pid=11930/tid=11932] ppid=11927 vsize=10622040 memory=3614288 CPUtime=2431.34 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 94959 0 0 0 243116 18 0 0 20 0 16 0 96119113 10876968960 903572 33554432000 4194304 4196468 140724942589328 140201038163296 140200639430784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10622040 memory=3614424 CPUtime=8.69 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 4759 0 0 0 788 81 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10622040 memory=3614424 CPUtime=8.63 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 6666 0 0 0 787 76 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10622040 memory=3614424 CPUtime=8.65 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 6238 0 0 0 789 76 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10622040 memory=3614288 CPUtime=8.7 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 7188 0 0 0 797 73 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10622040 memory=3614288 CPUtime=2.45 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 9343 0 0 0 241 4 0 0 20 0 16 0 96119115 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200202150752 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200201098368 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10622040 memory=3614288 CPUtime=1.73 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 6604 0 0 0 171 2 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10622040 memory=3614288 CPUtime=1.61 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 5998 0 0 0 160 1 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0.5 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 3798 0 0 0 49 1 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10622040 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10622040 memory=3614288 CPUtime=1.31 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 2661 0 0 0 60 71 0 0 20 0 16 0 96119119 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11946] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11946/stat : 11946 (java) S 11927 11930 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96119905 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200193729200 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 2473.7 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3614288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.6 s]
/proc/loadavg: 2.04 2.16 2.27 3/217 12253
/proc/meminfo: memFree=20330428/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10622040 memory=3614288 CPUtime=2520.02 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 150763 0 0 0 251604 398 0 0 20 0 16 0 96119113 10876968960 903572 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2655510 903572 3171 1 0 2643904 0
[pid=11930/tid=11932] ppid=11927 vsize=10622040 memory=4100 CPUtime=2477.64 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) R 11927 11930 6758 0 -1 4202560 95982 0 0 0 247746 18 0 0 20 0 16 0 96119113 10876968960 903572 33554432000 4194304 4196468 140724942589328 140201038163296 140200639761750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10622040 memory=1160 CPUtime=8.69 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 4759 0 0 0 788 81 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10622040 memory=3244 CPUtime=8.63 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 6666 0 0 0 787 76 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10622040 memory=3614288 CPUtime=8.65 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 6238 0 0 0 789 76 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10622040 memory=1156 CPUtime=8.7 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 7188 0 0 0 797 73 0 0 20 0 16 0 96119114 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10622040 memory=3264 CPUtime=2.45 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 9353 0 0 0 241 4 0 0 20 0 16 0 96119115 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10622040 memory=3614288 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200202150752 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10622040 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 96119116 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200201098368 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10622040 memory=916 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10622040 memory=3832 CPUtime=1.73 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 6611 0 0 0 171 2 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10622040 memory=3614288 CPUtime=1.61 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 6001 0 0 0 160 1 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10622040 memory=288230574492221466 CPUtime=0.5 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 3802 0 0 0 49 1 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10622040 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96119118 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10622040 memory=15535206786402648 CPUtime=1.34 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 2701 0 0 0 62 72 0 0 20 0 16 0 96119119 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11946] ppid=11927 vsize=10622040 memory=279971873153160 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11946/stat : 11946 (java) S 11927 11930 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96119905 10876968960 903572 33554432000 4194304 4196468 140724942589328 140200193729200 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3614288 KiB

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

[startup+2488.89 s]
# the end of solver process 11930 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=4.00264 s

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

[startup+2488.8 s]
/proc/loadavg: 2.04 2.16 2.27 3/217 12253
/proc/meminfo: memFree=20330428/32770624 swapFree=67108860/67108860
[pid=11930] ppid=11927 vsize=10821732 memory=3614524 CPUtime=2520.04 cores=1,3,5,7
/proc/11930/stat : 11930 (java) S 11927 11930 6758 0 -1 1077944320 151641 0 0 0 251606 398 0 0 20 0 17 0 96119113 11081453568 903631 33554432000 4194304 4196468 140724942589328 140724942571872 140201033924343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
/proc/11930/statm: 2705433 903631 3173 1 0 2693827 0
[pid=11930/tid=11932] ppid=11927 vsize=10821732 memory=2396 CPUtime=2477.65 cores=1,3,5,7
/proc/11930/task/11932/stat : 11932 (java) S 11927 11930 6758 0 -1 1077944384 96077 0 0 0 247747 18 0 0 20 0 17 0 96119113 11081453568 903631 33554432000 4194304 4196468 140724942589328 140201038167216 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11933] ppid=11927 vsize=10821732 memory=6791534058613427641 CPUtime=8.69 cores=1,3,5,7
/proc/11930/task/11933/stat : 11933 (java) S 11927 11930 6758 0 -1 1077944384 4759 0 0 0 788 81 0 0 20 0 17 0 96119114 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200959998864 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11934] ppid=11927 vsize=10821732 memory=3326076 CPUtime=8.63 cores=1,3,5,7
/proc/11930/task/11934/stat : 11934 (java) S 11927 11930 6758 0 -1 1077944384 6666 0 0 0 787 76 0 0 20 0 17 0 96119114 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200958946064 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11935] ppid=11927 vsize=10821732 memory=840 CPUtime=8.65 cores=1,3,5,7
/proc/11930/task/11935/stat : 11935 (java) S 11927 11930 6758 0 -1 1077944384 6238 0 0 0 789 76 0 0 20 0 17 0 96119114 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200957893776 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11936] ppid=11927 vsize=10821732 memory=1696 CPUtime=8.7 cores=1,3,5,7
/proc/11930/task/11936/stat : 11936 (java) S 11927 11930 6758 0 -1 1077944384 7188 0 0 0 797 73 0 0 20 0 17 0 96119114 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200956840976 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11937] ppid=11927 vsize=10821732 memory=916 CPUtime=2.45 cores=1,3,5,7
/proc/11930/task/11937/stat : 11937 (java) S 11927 11930 6758 0 -1 1077944384 9382 0 0 0 241 4 0 0 20 0 17 0 96119115 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200203204720 140201033935490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11938] ppid=11927 vsize=10821732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11938/stat : 11938 (java) S 11927 11930 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96119116 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200202150752 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11939] ppid=11927 vsize=10821732 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11939/stat : 11939 (java) S 11927 11930 6758 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 96119116 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200201098368 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11940] ppid=11927 vsize=10821732 memory=11040 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11940/stat : 11940 (java) S 11927 11930 6758 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 96119118 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200200046672 140201033942939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11941] ppid=11927 vsize=10821732 memory=5700 CPUtime=1.73 cores=1,3,5,7
/proc/11930/task/11941/stat : 11941 (java) S 11927 11930 6758 0 -1 1077944384 6611 0 0 0 171 2 0 0 20 0 17 0 96119118 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200198994544 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11942] ppid=11927 vsize=10821732 memory=4616 CPUtime=1.61 cores=1,3,5,7
/proc/11930/task/11942/stat : 11942 (java) S 11927 11930 6758 0 -1 1077944384 6001 0 0 0 160 1 0 0 20 0 17 0 96119118 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200197941744 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11943] ppid=11927 vsize=10821732 memory=3614288 CPUtime=0.5 cores=1,3,5,7
/proc/11930/task/11943/stat : 11943 (java) S 11927 11930 6758 0 -1 1077944384 3991 0 0 0 49 1 0 0 20 0 17 0 96119118 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200196889456 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11944] ppid=11927 vsize=10821732 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/11930/task/11944/stat : 11944 (java) S 11927 11930 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96119118 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200195836896 140201033934549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
[pid=11930/tid=11945] ppid=11927 vsize=10821732 memory=1936 CPUtime=1.34 cores=1,3,5,7
/proc/11930/task/11945/stat : 11945 (java) S 11927 11930 6758 0 -1 1077944384 2701 0 0 0 62 72 0 0 20 0 17 0 96119119 11081453568 903631 33554432000 4194304 4196468 140724942589328 140200194783664 140201033935490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32116736 140724942595206 140724942595359 140724942595359 140724942598095 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3614524 KiB

Child status: 143
Real time (s): 2488.89
CPU time (s): 2520.16
CPU user time (s): 2516.16
CPU system time (s): 4.00264
CPU usage (%): 101.256
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3614524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 4.00263
maximum resident set size= 3614956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56502
involuntary context switches= 2326


# summary of solver processes directly reported to runsolver:
#   pid: 11930
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 4.00264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0315 second user time and 23.4751 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 15:05:21
IDJOB=4263522
IDBENCH=133861
IDSOLVER=2651
FILE ID=node150/4263522-1502630379
RUNJOBID= node150-1502620602-10435
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-23.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263522-1502630379/watcher-4263522-1502630379 -o /tmp/evaluation-result-4263522-1502630379/solver-4263522-1502630379 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263522-1502630379.xml

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

MD5SUM BENCH= b8524f073185c8a0baa20bdfdedb9a39
RANDOM SEED=1396574996

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22167884 kB
MemAvailable:   26881592 kB
Buffers:          235064 kB
Cached:          4756132 kB
SwapCached:            0 kB
Active:          5746728 kB
Inactive:        4387272 kB
Active(anon):    5145520 kB
Inactive(anon):    25068 kB
Active(file):     601208 kB
Inactive(file):  4362204 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       5156848 kB
Mapped:            55440 kB
Shmem:             25224 kB
Slab:             158956 kB
SReclaimable:     132264 kB
SUnreclaim:        26692 kB
KernelStack:        3808 kB
PageTables:        15380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7170140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4950016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 15:46:50