Trace number 4290128

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-11SAT 6.04782 2.64302

General information on the benchmark

NameSocialGolfers/
SocialGolfers-5-5-5-cp_c18.xml
MD5SUM01658bc7723d571de51995bec243d654
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.23379
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints3007
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":125}]
Minimum variable degree98
Maximum variable degree99
Distribution of variable degrees[{"degree":98,"count":100},{"degree":99,"count":25}]
Minimum constraint arity4
Maximum constraint arity125
Distribution of constraint arities[{"arity":4,"count":3000},{"arity":25,"count":6},{"arity":125,"count":1}]
Number of extensional constraints0
Number of intensional constraints3000
Distribution of constraint types[{"type":"intension","count":3000},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.84/1.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.84/1.30	c This is free software under the dual EPL/GNU LGPL licenses.
3.84/1.30	c See www.sat4j.org for details.
3.84/1.30	c That software uses the Rhino library from the Mozilla project.
3.84/1.30	c version 2.3.6-SNAPSHOT
3.84/1.30	c java.runtime.name	Java(TM) SE Runtime Environment
3.84/1.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.84/1.30	c java.vm.version	25.131-b11
3.84/1.30	c java.vm.vendor	Oracle Corporation
3.84/1.30	c sun.arch.data.model	64
3.84/1.30	c java.version		1.8.0_131
3.84/1.30	c os.name		Linux
3.84/1.30	c os.version		3.10.0-514.16.1.el7.x86_64
3.84/1.30	c os.arch		amd64
3.84/1.30	c Free memory 		499604488
3.84/1.30	c Max memory 		7247757312
3.84/1.30	c Total memory 		504889344
3.84/1.30	c Number of processors 	4
3.84/1.30	c c --- Begin Solver configuration ---
3.84/1.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.84/1.30	c Learn all clauses as in MiniSAT
3.84/1.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.84/1.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.84/1.30	c No reason simplification
3.84/1.30	c Glucose 2.1 dynamic restart strategy
3.84/1.30	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
3.84/1.30	c timeout=2147483s
3.84/1.30	c DB Simplification allowed=false
3.84/1.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.84/1.30	c --- End Solver configuration ---
3.84/1.30	c constraints type 
3.84/1.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 250
3.84/1.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7756
3.84/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 217707
3.84/1.30	c org.sat4j.specs.Constr$1 => 520
3.84/1.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 6251
3.84/1.30	c 232484 constraints processed.
6.03/2.63	c starts		: 59
6.03/2.63	c conflicts		: 7926
6.03/2.63	c decisions		: 42150
6.03/2.63	c propagations		: 2621058
6.03/2.63	c inspects		: 10174201
6.03/2.63	c shortcuts		: 0
6.03/2.63	c learnt literals	: 33
6.03/2.63	c learnt binary clauses	: 118
6.03/2.63	c learnt ternary clauses	: 296
6.03/2.63	c learnt constraints	: 7893
6.03/2.63	c ignored constraints	: 0
6.03/2.63	c root simplifications	: 0
6.03/2.63	c removed literals (reason simplification)	: 0
6.03/2.63	c reason swapping (by a shorter reason)	: 0
6.03/2.63	c Calls to reduceDB	: 1
6.03/2.63	c Number of update (reduction) of LBD	: 3065
6.03/2.63	c Imported unit clauses	: 0
6.03/2.63	c number of reductions to clauses (during analyze)	: 0
6.03/2.63	c number of learned constraints concerned by reduction	: 0
6.03/2.63	c number of learning phase by resolution	: 0
6.03/2.63	c number of learning phase by cutting planes	: 0
6.03/2.63	c number of rounding to 1 operations	: 0
6.03/2.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.03/2.63	c number of reductions of the coefficients by power 2 	: 0
6.03/2.63	c number of right shift for reduction by power 2 	: 0
6.03/2.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.03/2.63	c number of ending skipping 	: 0
6.03/2.63	c number of internal skipping 	: 0
6.03/2.63	c number of derivation steps 	: 0
6.03/2.63	c number of skipped derivation steps 	: 0
6.03/2.63	c number of remaining unassigned 	: 0
6.03/2.63	c number of remaining assigned 	: 0
6.03/2.63	c speed (assignments/second)	: 2008473.5632183908
6.03/2.63	c non guided choices	: 16877
6.03/2.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 118
6.03/2.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 5288
6.03/2.63	s SATISFIABLE
6.03/2.63	v <instantiation type="solution">
6.03/2.63	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] </list>
6.03/2.63	v 	<values> 0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 4 2 3 2 3 1 4 0 1 2 0 3 4 3 4 2 0 1 4 0 3 1 2 4 3 0 2 1 0 4 1 3 2 2 1 3 0 4 3 2 4 1 0 1 0 2 4 3 4 3 1 2 0 0 1 2 4 3 1 4 0 3 2 2 0 3 1 4 3 2 4 0 1 </values>
6.03/2.63	v </instantiation>
6.03/2.63	

Verifier Data

OK	

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 (7661 MiB free)
  memory of node 1: 16384 MiB (2544 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290128-1532217411/watcher-4290128-1532217411 -o /tmp/evaluation-result-4290128-1532217411/solver-4290128-1532217411 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290128-1532217411.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
Current StackSize limit: 8192 KiB
solver pid=29230, runsolver pid=29227


[startup+0.100176 s]*
/proc/loadavg: 4.60 4.27 3.57 6/217 29245
/proc/meminfo: memFree=10432548/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10659012 memory=30344 CPUtime=0.13 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 6662 0 0 0 12 1 0 0 20 0 15 0 39304266 10914828288 7586 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2664753 7586 2841 1 0 2627263 0
[pid=29230/tid=29232] ppid=29227 vsize=10659012 memory=-8773748148829852032 CPUtime=0.08 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 4497 0 0 0 8 0 0 0 20 0 15 0 39304266 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547595073392 140547574912357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304268 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304269 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547081721120 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304269 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) S 29227 29230 25105 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547078563952 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) S 29227 29230 25105 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547077511152 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0.02 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) S 29227 29230 25105 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 39304271 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304272 10914828288 7586 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30344 KiB

[startup+0.210554 s]*
/proc/loadavg: 4.60 4.27 3.57 7/217 29245
/proc/meminfo: memFree=10424980/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10659012 memory=42128 CPUtime=0.34 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 8099 0 0 0 32 2 0 0 20 0 15 0 39304266 10914828288 10532 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2664753 10532 3007 1 0 2627263 0
[pid=29230/tid=29232] ppid=29227 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 5033 0 0 0 19 1 0 0 20 0 15 0 39304266 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547595098080 140547590890653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10659012 memory=139958319921567 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304268 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304269 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547081721120 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304269 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) S 29227 29230 25105 0 -1 1077944384 551 0 0 0 2 0 0 0 20 0 15 0 39304271 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547078563952 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) S 29227 29230 25105 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 39304271 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547077511152 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0.07 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) R 29227 29230 25105 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 39304271 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547076458864 140547569018941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10659012 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304272 10914828288 10532 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42128 KiB

[startup+0.310581 s]*
/proc/loadavg: 4.60 4.27 3.57 8/217 29245
/proc/meminfo: memFree=10413132/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10659088 memory=52736 CPUtime=0.6 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 9963 0 0 0 57 3 0 0 20 0 15 0 39304266 10914906112 13184 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2664772 13184 3067 1 0 2627263 0
[pid=29230/tid=29232] ppid=29227 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 5693 0 0 0 29 1 0 0 20 0 15 0 39304266 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547595105664 140547574949214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10659088 memory=139958319919903 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10659088 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39304268 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304269 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547081721120 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304269 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) R 29227 29230 25105 0 -1 4202560 895 0 0 0 7 0 0 0 20 0 15 0 39304271 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547078553216 140547570717488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) R 29227 29230 25105 0 -1 4202560 1018 0 0 0 6 0 0 0 20 0 15 0 39304271 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547077492168 140547574352204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10659088 memory=139958319715968 CPUtime=0.13 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) R 29227 29230 25105 0 -1 1077944384 988 0 0 0 13 0 0 0 20 0 15 0 39304271 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10659088 memory=139958319715968 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304272 10914906112 13184 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52736 KiB

[startup+0.708371 s]
/proc/loadavg: 4.60 4.27 3.57 9/217 29245
/proc/meminfo: memFree=10374292/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10661136 memory=116524 CPUtime=1.96 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 13679 0 0 0 191 5 0 0 20 0 15 0 39304266 10917003264 29131 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2665284 29131 3116 1 0 2627775 0
[pid=29230/tid=29232] ppid=29227 vsize=10661136 memory=1728 CPUtime=0.69 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 6186 0 0 0 66 3 0 0 20 0 15 0 39304266 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547595106456 140547187974983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10661136 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10661136 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304267 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304267 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10661136 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39304268 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304269 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547081721120 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10661136 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304269 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10661136 memory=4639098309541127013 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10661136 memory=7810176774304459348 CPUtime=0.42 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) R 29227 29230 25105 0 -1 4202560 1815 0 0 0 42 0 0 0 20 0 15 0 39304271 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547078553744 140547572389973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10661136 memory=6154282490091891024 CPUtime=0.44 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) R 29227 29230 25105 0 -1 4202560 2120 0 0 0 43 1 0 0 20 0 15 0 39304271 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547077492168 140547574365515 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10661136 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) S 29227 29230 25105 0 -1 1077944384 2186 0 0 0 38 0 0 0 20 0 15 0 39304271 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304271 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10661136 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304272 10917003264 29131 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 116524 KiB

[startup+1.50067 s]
/proc/loadavg: 4.79 4.32 3.59 8/217 29245
/proc/meminfo: memFree=10257820/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10727700 memory=217608 CPUtime=4.48 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 19033 0 0 0 439 9 0 0 20 0 16 0 39304266 10985164800 54402 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2681925 54402 3140 1 0 2644416 0
[pid=29230/tid=29232] ppid=29227 vsize=10727700 memory=6791534058613427641 CPUtime=1.46 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 6265 0 0 0 142 4 0 0 20 0 16 0 39304266 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547595105088 140547590880662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10727700 memory=-6951259422114956437 CPUtime=0.01 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 39304267 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10727700 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 39304267 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10727700 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39304267 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10727700 memory=4134692831991786133 CPUtime=0.01 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 39304267 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10727700 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 39304268 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10727700 memory=7378674552607633256 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547081721184 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10727700 memory=7447098269037253200 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10727700 memory=7232890293113415765 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10727700 memory=8298057688793012854 CPUtime=1.21 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) R 29227 29230 25105 0 -1 4202560 4415 0 0 0 120 1 0 0 20 0 16 0 39304271 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547078551120 140547575992240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10727700 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) R 29227 29230 25105 0 -1 4202560 4199 0 0 0 121 1 0 0 20 0 16 0 39304271 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547077502128 140547570308465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10727700 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) R 29227 29230 25105 0 -1 1077944384 2629 0 0 0 51 1 0 0 20 0 16 0 39304271 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304272 10985164800 54402 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 217608 KiB

[startup+2.64297 s]
# the end of solver process 29230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.92172 s, system=0.126101 s

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

[startup+1.60126 s]
/proc/loadavg: 4.79 4.32 3.59 8/217 29245
/proc/meminfo: memFree=10257820/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10727700 memory=217812 CPUtime=4.74 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 19079 0 0 0 465 9 0 0 20 0 16 0 39304266 10985164800 54453 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2681925 54453 3143 1 0 2644416 0
[pid=29230/tid=29232] ppid=29227 vsize=10727700 memory=6298382379276851561 CPUtime=1.56 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 6267 0 0 0 152 4 0 0 20 0 16 0 39304266 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547595103824 140547590880662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10727700 memory=7590935199250737258 CPUtime=0.01 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 39304267 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10727700 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 39304267 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10727700 memory=7666938983689638249 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39304267 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10727700 memory=5865487042307189350 CPUtime=0.01 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 39304267 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10727700 memory=5865487042307189350 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 39304268 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10727700 memory=8242832241811678803 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547081721184 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10727700 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547080668784 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10727700 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10727700 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) S 29227 29230 25105 0 -1 1077944384 4438 0 0 0 127 1 0 0 20 0 16 0 39304271 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547078563952 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10727700 memory=-4051592751533505334 CPUtime=1.3 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) R 29227 29230 25105 0 -1 4202560 4205 0 0 0 129 1 0 0 20 0 16 0 39304271 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547077503104 140547572412822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10727700 memory=-2605811476043407915 CPUtime=0.53 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) S 29227 29230 25105 0 -1 1077944384 2644 0 0 0 52 1 0 0 20 0 16 0 39304271 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10727700 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10727700 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304272 10985164800 54453 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 217812 KiB

[startup+2.40079 s]
/proc/loadavg: 4.79 4.32 3.59 8/218 29246
/proc/meminfo: memFree=10217652/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10727700 memory=245620 CPUtime=5.99 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 19517 0 0 0 587 12 0 0 20 0 16 0 39304266 10985164800 61405 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2681925 61405 3155 1 0 2644416 0
[pid=29230/tid=29232] ppid=29227 vsize=10727700 memory=7305209570698223699 CPUtime=2.33 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) R 29227 29230 25105 0 -1 4202560 6304 0 0 0 229 4 0 0 20 0 16 0 39304266 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547595105360 140547190187827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10727700 memory=7305209570698223699 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 92 0 0 0 3 0 0 0 20 0 16 0 39304267 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10727700 memory=6008734758608724587 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 89 0 0 0 3 0 0 0 20 0 16 0 39304267 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10727700 memory=216408 CPUtime=0.02 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 90 0 0 0 2 0 0 0 20 0 16 0 39304267 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10727700 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 111 0 0 0 3 0 0 0 20 0 16 0 39304267 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10727700 memory=-3704326594973231466 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 39304268 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10727700 memory=-7595718148000617580 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547081721184 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10727700 memory=8128038100524242582 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304269 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547080668800 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10727700 memory=8259761640030508194 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10727700 memory=7305209570698223699 CPUtime=1.46 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) S 29227 29230 25105 0 -1 1077944384 4475 0 0 0 145 1 0 0 20 0 16 0 39304271 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547078563952 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10727700 memory=7446249411902205009 CPUtime=1.46 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) S 29227 29230 25105 0 -1 1077944384 4243 0 0 0 145 1 0 0 20 0 16 0 39304271 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547077511152 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10727700 memory=7740955941605500015 CPUtime=0.54 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) S 29227 29230 25105 0 -1 1077944384 2649 0 0 0 53 1 0 0 20 0 16 0 39304271 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10727700 memory=6935649255777194064 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10727700 memory=5866336977831488874 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304272 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29246] ppid=29227 vsize=10727700 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29246/stat : 29246 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304399 10985164800 61405 33554432000 4194304 4196468 140735619920624 140547071202480 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 245620 KiB

[startup+2.60073 s]
/proc/loadavg: 4.79 4.32 3.59 8/218 29246
/proc/meminfo: memFree=10217652/32770624 swapFree=67108860/67108860
[pid=29230] ppid=29227 vsize=10860828 memory=245684 CPUtime=6.03 cores=0,2,4,6
/proc/29230/stat : 29230 (java) S 29227 29230 25105 0 -1 1077944320 19577 0 0 0 591 12 0 0 20 0 16 0 39304266 11121487872 61421 33554432000 4194304 4196468 140735619920624 140735619903168 140547590868727 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
/proc/29230/statm: 2715207 61421 3157 1 0 2677698 0
[pid=29230/tid=29232] ppid=29227 vsize=10860828 memory=301741420686082359 CPUtime=2.36 cores=0,2,4,6
/proc/29230/task/29232/stat : 29232 (java) S 29227 29230 25105 0 -1 1077944384 6315 0 0 0 232 4 0 0 20 0 16 0 39304266 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547595109408 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29233] ppid=29227 vsize=10860828 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29233/stat : 29233 (java) S 29227 29230 25105 0 -1 1077944384 92 0 0 0 3 0 0 0 20 0 16 0 39304267 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547516942736 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29234] ppid=29227 vsize=10860828 memory=-6951259422114956437 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29234/stat : 29234 (java) S 29227 29230 25105 0 -1 1077944384 89 0 0 0 3 0 0 0 20 0 16 0 39304267 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547515889936 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29235] ppid=29227 vsize=10860828 memory=-6509546260019855295 CPUtime=0.02 cores=0,2,4,6
/proc/29230/task/29235/stat : 29235 (java) S 29227 29230 25105 0 -1 1077944384 90 0 0 0 2 0 0 0 20 0 16 0 39304267 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547514837648 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29236] ppid=29227 vsize=10860828 memory=245400 CPUtime=0.03 cores=0,2,4,6
/proc/29230/task/29236/stat : 29236 (java) S 29227 29230 25105 0 -1 1077944384 111 0 0 0 3 0 0 0 20 0 16 0 39304267 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547513784848 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29237] ppid=29227 vsize=10860828 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29237/stat : 29237 (java) S 29227 29230 25105 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 39304268 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547082775152 140547590879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29238] ppid=29227 vsize=10860828 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29238/stat : 29238 (java) S 29227 29230 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304269 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547081721184 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29239] ppid=29227 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29239/stat : 29239 (java) S 29227 29230 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304269 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547080668800 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29240] ppid=29227 vsize=10860828 memory=279916440825856 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29240/stat : 29240 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547079617104 140547590887323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29241] ppid=29227 vsize=10860828 memory=3472468263088706069 CPUtime=1.47 cores=0,2,4,6
/proc/29230/task/29241/stat : 29241 (java) S 29227 29230 25105 0 -1 1077944384 4475 0 0 0 146 1 0 0 20 0 16 0 39304271 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547078563952 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29242] ppid=29227 vsize=10860828 memory=8298057688793012854 CPUtime=1.47 cores=0,2,4,6
/proc/29230/task/29242/stat : 29242 (java) S 29227 29230 25105 0 -1 1077944384 4245 0 0 0 146 1 0 0 20 0 16 0 39304271 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547077511152 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29243] ppid=29227 vsize=10860828 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/29230/task/29243/stat : 29243 (java) S 29227 29230 25105 0 -1 1077944384 2650 0 0 0 54 1 0 0 20 0 16 0 39304271 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547076458864 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29244] ppid=29227 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29244/stat : 29244 (java) S 29227 29230 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304271 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547075406304 140547590878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
[pid=29230/tid=29245] ppid=29227 vsize=10860828 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29230/task/29245/stat : 29245 (java) S 29227 29230 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304272 11121487872 61421 33554432000 4194304 4196468 140735619920624 140547074354096 140547590879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25600000 140735619929201 140735619929353 140735619929353 140735619932111 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 245684 KiB

Child status: 0
Real time (s): 2.64302
CPU time (s): 6.04782
CPU user time (s): 5.92172
CPU system time (s): 0.126101
CPU usage (%): 228.822
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 245684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.92172
system time used= 0.126101
maximum resident set size= 246840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1835
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 29230
#   total CPU time (s): 6.04782
#   total CPU user time (s): 5.92172
#   total CPU system time (s): 0.126101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043856 second user time and 0.062713 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:56:51
IDJOB=4290128
IDBENCH=141377
IDSOLVER=2742
FILE ID=node139/4290128-1532217411
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-5-5-5-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290128-1532217411/watcher-4290128-1532217411 -o /tmp/evaluation-result-4290128-1532217411/solver-4290128-1532217411 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290128-1532217411.xml

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

MD5SUM BENCH= 01658bc7723d571de51995bec243d654
RANDOM SEED=704537931

node139.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.80
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.80
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.80
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.80
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:        10451312 kB
MemAvailable:   23772708 kB
Buffers:          130392 kB
Cached:         13246212 kB
SwapCached:            0 kB
Active:          9228864 kB
Inactive:       12355460 kB
Active(anon):    8163092 kB
Inactive(anon):    64124 kB
Active(file):    1065772 kB
Inactive(file): 12291336 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2200 kB
Writeback:             0 kB
AnonPages:       8244416 kB
Mapped:            47132 kB
Shmem:             17036 kB
Slab:             419904 kB
SReclaimable:     392748 kB
SUnreclaim:        27156 kB
KernelStack:        3840 kB
PageTables:        21212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8646640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8108032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 01:56:54