Trace number 4263464

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 2017-07-05SAT 470.936 466.79401

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-06-2-12.xml
MD5SUM6a2428e0ea9e56c54fb162011650005e
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 benchmark0.86371601
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints192
Number of domains2
Minimum domain size8
Maximum domain size12
Distribution of domain sizes[{"size":8,"count":240},{"size":12,"count":160}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":160},{"degree":9,"count":240}]
Minimum constraint arity8
Maximum constraint arity20
Distribution of constraint arities[{"arity":8,"count":20},{"arity":13,"count":160},{"arity":20,"count":12}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":20},{"type":"element","count":160}]
Optimization problemNO
Type of objective

Solver Data

2.26/1.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.26/1.10	c This is free software under the dual EPL/GNU LGPL licenses.
2.26/1.10	c See www.sat4j.org for details.
2.26/1.10	c That software uses the Rhino library from the Mozilla project.
2.26/1.10	c version CUSTOM.v20170705
2.26/1.10	c java.runtime.name	Java(TM) SE Runtime Environment
2.26/1.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.26/1.10	c java.vm.version	25.131-b11
2.26/1.10	c java.vm.vendor	Oracle Corporation
2.26/1.10	c sun.arch.data.model	64
2.26/1.10	c java.version		1.8.0_131
2.26/1.10	c os.name		Linux
2.26/1.10	c os.version		3.10.0-514.16.1.el7.x86_64
2.26/1.10	c os.arch		amd64
2.26/1.10	c Free memory 		499604488
2.26/1.10	c Max memory 		7247757312
2.26/1.10	c Total memory 		504889344
2.26/1.10	c Number of processors 	4
2.26/1.10	c c --- Begin Solver configuration ---
2.26/1.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.26/1.10	c Learn all clauses as in MiniSAT
2.26/1.10	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.26/1.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.26/1.10	c No reason simplification
2.26/1.10	c Glucose 2.1 dynamic restart strategy
2.26/1.10	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.26/1.10	c timeout=2147483s
2.26/1.10	c DB Simplification allowed=false
2.26/1.10	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.26/1.10	c --- End Solver configuration ---
2.26/1.10	c constraints type 
2.26/1.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
2.26/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168000
2.26/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 76112
2.26/1.10	c org.sat4j.minisat.constraints.cnf.UnitClause => 344
2.26/1.10	c 245256 constraints processed.
470.88/466.74	c starts		: 3232
470.88/466.74	c conflicts		: 681480
470.88/466.74	c decisions		: 20818599
470.88/466.74	c propagations		: 914091486
470.88/466.74	c inspects		: 3366246242
470.88/466.74	c shortcuts		: 0
470.88/466.74	c learnt literals	: 5
470.88/466.74	c learnt binary clauses	: 33519
470.88/466.74	c learnt ternary clauses	: 27221
470.88/466.74	c learnt constraints	: 681475
470.88/466.74	c ignored constraints	: 0
470.88/466.74	c root simplifications	: 0
470.88/466.74	c removed literals (reason simplification)	: 0
470.88/466.74	c reason swapping (by a shorter reason)	: 0
470.88/466.74	c Calls to reduceDB	: 32
470.88/466.74	c Number of update (reduction) of LBD	: 513363
470.88/466.74	c Imported unit clauses	: 0
470.88/466.74	c number of reductions to clauses (during analyze)	: 0
470.88/466.74	c number of learned constraints concerned by reduction	: 0
470.88/466.74	c number of learning phase by resolution	: 0
470.88/466.74	c number of learning phase by cutting planes	: 0
470.88/466.74	c number of rounding to 1 operations	: 0
470.88/466.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
470.88/466.74	c number of reductions of the coefficients by power 2 	: 0
470.88/466.74	c number of right shift for reduction by power 2 	: 0
470.88/466.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
470.88/466.74	c speed (assignments/second)	: 1963145.2839832827
470.88/466.74	c non guided choices	7669656
470.88/466.77	c learnt constraints type 
470.88/466.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33519
470.88/466.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87768
470.88/466.77	s SATISFIABLE
470.88/466.77	v <instantiation type="solution">
470.88/466.77	v 	<list> p[0][0] p[0][1] p[0][2] p[0][3] p[0][4] p[0][5] p[0][6] p[0][7] p[1][0] p[1][1] p[1][2] p[1][3] p[1][4] p[1][5] p[1][6] p[1][7] p[2][0] p[2][1] p[2][2] p[2][3] p[2][4] p[2][5] p[2][6] p[2][7] p[3][0] p[3][1] p[3][2] p[3][3] p[3][4] p[3][5] p[3][6] p[3][7] p[4][0] p[4][1] p[4][2] p[4][3] p[4][4] p[4][5] p[4][6] p[4][7] p[5][0] p[5][1] p[5][2] p[5][3] p[5][4] p[5][5] p[5][6] p[5][7] p[6][0] p[6][1] p[6][2] p[6][3] p[6][4] p[6][5] p[6][6] p[6][7] p[7][0] p[7][1] p[7][2] p[7][3] p[7][4] p[7][5] p[7][6] p[7][7] p[8][0] p[8][1] p[8][2] p[8][3] p[8][4] p[8][5] p[8][6] p[8][7] p[9][0] p[9][1] p[9][2] p[9][3] p[9][4] p[9][5] p[9][6] p[9][7] p[10][0] p[10][1] p[10][2] p[10][3] p[10][4] p[10][5] p[10][6] p[10][7] p[11][0] p[11][1] p[11][2] p[11][3] p[11][4] p[11][5] p[11][6] p[11][7] p[12][0] p[12][1] p[12][2] p[12][3] p[12][4] p[12][5] p[12][6] p[12][7] p[13][0] p[13][1] p[13][2] p[13][3] p[13][4] p[13][5] p[13][6] p[13][7] p[14][0] p[14][1] p[14][2] p[14][3] p[14][4] p[14][5] p[14][6] p[14][7] p[15][0] p[15][1] p[15][2] p[15][3] p[15][4] p[15][5] p[15][6] p[15][7] p[16][0] p[16][1] p[16][2] p[16][3] p[16][4] p[16][5] p[16][6] p[16][7] p[17][0] p[17][1] p[17][2] p[17][3] p[17][4] p[17][5] p[17][6] p[17][7] p[18][0] p[18][1] p[18][2] p[18][3] p[18][4] p[18][5] p[18][6] p[18][7] p[19][0] p[19][1] p[19][2] p[19][3] p[19][4] p[19][5] p[19][6] p[19][7] v[0][0] v[0][1] v[0][2] v[0][3] v[0][4] v[0][5] v[0][6] v[0][7] v[0][8] v[0][9] v[0][10] v[0][11] v[1][0] v[1][1] v[1][2] v[1][3] v[1][4] v[1][5] v[1][6] v[1][7] v[1][8] v[1][9] v[1][10] v[1][11] v[2][0] v[2][1] v[2][2] v[2][3] v[2][4] v[2][5] v[2][6] v[2][7] v[2][8] v[2][9] v[2][10] v[2][11] v[3][0] v[3][1] v[3][2] v[3][3] v[3][4] v[3][5] v[3][6] v[3][7] v[3][8] v[3][9] v[3][10] v[3][11] v[4][0] v[4][1] v[4][2] v[4][3] v[4][4] v[4][5] v[4][6] v[4][7] v[4][8] v[4][9] v[4][10] v[4][11] v[5][0] v[5][1] v[5][2] v[5][3] v[5][4] v[5][5] v[5][6] v[5][7] v[5][8] v[5][9] v[5][10] v[5][11] v[6][0] v[6][1] v[6][2] v[6][3] v[6][4] v[6][5] v[6][6] v[6][7] v[6][8] v[6][9] v[6][10] v[6][11] v[7][0] v[7][1] v[7][2] v[7][3] v[7][4] v[7][5] v[7][6] v[7][7] v[7][8] v[7][9] v[7][10] v[7][11] v[8][0] v[8][1] v[8][2] v[8][3] v[8][4] v[8][5] v[8][6] v[8][7] v[8][8] v[8][9] v[8][10] v[8][11] v[9][0] v[9][1] v[9][2] v[9][3] v[9][4] v[9][5] v[9][6] v[9][7] v[9][8] v[9][9] v[9][10] v[9][11] v[10][0] v[10][1] v[10][2] v[10][3] v[10][4] v[10][5] v[10][6] v[10][7] v[10][8] v[10][9] v[10][10] v[10][11] v[11][0] v[11][1] v[11][2] v[11][3] v[11][4] v[11][5] v[11][6] v[11][7] v[11][8] v[11][9] v[11][10] v[11][11] v[12][0] v[12][1] v[12][2] v[12][3] v[12][4] v[12][5] v[12][6] v[12][7] v[12][8] v[12][9] v[12][10] v[12][11] v[13][0] v[13][1] v[13][2] v[13][3] v[13][4] v[13][5] v[13][6] v[13][7] v[13][8] v[13][9] v[13][10] v[13][11] v[14][0] v[14][1] v[14][2] v[14][3] v[14][4] v[14][5] v[14][6] v[14][7] v[14][8] v[14][9] v[14][10] v[14][11] v[15][0] v[15][1] v[15][2] v[15][3] v[15][4] v[15][5] v[15][6] v[15][7] v[15][8] v[15][9] v[15][10] v[15][11] v[16][0] v[16][1] v[16][2] v[16][3] v[16][4] v[16][5] v[16][6] v[16][7] v[16][8] v[16][9] v[16][10] v[16][11] v[17][0] v[17][1] v[17][2] v[17][3] v[17][4] v[17][5] v[17][6] v[17][7] v[17][8] v[17][9] v[17][10] v[17][11] v[18][0] v[18][1] v[18][2] v[18][3] v[18][4] v[18][5] v[18][6] v[18][7] v[18][8] v[18][9] v[18][10] v[18][11] v[19][0] v[19][1] v[19][2] v[19][3] v[19][4] v[19][5] v[19][6] v[19][7] v[19][8] v[19][9] v[19][10] v[19][11] </list>
470.88/466.77	v 	<values> 2 5 1 10 7 3 4 6 5 9 8 10 11 7 0 6 5 9 10 8 11 7 0 6 5 2 8 10 7 3 4 6 8 2 5 9 11 7 0 6 2 1 10 9 11 7 0 3 8 1 9 10 7 11 0 6 5 8 2 9 11 3 4 7 8 1 9 2 0 11 4 6 5 2 8 1 4 11 7 6 11 7 3 9 1 4 0 6 2 7 5 3 4 1 0 6 7 11 9 3 8 1 0 6 11 3 2 7 0 8 4 6 5 3 9 2 8 1 4 6 5 11 7 3 4 10 8 6 11 1 4 7 0 3 10 6 8 11 4 2 5 3 9 10 4 2 8 1 0 10 9 6 5 11 8 3 4 2 7 6 7 2 0 5 6 1 7 4 2 1 3 4 6 2 1 4 7 0 7 5 2 1 3 4 6 3 0 5 6 0 7 5 3 1 2 4 6 3 1 5 6 0 7 4 2 0 3 5 6 0 1 6 5 2 7 5 0 3 3 4 6 1 0 7 4 2 7 5 1 3 2 4 6 1 1 7 4 2 7 4 0 2 3 5 4 1 2 5 6 0 7 7 1 3 2 4 4 1 3 5 6 0 7 6 0 2 3 5 4 3 1 7 4 0 7 6 2 2 1 5 6 4 1 2 5 2 7 1 4 3 7 0 6 5 0 3 4 2 7 1 5 3 6 0 6 5 1 3 4 2 7 0 4 2 7 1 4 5 2 1 6 0 7 3 5 3 6 0 4 5 3 1 6 0 7 2 4 2 7 1 4 7 1 3 4 0 7 2 6 2 5 1 4 1 2 5 2 4 7 3 1 7 6 0 4 1 3 5 2 4 7 2 0 6 7 1 4 3 1 7 0 4 7 2 2 6 5 1 0 3 5 3 4 0 7 6 2 6 5 1 </values>
470.88/466.77	v </instantiation>
470.88/466.77	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263464-1502638036/watcher-4263464-1502638036 -o /tmp/evaluation-result-4263464-1502638036/solver-4263464-1502638036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263464-1502638036.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=3273, runsolver pid=3270

[startup+0.109379 s]*
/proc/loadavg: 7.12 6.04 5.12 6/209 3282
/proc/meminfo: memFree=25690200/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10151672 memory=21124 CPUtime=0.04 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 4152 0 0 0 4 0 0 0 20 0 9 0 105714895 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2537918 5281 2156 1 0 2527415 0
[pid=3273/tid=3275] ppid=3270 vsize=10151672 memory=-7174084197762691781 CPUtime=0.03 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 2796 0 0 0 3 0 0 0 20 0 9 0 105714902 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344859058040 140344839915824 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105714903 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10151672 memory=139967591229056 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105714903 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105714903 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105714903 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105714904 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 105714904 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344349885600 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 105714905 10395312128 5281 18446744073709551615 4194304 4196468 140727450220064 140344348832496 140344854832853 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21124 KiB

[startup+0.210444 s]*
/proc/loadavg: 7.12 6.04 5.12 6/215 3288
/proc/meminfo: memFree=25690200/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10551156 memory=25620 CPUtime=0.06 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 4876 0 0 0 6 0 0 0 20 0 15 0 105714895 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2637789 6405 2611 1 0 2627261 0
[pid=3273/tid=3275] ppid=3270 vsize=10551156 memory=-7174084197762691781 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 2995 0 0 0 5 0 0 0 20 0 15 0 105714902 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344859052392 140344854844573 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10551156 memory=139967591229056 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10551156 memory=139967591229056 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714904 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105714904 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344349885600 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105714905 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344348832496 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10551156 memory=139967591229056 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10551156 memory=139967591229056 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714916 10804383744 6405 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25620 KiB

[startup+0.310444 s]*
/proc/loadavg: 7.12 6.04 5.12 6/215 3288
/proc/meminfo: memFree=25680188/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10551156 memory=35556 CPUtime=0.22 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 8178 0 0 0 20 2 0 0 20 0 15 0 105714895 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2637789 8889 2864 1 0 2627261 0
[pid=3273/tid=3275] ppid=3270 vsize=10551156 memory=6933928925625698159 CPUtime=0.15 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 5857 0 0 0 13 2 0 0 20 0 15 0 105714902 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344859034480 140344838903134 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10551156 memory=7523371274994148194 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10551156 memory=6944656592452807326 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10551156 memory=-8918987556599313462 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10551156 memory=4279135704047065247 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714904 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10551156 memory=-8102431393132624720 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105714904 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344349885600 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105714905 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344348832496 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 105714907 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 422 0 0 0 4 0 0 0 20 0 15 0 105714907 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714916 10804383744 8889 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35556 KiB

[startup+0.701048 s]
/proc/loadavg: 7.12 6.04 5.12 9/215 3288
/proc/meminfo: memFree=25585044/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10551232 memory=108552 CPUtime=1.3 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 12729 0 0 0 126 4 0 0 20 0 15 0 105714895 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2637808 27138 3059 1 0 2627261 0
[pid=3273/tid=3275] ppid=3270 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 7469 0 0 0 50 3 0 0 20 0 15 0 105714902 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344859055328 140344451025564 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10551232 memory=13 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714903 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105714903 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10551232 memory=8320808402719682870 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105714904 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10551232 memory=7079770014526690664 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105714904 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344349885600 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10551232 memory=6440526044203406950 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105714905 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344348832496 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10551232 memory=-7970089902420485312 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10551232 memory=-8412656567318647667 CPUtime=0.26 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) R 3270 3273 12395 0 -1 4202560 1545 0 0 0 26 0 0 0 20 0 15 0 105714907 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344346729328 140344847112029 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10551232 memory=-7240599211820661557 CPUtime=0.22 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) R 3270 3273 12395 0 -1 1077944384 868 0 0 0 22 0 0 0 20 0 15 0 105714907 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344345666768 140344854832853 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10551232 memory=6944652177228980320 CPUtime=0.25 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 1478 0 0 0 25 0 0 0 20 0 15 0 105714907 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10551232 memory=139967591233217 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105714907 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105714916 10804461568 27138 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 108552 KiB

[startup+1.50072 s]
/proc/loadavg: 7.12 6.04 5.12 8/215 3288
/proc/meminfo: memFree=25422336/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10617796 memory=233364 CPUtime=3.78 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 23729 0 0 0 369 9 0 0 20 0 16 0 105714895 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2654449 58341 3087 1 0 2643902 0
[pid=3273/tid=3275] ppid=3270 vsize=10617796 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 7535 0 0 0 127 4 0 0 20 0 16 0 105714902 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344859059168 140344854834582 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10617796 memory=206440 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 105714903 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 6 0 0 0 1 0 0 0 20 0 16 0 105714903 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 105714903 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10617796 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 105714903 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10617796 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 105714904 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105714904 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344349885664 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105714905 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344348832496 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10617796 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) R 3270 3273 12395 0 -1 4202560 5615 0 0 0 104 1 0 0 20 0 16 0 105714907 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344346710072 140344838281776 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10617796 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) R 3270 3273 12395 0 -1 4202560 6825 0 0 0 101 1 0 0 20 0 16 0 105714907 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344345666128 140344838377872 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10617796 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) R 3270 3273 12395 0 -1 1077944384 2233 0 0 0 32 0 0 0 20 0 16 0 105714907 10872623104 58341 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0

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

Current children cumulated CPU time: 468.27 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 323964 KiB

[startup+465.601 s]
/proc/loadavg: 2.63 4.31 4.71 3/220 3498
/proc/meminfo: memFree=29023052/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10617796 memory=326012 CPUtime=469.86 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 42213 0 0 0 46959 27 0 0 20 0 16 0 105714895 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2654449 81503 3120 1 0 2643902 0
[pid=3273/tid=3275] ppid=3270 vsize=10617796 memory=1992 CPUtime=465.4 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 13741 0 0 0 46535 5 0 0 20 0 16 0 105714902 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344859058576 140344452438602 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10617796 memory=12132 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 529 0 0 0 3 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10617796 memory=796 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10617796 memory=5784 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 158 0 0 0 4 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10617796 memory=7680170660397595203 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 218 0 0 0 4 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10617796 memory=1728 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 16 0 105714904 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10617796 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 105714904 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344349885664 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105714905 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344348832512 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10617796 memory=323964 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10617796 memory=323964 CPUtime=1.88 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 10981 0 0 0 187 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10617796 memory=1992 CPUtime=1.63 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 9671 0 0 0 162 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10617796 memory=12132 CPUtime=0.39 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 3557 0 0 0 38 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10617796 memory=323964 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10617796 memory=4132 CPUtime=0.28 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1167 0 0 0 15 13 0 0 20 0 16 0 105714916 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3289] ppid=3270 vsize=10617796 memory=51952 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3289/stat : 3289 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105715007 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344339153968 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 469.86 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 326012 KiB

[startup+466.401 s]
/proc/loadavg: 2.63 4.31 4.71 3/220 3498
/proc/meminfo: memFree=29023052/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10617796 memory=326012 CPUtime=470.66 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 42213 0 0 0 47039 27 0 0 20 0 16 0 105714895 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2654449 81503 3120 1 0 2643902 0
[pid=3273/tid=3275] ppid=3270 vsize=10617796 memory=928 CPUtime=466.2 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) R 3270 3273 12395 0 -1 4202560 13741 0 0 0 46615 5 0 0 20 0 16 0 105714902 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344859058576 140344452679888 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10617796 memory=51952 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 529 0 0 0 3 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10617796 memory=7680170660397595203 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10617796 memory=1156 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 158 0 0 0 4 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10617796 memory=3124 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 218 0 0 0 4 1 0 0 20 0 16 0 105714903 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10617796 memory=323964 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 16 0 105714904 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10617796 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 105714904 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344349885664 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10617796 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105714905 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344348832512 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10617796 memory=51952 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10617796 memory=1296 CPUtime=1.88 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 10981 0 0 0 187 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10617796 memory=2460 CPUtime=1.63 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 9671 0 0 0 162 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10617796 memory=1728 CPUtime=0.39 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 3557 0 0 0 38 1 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10617796 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10617796 memory=7680170660397595203 CPUtime=0.28 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1167 0 0 0 15 13 0 0 20 0 16 0 105714916 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3289] ppid=3270 vsize=10617796 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3289/stat : 3289 (java) S 3270 3273 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105715007 10872623104 81503 18446744073709551615 4194304 4196468 140727450220064 140344339153968 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 470.66 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 326012 KiB

[startup+466.601 s]
/proc/loadavg: 2.63 4.31 4.71 3/220 3498
/proc/meminfo: memFree=29023052/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10750924 memory=334336 CPUtime=470.88 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 45084 0 0 0 47060 28 0 0 20 0 16 0 105714895 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2687731 83584 3122 1 0 2677184 0
[pid=3273/tid=3275] ppid=3270 vsize=10750924 memory=0 CPUtime=466.34 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) S 3270 3273 12395 0 -1 1077944384 14160 0 0 0 46629 5 0 0 20 0 16 0 105714902 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344859063328 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10750924 memory=24 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 529 0 0 0 3 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10750924 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10750924 memory=326012 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 158 0 0 0 4 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10750924 memory=326012 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 218 0 0 0 4 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10750924 memory=1788 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 16 0 105714904 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10750924 memory=644 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 105714904 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344349885664 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10750924 memory=956 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105714905 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344348832512 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10750924 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10750924 memory=2240 CPUtime=1.9 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 11751 0 0 0 189 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10750924 memory=4296 CPUtime=1.66 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 10531 0 0 0 165 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10750924 memory=1608 CPUtime=0.4 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 4259 0 0 0 39 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10750924 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10750924 memory=2160 CPUtime=0.28 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1167 0 0 0 15 13 0 0 20 0 16 0 105714916 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 470.88 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 334336 KiB

[startup+466.701 s]
/proc/loadavg: 2.63 4.31 4.71 3/220 3498
/proc/meminfo: memFree=29023052/32770624 swapFree=67108860/67108860
[pid=3273] ppid=3270 vsize=10750924 memory=334336 CPUtime=470.88 cores=0,2,4,6
/proc/3273/stat : 3273 (java) S 3270 3273 12395 0 -1 1077944320 45084 0 0 0 47060 28 0 0 20 0 16 0 105714895 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140727450202608 140344854822647 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
/proc/3273/statm: 2687731 83584 3122 1 0 2677184 0
[pid=3273/tid=3275] ppid=3270 vsize=10750924 memory=326012 CPUtime=466.34 cores=0,2,4,6
/proc/3273/task/3275/stat : 3275 (java) S 3270 3273 12395 0 -1 1077944384 14160 0 0 0 46629 5 0 0 20 0 16 0 105714902 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344859063328 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3276] ppid=3270 vsize=10750924 memory=323964 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3276/stat : 3276 (java) S 3270 3273 12395 0 -1 1077944384 529 0 0 0 3 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344785243152 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3277] ppid=3270 vsize=10750924 memory=323964 CPUtime=0.04 cores=0,2,4,6
/proc/3273/task/3277/stat : 3277 (java) S 3270 3273 12395 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344784190608 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3278] ppid=3270 vsize=10750924 memory=323964 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3278/stat : 3278 (java) S 3270 3273 12395 0 -1 1077944384 158 0 0 0 4 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344783137552 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3279] ppid=3270 vsize=10750924 memory=323964 CPUtime=0.05 cores=0,2,4,6
/proc/3273/task/3279/stat : 3279 (java) S 3270 3273 12395 0 -1 1077944384 218 0 0 0 4 1 0 0 20 0 16 0 105714903 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344782085008 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3280] ppid=3270 vsize=10750924 memory=326012 CPUtime=0.01 cores=0,2,4,6
/proc/3273/task/3280/stat : 3280 (java) S 3270 3273 12395 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 16 0 105714904 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344350939376 140344854833794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3281] ppid=3270 vsize=10750924 memory=323964 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3281/stat : 3281 (java) S 3270 3273 12395 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 105714904 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344349885664 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3282] ppid=3270 vsize=10750924 memory=326012 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3282/stat : 3282 (java) S 3270 3273 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 105714905 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344348832512 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3283] ppid=3270 vsize=10750924 memory=326012 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3283/stat : 3283 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344347781072 140344854841243 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3284] ppid=3270 vsize=10750924 memory=326012 CPUtime=1.9 cores=0,2,4,6
/proc/3273/task/3284/stat : 3284 (java) S 3270 3273 12395 0 -1 1077944384 11751 0 0 0 189 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344346729200 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3285] ppid=3270 vsize=10750924 memory=328084 CPUtime=1.66 cores=0,2,4,6
/proc/3273/task/3285/stat : 3285 (java) S 3270 3273 12395 0 -1 1077944384 10531 0 0 0 165 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344345676656 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3286] ppid=3270 vsize=10750924 memory=7377271588789841257 CPUtime=0.4 cores=0,2,4,6
/proc/3273/task/3286/stat : 3286 (java) S 3270 3273 12395 0 -1 1077944384 4259 0 0 0 39 1 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344344623600 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3287] ppid=3270 vsize=10750924 memory=326012 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3287/stat : 3287 (java) S 3270 3273 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105714907 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344343571296 140344854832853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
[pid=3273/tid=3288] ppid=3270 vsize=10750924 memory=326012 CPUtime=0.28 cores=0,2,4,6
/proc/3273/task/3288/stat : 3288 (java) S 3270 3273 12395 0 -1 1077944384 1167 0 0 0 15 13 0 0 20 0 16 0 105714916 11008946176 83584 18446744073709551615 4194304 4196468 140727450220064 140344342518320 140344854833794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12902400 140727450227088 140727450227241 140727450227241 140727450230735 0
Current children cumulated CPU time: 470.88 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 334336 KiB

Child status: 0
Real time (s): 466.794
CPU time (s): 470.936
CPU user time (s): 470.646
CPU system time (s): 0.290098
CPU usage (%): 100.887
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 334336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.646
system time used= 0.290098
maximum resident set size= 336836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11924
involuntary context switches= 225


# summary of solver processes directly reported to runsolver:
#   pid: 3273
#   total CPU time (s): 470.936
#   total CPU user time (s): 470.646
#   total CPU system time (s): 0.290098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.66271 second user time and 4.74355 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 17:13:22
IDJOB=4263464
IDBENCH=139765
IDSOLVER=2651
FILE ID=node135/4263464-1502638036
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-06-2-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263464-1502638036/watcher-4263464-1502638036 -o /tmp/evaluation-result-4263464-1502638036/solver-4263464-1502638036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263464-1502638036.xml

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

MD5SUM BENCH= 6a2428e0ea9e56c54fb162011650005e
RANDOM SEED=127760394

node135.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.21
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.21
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.21
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.21
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:        25704248 kB
MemAvailable:   26611572 kB
Buffers:          312676 kB
Cached:           892132 kB
SwapCached:            0 kB
Active:          6054124 kB
Inactive:         557092 kB
Active(anon):    5406724 kB
Inactive(anon):    41324 kB
Active(file):     647400 kB
Inactive(file):   515768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1632 kB
Writeback:             4 kB
AnonPages:       5406416 kB
Mapped:            66912 kB
Shmem:             41656 kB
Slab:             147588 kB
SReclaimable:     119984 kB
SUnreclaim:        27604 kB
KernelStack:        3504 kB
PageTables:        15496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5916548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4763648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 17:21:09