Trace number 4290156

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 2018-07-11? (TO) 2400.18 2330.2

General information on the benchmark

NameSportsScheduling/
SportsScheduling-24_c18.xml
MD5SUM160b6465c319713d06d2dfba6c5298ba
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 variables852
Number of constraints372
Number of domains2
Minimum domain size24
Maximum domain size276
Distribution of domain sizes[{"size":24,"count":576},{"size":276,"count":276}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":564}]
Minimum constraint arity1
Maximum constraint arity276
Distribution of constraint arities[{"arity":1,"count":12},{"arity":2,"count":12},{"arity":3,"count":276},{"arity":12,"count":23},{"arity":24,"count":24},{"arity":46,"count":12},{"arity":48,"count":12},{"arity":276,"count":1}]
Number of extensional constraints276
Number of intensional constraints24
Distribution of constraint types[{"type":"extension","count":276},{"type":"intension","count":24},{"type":"allDifferent","count":25},{"type":"count","count":23},{"type":"cardinality","count":24}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290156-1532266177/watcher-4290156-1532266177 -o /tmp/evaluation-result-4290156-1532266177/solver-4290156-1532266177 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290156-1532266177.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=6975, runsolver pid=6972


[startup+0.10088 s]*
/proc/loadavg: 4.66 4.35 3.35 5/219 6990
/proc/meminfo: memFree=19124176/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10659012 memory=28416 CPUtime=0.12 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 6728 0 0 0 11 1 0 0 20 0 15 0 44180899 10914828288 7104 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2664753 7104 2836 1 0 2627263 0
[pid=6975/tid=6977] ppid=6972 vsize=10659012 memory=-8969866925544666304 CPUtime=0.09 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) R 6972 6975 5960 0 -1 4202560 4520 0 0 0 8 1 0 0 20 0 15 0 44180899 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880949629184 139880945435805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880436835744 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880435783152 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0.01 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) R 6972 6975 5960 0 -1 4202560 376 0 0 0 1 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880431573232 139880925128226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 7104 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28416 KiB

[startup+0.210609 s]*
/proc/loadavg: 4.66 4.35 3.35 7/219 6990
/proc/meminfo: memFree=19114500/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10659012 memory=40936 CPUtime=0.33 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 8334 0 0 0 31 2 0 0 20 0 15 0 44180899 10914828288 10234 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2664753 10234 3007 1 0 2627263 0
[pid=6975/tid=6977] ppid=6972 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) R 6972 6975 5960 0 -1 4202560 5100 0 0 0 19 1 0 0 20 0 15 0 44180899 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880949650160 139880929457509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10659012 memory=140451773256317 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180900 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880436835744 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44180902 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880435783152 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 690 0 0 0 2 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0.07 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) R 6972 6975 5960 0 -1 4202560 805 0 0 0 7 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880431573232 139880945435226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10659012 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180905 10914828288 10234 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40936 KiB

[startup+0.312971 s]*
/proc/loadavg: 4.66 4.35 3.35 8/219 6990
/proc/meminfo: memFree=19106684/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10659088 memory=46676 CPUtime=0.54 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 9198 0 0 0 51 3 0 0 20 0 15 0 44180899 10914906112 11669 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2664772 11669 3064 1 0 2627263 0
[pid=6975/tid=6977] ppid=6972 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) R 6972 6975 5960 0 -1 4202560 5674 0 0 0 29 1 0 0 20 0 15 0 44180899 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880949640896 139880927265023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10659088 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10659088 memory=140451773504706 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180900 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180900 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10659088 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880436835744 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880435783152 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 794 0 0 0 5 0 0 0 20 0 15 0 44180905 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) R 6972 6975 5960 0 -1 1077944384 416 0 0 0 4 0 0 0 20 0 15 0 44180905 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10659088 memory=140451773249152 CPUtime=0.12 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) R 6972 6975 5960 0 -1 4202560 947 0 0 0 12 0 0 0 20 0 15 0 44180905 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880431573360 139880924343216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 11669 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10659088 memory=140451773249152 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 12181 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46676 KiB

[startup+0.702531 s]
/proc/loadavg: 4.66 4.35 3.35 7/219 6990
/proc/meminfo: memFree=18970216/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10659088 memory=207016 CPUtime=1.7 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 11196 0 0 0 162 8 0 0 20 0 15 0 44180899 10914906112 51754 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2664772 51754 3132 1 0 2627263 0
[pid=6975/tid=6977] ppid=6972 vsize=10659088 memory=1236 CPUtime=0.63 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) R 6972 6975 5960 0 -1 4202560 6079 0 0 0 59 4 0 0 20 0 15 0 44180899 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880949638248 139880587070754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10659088 memory=9248 CPUtime=0.02 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 15 0 44180900 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10659088 memory=4052 CPUtime=0.01 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 15 0 44180900 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10659088 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 44180900 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10659088 memory=1800 CPUtime=0.01 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 44180900 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10659088 memory=956 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880436835744 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880435783152 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10659088 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10659088 memory=7236558186460768598 CPUtime=0.33 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) R 6972 6975 5960 0 -1 4202560 1181 0 0 0 33 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880433659336 139880926114482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10659088 memory=6293050847276651881 CPUtime=0.3 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) R 6972 6975 5960 0 -1 4202560 974 0 0 0 30 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880432612344 139880928897337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) S 6972 6975 5960 0 -1 1077944384 1436 0 0 0 32 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880431573232 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10659088 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44180905 10914906112 51754 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 207016 KiB

[startup+1.50354 s]
/proc/loadavg: 4.66 4.35 3.35 10/219 6990
/proc/meminfo: memFree=18806984/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10659088 memory=433680 CPUtime=4.17 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 19501 0 0 0 401 16 0 0 20 0 15 0 44180899 10914906112 108420 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2664772 108420 3159 1 0 2627263 0
[pid=6975/tid=6977] ppid=6972 vsize=10659088 memory=403756 CPUtime=1.32 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) S 6972 6975 5960 0 -1 1077944384 6142 0 0 0 126 6 0 0 20 0 15 0 44180899 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880949648160 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10659088 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) R 6972 6975 5960 0 -1 4202560 121 0 0 0 7 1 0 0 20 0 15 0 44180900 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880552704272 139880930441753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) R 6972 6975 5960 0 -1 4202560 118 0 0 0 7 1 0 0 20 0 15 0 44180900 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880551651928 139880930441753 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10659088 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) R 6972 6975 5960 0 -1 4202560 118 0 0 0 8 1 0 0 20 0 15 0 44180900 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880550599184 139880938510580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10659088 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) R 6972 6975 5960 0 -1 4202560 140 0 0 0 8 1 0 0 20 0 15 0 44180900 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880549546640 139880930441753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 44180902 10914906112 108420 33554432000 4194304 4196468 140723018370560 139880437888032 139880945424085 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0

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

/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 44180902 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880436835808 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10727700 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 44180902 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880435783168 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10727700 memory=5472700 CPUtime=3.57 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 14005 0 0 0 355 2 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10727700 memory=8112282956445269571 CPUtime=3.79 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 20816 0 0 0 376 3 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10727700 memory=2860 CPUtime=0.55 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) S 6972 6975 5960 0 -1 1077944384 5220 0 0 0 54 1 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880431573232 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10727700 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10727700 memory=5472700 CPUtime=1.35 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 3687 0 0 0 63 72 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6998] ppid=6972 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6998/stat : 6998 (java) S 6972 6975 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44185226 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880426317104 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 2392.4 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5472700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2329.9 s]
/proc/loadavg: 2.00 2.03 2.17 3/222 7167
/proc/meminfo: memFree=18650832/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10727700 memory=5472700 CPUtime=2400 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 234289 0 0 0 239517 483 0 0 20 0 16 0 44180899 10985164800 1368175 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2681925 1368175 3192 1 0 2644416 0
[pid=6975/tid=6977] ppid=6972 vsize=10727700 memory=5472700 CPUtime=2299.93 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) R 6972 6975 5960 0 -1 4202560 118821 0 0 0 229961 32 0 0 20 0 16 0 44180899 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880949650760 139880589629037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10727700 memory=5472700 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 12326 0 0 0 1948 96 0 0 20 0 16 0 44180900 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10727700 memory=5472700 CPUtime=20.25 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 8904 0 0 0 1927 98 0 0 20 0 16 0 44180900 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10727700 memory=5472700 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 13846 0 0 0 1952 92 0 0 20 0 16 0 44180900 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10727700 memory=5472700 CPUtime=20.36 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 12559 0 0 0 1944 92 0 0 20 0 16 0 44180900 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10727700 memory=5472700 CPUtime=9.21 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 22626 0 0 0 917 4 0 0 20 0 16 0 44180902 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10727700 memory=55 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 44180902 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880436835808 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10727700 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 44180902 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880435783168 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10727700 memory=5472700 CPUtime=3.57 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 14005 0 0 0 355 2 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10727700 memory=4096 CPUtime=3.79 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 20816 0 0 0 376 3 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10727700 memory=5472700 CPUtime=0.55 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) S 6972 6975 5960 0 -1 1077944384 5220 0 0 0 54 1 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880431573232 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10727700 memory=796 CPUtime=1.35 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 3689 0 0 0 63 72 0 0 20 0 16 0 44180905 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6998] ppid=6972 vsize=10727700 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6998/stat : 6998 (java) S 6972 6975 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44185226 10985164800 1368175 33554432000 4194304 4196468 140723018370560 139880426317104 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5472700 KiB

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

[startup+2330.2 s]
# the end of solver process 6975 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.32 s, system=4.86651 s

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

[startup+2330.01 s]*
/proc/loadavg: 2.00 2.03 2.17 2/223 7170
/proc/meminfo: memFree=18650568/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10927392 memory=5472924 CPUtime=2400.04 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 235344 0 0 0 239521 483 0 0 20 0 17 0 44180899 11189649408 1368231 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2731848 1368231 3194 1 0 2694339 0
[pid=6975/tid=6977] ppid=6972 vsize=10927392 memory=8112282956445269571 CPUtime=2299.97 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) S 6972 6975 5960 0 -1 1077944384 118892 0 0 0 229965 32 0 0 20 0 17 0 44180899 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880949656752 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10927392 memory=4126316290023845779 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 12326 0 0 0 1948 96 0 0 20 0 17 0 44180900 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10927392 memory=4124 CPUtime=20.25 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 8904 0 0 0 1927 98 0 0 20 0 17 0 44180900 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10927392 memory=2196 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 13846 0 0 0 1952 92 0 0 20 0 17 0 44180900 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10927392 memory=7636 CPUtime=20.36 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 12559 0 0 0 1944 92 0 0 20 0 17 0 44180900 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10927392 memory=5472700 CPUtime=9.21 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 22660 0 0 0 917 4 0 0 20 0 17 0 44180902 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10927392 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 44180902 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880436835808 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10927392 memory=644 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 44180902 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880435783168 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10927392 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10927392 memory=956 CPUtime=3.57 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 14005 0 0 0 355 2 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10927392 memory=2340 CPUtime=3.79 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 20816 0 0 0 376 3 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10927392 memory=928 CPUtime=0.55 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) S 6972 6975 5960 0 -1 1077944384 5600 0 0 0 54 1 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880431573232 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10927392 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10927392 memory=2240 CPUtime=1.35 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 3689 0 0 0 63 72 0 0 20 0 17 0 44180905 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=7168] ppid=6972 vsize=10927392 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/7168/stat : 7168 (java) S 6972 6975 5960 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 44413890 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880425263856 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=7169] ppid=6972 vsize=10927392 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/6975/task/7169/stat : 7169 (java) S 6972 6975 5960 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44413890 11189649408 1368231 33554432000 4194304 4196468 140723018370560 139880424212240 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5472924 KiB

[startup+2330.12 s]
/proc/loadavg: 2.00 2.03 2.17 2/223 7170
/proc/meminfo: memFree=18650568/32770624 swapFree=67108860/67108860
[pid=6975] ppid=6972 vsize=10927392 memory=5473040 CPUtime=2400.06 cores=1,3,5,7
/proc/6975/stat : 6975 (java) S 6972 6975 5960 0 -1 1077944320 236534 0 0 0 239523 483 0 0 20 0 17 0 44180899 11189649408 1368260 33554432000 4194304 4196468 140723018370560 140723018353104 139880945413879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
/proc/6975/statm: 2731848 1368260 3194 1 0 2694339 0
[pid=6975/tid=6977] ppid=6972 vsize=10927392 memory=5472700 CPUtime=2299.97 cores=1,3,5,7
/proc/6975/task/6977/stat : 6977 (java) S 6972 6975 5960 0 -1 1077944384 118892 0 0 0 229965 32 0 0 20 0 17 0 44180899 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880949656752 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6978] ppid=6972 vsize=10927392 memory=5472700 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6978/stat : 6978 (java) S 6972 6975 5960 0 -1 1077944384 12326 0 0 0 1948 96 0 0 20 0 17 0 44180900 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880552704272 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6979] ppid=6972 vsize=10927392 memory=5472700 CPUtime=20.25 cores=1,3,5,7
/proc/6975/task/6979/stat : 6979 (java) S 6972 6975 5960 0 -1 1077944384 8904 0 0 0 1927 98 0 0 20 0 17 0 44180900 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880551651728 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6980] ppid=6972 vsize=10927392 memory=5472700 CPUtime=20.44 cores=1,3,5,7
/proc/6975/task/6980/stat : 6980 (java) S 6972 6975 5960 0 -1 1077944384 13846 0 0 0 1952 92 0 0 20 0 17 0 44180900 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880550599184 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6981] ppid=6972 vsize=10927392 memory=5472700 CPUtime=20.36 cores=1,3,5,7
/proc/6975/task/6981/stat : 6981 (java) S 6972 6975 5960 0 -1 1077944384 12559 0 0 0 1944 92 0 0 20 0 17 0 44180900 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880549546640 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6982] ppid=6972 vsize=10927392 memory=55 CPUtime=9.21 cores=1,3,5,7
/proc/6975/task/6982/stat : 6982 (java) S 6972 6975 5960 0 -1 1077944384 22660 0 0 0 917 4 0 0 20 0 17 0 44180902 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880437889520 139880945425026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6983] ppid=6972 vsize=10927392 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6983/stat : 6983 (java) S 6972 6975 5960 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 44180902 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880436835808 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6984] ppid=6972 vsize=10927392 memory=5472700 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6984/stat : 6984 (java) S 6972 6975 5960 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 44180902 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880435783168 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6985] ppid=6972 vsize=10927392 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6985/stat : 6985 (java) S 6972 6975 5960 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880434731728 139880945432475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6986] ppid=6972 vsize=10927392 memory=796 CPUtime=3.58 cores=1,3,5,7
/proc/6975/task/6986/stat : 6986 (java) S 6972 6975 5960 0 -1 1077944384 14287 0 0 0 356 2 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880433678320 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6987] ppid=6972 vsize=10927392 memory=4616 CPUtime=3.79 cores=1,3,5,7
/proc/6975/task/6987/stat : 6987 (java) S 6972 6975 5960 0 -1 1077944384 20931 0 0 0 376 3 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880432625776 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6988] ppid=6972 vsize=10927392 memory=5472700 CPUtime=0.55 cores=1,3,5,7
/proc/6975/task/6988/stat : 6988 (java) S 6972 6975 5960 0 -1 1077944384 6179 0 0 0 54 1 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880431573232 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6989] ppid=6972 vsize=10927392 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6975/task/6989/stat : 6989 (java) S 6972 6975 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880430520928 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=6990] ppid=6972 vsize=10927392 memory=5472700 CPUtime=1.35 cores=1,3,5,7
/proc/6975/task/6990/stat : 6990 (java) S 6972 6975 5960 0 -1 1077944384 3689 0 0 0 63 72 0 0 20 0 17 0 44180905 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880429468464 139880945425026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=7168] ppid=6972 vsize=10927392 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6975/task/7168/stat : 7168 (java) S 6972 6975 5960 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 44413890 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880425263856 139880945424085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
[pid=6975/tid=7169] ppid=6972 vsize=10927392 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/6975/task/7169/stat : 7169 (java) R 6972 6975 5960 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 17 0 44413890 11189649408 1368260 33554432000 4194304 4196468 140723018370560 139880424208376 139880590418624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140723018372209 140723018372361 140723018372361 140723018375119 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5473040 KiB

Child status: 143
Real time (s): 2330.2
CPU time (s): 2400.18
CPU user time (s): 2395.32
CPU system time (s): 4.86651
CPU usage (%): 103.003
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5473040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.32
system time used= 4.86651
maximum resident set size= 5473188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54041
involuntary context switches= 2099


# summary of solver processes directly reported to runsolver:
#   pid: 6975
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2395.32
#   total CPU system time (s): 4.86651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7912 second user time and 23.5362 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 15:29:37
IDJOB=4290156
IDBENCH=141596
IDSOLVER=2742
FILE ID=node134/4290156-1532266177
RUNJOBID= node134-1532258378-5992
PBS_JOBID= 21018961
Free space on /tmp= 55872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-24_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290156-1532266177/watcher-4290156-1532266177 -o /tmp/evaluation-result-4290156-1532266177/solver-4290156-1532266177 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290156-1532266177.xml

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

MD5SUM BENCH= 160b6465c319713d06d2dfba6c5298ba
RANDOM SEED=2000115637

node134.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.68
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.68
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.68
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.68
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:        19141400 kB
MemAvailable:   23667796 kB
Buffers:          162544 kB
Cached:          4628400 kB
SwapCached:            0 kB
Active:          9768340 kB
Inactive:        3375332 kB
Active(anon):    8302004 kB
Inactive(anon):    70304 kB
Active(file):    1466336 kB
Inactive(file):  3305028 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2416 kB
Writeback:             0 kB
AnonPages:       8360416 kB
Mapped:            47572 kB
Shmem:             17056 kB
Slab:             169764 kB
SReclaimable:     141736 kB
SUnreclaim:        28028 kB
KernelStack:        3600 kB
PageTables:        21944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8648104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7426048 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= 55988 MiB
End job on node134 at 2018-07-22 16:08:27