Trace number 4290113

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.09 2378.45

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-14_c18.xml
MD5SUM0e107aeb1163eb9d4573d4ca0ed1edf8
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 variables392
Number of constraints366
Number of domains2
Minimum domain size14
Maximum domain size196
Distribution of domain sizes[{"size":14,"count":196},{"size":196,"count":182}]
Minimum variable degree0
Maximum variable degree185
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":184,"count":14},{"degree":185,"count":182}]
Minimum constraint arity3
Maximum constraint arity197
Distribution of constraint arities[{"arity":3,"count":182},{"arity":14,"count":1},{"arity":196,"count":1},{"arity":197,"count":182}]
Number of extensional constraints0
Number of intensional constraints182
Distribution of constraint types[{"type":"intension","count":182},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":182}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290113-1532268508/watcher-4290113-1532268508 -o /tmp/evaluation-result-4290113-1532268508/solver-4290113-1532268508 -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-4290113-1532268508.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=7230, runsolver pid=7227

[startup+0.10063 s]*
/proc/loadavg: 2.00 2.03 2.17 2/221 7245
/proc/meminfo: memFree=24106336/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10659012 memory=30488 CPUtime=0.12 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 6674 0 0 0 11 1 0 0 20 0 15 0 44413975 10914828288 7622 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2664753 7622 2816 1 0 2627263 0
[pid=7230/tid=7232] ppid=7227 vsize=10659012 memory=-8823781446974796992 CPUtime=0.09 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 4522 0 0 0 8 1 0 0 20 0 15 0 44413975 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950517557104 139950497432926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950004380960 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950003328624 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413980 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 7622 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0.02 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) R 7227 7230 5960 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 44413981 10914828288 7622 33554432000 4194304 4196468 140731204758320 139949999115640 139950513364374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 7622 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 7622 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210683 s]*
/proc/loadavg: 2.00 2.03 2.17 4/221 7245
/proc/meminfo: memFree=24095448/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10659012 memory=42160 CPUtime=0.33 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 8091 0 0 0 31 2 0 0 20 0 15 0 44413975 10914828288 10540 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2664753 10540 3008 1 0 2627263 0
[pid=7230/tid=7232] ppid=7227 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 5028 0 0 0 19 1 0 0 20 0 15 0 44413975 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950517588720 139950497396069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10659012 memory=140165565514619 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413976 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950004380960 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44413978 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950003328624 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413980 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 729 0 0 0 2 0 0 0 20 0 15 0 44413981 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 44413981 10914828288 10540 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0.07 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) R 7227 7230 5960 0 -1 4202560 665 0 0 0 7 0 0 0 20 0 15 0 44413981 10914828288 10540 33554432000 4194304 4196468 140731204758320 139949999118704 139950513364374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 10540 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10659012 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413981 10914828288 10540 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42160 KiB

[startup+0.313084 s]*
/proc/loadavg: 2.00 2.03 2.17 6/221 7245
/proc/meminfo: memFree=24088376/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10659088 memory=47360 CPUtime=0.53 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 8879 0 0 0 51 2 0 0 20 0 15 0 44413975 10914906112 11840 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2664772 11840 3052 1 0 2627263 0
[pid=7230/tid=7232] ppid=7227 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 5619 0 0 0 29 1 0 0 20 0 15 0 44413975 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950517587536 139950494758738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10659088 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10659088 memory=140165565764849 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413976 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413976 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10659088 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950004380960 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950003328624 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413980 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) R 7227 7230 5960 0 -1 4202560 749 0 0 0 4 0 0 0 20 0 15 0 44413981 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950001223792 139950493007665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) R 7227 7230 5960 0 -1 1077944384 408 0 0 0 4 0 0 0 20 0 15 0 44413981 10914906112 11840 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10659088 memory=140165565507200 CPUtime=0.12 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) R 7227 7230 5960 0 -1 4202560 749 0 0 0 12 0 0 0 20 0 15 0 44413981 10914906112 11840 33554432000 4194304 4196468 140731204758320 139949999117600 139950497432926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413981 10914906112 11840 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10659088 memory=140165565507200 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413981 10914906112 11840 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47360 KiB

[startup+0.700757 s]
/proc/loadavg: 2.00 2.03 2.17 5/221 7245
/proc/meminfo: memFree=23998888/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10659088 memory=198956 CPUtime=1.73 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 12343 0 0 0 167 6 0 0 20 0 15 0 44413975 10914906112 49739 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2664772 49739 3128 1 0 2627263 0
[pid=7230/tid=7232] ppid=7227 vsize=10659088 memory=1236 CPUtime=0.64 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 6039 0 0 0 61 3 0 0 20 0 15 0 44413975 10914906112 49739 33554432000 4194304 4196468 140731204758320 139950517582112 139950118922819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10659088 memory=9272 CPUtime=0.02 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 44413976 10914906112 49739 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10659088 memory=4052 CPUtime=0.01 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 44413976 10914906112 49739 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10659088 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 44413976 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10659088 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44413976 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10659088 memory=956 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950004380960 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10659088 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950003328624 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10659088 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413980 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10659088 memory=7236558186460768598 CPUtime=0.33 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) R 7227 7230 5960 0 -1 4202560 1564 0 0 0 33 0 0 0 20 0 15 0 44413981 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950001209256 139950494052736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10659088 memory=6148935659200796009 CPUtime=0.34 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) R 7227 7230 5960 0 -1 4202560 1796 0 0 0 34 0 0 0 20 0 15 0 44413981 10914906112 49805 33554432000 4194304 4196468 140731204758320 139950000156872 139950494870327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) S 7227 7230 5960 0 -1 1077944384 1483 0 0 0 30 0 0 0 20 0 15 0 44413981 10914906112 49805 33554432000 4194304 4196468 140731204758320 139949999118704 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44413981 10914906112 49805 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10659088 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44413981 10914906112 49805 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 198956 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 2.03 2.17 4/221 7245
/proc/meminfo: memFree=23884332/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10659088 memory=437064 CPUtime=3.69 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 14248 0 0 0 350 19 0 0 20 0 15 0 44413975 10914906112 109266 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2664772 109266 3148 1 0 2627263 0
[pid=7230/tid=7232] ppid=7227 vsize=10659088 memory=372820 CPUtime=1.3 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 6097 0 0 0 125 5 0 0 20 0 15 0 44413975 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950517587296 139950120733339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10659088 memory=8112282956445269571 CPUtime=0.13 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 143 0 0 0 11 2 0 0 20 0 15 0 44413976 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 153 0 0 0 12 3 0 0 20 0 15 0 44413976 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 144 0 0 0 13 2 0 0 20 0 15 0 44413976 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 119 0 0 0 12 2 0 0 20 0 15 0 44413976 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 44413978 10914906112 109266 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0

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

/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1842 0 0 0 529 38 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10727700 memory=2825280 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2065 0 0 0 521 45 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10727700 memory=2825280 CPUtime=2.65 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 7655 0 0 0 261 4 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10727700 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950004381024 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950003328640 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10727700 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413980 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10727700 memory=928 CPUtime=1.33 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 6038 0 0 0 131 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10727700 memory=2825280 CPUtime=1.63 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 10600 0 0 0 161 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10727700 memory=4096 CPUtime=0.54 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) S 7227 7230 5960 0 -1 1077944384 5894 0 0 0 52 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949999118704 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10727700 memory=8112282956445269571 CPUtime=1.25 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 2344 0 0 0 59 66 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7246] ppid=7227 vsize=10727700 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7246/stat : 7246 (java) S 7227 7230 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44414840 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949993862320 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 2284.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2825280 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/220 7404
/proc/meminfo: memFree=23030388/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10727700 memory=2825280 CPUtime=2344.08 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 123146 0 0 0 234159 249 0 0 20 0 16 0 44413975 10985164800 706320 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2681925 706320 3198 1 0 2644416 0
[pid=7230/tid=7232] ppid=7227 vsize=10727700 memory=2825280 CPUtime=2313.94 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 81064 0 0 0 231371 23 0 0 20 0 16 0 44413975 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950517589240 139950122440503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10727700 memory=2825280 CPUtime=5.64 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 2087 0 0 0 527 37 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10727700 memory=280330905745824 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 2004 0 0 0 528 38 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10727700 memory=2825280 CPUtime=5.67 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1842 0 0 0 529 38 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10727700 memory=2825280 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2065 0 0 0 521 45 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10727700 memory=2825280 CPUtime=2.65 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 7664 0 0 0 261 4 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950004381024 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950003328640 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413980 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10727700 memory=8112282956445269571 CPUtime=1.33 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 6052 0 0 0 131 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10727700 memory=1228 CPUtime=1.63 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 10603 0 0 0 161 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0.54 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) S 7227 7230 5960 0 -1 1077944384 5897 0 0 0 52 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949999118704 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10727700 memory=2825280 CPUtime=1.28 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 2384 0 0 0 61 67 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7246] ppid=7227 vsize=10727700 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7246/stat : 7246 (java) S 7227 7230 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44414840 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949993862320 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 2344.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2825280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2378.2 s]
/proc/loadavg: 2.54 2.16 2.09 3/221 7406
/proc/meminfo: memFree=23030204/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10727700 memory=2825280 CPUtime=2400.01 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 124990 0 0 0 239750 251 0 0 20 0 16 0 44413975 10985164800 706320 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2681925 706320 3198 1 0 2644416 0
[pid=7230/tid=7232] ppid=7227 vsize=10727700 memory=288230583166042426 CPUtime=2369.84 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) R 7227 7230 5960 0 -1 4202560 82839 0 0 0 236961 23 0 0 20 0 16 0 44413975 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950517589240 139950122440503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10727700 memory=14696283692598694 CPUtime=5.64 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 2087 0 0 0 527 37 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10727700 memory=644 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 2004 0 0 0 528 38 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10727700 memory=1800 CPUtime=5.67 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1842 0 0 0 529 38 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10727700 memory=956 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2065 0 0 0 521 45 0 0 20 0 16 0 44413976 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10727700 memory=2340 CPUtime=2.65 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 7674 0 0 0 261 4 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950004381024 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10727700 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 44413978 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950003328640 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10727700 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413980 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10727700 memory=4124 CPUtime=1.33 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 6065 0 0 0 131 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10727700 memory=2196 CPUtime=1.63 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 10606 0 0 0 161 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10727700 memory=7636 CPUtime=0.54 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) S 7227 7230 5960 0 -1 1077944384 5900 0 0 0 52 2 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949999118704 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10727700 memory=840 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10727700 memory=1399103955520229747 CPUtime=1.31 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 2424 0 0 0 62 69 0 0 20 0 16 0 44413981 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7246] ppid=7227 vsize=10727700 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7246/stat : 7246 (java) S 7227 7230 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 44414840 10985164800 706320 33554432000 4194304 4196468 140731204758320 139949993862320 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2825280 KiB

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

[startup+2378.45 s]
# the end of solver process 7230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.56 s, system=2.52633 s

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

[startup+2378.4 s]
/proc/loadavg: 2.54 2.16 2.09 3/221 7406
/proc/meminfo: memFree=23030204/32770624 swapFree=67108860/67108860
[pid=7230] ppid=7227 vsize=10927392 memory=2825588 CPUtime=2400.03 cores=1,3,5,7
/proc/7230/stat : 7230 (java) S 7227 7230 5960 0 -1 1077944320 125872 0 0 0 239752 251 0 0 20 0 17 0 44413975 11189649408 706397 33554432000 4194304 4196468 140731204758320 140731204740864 139950513352439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
/proc/7230/statm: 2731848 706397 3201 1 0 2694339 0
[pid=7230/tid=7232] ppid=7227 vsize=10927392 memory=18476 CPUtime=2369.86 cores=1,3,5,7
/proc/7230/task/7232/stat : 7232 (java) S 7227 7230 5960 0 -1 1077944384 82939 0 0 0 236963 23 0 0 20 0 17 0 44413975 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950517595312 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7233] ppid=7227 vsize=10927392 memory=8112282956445269571 CPUtime=5.64 cores=1,3,5,7
/proc/7230/task/7233/stat : 7233 (java) S 7227 7230 5960 0 -1 1077944384 2087 0 0 0 527 37 0 0 20 0 17 0 44413976 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950439426448 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7234] ppid=7227 vsize=10927392 memory=1796 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7234/stat : 7234 (java) S 7227 7230 5960 0 -1 1077944384 2004 0 0 0 528 38 0 0 20 0 17 0 44413976 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950438373648 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7235] ppid=7227 vsize=10927392 memory=4096 CPUtime=5.67 cores=1,3,5,7
/proc/7230/task/7235/stat : 7235 (java) S 7227 7230 5960 0 -1 1077944384 1842 0 0 0 529 38 0 0 20 0 17 0 44413976 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950437321360 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7236] ppid=7227 vsize=10927392 memory=15268 CPUtime=5.66 cores=1,3,5,7
/proc/7230/task/7236/stat : 7236 (java) S 7227 7230 5960 0 -1 1077944384 2065 0 0 0 521 45 0 0 20 0 17 0 44413976 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950116825616 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7237] ppid=7227 vsize=10927392 memory=8112282956445269571 CPUtime=2.65 cores=1,3,5,7
/proc/7230/task/7237/stat : 7237 (java) S 7227 7230 5960 0 -1 1077944384 7715 0 0 0 261 4 0 0 20 0 17 0 44413978 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950005434992 139950513363586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7238] ppid=7227 vsize=10927392 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7238/stat : 7238 (java) S 7227 7230 5960 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 44413978 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950004381024 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7239] ppid=7227 vsize=10927392 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7239/stat : 7239 (java) S 7227 7230 5960 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 44413978 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950003328640 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7240] ppid=7227 vsize=10927392 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7240/stat : 7240 (java) S 7227 7230 5960 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 17 0 44413980 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950002276944 139950513371035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7241] ppid=7227 vsize=10927392 memory=2825280 CPUtime=1.33 cores=1,3,5,7
/proc/7230/task/7241/stat : 7241 (java) S 7227 7230 5960 0 -1 1077944384 6065 0 0 0 131 2 0 0 20 0 17 0 44413981 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950001223792 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7242] ppid=7227 vsize=10927392 memory=2825280 CPUtime=1.63 cores=1,3,5,7
/proc/7230/task/7242/stat : 7242 (java) S 7227 7230 5960 0 -1 1077944384 10606 0 0 0 161 2 0 0 20 0 17 0 44413981 11189649408 706397 33554432000 4194304 4196468 140731204758320 139950000170992 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7243] ppid=7227 vsize=10927392 memory=3260 CPUtime=0.54 cores=1,3,5,7
/proc/7230/task/7243/stat : 7243 (java) S 7227 7230 5960 0 -1 1077944384 6017 0 0 0 52 2 0 0 20 0 17 0 44413981 11189649408 706397 33554432000 4194304 4196468 140731204758320 139949999118704 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7244] ppid=7227 vsize=10927392 memory=2825280 CPUtime=0 cores=1,3,5,7
/proc/7230/task/7244/stat : 7244 (java) S 7227 7230 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44413981 11189649408 706397 33554432000 4194304 4196468 140731204758320 139949998066144 139950513362645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
[pid=7230/tid=7245] ppid=7227 vsize=10927392 memory=1228 CPUtime=1.31 cores=1,3,5,7
/proc/7230/task/7245/stat : 7245 (java) S 7227 7230 5960 0 -1 1077944384 2424 0 0 0 62 69 0 0 20 0 17 0 44413981 11189649408 706397 33554432000 4194304 4196468 140731204758320 139949997013936 139950513363586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29114368 140731204764785 140731204764937 140731204764937 140731204767695 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2825588 KiB

Child status: 143
Real time (s): 2378.45
CPU time (s): 2400.09
CPU user time (s): 2397.56
CPU system time (s): 2.52633
CPU usage (%): 100.91
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2825588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.56
system time used= 2.52633
maximum resident set size= 2825800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127306
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54487
involuntary context switches= 905


# summary of solver processes directly reported to runsolver:
#   pid: 7230
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.56
#   total CPU system time (s): 2.52633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7902 second user time and 23.6446 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 16:08:28
IDJOB=4290113
IDBENCH=141612
IDSOLVER=2742
FILE ID=node134/4290113-1532268508
RUNJOBID= node134-1532258378-5992
PBS_JOBID= 21018961
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290113-1532268508/watcher-4290113-1532268508 -o /tmp/evaluation-result-4290113-1532268508/solver-4290113-1532268508 -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-4290113-1532268508.xml

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

MD5SUM BENCH= 0e107aeb1163eb9d4573d4ca0ed1edf8
RANDOM SEED=232301425

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:        24123580 kB
MemAvailable:   28527280 kB
Buffers:          163324 kB
Cached:          4504848 kB
SwapCached:            0 kB
Active:          4795380 kB
Inactive:        3375640 kB
Active(anon):    3451984 kB
Inactive(anon):    70304 kB
Active(file):    1343396 kB
Inactive(file):  3305336 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:       3509760 kB
Mapped:            47604 kB
Shmem:             17056 kB
Slab:             169312 kB
SReclaimable:     141604 kB
SUnreclaim:        27708 kB
KernelStack:        3584 kB
PageTables:        11952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4572444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3254272 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:48:06