Trace number 4262833

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT7 2177.3701 2166.77

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4r.xml
MD5SUMa67d0fa6b826179476c8a9ead60c2ec9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1984.32
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size39
Distribution of domain sizes[{"size":30,"count":1},{"size":39,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.95/1.16	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.95/1.16	c This is free software under the dual EPL/GNU LGPL licenses.
2.95/1.16	c See www.sat4j.org for details.
2.95/1.16	c That software uses the Rhino library from the Mozilla project.
2.95/1.16	c version CUSTOM.v20170705
2.95/1.16	c java.runtime.name	Java(TM) SE Runtime Environment
2.95/1.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.95/1.16	c java.vm.version	25.131-b11
2.95/1.16	c java.vm.vendor	Oracle Corporation
2.95/1.16	c sun.arch.data.model	64
2.95/1.16	c java.version		1.8.0_131
2.95/1.16	c os.name		Linux
2.95/1.16	c os.version		3.10.0-514.16.1.el7.x86_64
2.95/1.16	c os.arch		amd64
2.95/1.16	c Free memory 		499604488
2.95/1.16	c Max memory 		7247757312
2.95/1.16	c Total memory 		504889344
2.95/1.16	c Number of processors 	4
2.95/1.16	c c --- Begin Solver configuration ---
2.95/1.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.95/1.16	c Learn all clauses as in MiniSAT
2.95/1.16	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.95/1.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.95/1.16	c No reason simplification
2.95/1.16	c Glucose 2.1 dynamic restart strategy
2.95/1.16	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.95/1.16	c timeout=2147483s
2.95/1.16	c DB Simplification allowed=false
2.95/1.16	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.95/1.16	c --- End Solver configuration ---
2.95/1.16	c constraints type 
2.95/1.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 234
2.95/1.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 201357
2.95/1.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1355277
2.95/1.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 368
2.95/1.16	c 1557236 constraints processed.
1559.38/1550.17	o 5
1560.62/1551.23	o 6
1564.18/1554.78	o 7
2177.34/2166.75	c starts		: 30005
2177.34/2166.75	c conflicts		: 5291214
2177.34/2166.75	c decisions		: 34793274
2177.34/2166.75	c propagations		: 3766179708
2177.34/2166.75	c inspects		: 19409965132
2177.34/2166.75	c shortcuts		: 0
2177.34/2166.75	c learnt literals	: 1120
2177.34/2166.75	c learnt binary clauses	: 5803
2177.34/2166.75	c learnt ternary clauses	: 30773
2177.34/2166.75	c learnt constraints	: 5290093
2177.34/2166.75	c ignored constraints	: 0
2177.34/2166.75	c root simplifications	: 0
2177.34/2166.75	c removed literals (reason simplification)	: 0
2177.34/2166.75	c reason swapping (by a shorter reason)	: 0
2177.34/2166.75	c Calls to reduceDB	: 123
2177.34/2166.75	c Number of update (reduction) of LBD	: 4135639
2177.34/2166.75	c Imported unit clauses	: 0
2177.34/2166.75	c number of reductions to clauses (during analyze)	: 0
2177.34/2166.75	c number of learned constraints concerned by reduction	: 0
2177.34/2166.75	c number of learning phase by resolution	: 0
2177.34/2166.75	c number of learning phase by cutting planes	: 0
2177.34/2166.75	c number of rounding to 1 operations	: 0
2177.34/2166.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2177.34/2166.75	c number of reductions of the coefficients by power 2 	: 0
2177.34/2166.75	c number of right shift for reduction by power 2 	: 0
2177.34/2166.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
2177.34/2166.75	c speed (assignments/second)	: 1739127.4891402074
2177.34/2166.75	c non guided choices	1289777
2177.34/2166.75	c learnt constraints type 
2177.34/2166.75	s OPTIMUM FOUND
2177.34/2166.75	v <instantiation type="optimum" cost="7">
2177.34/2166.75	v 	<list> x b[0][0] b[0][1] b[0][2] b[0][3] b[1][0] b[1][1] b[1][2] b[1][3] b[2][0] b[2][1] b[2][2] b[2][3] b[3][0] b[3][1] b[3][2] b[3][3] b[4][0] b[4][1] b[4][2] b[4][3] b[5][0] b[5][1] b[5][2] b[5][3] b[6][0] b[6][1] b[6][2] b[6][3] b[7][0] b[7][1] b[7][2] b[7][3] b[8][0] b[8][1] b[8][2] b[8][3] b[9][0] b[9][1] b[9][2] b[9][3] b[10][0] b[10][1] b[10][2] b[10][3] b[11][0] b[11][1] b[11][2] b[11][3] b[12][0] b[12][1] b[12][2] b[12][3] b[13][0] b[13][1] b[13][2] b[13][3] b[14][0] b[14][1] b[14][2] b[14][3] b[15][0] b[15][1] b[15][2] b[15][3] b[16][0] b[16][1] b[16][2] b[16][3] b[17][0] b[17][1] b[17][2] b[17][3] b[18][0] b[18][1] b[18][2] b[18][3] b[19][0] b[19][1] b[19][2] b[19][3] b[20][0] b[20][1] b[20][2] b[20][3] b[21][0] b[21][1] b[21][2] b[21][3] b[22][0] b[22][1] b[22][2] b[22][3] b[23][0] b[23][1] b[23][2] b[23][3] b[24][0] b[24][1] b[24][2] b[24][3] b[25][0] b[25][1] b[25][2] b[25][3] b[26][0] b[26][1] b[26][2] b[26][3] b[27][0] b[27][1] b[27][2] b[27][3] b[28][0] b[28][1] b[28][2] b[28][3] </list>
2177.34/2166.75	v 	<values> 7 98 48 0 0 94 47 0 0 94 43 0 0 93 57 0 0 92 58 0 0 92 56 0 0 92 46 0 0 91 59 0 0 85 34 31 0 84 60 0 0 84 60 0 0 81 68 0 0 81 68 0 0 79 67 0 0 79 67 0 0 78 71 0 0 76 73 0 0 72 40 38 0 65 40 39 0 63 55 31 0 61 59 0 0 45 37 35 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2177.34/2166.75	v </instantiation>
2177.34/2166.75	

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262833-1502634275/watcher-4262833-1502634275 -o /tmp/evaluation-result-4262833-1502634275/solver-4262833-1502634275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262833-1502634275.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100149 s]*
/proc/loadavg: 3.80 2.70 2.34 3/217 4282
/proc/meminfo: memFree=27023224/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10555400 memory=29176 CPUtime=0.12 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 6889 0 0 0 11 1 0 0 20 0 15 0 96515271 10808729600 7294 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2638850 7294 2812 1 0 2627263 0
[pid=4267/tid=4269] ppid=4264 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 4701 0 0 0 8 0 0 0 20 0 15 0 96515271 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414863755200 140414843614558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515273 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96515273 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414433964960 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96515274 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0.01 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) R 4264 4267 28385 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 15 0 96515276 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414428703472 140414838502184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515277 10808729600 7294 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29176 KiB

[startup+0.210583 s]*
/proc/loadavg: 3.80 2.70 2.34 3/217 4282
/proc/meminfo: memFree=27014044/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10555400 memory=38372 CPUtime=0.29 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 8166 0 0 0 27 2 0 0 20 0 15 0 96515271 10808729600 9593 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2638850 9593 2927 1 0 2627263 0
[pid=4267/tid=4269] ppid=4264 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 5271 0 0 0 19 1 0 0 20 0 15 0 96515271 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414863766272 140414859546006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10555400 memory=4049775991534360224 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515273 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96515273 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414433964960 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96515274 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 9593 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 529 0 0 0 1 0 0 0 20 0 15 0 96515276 10808729600 9604 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 15 0 96515276 10808729600 9604 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0.05 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 888 0 0 0 5 0 0 0 20 0 15 0 96515276 10808729600 9604 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808729600 9604 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10555400 memory=140306151085696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515277 10808729600 9604 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38372 KiB

[startup+0.310315 s]*
/proc/loadavg: 3.66 2.69 2.33 4/217 4282
/proc/meminfo: memFree=27007096/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10555476 memory=45324 CPUtime=0.51 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 8946 0 0 0 48 3 0 0 20 0 15 0 96515271 10808807424 11331 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2638869 11331 3037 1 0 2627263 0
[pid=4267/tid=4269] ppid=4264 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 5662 0 0 0 28 1 0 0 20 0 15 0 96515271 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414863769760 140414843614558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10555476 memory=140306151143712 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515272 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515272 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10555476 memory=140306151150624 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96515273 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96515273 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414433964960 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96515274 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) R 4264 4267 28385 0 -1 4202560 677 0 0 0 3 0 0 0 20 0 15 0 96515276 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414430808560 140414840234368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10555476 memory=140306045586959 CPUtime=0.04 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) R 4264 4267 28385 0 -1 1077944384 210 0 0 0 4 0 0 0 20 0 15 0 96515276 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10555476 memory=140306151089751 CPUtime=0.12 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 1059 0 0 0 12 0 0 0 20 0 15 0 96515276 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10555476 memory=140306045591503 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10555476 memory=280612196693952 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515277 10808807424 11397 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45324 KiB

[startup+0.700782 s]
/proc/loadavg: 3.66 2.69 2.33 5/217 4282
/proc/meminfo: memFree=26939084/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10555476 memory=230972 CPUtime=1.66 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 11107 0 0 0 154 12 0 0 20 0 15 0 96515271 10808807424 57743 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2638869 57743 3105 1 0 2627263 0
[pid=4267/tid=4269] ppid=4264 vsize=10555476 memory=2372 CPUtime=0.6 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 5987 0 0 0 56 4 0 0 20 0 15 0 96515271 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414863770704 140414499420528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10555476 memory=6872598998417432672 CPUtime=0.06 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 15 0 96515272 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10555476 memory=1204 CPUtime=0.06 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 42 0 0 0 5 1 0 0 20 0 15 0 96515272 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10555476 memory=15876 CPUtime=0.05 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 22 0 0 0 4 1 0 0 20 0 15 0 96515272 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10555476 memory=17808 CPUtime=0.07 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 36 0 0 0 5 2 0 0 20 0 15 0 96515272 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96515273 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 96515273 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414433964960 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96515274 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10555476 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) R 4264 4267 28385 0 -1 4202560 1312 0 0 0 28 0 0 0 20 0 15 0 96515276 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414430799840 140414844641610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10555476 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) R 4264 4267 28385 0 -1 1077944384 980 0 0 0 27 0 0 0 20 0 15 0 96515276 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10555476 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 1243 0 0 0 21 0 0 0 20 0 15 0 96515276 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96515276 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96515277 10808807424 57743 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 230972 KiB

[startup+1.50079 s]
/proc/loadavg: 3.66 2.69 2.33 5/217 4282
/proc/meminfo: memFree=26747988/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10622040 memory=322592 CPUtime=4.18 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 20899 0 0 0 400 18 0 0 20 0 16 0 96515271 10876968960 80648 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2655510 80648 3124 1 0 2643904 0
[pid=4267/tid=4269] ppid=4264 vsize=10622040 memory=3467834630910259267 CPUtime=1.33 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 6065 0 0 0 129 4 0 0 20 0 16 0 96515271 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414863772128 140414500571255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10622040 memory=242524 CPUtime=0.1 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 59 0 0 0 8 2 0 0 20 0 16 0 96515272 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10622040 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 75 0 0 0 9 2 0 0 20 0 16 0 96515272 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10622040 memory=1204 CPUtime=0.12 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 114 0 0 0 10 2 0 0 20 0 16 0 96515272 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10622040 memory=15876 CPUtime=0.11 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 249 0 0 0 9 2 0 0 20 0 16 0 96515272 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10622040 memory=17808 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 96515273 10876968960 80648 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0

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

Current children cumulated CPU time: 2175.56 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3116688 KiB

[startup+2165.6 s]
/proc/loadavg: 2.03 2.03 2.05 3/217 4425
/proc/meminfo: memFree=25451644/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10622040 memory=3116688 CPUtime=2176.36 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 113625 0 0 0 217353 283 0 0 20 0 16 0 96515271 10876968960 779172 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2655510 779172 3164 1 0 2643904 0
[pid=4267/tid=4269] ppid=4264 vsize=10622040 memory=3232 CPUtime=2163.08 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 55277 0 0 0 216278 30 0 0 20 0 16 0 96515271 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414863772872 140414500952052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10622040 memory=3011312 CPUtime=1.92 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 3353 0 0 0 146 46 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10622040 memory=4100 CPUtime=1.91 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 3110 0 0 0 146 45 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10622040 memory=3116688 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 2891 0 0 0 148 46 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10622040 memory=8112282956445269571 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 3031 0 0 0 147 47 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10622040 memory=192 CPUtime=0.32 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 11708 0 0 0 29 3 0 0 20 0 16 0 96515273 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10622040 memory=191 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96515273 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414433965024 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10622040 memory=3116688 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96515274 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10622040 memory=916 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10622040 memory=4629771062077588875 CPUtime=1.8 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 13182 0 0 0 178 2 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10622040 memory=3011312 CPUtime=1.67 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 10723 0 0 0 166 1 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10622040 memory=4100 CPUtime=0.41 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 6827 0 0 0 40 1 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10622040 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10622040 memory=1728 CPUtime=1.27 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 2049 0 0 0 58 69 0 0 20 0 16 0 96515277 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4283] ppid=4264 vsize=10622040 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4283/stat : 4283 (java) S 4264 4267 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96515390 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414358115120 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 2176.36 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3116688 KiB

[startup+2166.4 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 4425
/proc/meminfo: memFree=25451644/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10622040 memory=3116688 CPUtime=2177.16 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 113628 0 0 0 217433 283 0 0 20 0 16 0 96515271 10876968960 779172 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2655510 779172 3164 1 0 2643904 0
[pid=4267/tid=4269] ppid=4264 vsize=10622040 memory=1296 CPUtime=2163.88 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) R 4264 4267 28385 0 -1 4202560 55280 0 0 0 216358 30 0 0 20 0 16 0 96515271 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414863772872 140414500950051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10622040 memory=2416 CPUtime=1.92 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 3353 0 0 0 146 46 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10622040 memory=2240 CPUtime=1.91 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 3110 0 0 0 146 45 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10622040 memory=4128 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 2891 0 0 0 148 46 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10622040 memory=928 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 3031 0 0 0 147 47 0 0 20 0 16 0 96515272 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10622040 memory=1728 CPUtime=0.32 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 11708 0 0 0 29 3 0 0 20 0 16 0 96515273 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10622040 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96515273 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414433965024 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10622040 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96515274 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10622040 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10622040 memory=8560 CPUtime=1.8 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 13182 0 0 0 178 2 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10622040 memory=1228 CPUtime=1.67 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 10723 0 0 0 166 1 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10622040 memory=8112282956445269571 CPUtime=0.41 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 6827 0 0 0 40 1 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10622040 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10622040 memory=1204 CPUtime=1.27 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 2049 0 0 0 58 69 0 0 20 0 16 0 96515277 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4283] ppid=4264 vsize=10622040 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4283/stat : 4283 (java) S 4264 4267 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96515390 10876968960 779172 33554432000 4194304 4196468 140735532900192 140414358115120 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 2177.16 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3116688 KiB

[startup+2166.6 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 4425
/proc/meminfo: memFree=25451644/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10689632 memory=3116768 CPUtime=2177.34 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 115353 0 0 0 217451 283 0 0 20 0 16 0 96515271 10946183168 779192 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2672408 779192 3166 1 0 2660802 0
[pid=4267/tid=4269] ppid=4264 vsize=10689632 memory=8560 CPUtime=2164.03 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) S 4264 4267 28385 0 -1 1077944384 55745 0 0 0 216373 30 0 0 20 0 16 0 96515271 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414863774752 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10689632 memory=1228 CPUtime=1.92 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 3353 0 0 0 146 46 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10689632 memory=12028 CPUtime=1.91 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 3110 0 0 0 146 45 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10689632 memory=8112282956445269571 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 2891 0 0 0 148 46 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10689632 memory=15876 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 3031 0 0 0 147 47 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10689632 memory=17828 CPUtime=0.32 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 11708 0 0 0 29 3 0 0 20 0 16 0 96515273 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10689632 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96515273 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414433965024 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10689632 memory=3116688 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96515274 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10689632 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10689632 memory=5668 CPUtime=1.81 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 13630 0 0 0 179 2 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10689632 memory=1008 CPUtime=1.69 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 11198 0 0 0 168 1 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10689632 memory=2340 CPUtime=0.41 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 7013 0 0 0 40 1 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10689632 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10689632 memory=4128 CPUtime=1.27 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 2049 0 0 0 58 69 0 0 20 0 16 0 96515277 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 2177.34 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 3116768 KiB

[startup+2166.7 s]
/proc/loadavg: 2.03 2.02 2.05 3/217 4425
/proc/meminfo: memFree=25451644/32770624 swapFree=67108860/67108860
[pid=4267] ppid=4264 vsize=10689632 memory=3116768 CPUtime=2177.34 cores=1,3,5,7
/proc/4267/stat : 4267 (java) S 4264 4267 28385 0 -1 1077944320 115371 0 0 0 217451 283 0 0 20 0 16 0 96515271 10946183168 779192 33554432000 4194304 4196468 140735532900192 140735532882736 140414859534071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
/proc/4267/statm: 2672408 779192 3166 1 0 2660802 0
[pid=4267/tid=4269] ppid=4264 vsize=10689632 memory=3116688 CPUtime=2164.03 cores=1,3,5,7
/proc/4267/task/4269/stat : 4269 (java) S 4264 4267 28385 0 -1 1077944384 55745 0 0 0 216373 30 0 0 20 0 16 0 96515271 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414863774752 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4270] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.92 cores=1,3,5,7
/proc/4267/task/4270/stat : 4270 (java) S 4264 4267 28385 0 -1 1077944384 3353 0 0 0 146 46 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414466525968 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4271] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.91 cores=1,3,5,7
/proc/4267/task/4271/stat : 4271 (java) S 4264 4267 28385 0 -1 1077944384 3110 0 0 0 146 45 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414465473424 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4272] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4272/stat : 4272 (java) S 4264 4267 28385 0 -1 1077944384 2891 0 0 0 148 46 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414464420880 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4273] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.94 cores=1,3,5,7
/proc/4267/task/4273/stat : 4273 (java) S 4264 4267 28385 0 -1 1077944384 3031 0 0 0 147 47 0 0 20 0 16 0 96515272 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414463368336 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4274] ppid=4264 vsize=10689632 memory=3116688 CPUtime=0.32 cores=1,3,5,7
/proc/4267/task/4274/stat : 4274 (java) S 4264 4267 28385 0 -1 1077944384 11726 0 0 0 29 3 0 0 20 0 16 0 96515273 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414435018736 140414859545218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4275] ppid=4264 vsize=10689632 memory=3116688 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4275/stat : 4275 (java) S 4264 4267 28385 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96515273 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414433965024 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4276] ppid=4264 vsize=10689632 memory=3116688 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4276/stat : 4276 (java) S 4264 4267 28385 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96515274 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414432912368 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4277] ppid=4264 vsize=10689632 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4277/stat : 4277 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414431860944 140414859552667 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4278] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.81 cores=1,3,5,7
/proc/4267/task/4278/stat : 4278 (java) S 4264 4267 28385 0 -1 1077944384 13630 0 0 0 179 2 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414430808560 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4279] ppid=4264 vsize=10689632 memory=3116688 CPUtime=1.69 cores=1,3,5,7
/proc/4267/task/4279/stat : 4279 (java) S 4264 4267 28385 0 -1 1077944384 11198 0 0 0 168 1 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414429756016 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4280] ppid=4264 vsize=10689632 memory=3116688 CPUtime=0.41 cores=1,3,5,7
/proc/4267/task/4280/stat : 4280 (java) S 4264 4267 28385 0 -1 1077944384 7013 0 0 0 40 1 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414428703472 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4281] ppid=4264 vsize=10689632 memory=3116696 CPUtime=0 cores=1,3,5,7
/proc/4267/task/4281/stat : 4281 (java) S 4264 4267 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96515276 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414427651168 140414859544277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
[pid=4267/tid=4282] ppid=4264 vsize=10689632 memory=1576 CPUtime=1.27 cores=1,3,5,7
/proc/4267/task/4282/stat : 4282 (java) S 4264 4267 28385 0 -1 1077944384 2049 0 0 0 58 69 0 0 20 0 16 0 96515277 10946183168 779192 33554432000 4194304 4196468 140735532900192 140414359169328 140414859545218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30035968 140735532901510 140735532901663 140735532901663 140735532904399 0
Current children cumulated CPU time: 2177.34 s
Current children cumulated vsize: 10689632 KiB
Current children cumulated memory: 3116768 KiB

Child status: 0
Real time (s): 2166.77
CPU time (s): 2177.37
CPU user time (s): 2174.52
CPU system time (s): 2.84909
CPU usage (%): 100.489
Max. virtual memory (cumulated for all children) (KiB): 10689632
Max. memory (cumulated for all children) (KiB): 3116768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2174.52
system time used= 2.84909
maximum resident set size= 3116956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49329
involuntary context switches= 1561


# summary of solver processes directly reported to runsolver:
#   pid: 4267
#   total CPU time (s): 2177.37
#   total CPU user time (s): 2174.52
#   total CPU system time (s): 2.84909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7504 second user time and 14.0853 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 16:10:16
IDJOB=4262833
IDBENCH=136396
IDSOLVER=2651
FILE ID=node106/4262833-1502634275
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4r.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262833-1502634275/watcher-4262833-1502634275 -o /tmp/evaluation-result-4262833-1502634275/solver-4262833-1502634275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262833-1502634275.xml

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

MD5SUM BENCH= a67d0fa6b826179476c8a9ead60c2ec9
RANDOM SEED=1638224238

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.86
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.86
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.86
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.86
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:        27040904 kB
MemAvailable:   27457672 kB
Buffers:          109064 kB
Cached:           595576 kB
SwapCached:            0 kB
Active:          4902560 kB
Inactive:         381212 kB
Active(anon):    4534968 kB
Inactive(anon):    72092 kB
Active(file):     367592 kB
Inactive(file):   309120 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       4585720 kB
Mapped:            55260 kB
Shmem:             25228 kB
Slab:             137160 kB
SReclaimable:     111784 kB
SUnreclaim:        25376 kB
KernelStack:        3728 kB
PageTables:        14112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5656492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4442112 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= 61768 MiB
End job on node106 at 2017-08-13 16:46:23