Trace number 4263733

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-05OPT3 71.429199 67.361397

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbo-10-10-1.xml
MD5SUM5be561527482570d658e03ce8cbb5c18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.040755998
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints131
Number of domains3
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":100},{"size":10,"count":30},{"size":11,"count":10}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":5,"count":10},{"degree":11,"count":20}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":8},{"arity":3,"count":104},{"arity":4,"count":8},{"arity":10,"count":1},{"arity":11,"count":10}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1},{"type":"sum","count":10},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.11/1.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.11/1.38	c This is free software under the dual EPL/GNU LGPL licenses.
3.11/1.38	c See www.sat4j.org for details.
3.11/1.38	c That software uses the Rhino library from the Mozilla project.
3.11/1.38	c version CUSTOM.v20170705
3.11/1.38	c java.runtime.name	Java(TM) SE Runtime Environment
3.11/1.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.11/1.38	c java.vm.version	25.131-b11
3.11/1.38	c java.vm.vendor	Oracle Corporation
3.11/1.38	c sun.arch.data.model	64
3.11/1.38	c java.version		1.8.0_131
3.11/1.38	c os.name		Linux
3.11/1.38	c os.version		3.10.0-514.16.1.el7.x86_64
3.11/1.38	c os.arch		amd64
3.11/1.38	c Free memory 		499604488
3.11/1.38	c Max memory 		7247757312
3.11/1.38	c Total memory 		504889344
3.11/1.38	c Number of processors 	4
3.11/1.38	c c --- Begin Solver configuration ---
3.11/1.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.11/1.38	c Learn all clauses as in MiniSAT
3.11/1.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.11/1.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.11/1.38	c No reason simplification
3.11/1.38	c Glucose 2.1 dynamic restart strategy
3.11/1.38	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.11/1.38	c timeout=2147483s
3.11/1.38	c DB Simplification allowed=false
3.11/1.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.11/1.38	c --- End Solver configuration ---
3.11/1.38	c constraints type 
3.11/1.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
3.11/1.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 246850
3.11/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 141379
3.11/1.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 260
3.11/1.38	c 388769 constraints processed.
8.20/5.18	o 14
12.24/8.92	o 12
14.04/10.33	o 11
17.33/13.53	o 9
18.75/15.00	o 4
29.16/25.12	o 3
71.40/67.34	c starts		: 87
71.40/67.34	c conflicts		: 68028
71.40/67.34	c decisions		: 5679145
71.40/67.34	c propagations		: 237386387
71.40/67.34	c inspects		: 371012019
71.40/67.34	c shortcuts		: 0
71.40/67.34	c learnt literals	: 63
71.40/67.34	c learnt binary clauses	: 626
71.40/67.34	c learnt ternary clauses	: 1047
71.40/67.34	c learnt constraints	: 67964
71.40/67.34	c ignored constraints	: 0
71.40/67.34	c root simplifications	: 0
71.40/67.34	c removed literals (reason simplification)	: 0
71.40/67.34	c reason swapping (by a shorter reason)	: 0
71.40/67.34	c Calls to reduceDB	: 9
71.40/67.34	c Number of update (reduction) of LBD	: 40796
71.40/67.34	c Imported unit clauses	: 0
71.40/67.34	c number of reductions to clauses (during analyze)	: 0
71.40/67.34	c number of learned constraints concerned by reduction	: 0
71.40/67.34	c number of learning phase by resolution	: 0
71.40/67.34	c number of learning phase by cutting planes	: 0
71.40/67.34	c number of rounding to 1 operations	: 0
71.40/67.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
71.40/67.34	c number of reductions of the coefficients by power 2 	: 0
71.40/67.34	c number of right shift for reduction by power 2 	: 0
71.40/67.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
71.40/67.34	c speed (assignments/second)	: 3600636.851764777
71.40/67.34	c non guided choices	880326
71.40/67.34	c learnt constraints type 
71.40/67.34	s OPTIMUM FOUND
71.40/67.34	v <instantiation type="optimum" cost="3">
71.40/67.34	v 	<list> p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] min[0] min[1] min[2] min[3] min[4] min[5] min[6] min[7] min[8] min[9] max[0] max[1] max[2] max[3] max[4] max[5] max[6] max[7] max[8] max[9] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] o[6][0] o[6][1] o[6][2] o[6][3] o[6][4] o[6][5] o[6][6] o[6][7] o[6][8] o[6][9] o[7][0] o[7][1] o[7][2] o[7][3] o[7][4] o[7][5] o[7][6] o[7][7] o[7][8] o[7][9] o[8][0] o[8][1] o[8][2] o[8][3] o[8][4] o[8][5] o[8][6] o[8][7] o[8][8] o[8][9] o[9][0] o[9][1] o[9][2] o[9][3] o[9][4] o[9][5] o[9][6] o[9][7] o[9][8] o[9][9] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] so[9] </list>
71.40/67.34	v 	<values> 9 8 3 6 5 2 4 1 0 7 3 5 4 0 1 6 7 0 2 8 7 9 4 1 3 6 9 0 5 8 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2 2 2 3 3 3 3 3 3 2 </values>
71.40/67.34	v </instantiation>
71.40/67.34	

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263733-1502638761/watcher-4263733-1502638761 -o /tmp/evaluation-result-4263733-1502638761/solver-4263733-1502638761 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263733-1502638761.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=5390, runsolver pid=5387
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 2.02 2.99 3.15 3/201 5396
/proc/meminfo: memFree=26127552/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10151672 memory=18484 CPUtime=0.02 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 3988 0 0 0 1 1 0 0 20 0 9 0 66069408 10395312128 4621 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2537918 4621 2082 1 0 2527415 0
[pid=5390/tid=5392] ppid=5387 vsize=10151672 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 2637 0 0 0 1 0 0 0 20 0 9 0 66069416 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140335313609320 140335293453662 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66069417 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10151672 memory=140642613282432 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66069417 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66069417 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66069417 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10151672 memory=140642613282432 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66069419 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66069419 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66069419 10395312128 5133 18446744073709551615 4194304 4196468 140723616982800 140334803449520 140335309383381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18484 KiB

[startup+0.209923 s]*
/proc/loadavg: 2.02 2.99 3.15 2/209 5404
/proc/meminfo: memFree=26123140/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10484492 memory=23360 CPUtime=0.05 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 4796 0 0 0 4 1 0 0 20 0 14 0 66069408 10736119808 5840 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2621123 5840 2577 1 0 2610620 0
[pid=5390/tid=5392] ppid=5387 vsize=10485520 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) S 5387 5390 17093 0 -1 1077944384 2914 0 0 0 4 0 0 0 20 0 15 0 66069416 10737172480 5840 18446744073709551615 4194304 4196468 140723616982800 140335313615456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10485520 memory=330 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10737172480 5840 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10551056 memory=288371018764994176 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10551056 memory=140642613282432 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069419 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66069419 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66069419 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 66069422 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10551056 memory=140642613282432 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 66069422 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10551056 memory=140642613282432 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069430 10804281344 5840 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23360 KiB

[startup+0.318635 s]*
/proc/loadavg: 2.02 2.99 3.15 3/210 5405
/proc/meminfo: memFree=26111200/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10551156 memory=35760 CPUtime=0.22 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 8175 0 0 0 19 3 0 0 20 0 15 0 66069408 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2637789 8940 2870 1 0 2627261 0
[pid=5390/tid=5392] ppid=5387 vsize=10551156 memory=-7677926825137650786 CPUtime=0.15 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 5841 0 0 0 13 2 0 0 20 0 15 0 66069416 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140335313588560 140335293453662 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069419 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66069419 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66069419 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 15 0 66069422 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 66069422 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 66069422 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069430 10804383744 8940 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35760 KiB

[startup+0.701677 s]
/proc/loadavg: 2.02 2.99 3.15 6/210 5405
/proc/meminfo: memFree=26101724/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10551232 memory=92816 CPUtime=1.24 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 12774 0 0 0 119 5 0 0 20 0 15 0 66069408 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2637808 23204 3055 1 0 2627261 0
[pid=5390/tid=5392] ppid=5387 vsize=10551232 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 7840 0 0 0 48 4 0 0 20 0 15 0 66069416 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140335313602200 140334922261608 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069417 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66069417 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66069419 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66069419 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66069419 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) R 5387 5390 17093 0 -1 4202560 1294 0 0 0 23 0 0 0 20 0 15 0 66069422 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334801330504 140335290917775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) R 5387 5390 17093 0 -1 4202560 981 0 0 0 23 0 0 0 20 0 15 0 66069422 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334800275296 140335294284342 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) R 5387 5390 17093 0 -1 4202560 1288 0 0 0 24 0 0 0 20 0 15 0 66069422 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309394522 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10551232 memory=15 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66069422 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10551232 memory=69 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66069430 10804461568 23204 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92816 KiB

[startup+1.5008 s]
/proc/loadavg: 2.02 2.99 3.15 5/210 5405
/proc/meminfo: memFree=25941220/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10617796 memory=254828 CPUtime=3.74 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 21034 0 0 0 363 11 0 0 20 0 16 0 66069408 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2654449 63707 3103 1 0 2643902 0
[pid=5390/tid=5392] ppid=5387 vsize=10617796 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 7924 0 0 0 120 5 0 0 20 0 16 0 66069416 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140335313609616 140334922937368 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10617796 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 16 0 66069417 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10617796 memory=6673 CPUtime=0.02 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 16 0 66069417 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10617796 memory=4420 CPUtime=0.05 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 184 0 0 0 4 1 0 0 20 0 16 0 66069417 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10617796 memory=6628 CPUtime=0.04 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 16 0 66069417 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10617796 memory=164 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10617796 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10617796 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10617796 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) R 5387 5390 17093 0 -1 4202560 5368 0 0 0 98 1 0 0 20 0 16 0 66069422 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334801330640 140335293279839 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10617796 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) R 5387 5390 17093 0 -1 4202560 4294 0 0 0 100 1 0 0 20 0 16 0 66069422 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334800281616 140335290893939 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10617796 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 1630 0 0 0 30 0 0 0 20 0 16 0 66069422 10872623104 63707 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0

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

Current children cumulated CPU time: 69.68 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 365060 KiB

[startup+66.4008 s]
/proc/loadavg: 2.01 2.80 3.07 3/211 5408
/proc/meminfo: memFree=25780980/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10617796 memory=365060 CPUtime=70.48 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 39078 0 0 0 7031 17 0 0 20 0 16 0 66069408 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2654449 91265 3123 1 0 2643902 0
[pid=5390/tid=5392] ppid=5387 vsize=10617796 memory=4872558044660077418 CPUtime=66.14 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 12351 0 0 0 6607 7 0 0 20 0 16 0 66069416 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140335313609976 140334923791787 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10617796 memory=365060 CPUtime=0.02 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 16 0 66069417 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10617796 memory=11044 CPUtime=0.02 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 16 0 66069417 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10617796 memory=13252 CPUtime=0.05 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 184 0 0 0 4 1 0 0 20 0 16 0 66069417 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10617796 memory=7680170660397595203 CPUtime=0.04 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 3 1 0 0 20 0 16 0 66069417 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10617796 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10617796 memory=7020663649641719872 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10617796 memory=6224377554643215464 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10617796 memory=363012 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10617796 memory=4 CPUtime=1.75 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 11179 0 0 0 174 1 0 0 20 0 16 0 66069422 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10617796 memory=1 CPUtime=1.95 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 9269 0 0 0 194 1 0 0 20 0 16 0 66069422 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10617796 memory=339 CPUtime=0.38 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 2921 0 0 0 38 0 0 0 20 0 16 0 66069422 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10617796 memory=1 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10617796 memory=7680170660397595203 CPUtime=0.03 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 954 0 0 0 1 2 0 0 20 0 16 0 66069430 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5406] ppid=5387 vsize=10617796 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5406/stat : 5406 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069550 10872623104 91265 18446744073709551615 4194304 4196468 140723616982800 140334796080304 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 70.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 365060 KiB

[startup+66.8008 s]
/proc/loadavg: 2.01 2.80 3.07 3/211 5408
/proc/meminfo: memFree=25780980/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10617796 memory=433456 CPUtime=71.06 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 40608 0 0 0 7080 26 0 0 20 0 16 0 66069408 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2654449 108364 3127 1 0 2643902 0
[pid=5390/tid=5392] ppid=5387 vsize=10617796 memory=844 CPUtime=66.48 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) R 5387 5390 17093 0 -1 4202560 12357 0 0 0 6641 7 0 0 20 0 16 0 66069416 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140335313612128 140334923527557 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10617796 memory=7680170660397595203 CPUtime=0.09 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 296 0 0 0 6 3 0 0 20 0 16 0 66069417 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10617796 memory=3040 CPUtime=0.07 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 847 0 0 0 5 2 0 0 20 0 16 0 66069417 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10617796 memory=4072 CPUtime=0.11 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 264 0 0 0 8 3 0 0 20 0 16 0 66069417 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10617796 memory=1156 CPUtime=0.1 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 123 0 0 0 7 3 0 0 20 0 16 0 66069417 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 1017 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10617796 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10617796 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069419 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10617796 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10617796 memory=4072 CPUtime=1.75 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 11179 0 0 0 174 1 0 0 20 0 16 0 66069422 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10617796 memory=1156 CPUtime=1.95 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 9269 0 0 0 194 1 0 0 20 0 16 0 66069422 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10617796 memory=3116 CPUtime=0.38 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 2921 0 0 0 38 0 0 0 20 0 16 0 66069422 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10617796 memory=5428288 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10617796 memory=1152 CPUtime=0.03 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 954 0 0 0 1 2 0 0 20 0 16 0 66069430 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5406] ppid=5387 vsize=10617796 memory=2888 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5406/stat : 5406 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069550 10872623104 108364 18446744073709551615 4194304 4196468 140723616982800 140334796080304 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 71.06 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 433456 KiB

[startup+67.2008 s]
/proc/loadavg: 2.01 2.80 3.07 3/211 5408
/proc/meminfo: memFree=25712776/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10750924 memory=433580 CPUtime=71.4 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 41423 0 0 0 7114 26 0 0 20 0 16 0 66069408 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2687731 108395 3129 1 0 2677184 0
[pid=5390/tid=5392] ppid=5387 vsize=10750924 memory=7680170660397595203 CPUtime=66.82 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) S 5387 5390 17093 0 -1 1077944384 12754 0 0 0 6675 7 0 0 20 0 16 0 66069416 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140335313613856 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10750924 memory=2420 CPUtime=0.09 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 296 0 0 0 6 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10750924 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 847 0 0 0 5 2 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10750924 memory=5788 CPUtime=0.11 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 264 0 0 0 8 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10750924 memory=433456 CPUtime=0.1 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 123 0 0 0 7 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 1017 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10750924 memory=5867458492577115495 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10750924 memory=20980 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10750924 memory=1788 CPUtime=1.75 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 11258 0 0 0 174 1 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10750924 memory=640 CPUtime=1.95 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 9376 0 0 0 194 1 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10750924 memory=960 CPUtime=0.38 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 3045 0 0 0 38 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10750924 memory=433456 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10750924 memory=33 CPUtime=0.03 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 954 0 0 0 1 2 0 0 20 0 16 0 66069430 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 71.4 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 433580 KiB

[startup+67.3008 s]
/proc/loadavg: 2.01 2.80 3.07 3/211 5408
/proc/meminfo: memFree=25712776/32770624 swapFree=67108860/67108860
[pid=5390] ppid=5387 vsize=10750924 memory=433580 CPUtime=71.4 cores=1,3,5,7
/proc/5390/stat : 5390 (java) S 5387 5390 17093 0 -1 1077944320 41423 0 0 0 7114 26 0 0 20 0 16 0 66069408 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140723616965344 140335309373175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
/proc/5390/statm: 2687731 108395 3129 1 0 2677184 0
[pid=5390/tid=5392] ppid=5387 vsize=10750924 memory=365060 CPUtime=66.82 cores=1,3,5,7
/proc/5390/task/5392/stat : 5392 (java) S 5387 5390 17093 0 -1 1077944384 12754 0 0 0 6675 7 0 0 20 0 16 0 66069416 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140335313613856 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5393] ppid=5387 vsize=10750924 memory=354820 CPUtime=0.09 cores=1,3,5,7
/proc/5390/task/5393/stat : 5393 (java) S 5387 5390 17093 0 -1 1077944384 296 0 0 0 6 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140335239793040 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5394] ppid=5387 vsize=10750924 memory=433456 CPUtime=0.07 cores=1,3,5,7
/proc/5390/task/5394/stat : 5394 (java) S 5387 5390 17093 0 -1 1077944384 847 0 0 0 5 2 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334919051536 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5395] ppid=5387 vsize=10750924 memory=360964 CPUtime=0.11 cores=1,3,5,7
/proc/5390/task/5395/stat : 5395 (java) S 5387 5390 17093 0 -1 1077944384 264 0 0 0 8 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334917999248 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5396] ppid=5387 vsize=10750924 memory=4 CPUtime=0.1 cores=1,3,5,7
/proc/5390/task/5396/stat : 5396 (java) S 5387 5390 17093 0 -1 1077944384 123 0 0 0 7 3 0 0 20 0 16 0 66069417 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334916946448 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5397] ppid=5387 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5397/stat : 5397 (java) S 5387 5390 17093 0 -1 1077944384 1017 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334805555824 140335309384322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5398] ppid=5387 vsize=10750924 memory=358916 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5398/stat : 5398 (java) S 5387 5390 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334804501792 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5399] ppid=5387 vsize=10750924 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5399/stat : 5399 (java) S 5387 5390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66069419 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334803449456 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5400] ppid=5387 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5400/stat : 5400 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334802397776 140335309391771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5401] ppid=5387 vsize=10750924 memory=1228 CPUtime=1.75 cores=1,3,5,7
/proc/5390/task/5401/stat : 5401 (java) S 5387 5390 17093 0 -1 1077944384 11258 0 0 0 174 1 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334801344624 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5402] ppid=5387 vsize=10750924 memory=330244 CPUtime=1.95 cores=1,3,5,7
/proc/5390/task/5402/stat : 5402 (java) S 5387 5390 17093 0 -1 1077944384 9376 0 0 0 194 1 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334800291824 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5403] ppid=5387 vsize=10750924 memory=330244 CPUtime=0.38 cores=1,3,5,7
/proc/5390/task/5403/stat : 5403 (java) S 5387 5390 17093 0 -1 1077944384 3045 0 0 0 38 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334799239536 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5404] ppid=5387 vsize=10750924 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5390/task/5404/stat : 5404 (java) S 5387 5390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66069422 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334798186976 140335309383381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
[pid=5390/tid=5405] ppid=5387 vsize=10750924 memory=4137172234168590416 CPUtime=0.03 cores=1,3,5,7
/proc/5390/task/5405/stat : 5405 (java) S 5387 5390 17093 0 -1 1077944384 954 0 0 0 1 2 0 0 20 0 16 0 66069430 11008946176 108395 18446744073709551615 4194304 4196468 140723616982800 140334797134768 140335309384322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22306816 140723616989584 140723616989737 140723616989737 140723616993231 0
Current children cumulated CPU time: 71.4 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 433580 KiB

Child status: 0
Real time (s): 67.3614
CPU time (s): 71.4292
CPU user time (s): 71.1519
CPU system time (s): 0.277284
CPU usage (%): 106.039
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 433580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1519
system time used= 0.277284
maximum resident set size= 434156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3332
involuntary context switches= 128


# summary of solver processes directly reported to runsolver:
#   pid: 5390
#   total CPU time (s): 71.4292
#   total CPU user time (s): 71.1519
#   total CPU system time (s): 0.277284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.406272 second user time and 0.702915 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 17:25:12
IDJOB=4263733
IDBENCH=140519
IDSOLVER=2651
FILE ID=node127/4263733-1502638761
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbo-10-10-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263733-1502638761/watcher-4263733-1502638761 -o /tmp/evaluation-result-4263733-1502638761/solver-4263733-1502638761 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263733-1502638761.xml

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

MD5SUM BENCH= 5be561527482570d658e03ce8cbb5c18
RANDOM SEED=1455452197

node127.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.92
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.92
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.92
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.92
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:        26136812 kB
MemAvailable:   26566300 kB
Buffers:          197204 kB
Cached:           528528 kB
SwapCached:            0 kB
Active:          5992096 kB
Inactive:         206612 kB
Active(anon):    5422532 kB
Inactive(anon):    83888 kB
Active(file):     569564 kB
Inactive(file):   122724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1796 kB
Writeback:             4 kB
AnonPages:       5472728 kB
Mapped:            58740 kB
Shmem:             33444 kB
Slab:             131624 kB
SReclaimable:     106068 kB
SUnreclaim:        25556 kB
KernelStack:        3456 kB
PageTables:        15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7101364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5324800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 17:26:20