Trace number 4290129

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 9.55025 5.07051

General information on the benchmark

NameSocialGolfers/
SocialGolfers-5-5-6-cp_c18.xml
MD5SUM7cf8ff1aade64c35eba6df9cb38cb5a8
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.62608
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints4508
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":150}]
Minimum variable degree122
Maximum variable degree123
Distribution of variable degrees[{"degree":122,"count":125},{"degree":123,"count":25}]
Minimum constraint arity4
Maximum constraint arity150
Distribution of constraint arities[{"arity":4,"count":4500},{"arity":25,"count":7},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints4500
Distribution of constraint types[{"type":"intension","count":4500},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290129-1532217459/watcher-4290129-1532217459 -o /tmp/evaluation-result-4290129-1532217459/solver-4290129-1532217459 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27125 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290129-1532217459.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=28177, runsolver pid=28174

[startup+0.100126 s]*
/proc/loadavg: 1.87 1.98 2.17 4/216 28192
/proc/meminfo: memFree=15991656/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10659012 memory=30076 CPUtime=0.13 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 6601 0 0 0 12 1 0 0 20 0 15 0 39309088 10914828288 7519 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2664753 7519 2843 1 0 2627263 0
[pid=28177/tid=28179] ppid=28174 vsize=10659012 memory=-8773748148830375299 CPUtime=0.09 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 4422 0 0 0 8 1 0 0 20 0 15 0 39309089 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655606573632 140655602363798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309091 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0.02 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 39309094 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309095 10914828288 7519 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.210534 s]*
/proc/loadavg: 1.87 1.98 2.17 3/216 28192
/proc/meminfo: memFree=15979980/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10659012 memory=41780 CPUtime=0.33 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 8097 0 0 0 31 2 0 0 20 0 15 0 39309088 10914828288 10445 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2664753 10445 3004 1 0 2627263 0
[pid=28177/tid=28179] ppid=28174 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 4996 0 0 0 19 1 0 0 20 0 15 0 39309089 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655606588144 140655586395493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10659012 memory=139815106212098 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309091 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 39309094 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 39309094 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0.07 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) R 28174 28177 25074 0 -1 4202560 719 0 0 0 7 0 0 0 20 0 15 0 39309094 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655155808752 140655581312810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309095 10914828288 10445 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41780 KiB

[startup+0.310253 s]*
/proc/loadavg: 1.87 1.98 2.17 5/216 28192
/proc/meminfo: memFree=15966720/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10659012 memory=54816 CPUtime=0.59 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 9779 0 0 0 57 2 0 0 20 0 15 0 39309088 10914828288 13704 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2664753 13704 3045 1 0 2627263 0
[pid=28177/tid=28179] ppid=28174 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 5414 0 0 0 28 1 0 0 20 0 15 0 39309089 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655606584752 140655586432350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10659012 memory=4294976236 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10659012 memory=139815106211879 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309091 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39309092 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) R 28174 28177 25074 0 -1 4202560 1106 0 0 0 7 0 0 0 20 0 15 0 39309094 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655157895256 140655583051073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) R 28174 28177 25074 0 -1 4202560 836 0 0 0 7 0 0 0 20 0 15 0 39309094 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655156846232 140655587454277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0.13 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) D 28174 28177 25074 0 -1 4202560 1077 0 0 0 13 0 0 0 20 0 15 0 39309094 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655155805464 140655595069015 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10659012 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309095 10914828288 13704 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54816 KiB

[startup+0.707533 s]
/proc/loadavg: 1.87 1.98 2.17 5/216 28192
/proc/meminfo: memFree=15934644/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10659088 memory=120804 CPUtime=1.91 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 12670 0 0 0 187 4 0 0 20 0 15 0 39309088 10914906112 30201 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2664772 30201 3108 1 0 2627263 0
[pid=28177/tid=28179] ppid=28174 vsize=10659088 memory=260864368214391 CPUtime=0.68 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 6050 0 0 0 66 2 0 0 20 0 15 0 39309089 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655606587696 140655582062144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10659088 memory=288230376151877798 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309090 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39309090 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39309091 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39309092 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39309092 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10659088 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) R 28174 28177 25074 0 -1 4202560 1569 0 0 0 42 0 0 0 20 0 15 0 39309094 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655157889744 140655585762678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10659088 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) R 28174 28177 25074 0 -1 4202560 1581 0 0 0 44 0 0 0 20 0 15 0 39309094 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655156844880 140655585848651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10659088 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 2097 0 0 0 34 0 0 0 20 0 15 0 39309094 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39309094 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10659088 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39309095 10914906112 30201 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 120804 KiB

[startup+1.5012 s]
/proc/loadavg: 1.87 1.98 2.17 6/216 28192
/proc/meminfo: memFree=15817760/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10661136 memory=229572 CPUtime=4.43 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 15396 0 0 0 434 9 0 0 20 0 15 0 39309088 10917003264 57393 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2665284 57393 3149 1 0 2627775 0
[pid=28177/tid=28179] ppid=28174 vsize=10661136 memory=9167 CPUtime=1.4 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 6094 0 0 0 137 3 0 0 20 0 15 0 39309089 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655606576176 140655586395493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10661136 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 15 0 39309090 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 15 0 39309090 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 39309090 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 39309090 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39309091 10917003264 57393 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0

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

[startup+3.20088 s]
/proc/loadavg: 1.88 1.98 2.17 3/217 28193
/proc/meminfo: memFree=15778856/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10727700 memory=240560 CPUtime=7.7 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 20128 0 0 0 760 10 0 0 20 0 16 0 39309088 10985164800 60140 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2681925 60140 3165 1 0 2644416 0
[pid=28177/tid=28179] ppid=28174 vsize=10727700 memory=0 CPUtime=3.09 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 6750 0 0 0 306 3 0 0 20 0 16 0 39309089 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655606588632 140655236053705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10727700 memory=11205724500837 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10727700 memory=-2317720213663851332 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10727700 memory=56 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10727700 memory=279630020462960 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39309091 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10727700 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 5082 0 0 0 185 1 0 0 20 0 16 0 39309094 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10727700 memory=669493 CPUtime=1.97 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 3474 0 0 0 197 0 0 0 20 0 16 0 39309094 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10727700 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 2971 0 0 0 59 0 0 0 20 0 16 0 39309094 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10727700 memory=139792 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 39309095 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28193] ppid=28174 vsize=10727700 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39309255 10985164800 60140 33554432000 4194304 4196468 140724971999600 140655150552112 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 7.7 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 240560 KiB

[startup+4.0007 s]*
/proc/loadavg: 1.88 1.98 2.17 3/217 28193
/proc/meminfo: memFree=15779128/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10727700 memory=240740 CPUtime=8.53 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 20748 0 0 0 843 10 0 0 20 0 16 0 39309088 10985164800 60185 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2681925 60185 3165 1 0 2644416 0
[pid=28177/tid=28179] ppid=28174 vsize=10727700 memory=6791534058613427641 CPUtime=3.9 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 6787 0 0 0 387 3 0 0 20 0 16 0 39309089 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655606587760 140655236346699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10727700 memory=4048 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10727700 memory=9172 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10727700 memory=16444 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10727700 memory=6223407613083 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10727700 memory=301741416391115062 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 16 0 39309091 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10727700 memory=14412609709410693 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10727700 memory=279630020234692 CPUtime=1.87 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 5137 0 0 0 186 1 0 0 20 0 16 0 39309094 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10727700 memory=1 CPUtime=1.98 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 3525 0 0 0 198 0 0 0 20 0 16 0 39309094 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10727700 memory=279630020078304 CPUtime=0.6 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 3412 0 0 0 60 0 0 0 20 0 16 0 39309094 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 39309095 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28193] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39309255 10985164800 60185 33554432000 4194304 4196468 140724971999600 140655150552112 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 240740 KiB

[startup+4.8007 s]
/proc/loadavg: 1.88 1.98 2.17 3/217 28193
/proc/meminfo: memFree=15779128/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10727700 memory=240772 CPUtime=9.38 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 22144 0 0 0 928 10 0 0 20 0 16 0 39309088 10985164800 60193 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2681925 60193 3165 1 0 2644416 0
[pid=28177/tid=28179] ppid=28174 vsize=10727700 memory=0 CPUtime=4.69 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) R 28174 28177 25074 0 -1 4202560 6888 0 0 0 466 3 0 0 20 0 16 0 39309089 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655606587584 140655236053769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10727700 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10727700 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10727700 memory=-1088251628401078322 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10727700 memory=240740 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 16 0 39309090 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10727700 memory=81617 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 39309091 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10727700 memory=7307494330177116012 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39309092 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10727700 memory=0 CPUtime=1.92 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 6211 0 0 0 191 1 0 0 20 0 16 0 39309094 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10727700 memory=3472468111237534944 CPUtime=1.98 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 3525 0 0 0 198 0 0 0 20 0 16 0 39309094 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10727700 memory=-7361174377247368086 CPUtime=0.6 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 3431 0 0 0 60 0 0 0 20 0 16 0 39309094 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10727700 memory=-5587106306044206369 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 39309095 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28193] ppid=28174 vsize=10727700 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28193/stat : 28193 (java) S 28174 28177 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39309255 10985164800 60193 33554432000 4194304 4196468 140724971999600 140655150552112 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 240772 KiB

[startup+5.00071 s]*
/proc/loadavg: 1.88 1.98 2.17 2/217 28195
/proc/meminfo: memFree=15779128/32770624 swapFree=67108860/67108860
[pid=28177] ppid=28174 vsize=10860828 memory=240924 CPUtime=9.52 cores=0,2,4,6
/proc/28177/stat : 28177 (java) S 28174 28177 25074 0 -1 1077944320 23110 0 0 0 942 10 0 0 20 0 16 0 39309088 11121487872 60231 33554432000 4194304 4196468 140724971999600 140724971982144 140655602351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
/proc/28177/statm: 2715207 60231 3167 1 0 2677698 0
[pid=28177/tid=28179] ppid=28174 vsize=10860828 memory=7022364594140610616 CPUtime=4.75 cores=0,2,4,6
/proc/28177/task/28179/stat : 28179 (java) S 28174 28177 25074 0 -1 1077944384 7101 0 0 0 472 3 0 0 20 0 16 0 39309089 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655606592544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28180] ppid=28174 vsize=10860828 memory=339 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28180/stat : 28180 (java) S 28174 28177 25074 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 16 0 39309090 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655554972688 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28181] ppid=28174 vsize=10860828 memory=139815106212098 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28181/stat : 28181 (java) S 28174 28177 25074 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 16 0 39309090 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655553920144 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28182] ppid=28174 vsize=10860828 memory=170985786 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28182/stat : 28182 (java) S 28174 28177 25074 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 16 0 39309090 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655552867088 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28183] ppid=28174 vsize=10860828 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28177/task/28183/stat : 28183 (java) S 28174 28177 25074 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 16 0 39309090 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655551814544 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28184] ppid=28174 vsize=10860828 memory=139815106184832 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28184/stat : 28184 (java) S 28174 28177 25074 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 16 0 39309091 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655162124528 140655602363010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28185] ppid=28174 vsize=10860828 memory=2211 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28185/stat : 28185 (java) S 28174 28177 25074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 39309092 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655161070752 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28186] ppid=28174 vsize=10860828 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28186/stat : 28186 (java) S 28174 28177 25074 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39309092 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655160017648 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28187] ppid=28174 vsize=10860828 memory=6442488753978101841 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28187/stat : 28187 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655158966224 140655602370459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28188] ppid=28174 vsize=10860828 memory=0 CPUtime=1.95 cores=0,2,4,6
/proc/28177/task/28188/stat : 28188 (java) S 28174 28177 25074 0 -1 1077944384 6345 0 0 0 194 1 0 0 20 0 16 0 39309094 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655157914352 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28189] ppid=28174 vsize=10860828 memory=-1 CPUtime=2.03 cores=0,2,4,6
/proc/28177/task/28189/stat : 28189 (java) S 28174 28177 25074 0 -1 1077944384 3959 0 0 0 203 0 0 0 20 0 16 0 39309094 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655156861808 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28190] ppid=28174 vsize=10860828 memory=139815106184832 CPUtime=0.6 cores=0,2,4,6
/proc/28177/task/28190/stat : 28190 (java) S 28174 28177 25074 0 -1 1077944384 3469 0 0 0 60 0 0 0 20 0 16 0 39309094 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655155808752 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28191] ppid=28174 vsize=10860828 memory=7595125102366307121 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28191/stat : 28191 (java) S 28174 28177 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39309094 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655154756448 140655602362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28192] ppid=28174 vsize=10860828 memory=3461490419909619655 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28192/stat : 28192 (java) S 28174 28177 25074 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 39309095 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655153703472 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
[pid=28177/tid=28194] ppid=28174 vsize=10860828 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28177/task/28194/stat : 28194 (java) S 28174 28177 25074 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 39309574 11121487872 60231 33554432000 4194304 4196468 140724971999600 140655149499280 140655602363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29892608 140724972008561 140724972008713 140724972008713 140724972011471 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 240924 KiB

Child status: 0
Real time (s): 5.07051
CPU time (s): 9.55025
CPU user time (s): 9.43652
CPU system time (s): 0.113729
CPU usage (%): 188.349
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 240924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.43652
system time used= 0.113729
maximum resident set size= 241644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1978
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 28177
#   total CPU time (s): 9.55025
#   total CPU user time (s): 9.43652
#   total CPU system time (s): 0.113729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058215 second user time and 0.089218 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 01:57:39
IDJOB=4290129
IDBENCH=141383
IDSOLVER=2742
FILE ID=node102/4290129-1532217459
RUNJOBID= node102-1532208144-27125
PBS_JOBID= 21018941
Free space on /tmp= 53244 MiB

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

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

MD5SUM BENCH= 7cf8ff1aade64c35eba6df9cb38cb5a8
RANDOM SEED=1988396009

node102.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.51
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.51
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.51
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.51
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:        16007320 kB
MemAvailable:   31032296 kB
Buffers:          217932 kB
Cached:         14899840 kB
SwapCached:            0 kB
Active:          2295776 kB
Inactive:       13781448 kB
Active(anon):     962688 kB
Inactive(anon):    16892 kB
Active(file):    1333088 kB
Inactive(file): 13764556 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:       1078868 kB
Mapped:            46992 kB
Shmem:             17036 kB
Slab:             383220 kB
SReclaimable:     355792 kB
SUnreclaim:        27428 kB
KernelStack:        3840 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2369604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53240 MiB
End job on node102 at 2018-07-22 01:57:44