Trace number 4290175

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.11 2391.64

General information on the benchmark

NameFrb/
frb-50-23-3-mgd_c18.xml
MD5SUM9221c7b89083fde7801d6d9537c28698
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 variables50
Number of constraints456
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":1},{"degree":14,"count":1},{"degree":15,"count":4},{"degree":16,"count":9},{"degree":17,"count":9},{"degree":18,"count":4},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":3},{"degree":22,"count":3},{"degree":23,"count":2},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":456}]
Number of extensional constraints456
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":456}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290175-1532599387/watcher-4290175-1532599387 -o /tmp/evaluation-result-4290175-1532599387/solver-4290175-1532599387 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1083 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290175-1532599387.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=1672, runsolver pid=1669


[startup+0.1001 s]*
/proc/loadavg: 1.92 2.00 2.00 3/218 1687
/proc/meminfo: memFree=8885296/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10659012 memory=31504 CPUtime=0.13 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 6434 0 0 0 12 1 0 0 20 0 15 0 77501575 10914828288 7876 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2664753 7876 2846 1 0 2627263 0
[pid=1672/tid=1674] ppid=1669 vsize=10659012 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 4274 0 0 0 8 0 0 0 20 0 15 0 77501575 10914828288 7876 33554432000 4194304 4196468 140723732135232 139946497197904 139946492984726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 7876 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10659012 memory=140051091371105 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 7876 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 7876 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 7876 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945983280160 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945982227312 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0.02 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) R 1669 1672 32243 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945978018416 139946492994138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 7876 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31504 KiB

[startup+0.210588 s]*
/proc/loadavg: 1.92 2.00 2.00 4/218 1687
/proc/meminfo: memFree=8872868/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10659012 memory=41964 CPUtime=0.33 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 7640 0 0 0 32 1 0 0 20 0 15 0 77501575 10914828288 10491 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2664753 10491 3005 1 0 2627263 0
[pid=1672/tid=1674] ppid=1669 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 4620 0 0 0 19 1 0 0 20 0 15 0 77501575 10914828288 10491 33554432000 4194304 4196468 140723732135232 139946497209056 139946476165525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 10491 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10659012 memory=140051091371105 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 10491 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 10491 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501576 10914828288 10491 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945983280160 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77501578 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945982227312 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0.07 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) R 1669 1672 32243 0 -1 4202560 652 0 0 0 7 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945978018416 139946492994138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10659012 memory=140051091191424 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501581 10914828288 10491 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41964 KiB

[startup+0.320372 s]*
/proc/loadavg: 1.92 2.00 2.00 6/218 1687
/proc/meminfo: memFree=8867720/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10659088 memory=47868 CPUtime=0.59 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 8575 0 0 0 57 2 0 0 20 0 15 0 77501575 10914906112 11967 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2664772 11967 3071 1 0 2627263 0
[pid=1672/tid=1674] ppid=1669 vsize=10659088 memory=6935054825532540783 CPUtime=0.31 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 5146 0 0 0 30 1 0 0 20 0 15 0 77501575 10914906112 12033 33554432000 4194304 4196468 140723732135232 139946497206624 139946090392271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 12033 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 12033 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 12033 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 12033 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945983280160 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945982227312 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) R 1669 1672 32243 0 -1 4202560 628 0 0 0 5 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945980110832 139946474517392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10659088 memory=140050964776495 CPUtime=0.06 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) R 1669 1672 32243 0 -1 1077944384 661 0 0 0 6 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10659088 memory=140051091193016 CPUtime=0.14 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 777 0 0 0 14 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10659088 memory=140050964781039 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10659088 memory=280102055873280 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 12033 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47868 KiB

[startup+0.70137 s]
/proc/loadavg: 1.92 2.00 2.00 5/218 1687
/proc/meminfo: memFree=8815660/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10659088 memory=149840 CPUtime=1.85 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 11682 0 0 0 181 4 0 0 20 0 15 0 77501575 10914906112 37460 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2664772 37460 3110 1 0 2627263 0
[pid=1672/tid=1674] ppid=1669 vsize=10659088 memory=7301550374293618789 CPUtime=0.68 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 5482 0 0 0 65 3 0 0 20 0 15 0 77501575 10914906112 37460 33554432000 4194304 4196468 140723732135232 139946497197392 139946474379090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10659088 memory=7518026621751088993 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 37460 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 37460 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10659088 memory=147262214907598 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 37460 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77501576 10914906112 37460 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945983280160 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10659088 memory=280101929353456 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77501578 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945982227312 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10659088 memory=-6296172269985472297 CPUtime=0.41 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) R 1669 1672 32243 0 -1 4202560 1610 0 0 0 41 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945980113008 139946473695005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10659088 memory=6944656592387989600 CPUtime=0.39 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) R 1669 1672 32243 0 -1 4202560 1349 0 0 0 39 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945979057312 139946478667820 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10659088 memory=6944656592455359580 CPUtime=0.35 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 1870 0 0 0 35 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10659088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10659088 memory=-2461829820114675750 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77501581 10914906112 37460 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 149840 KiB

[startup+1.5008 s]
/proc/loadavg: 1.92 2.00 2.00 5/219 1688
/proc/meminfo: memFree=8718388/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10725652 memory=195588 CPUtime=3.84 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 12510 0 0 0 378 6 0 0 20 0 16 0 77501575 10983067648 48897 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2681413 48897 3143 1 0 2643904 0
[pid=1672/tid=1674] ppid=1669 vsize=10725652 memory=280101929753568 CPUtime=1.45 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 5519 0 0 0 142 3 0 0 20 0 16 0 77501575 10983067648 48897 33554432000 4194304 4196468 140723732135232 139946497209344 139946095188876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 77501576 10983067648 48897 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10725652 memory=28753 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 77501576 10983067648 48897 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10725652 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 77501576 10983067648 48897 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10725652 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 77501576 10983067648 48897 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10725652 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 48897 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0

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

/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 7339 0 0 0 128 21 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.48 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 8003 0 0 0 128 20 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10725652 memory=622700 CPUtime=0.18 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 15768 0 0 0 14 4 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10725652 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945983280224 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10725652 memory=23188 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945982227328 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10725652 memory=622700 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.32 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 5399 0 0 0 131 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10725652 memory=23188 CPUtime=1.17 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 5008 0 0 0 116 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10725652 memory=622700 CPUtime=0.48 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 3297 0 0 0 47 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10725652 memory=288230583166042425 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.37 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1932 0 0 0 57 80 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1688] ppid=1669 vsize=10725652 memory=628856 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1688/stat : 1688 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77501667 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945974858672 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 2330.86 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 622700 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/219 1841
/proc/meminfo: memFree=8338124/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10725652 memory=622700 CPUtime=2390.94 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 83681 0 0 0 238929 165 0 0 20 0 16 0 77501575 10983067648 155675 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2681413 155675 3183 1 0 2643904 0
[pid=1672/tid=1674] ppid=1669 vsize=10725652 memory=622700 CPUtime=2380.29 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 21594 0 0 0 238022 7 0 0 20 0 16 0 77501575 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946497211744 139946095189791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 7767 0 0 0 128 22 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 5437 0 0 0 131 19 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 7362 0 0 0 129 21 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10725652 memory=2449 CPUtime=1.51 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 8430 0 0 0 130 21 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10725652 memory=622700 CPUtime=0.18 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 15981 0 0 0 14 4 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10725652 memory=622700 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945983280224 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10725652 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945982227328 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10725652 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.32 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 5410 0 0 0 131 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10725652 memory=622700 CPUtime=1.17 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 5011 0 0 0 116 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10725652 memory=622700 CPUtime=0.48 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 3303 0 0 0 47 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10725652 memory=622700 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10725652 memory=1296 CPUtime=1.4 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1971 0 0 0 59 81 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1688] ppid=1669 vsize=10725652 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1688/stat : 1688 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77501667 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945974858672 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 2390.94 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 622700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.4 s]
/proc/loadavg: 2.00 2.04 2.05 3/219 1842
/proc/meminfo: memFree=8337256/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10725652 memory=622700 CPUtime=2400.05 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 83688 0 0 0 239839 166 0 0 20 0 16 0 77501575 10983067648 155675 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2681413 155675 3183 1 0 2643904 0
[pid=1672/tid=1674] ppid=1669 vsize=10725652 memory=1788 CPUtime=2389.39 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) R 1669 1672 32243 0 -1 4202560 21599 0 0 0 238932 7 0 0 20 0 16 0 77501575 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946497211744 139946095110495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10725652 memory=2580 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 7767 0 0 0 128 22 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10725652 memory=2580 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 5437 0 0 0 131 19 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10725652 memory=644 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 7362 0 0 0 129 21 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10725652 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 8430 0 0 0 130 21 0 0 20 0 16 0 77501576 10983067648 155675 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10725652 memory=6944656575208382560 CPUtime=0.18 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 15981 0 0 0 14 4 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10725652 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945983280224 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10725652 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 77501578 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945982227328 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10725652 memory=280101930129752 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10725652 memory=8026650869813564775 CPUtime=1.32 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 5410 0 0 0 131 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10725652 memory=288230574492221466 CPUtime=1.17 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 5011 0 0 0 116 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10725652 memory=288230583166042425 CPUtime=0.48 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 3303 0 0 0 47 1 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10725652 memory=13855170182252302 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10725652 memory=928 CPUtime=1.41 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1973 0 0 0 59 82 0 0 20 0 16 0 77501581 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1688] ppid=1669 vsize=10725652 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1688/stat : 1688 (java) S 1669 1672 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77501667 10983067648 155675 33554432000 4194304 4196468 140723732135232 139945974858672 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 622700 KiB

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

[startup+2391.64 s]
# the end of solver process 1672 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.45 s, system=1.66502 s

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

[startup+2391.6 s]
/proc/loadavg: 2.00 2.04 2.05 3/219 1842
/proc/meminfo: memFree=8337256/32770624 swapFree=67108860/67108860
[pid=1672] ppid=1669 vsize=10925344 memory=622920 CPUtime=2400.06 cores=1,3,5,7
/proc/1672/stat : 1672 (java) S 1669 1672 32243 0 -1 1077944320 84094 0 0 0 239840 166 0 0 20 0 17 0 77501575 11187552256 155730 33554432000 4194304 4196468 140723732135232 140723732117776 139946492972791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
/proc/1672/statm: 2731336 155730 3186 1 0 2693827 0
[pid=1672/tid=1674] ppid=1669 vsize=10925344 memory=2408 CPUtime=2389.4 cores=1,3,5,7
/proc/1672/task/1674/stat : 1674 (java) S 1669 1672 32243 0 -1 1077944384 21613 0 0 0 238933 7 0 0 20 0 17 0 77501575 11187552256 155730 33554432000 4194304 4196468 140723732135232 139946497215664 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1675] ppid=1669 vsize=10925344 memory=1724 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1675/stat : 1675 (java) S 1669 1672 32243 0 -1 1077944384 7767 0 0 0 128 22 0 0 20 0 17 0 77501576 11187552256 155730 33554432000 4194304 4196468 140723732135232 139946419047568 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1676] ppid=1669 vsize=10925344 memory=1004 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1676/stat : 1676 (java) S 1669 1672 32243 0 -1 1077944384 5437 0 0 0 131 19 0 0 20 0 17 0 77501576 11187552256 155730 33554432000 4194304 4196468 140723732135232 139946417994768 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1677] ppid=1669 vsize=10925344 memory=4140 CPUtime=1.5 cores=1,3,5,7
/proc/1672/task/1677/stat : 1677 (java) S 1669 1672 32243 0 -1 1077944384 7362 0 0 0 129 21 0 0 20 0 17 0 77501576 11187552256 155730 33554432000 4194304 4196468 140723732135232 139946416941968 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1678] ppid=1669 vsize=10925344 memory=23188 CPUtime=1.51 cores=1,3,5,7
/proc/1672/task/1678/stat : 1678 (java) S 1669 1672 32243 0 -1 1077944384 8430 0 0 0 130 21 0 0 20 0 17 0 77501576 11187552256 155730 33554432000 4194304 4196468 140723732135232 139946415889168 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1679] ppid=1669 vsize=10925344 memory=1952 CPUtime=0.18 cores=1,3,5,7
/proc/1672/task/1679/stat : 1679 (java) S 1669 1672 32243 0 -1 1077944384 15981 0 0 0 14 4 0 0 20 0 17 0 77501578 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945984334192 139946492983938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1680] ppid=1669 vsize=10925344 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1680/stat : 1680 (java) S 1669 1672 32243 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 77501578 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945983280224 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1681] ppid=1669 vsize=10925344 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1681/stat : 1681 (java) S 1669 1672 32243 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 77501578 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945982227328 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1682] ppid=1669 vsize=10925344 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1682/stat : 1682 (java) S 1669 1672 32243 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945981175632 139946492991387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1683] ppid=1669 vsize=10925344 memory=8552 CPUtime=1.32 cores=1,3,5,7
/proc/1672/task/1683/stat : 1683 (java) S 1669 1672 32243 0 -1 1077944384 5410 0 0 0 131 1 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945980124016 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1684] ppid=1669 vsize=10925344 memory=1444 CPUtime=1.17 cores=1,3,5,7
/proc/1672/task/1684/stat : 1684 (java) S 1669 1672 32243 0 -1 1077944384 5011 0 0 0 116 1 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945979071216 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1685] ppid=1669 vsize=10925344 memory=5668 CPUtime=0.49 cores=1,3,5,7
/proc/1672/task/1685/stat : 1685 (java) S 1669 1672 32243 0 -1 1077944384 3408 0 0 0 48 1 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945978018416 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1686] ppid=1669 vsize=10925344 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1672/task/1686/stat : 1686 (java) S 1669 1672 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945976965856 139946492982997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
[pid=1672/tid=1687] ppid=1669 vsize=10925344 memory=622700 CPUtime=1.41 cores=1,3,5,7
/proc/1672/task/1687/stat : 1687 (java) S 1669 1672 32243 0 -1 1077944384 1973 0 0 0 59 82 0 0 20 0 17 0 77501581 11187552256 155730 33554432000 4194304 4196468 140723732135232 139945975913136 139946492983938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23171072 140723732137073 140723732137225 140723732137225 140723732139983 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 622920 KiB

Child status: 143
Real time (s): 2391.64
CPU time (s): 2400.11
CPU user time (s): 2398.45
CPU system time (s): 1.66502
CPU usage (%): 100.354
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 812760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.45
system time used= 1.66502
maximum resident set size= 815384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54487
involuntary context switches= 1679


# summary of solver processes directly reported to runsolver:
#   pid: 1672
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2398.45
#   total CPU system time (s): 1.66502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9731 second user time and 22.8506 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 12:03:07
IDJOB=4290175
IDBENCH=141584
IDSOLVER=2742
FILE ID=node106/4290175-1532599387
RUNJOBID= node106-1532594608-1083
PBS_JOBID= 21021967
Free space on /tmp= 46236 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Frb/frb-50-23-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-4290175-1532599387/watcher-4290175-1532599387 -o /tmp/evaluation-result-4290175-1532599387/solver-4290175-1532599387 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1083 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290175-1532599387.xml

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

MD5SUM BENCH= 9221c7b89083fde7801d6d9537c28698
RANDOM SEED=1214663339

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8903284 kB
MemAvailable:   31672396 kB
Buffers:          235188 kB
Cached:         22434360 kB
SwapCached:            0 kB
Active:          3077992 kB
Inactive:       19904820 kB
Active(anon):     290552 kB
Inactive(anon):    50640 kB
Active(file):    2787440 kB
Inactive(file): 19854180 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2764 kB
Writeback:            12 kB
AnonPages:        426704 kB
Mapped:            52568 kB
Shmem:             25228 kB
Slab:             583020 kB
SReclaimable:     555952 kB
SUnreclaim:        27068 kB
KernelStack:        3856 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46232 MiB
End job on node106 at 2018-07-26 12:42:59