Trace number 4290152

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.23 2386.98

General information on the benchmark

NameSportsScheduling/
SportsScheduling-16_c18.xml
MD5SUM5770900a9b2cb93904bf32b5a50ba98d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark321.729
Satisfiable
(Un)Satisfiability was proved
Number of variables376
Number of constraints184
Number of domains2
Minimum domain size16
Maximum domain size120
Distribution of domain sizes[{"size":16,"count":256},{"size":120,"count":120}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":128},{"degree":4,"count":248}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":8},{"arity":2,"count":8},{"arity":3,"count":120},{"arity":8,"count":15},{"arity":16,"count":16},{"arity":30,"count":8},{"arity":32,"count":8},{"arity":120,"count":1}]
Number of extensional constraints120
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":120},{"type":"intension","count":16},{"type":"allDifferent","count":17},{"type":"count","count":15},{"type":"cardinality","count":16}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290152-1532266250/watcher-4290152-1532266250 -o /tmp/evaluation-result-4290152-1532266250/solver-4290152-1532266250 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290152-1532266250.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=3113, runsolver pid=3110

[startup+0.100425 s]*
/proc/loadavg: 4.88 4.59 3.79 2/217 3128
/proc/meminfo: memFree=19677172/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10659012 memory=31528 CPUtime=0.13 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 6436 0 0 0 11 2 0 0 20 0 15 0 44188197 10914828288 7882 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2664753 7882 2825 1 0 2627263 0
[pid=3113/tid=3115] ppid=3110 vsize=10659012 memory=-8825469193028465856 CPUtime=0.09 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) R 3110 3113 1778 0 -1 4202560 4279 0 0 0 8 1 0 0 20 0 15 0 44188197 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983673497424 139983669294237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188199 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44188200 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983025267872 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44188200 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983024214768 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188202 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 44188202 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 15 0 44188202 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0.02 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 44188202 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188203 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188203 10914828288 7882 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31528 KiB

[startup+0.210515 s]*
/proc/loadavg: 4.88 4.59 3.79 3/217 3128
/proc/meminfo: memFree=19666920/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10659012 memory=42540 CPUtime=0.33 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 7652 0 0 0 31 2 0 0 20 0 15 0 44188197 10914828288 10635 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2664753 10635 3013 1 0 2627263 0
[pid=3113/tid=3115] ppid=3110 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) R 3110 3113 1778 0 -1 4202560 4630 0 0 0 19 1 0 0 20 0 15 0 44188197 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983673503488 139983654641392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10659012 memory=3690331464165316256 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188198 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188199 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44188200 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983025267872 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44188200 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983024214768 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188202 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 400 0 0 0 2 0 0 0 20 0 15 0 44188202 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 595 0 0 0 2 0 0 0 20 0 15 0 44188202 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0.07 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) R 3110 3113 1778 0 -1 4202560 670 0 0 0 7 0 0 0 20 0 15 0 44188202 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983020005872 139983669293658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188203 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10659012 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188203 10914828288 10635 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42540 KiB

[startup+0.310958 s]*
/proc/loadavg: 4.88 4.59 3.79 4/217 3128
/proc/meminfo: memFree=19661896/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10659088 memory=47380 CPUtime=0.55 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 8431 0 0 0 52 3 0 0 20 0 15 0 44188197 10914906112 11845 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2664772 11845 3038 1 0 2627263 0
[pid=3113/tid=3115] ppid=3110 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) R 3110 3113 1778 0 -1 4202560 5166 0 0 0 28 2 0 0 20 0 15 0 44188197 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983673505568 139983669284246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10659088 memory=3763232383621748384 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188198 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188198 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10659088 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44188199 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44188200 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983025267872 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44188200 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983024214768 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188202 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) R 3110 3113 1778 0 -1 1077944384 499 0 0 0 4 0 0 0 20 0 15 0 44188202 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) R 3110 3113 1778 0 -1 4202560 634 0 0 0 5 0 0 0 20 0 15 0 44188202 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983021058928 139983669284246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10659088 memory=140419241432704 CPUtime=0.13 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) R 3110 3113 1778 0 -1 4202560 770 0 0 0 13 0 0 0 20 0 15 0 44188202 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983020005872 139983669284246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188203 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10659088 memory=140419241432704 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188203 10914906112 11845 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47380 KiB

[startup+0.701063 s]
/proc/loadavg: 4.88 4.59 3.79 5/217 3128
/proc/meminfo: memFree=19604432/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10659088 memory=195272 CPUtime=1.71 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 11881 0 0 0 163 8 0 0 20 0 15 0 44188197 10914906112 48818 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2664772 48818 3114 1 0 2627263 0
[pid=3113/tid=3115] ppid=3110 vsize=10659088 memory=1836 CPUtime=0.66 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) S 3110 3113 1778 0 -1 1077944384 5581 0 0 0 62 4 0 0 20 0 15 0 44188197 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983673501904 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10659088 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) R 3110 3113 1778 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 15 0 44188198 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983595344480 139983654296014 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10659088 memory=1960 CPUtime=0.01 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) R 3110 3113 1778 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 15 0 44188198 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983594294416 139983654300194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10659088 memory=5380 CPUtime=0.01 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) R 3110 3113 1778 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 15 0 44188198 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983593241360 139983654300176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10659088 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) R 3110 3113 1778 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 44188198 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983592188816 139983654300194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44188199 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983026320160 139983669282517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10659088 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44188200 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983025267872 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44188200 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983024214768 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10659088 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188202 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10659088 memory=6297835844906604903 CPUtime=0.33 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 1543 0 0 0 33 0 0 0 20 0 15 0 44188202 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983022091376 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10659088 memory=7597685182856913236 CPUtime=0.35 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) R 3110 3113 1778 0 -1 4202560 2055 0 0 0 35 0 0 0 20 0 15 0 44188202 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983021043592 139983654381896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10659088 memory=7368004788338839632 CPUtime=0.28 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 1265 0 0 0 28 0 0 0 20 0 15 0 44188202 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44188203 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44188203 10914906112 48818 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 195272 KiB

[startup+1.50089 s]
/proc/loadavg: 4.88 4.59 3.79 5/217 3128
/proc/meminfo: memFree=19450916/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10659088 memory=448188 CPUtime=4.11 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 18918 0 0 0 388 23 0 0 20 0 15 0 44188197 10914906112 112047 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2664772 112047 3157 1 0 2627263 0
[pid=3113/tid=3115] ppid=3110 vsize=10659088 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) R 3110 3113 1778 0 -1 4202560 5639 0 0 0 124 6 0 0 20 0 15 0 44188197 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983673509648 139983272483280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10659088 memory=1404238533875048054 CPUtime=0.14 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 107 0 0 0 11 3 0 0 20 0 15 0 44188198 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10659088 memory=6525018278055875452 CPUtime=0.14 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 94 0 0 0 11 3 0 0 20 0 15 0 44188198 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10659088 memory=3047711462688066934 CPUtime=0.14 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 193 0 0 0 11 3 0 0 20 0 15 0 44188198 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10659088 memory=7974038411334692957 CPUtime=0.14 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 186 0 0 0 11 3 0 0 20 0 15 0 44188198 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 44188199 10914906112 112047 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0

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

/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1764 0 0 0 177 46 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.24 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 3967 0 0 0 177 47 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10727700 memory=55 CPUtime=2.19 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2659 0 0 0 174 45 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0.59 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 7778 0 0 0 57 2 0 0 20 0 16 0 44188199 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44188200 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983025267936 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10727700 memory=15008 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44188200 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983024214784 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.31 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 12536 0 0 0 230 1 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.21 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 12781 0 0 0 219 2 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10727700 memory=4048 CPUtime=0.48 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 4296 0 0 0 47 1 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10727700 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44188203 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10727700 memory=8112282956445269571 CPUtime=1.37 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1829 0 0 0 60 77 0 0 20 0 16 0 44188203 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3129] ppid=3110 vsize=10727700 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3129/stat : 3129 (java) S 3110 3113 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 44188529 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983014749232 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 2395.68 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2739000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.7 s]
/proc/loadavg: 2.00 2.02 2.16 3/217 3304
/proc/meminfo: memFree=17876472/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2400.08 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 120241 0 0 0 239724 284 0 0 20 0 16 0 44188197 10985164800 684750 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2681925 684750 3192 1 0 2644416 0
[pid=3113/tid=3115] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2384.14 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) R 3110 3113 1778 0 -1 4202560 67584 0 0 0 238388 26 0 0 20 0 16 0 44188197 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983673511248 139983269746493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 3634 0 0 0 177 46 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1764 0 0 0 177 46 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.24 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 3967 0 0 0 177 47 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.19 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2659 0 0 0 174 45 0 0 20 0 16 0 44188198 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0.59 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 7778 0 0 0 57 2 0 0 20 0 16 0 44188199 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 44188200 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983025267936 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44188200 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983024214784 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.31 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 12536 0 0 0 230 1 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10727700 memory=2739000 CPUtime=2.21 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 12781 0 0 0 219 2 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10727700 memory=2739000 CPUtime=0.48 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 4296 0 0 0 47 1 0 0 20 0 16 0 44188202 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44188203 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10727700 memory=2739000 CPUtime=1.37 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1831 0 0 0 60 77 0 0 20 0 16 0 44188203 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3129] ppid=3110 vsize=10727700 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3129/stat : 3129 (java) S 3110 3113 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 44188529 10985164800 684750 33554432000 4194304 4196468 140724582458368 139983014749232 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2739000 KiB

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

[startup+2386.98 s]
# the end of solver process 3113 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.36 s, system=2.86673 s

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

[startup+2386.81 s]
/proc/loadavg: 2.00 2.02 2.16 3/217 3304
/proc/meminfo: memFree=17876472/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10927392 memory=2739332 CPUtime=2400.12 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 122468 0 0 0 239728 284 0 0 20 0 17 0 44188197 11189649408 684833 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2731848 684833 3194 1 0 2694339 0
[pid=3113/tid=3115] ppid=3110 vsize=10927392 memory=301741382048153914 CPUtime=2384.15 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) S 3110 3113 1778 0 -1 1077944384 67691 0 0 0 238389 26 0 0 20 0 17 0 44188197 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983673515184 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10927392 memory=16097091571157035 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 3634 0 0 0 177 46 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10927392 memory=16436 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1764 0 0 0 177 46 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10927392 memory=4048 CPUtime=2.24 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 3967 0 0 0 177 47 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10927392 memory=0 CPUtime=2.19 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2659 0 0 0 174 45 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10927392 memory=280838248261792 CPUtime=0.59 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 7778 0 0 0 57 2 0 0 20 0 17 0 44188199 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10927392 memory=140419124150384 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44188200 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983025267936 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10927392 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44188200 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983024214784 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10927392 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10927392 memory=1692 CPUtime=2.31 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 12536 0 0 0 230 1 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10927392 memory=916 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 13845 0 0 0 221 2 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10927392 memory=3848 CPUtime=0.48 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 4765 0 0 0 47 1 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10927392 memory=2748 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44188203 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10927392 memory=8384 CPUtime=1.37 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1831 0 0 0 60 77 0 0 20 0 17 0 44188203 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2739332 KiB

[startup+2386.9 s]
/proc/loadavg: 2.00 2.02 2.16 3/217 3304
/proc/meminfo: memFree=17876472/32770624 swapFree=67108860/67108860
[pid=3113] ppid=3110 vsize=10927392 memory=2739332 CPUtime=2400.12 cores=1,3,5,7
/proc/3113/stat : 3113 (java) S 3110 3113 1778 0 -1 1077944320 122468 0 0 0 239728 284 0 0 20 0 17 0 44188197 11189649408 684833 33554432000 4194304 4196468 140724582458368 140724582440912 139983669272311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
/proc/3113/statm: 2731848 684833 3194 1 0 2694339 0
[pid=3113/tid=3115] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2384.15 cores=1,3,5,7
/proc/3113/task/3115/stat : 3115 (java) S 3110 3113 1778 0 -1 1077944384 67691 0 0 0 238389 26 0 0 20 0 17 0 44188197 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983673515184 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3116] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3116/stat : 3116 (java) S 3110 3113 1778 0 -1 1077944384 3634 0 0 0 177 46 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983595346960 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3117] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3117/stat : 3117 (java) S 3110 3113 1778 0 -1 1077944384 1764 0 0 0 177 46 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983594294416 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3118] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2.24 cores=1,3,5,7
/proc/3113/task/3118/stat : 3118 (java) S 3110 3113 1778 0 -1 1077944384 3967 0 0 0 177 47 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983593241360 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3119] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2.19 cores=1,3,5,7
/proc/3113/task/3119/stat : 3119 (java) S 3110 3113 1778 0 -1 1077944384 2659 0 0 0 174 45 0 0 20 0 17 0 44188198 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983592188816 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3120] ppid=3110 vsize=10927392 memory=2739000 CPUtime=0.59 cores=1,3,5,7
/proc/3113/task/3120/stat : 3120 (java) S 3110 3113 1778 0 -1 1077944384 7778 0 0 0 57 2 0 0 20 0 17 0 44188199 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983026321648 139983669283458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3121] ppid=3110 vsize=10927392 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3121/stat : 3121 (java) S 3110 3113 1778 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44188200 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983025267936 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3122] ppid=3110 vsize=10927392 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3122/stat : 3122 (java) S 3110 3113 1778 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44188200 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983024214784 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3123] ppid=3110 vsize=10927392 memory=2739000 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3123/stat : 3123 (java) S 3110 3113 1778 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983023163344 139983669290907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3124] ppid=3110 vsize=10927392 memory=2739000 CPUtime=2.31 cores=1,3,5,7
/proc/3113/task/3124/stat : 3124 (java) S 3110 3113 1778 0 -1 1077944384 12536 0 0 0 230 1 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983022111472 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3125] ppid=3110 vsize=10927392 memory=4140 CPUtime=2.23 cores=1,3,5,7
/proc/3113/task/3125/stat : 3125 (java) S 3110 3113 1778 0 -1 1077944384 13845 0 0 0 221 2 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983021058928 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3126] ppid=3110 vsize=10927392 memory=2739000 CPUtime=0.48 cores=1,3,5,7
/proc/3113/task/3126/stat : 3126 (java) S 3110 3113 1778 0 -1 1077944384 4765 0 0 0 47 1 0 0 20 0 17 0 44188202 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983020005872 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3127] ppid=3110 vsize=10927392 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3113/task/3127/stat : 3127 (java) S 3110 3113 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44188203 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983018953568 139983669282517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
[pid=3113/tid=3128] ppid=3110 vsize=10927392 memory=2739000 CPUtime=1.37 cores=1,3,5,7
/proc/3113/task/3128/stat : 3128 (java) S 3110 3113 1778 0 -1 1077944384 1831 0 0 0 60 77 0 0 20 0 17 0 44188203 11189649408 684833 33554432000 4194304 4196468 140724582458368 139983017900592 139983669283458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8491008 140724582466673 140724582466825 140724582466825 140724582469583 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2739332 KiB

Child status: 143
Real time (s): 2386.98
CPU time (s): 2400.23
CPU user time (s): 2397.36
CPU system time (s): 2.86673
CPU usage (%): 100.555
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2739332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.36
system time used= 2.86673
maximum resident set size= 2739828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54430
involuntary context switches= 1064


# summary of solver processes directly reported to runsolver:
#   pid: 3113
#   total CPU time (s): 2400.23
#   total CPU user time (s): 2397.36
#   total CPU system time (s): 2.86673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8514 second user time and 22.861 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 15:30:50
IDJOB=4290152
IDBENCH=141599
IDSOLVER=2742
FILE ID=node104/4290152-1532266250
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

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

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

MD5SUM BENCH= 5770900a9b2cb93904bf32b5a50ba98d
RANDOM SEED=1042062923

node104.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.11
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.11
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.11
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.11
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:        19698428 kB
MemAvailable:   30164176 kB
Buffers:          238892 kB
Cached:         10435008 kB
SwapCached:            0 kB
Active:          3589792 kB
Inactive:        8910100 kB
Active(anon):    1828408 kB
Inactive(anon):    17088 kB
Active(file):    1761384 kB
Inactive(file):  8893012 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:       1842652 kB
Mapped:            47708 kB
Shmem:             17036 kB
Slab:             267760 kB
SReclaimable:     239812 kB
SUnreclaim:        27948 kB
KernelStack:        3824 kB
PageTables:         8368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4005916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1720320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 16:10:37