Trace number 4290181

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.15 2390.86

General information on the benchmark

NameFrb/
frb-56-25-3-mgd_c18.xml
MD5SUM7c69722bcd82b7b6de23ca1e1f99c5f4
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 variables56
Number of constraints511
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":4},{"degree":15,"count":7},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":10},{"degree":19,"count":5},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":2},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":511}]
Number of extensional constraints511
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":511}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290181-1532266023/watcher-4290181-1532266023 -o /tmp/evaluation-result-4290181-1532266023/solver-4290181-1532266023 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290181-1532266023.xml 

running on 4 cores: 0,2,4,6

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
solver pid=2684, runsolver pid=2681
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.49 7.23 5.59 5/215 2699
/proc/meminfo: memFree=12299160/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10659012 memory=30616 CPUtime=0.12 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 6720 0 0 0 11 1 0 0 20 0 15 0 44165545 10914828288 7654 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2664753 7654 2844 1 0 2627263 0
[pid=2684/tid=2686] ppid=2681 vsize=10659012 memory=-8969864760864371904 CPUtime=0.08 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 4557 0 0 0 8 0 0 0 20 0 15 0 44165546 10914828288 7654 33554432000 4194304 4196468 140723259040176 140296516774416 140296512560534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 7654 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 7654 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 7654 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 7654 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165548 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44165548 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295547921952 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44165549 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295546869104 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) R 2681 2684 1669 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0.01 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) R 2681 2684 1669 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295542659184 140296494112155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 7654 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30616 KiB

[startup+0.210535 s]*
/proc/loadavg: 8.49 7.23 5.59 3/215 2699
/proc/meminfo: memFree=12287944/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10659012 memory=42144 CPUtime=0.33 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 8095 0 0 0 31 2 0 0 20 0 15 0 44165545 10914828288 10536 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2664753 10536 3008 1 0 2627263 0
[pid=2684/tid=2686] ppid=2681 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 44165546 10914828288 10536 33554432000 4194304 4196468 140723259040176 140296516777168 140296498788834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 10536 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10659012 memory=4049217314722895520 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 10536 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 10536 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165547 10914828288 10536 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165548 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44165548 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295547921952 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44165549 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295546869104 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 620 0 0 0 2 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0.07 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) S 2681 2684 1669 0 -1 1077944384 681 0 0 0 7 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295542659184 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10659012 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165551 10914828288 10536 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42144 KiB

[startup+0.310479 s]*
/proc/loadavg: 8.49 7.23 5.59 3/215 2699
/proc/meminfo: memFree=12280872/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10659088 memory=47612 CPUtime=0.54 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 8952 0 0 0 51 3 0 0 20 0 15 0 44165545 10914906112 11903 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2664772 11903 3062 1 0 2627263 0
[pid=2684/tid=2686] ppid=2681 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 5571 0 0 0 28 2 0 0 20 0 15 0 44165546 10914906112 11903 33554432000 4194304 4196468 140723259040176 140296516780624 140296512560534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 11903 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10659088 memory=4123248527837714080 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 11903 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 11903 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 11903 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10659088 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44165548 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44165548 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295547921952 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44165549 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295546869104 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 680 0 0 0 5 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 574 0 0 0 4 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10659088 memory=140189819688576 CPUtime=0.13 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) R 2681 2684 1669 0 -1 4202560 760 0 0 0 13 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295542654912 140296512569946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10659088 memory=140189819688576 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 11903 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47612 KiB

[startup+0.701861 s]
/proc/loadavg: 8.49 7.23 5.59 8/215 2699
/proc/meminfo: memFree=12237996/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10659088 memory=162052 CPUtime=1.82 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 11542 0 0 0 176 6 0 0 20 0 15 0 44165545 10914906112 40513 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2664772 40513 3109 1 0 2627263 0
[pid=2684/tid=2686] ppid=2681 vsize=10659088 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 5826 0 0 0 64 4 0 0 20 0 15 0 44165546 10914906112 40513 33554432000 4194304 4196468 140723259040176 140296516774480 140296133899695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 40513 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10659088 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 40513 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 40513 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44165547 10914906112 40513 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44165548 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44165548 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295547921952 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44165549 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295546869104 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10659088 memory=7523641866607553108 CPUtime=0.38 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) R 2681 2684 1669 0 -1 4202560 1564 0 0 0 38 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295544754704 140296512560534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10659088 memory=5789189752906409301 CPUtime=0.38 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) R 2681 2684 1669 0 -1 4202560 1237 0 0 0 38 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295543700976 140296494069778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10659088 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) R 2681 2684 1669 0 -1 1077944384 1544 0 0 0 35 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295542654912 140296512558805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44165551 10914906112 40513 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 162052 KiB

[startup+1.50076 s]
/proc/loadavg: 8.49 7.23 5.59 8/215 2699
/proc/meminfo: memFree=12139512/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10727800 memory=206844 CPUtime=4.32 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 17299 0 0 0 423 9 0 0 20 0 16 0 44165545 10985267200 51711 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2681950 51711 3140 1 0 2644441 0
[pid=2684/tid=2686] ppid=2681 vsize=10727800 memory=8112282956445269571 CPUtime=1.46 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 5923 0 0 0 142 4 0 0 20 0 16 0 44165546 10985267200 51711 33554432000 4194304 4196468 140723259040176 140296516784808 140296134898424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10727800 memory=-7533522213388100735 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 44165547 10985267200 51711 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10727800 memory=1404222122299264374 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 44165547 10985267200 51711 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10727800 memory=8514726395714820750 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 44165547 10985267200 51711 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10727800 memory=-1391509512798375272 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 44165547 10985267200 51711 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10727800 memory=-8102331449035005740 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 44165548 10985267200 51711 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0

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

/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 4892 0 0 0 124 26 0 0 20 0 16 0 44165547 10983067648 241700 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10725652 memory=966800 CPUtime=1.49 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 5297 0 0 0 124 25 0 0 20 0 16 0 44165547 10983067648 241700 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10725652 memory=966800 CPUtime=0.19 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 13513 0 0 0 17 2 0 0 20 0 16 0 44165548 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10725652 memory=966800 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44165548 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295547922016 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10725652 memory=966800 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44165549 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295546869120 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10725652 memory=966800 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10725652 memory=966800 CPUtime=1.72 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 6485 0 0 0 171 1 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10725652 memory=966800 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 8624 0 0 0 151 1 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10725652 memory=2244 CPUtime=0.49 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) S 2681 2684 1669 0 -1 1077944384 4012 0 0 0 48 1 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295542659184 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10725652 memory=966800 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10725652 memory=966800 CPUtime=1.26 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 2087 0 0 0 68 58 0 0 20 0 16 0 44165551 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2700] ppid=2681 vsize=10725652 memory=966800 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2700/stat : 2700 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44165648 10983067648 241700 33554432000 4194304 4196468 140723259040176 140295539500464 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 2331.68 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 966800 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.42 3/217 2870
/proc/meminfo: memFree=12651476/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10725652 memory=948340 CPUtime=2391.77 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 80927 0 0 0 239012 165 0 0 20 0 16 0 44165545 10983067648 237085 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2681413 237085 3182 1 0 2643904 0
[pid=2684/tid=2686] ppid=2681 vsize=10725652 memory=948340 CPUtime=2380.41 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 22799 0 0 0 238033 8 0 0 20 0 16 0 44165546 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296516787552 140296131270458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10725652 memory=948340 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 5056 0 0 0 124 26 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10725652 memory=948340 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 6408 0 0 0 125 25 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10725652 memory=948340 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 4921 0 0 0 126 26 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10725652 memory=948340 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 5335 0 0 0 127 25 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10725652 memory=948340 CPUtime=0.2 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 13730 0 0 0 18 2 0 0 20 0 16 0 44165548 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10725652 memory=948340 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44165548 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295547922016 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10725652 memory=948340 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44165549 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295546869120 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10725652 memory=948340 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10725652 memory=966800 CPUtime=1.72 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 6488 0 0 0 171 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10725652 memory=55 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 8627 0 0 0 151 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10725652 memory=948340 CPUtime=0.49 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) S 2681 2684 1669 0 -1 1077944384 4020 0 0 0 48 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295542659184 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10725652 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10725652 memory=15004 CPUtime=1.29 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 2127 0 0 0 69 60 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2700] ppid=2681 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2700/stat : 2700 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44165648 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295539500464 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 2391.77 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 948340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.6 s]
/proc/loadavg: 2.01 2.03 2.41 3/217 2870
/proc/meminfo: memFree=12651600/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10725652 memory=948340 CPUtime=2400.08 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 80948 0 0 0 239843 165 0 0 20 0 16 0 44165545 10983067648 237085 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2681413 237085 3182 1 0 2643904 0
[pid=2684/tid=2686] ppid=2681 vsize=10725652 memory=4028 CPUtime=2388.71 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) R 2681 2684 1669 0 -1 4202560 22810 0 0 0 238863 8 0 0 20 0 16 0 44165546 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296516787552 140296135151351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10725652 memory=8112282956445269571 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 5056 0 0 0 124 26 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10725652 memory=8112282956445269571 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 6408 0 0 0 125 25 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10725652 memory=848 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 4921 0 0 0 126 26 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10725652 memory=8112282956445269571 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 5335 0 0 0 127 25 0 0 20 0 16 0 44165547 10983067648 237085 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10725652 memory=948340 CPUtime=0.2 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 13732 0 0 0 18 2 0 0 20 0 16 0 44165548 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10725652 memory=948340 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 44165548 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295547922016 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10725652 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 44165549 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295546869120 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10725652 memory=948340 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10725652 memory=948340 CPUtime=1.72 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 6490 0 0 0 171 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10725652 memory=15004 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 8629 0 0 0 151 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10725652 memory=1296 CPUtime=0.49 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) S 2681 2684 1669 0 -1 1077944384 4022 0 0 0 48 1 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295542659184 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10725652 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10725652 memory=1728 CPUtime=1.29 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 2129 0 0 0 69 60 0 0 20 0 16 0 44165551 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2700] ppid=2681 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2700/stat : 2700 (java) S 2681 2684 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44165648 10983067648 237085 33554432000 4194304 4196468 140723259040176 140295539500464 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 948340 KiB

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

[startup+2390.86 s]
# the end of solver process 2684 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.49 s, system=1.65918 s

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

[startup+2390.8 s]
/proc/loadavg: 2.01 2.03 2.41 3/217 2870
/proc/meminfo: memFree=12651600/32770624 swapFree=67108860/67108860
[pid=2684] ppid=2681 vsize=10925344 memory=948560 CPUtime=2400.09 cores=0,2,4,6
/proc/2684/stat : 2684 (java) S 2681 2684 1669 0 -1 1077944320 81559 0 0 0 239844 165 0 0 20 0 17 0 44165545 11187552256 237140 33554432000 4194304 4196468 140723259040176 140723259022720 140296512548599 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
/proc/2684/statm: 2731336 237140 3185 1 0 2693827 0
[pid=2684/tid=2686] ppid=2681 vsize=10925344 memory=6655300316396806240 CPUtime=2388.72 cores=0,2,4,6
/proc/2684/task/2686/stat : 2686 (java) S 2681 2684 1669 0 -1 1077944384 22862 0 0 0 238864 8 0 0 20 0 17 0 44165546 11187552256 237140 33554432000 4194304 4196468 140723259040176 140296516791472 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2687] ppid=2681 vsize=10925344 memory=6944656592455360604 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2687/stat : 2687 (java) S 2681 2684 1669 0 -1 1077944384 5056 0 0 0 124 26 0 0 20 0 17 0 44165547 11187552256 237140 33554432000 4194304 4196468 140723259040176 140296119511696 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2688] ppid=2681 vsize=10925344 memory=6944656592455097440 CPUtime=1.5 cores=0,2,4,6
/proc/2684/task/2688/stat : 2688 (java) S 2681 2684 1669 0 -1 1077944384 6408 0 0 0 125 25 0 0 20 0 17 0 44165547 11187552256 237140 33554432000 4194304 4196468 140723259040176 140296118458896 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2689] ppid=2681 vsize=10925344 memory=6944656592455097440 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2689/stat : 2689 (java) S 2681 2684 1669 0 -1 1077944384 4921 0 0 0 126 26 0 0 20 0 17 0 44165547 11187552256 237140 33554432000 4194304 4196468 140723259040176 140296117406096 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2690] ppid=2681 vsize=10925344 memory=7306922519757286245 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2690/stat : 2690 (java) S 2681 2684 1669 0 -1 1077944384 5335 0 0 0 127 25 0 0 20 0 17 0 44165547 11187552256 237140 33554432000 4194304 4196468 140723259040176 140296116353296 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2691] ppid=2681 vsize=10925344 memory=301741373374332954 CPUtime=0.2 cores=0,2,4,6
/proc/2684/task/2691/stat : 2691 (java) S 2681 2684 1669 0 -1 1077944384 13734 0 0 0 18 2 0 0 20 0 17 0 44165548 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295548975984 140296512559746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2692] ppid=2681 vsize=10925344 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2692/stat : 2692 (java) S 2681 2684 1669 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44165548 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295547922016 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2693] ppid=2681 vsize=10925344 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2693/stat : 2693 (java) S 2681 2684 1669 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 44165549 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295546869120 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2694] ppid=2681 vsize=10925344 memory=280379359266304 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2694/stat : 2694 (java) S 2681 2684 1669 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295545817424 140296512567195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2695] ppid=2681 vsize=10925344 memory=140189679835512 CPUtime=1.72 cores=0,2,4,6
/proc/2684/task/2695/stat : 2695 (java) S 2681 2684 1669 0 -1 1077944384 6490 0 0 0 171 1 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295544764784 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2696] ppid=2681 vsize=10925344 memory=960 CPUtime=1.52 cores=0,2,4,6
/proc/2684/task/2696/stat : 2696 (java) S 2681 2684 1669 0 -1 1077944384 8629 0 0 0 151 1 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295543711984 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2697] ppid=2681 vsize=10925344 memory=2340 CPUtime=0.49 cores=0,2,4,6
/proc/2684/task/2697/stat : 2697 (java) S 2681 2684 1669 0 -1 1077944384 4196 0 0 0 48 1 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295542659184 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2698] ppid=2681 vsize=10925344 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2684/task/2698/stat : 2698 (java) S 2681 2684 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295541606624 140296512558805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
[pid=2684/tid=2699] ppid=2681 vsize=10925344 memory=1944 CPUtime=1.29 cores=0,2,4,6
/proc/2684/task/2699/stat : 2699 (java) S 2681 2684 1669 0 -1 1077944384 2129 0 0 0 69 60 0 0 20 0 17 0 44165551 11187552256 237140 33554432000 4194304 4196468 140723259040176 140295540554928 140296512559746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38227968 140723259044977 140723259045129 140723259045129 140723259047887 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 948560 KiB

Child status: 143
Real time (s): 2390.86
CPU time (s): 2400.15
CPU user time (s): 2398.49
CPU system time (s): 1.65918
CPU usage (%): 100.389
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 1167180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.49
system time used= 1.65918
maximum resident set size= 1167180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54351
involuntary context switches= 2375


# summary of solver processes directly reported to runsolver:
#   pid: 2684
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2398.49
#   total CPU system time (s): 1.65918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8273 second user time and 23.1731 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:27:04
IDJOB=4290181
IDBENCH=141593
IDSOLVER=2742
FILE ID=node151/4290181-1532266023
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55032 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-56-25-3-mgd_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290181-1532266023/watcher-4290181-1532266023 -o /tmp/evaluation-result-4290181-1532266023/solver-4290181-1532266023 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290181-1532266023.xml

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

MD5SUM BENCH= 7c69722bcd82b7b6de23ca1e1f99c5f4
RANDOM SEED=100297973

node151.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.87
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.87
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.87
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.87
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:        12314860 kB
MemAvailable:   23676816 kB
Buffers:          244352 kB
Cached:         11266504 kB
SwapCached:            0 kB
Active:          9284692 kB
Inactive:       10526172 kB
Active(anon):    8303076 kB
Inactive(anon):    16936 kB
Active(file):     981616 kB
Inactive(file): 10509236 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2800 kB
Writeback:             0 kB
AnonPages:       8269160 kB
Mapped:            47464 kB
Shmem:             17032 kB
Slab:             327280 kB
SReclaimable:     299564 kB
SUnreclaim:        27716 kB
KernelStack:        3808 kB
PageTables:        21936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7706624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 16:06:54