Trace number 4243735

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
R1: sat4j-CSP 2017-07-05OPT5 224.149 219.632

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-pb-10-10-1.xml
MD5SUM4153efd907083a776cdbce6b1e04a113
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.068521999
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":3,"count":1},{"degree":5,"count":5},{"degree":7,"count":2},{"degree":9,"count":2},{"degree":11,"count":20}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":110},{"arity":4,"count":6},{"arity":6,"count":2},{"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.17/1.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.17/1.38	c This is free software under the dual EPL/GNU LGPL licenses.
3.17/1.38	c See www.sat4j.org for details.
3.17/1.38	c That software uses the Rhino library from the Mozilla project.
3.17/1.38	c version CUSTOM.v20170705
3.17/1.38	c java.runtime.name	Java(TM) SE Runtime Environment
3.17/1.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.17/1.38	c java.vm.version	25.131-b11
3.17/1.38	c java.vm.vendor	Oracle Corporation
3.17/1.38	c sun.arch.data.model	64
3.17/1.38	c java.version		1.8.0_131
3.17/1.38	c os.name		Linux
3.17/1.38	c os.version		3.10.0-514.16.1.el7.x86_64
3.17/1.38	c os.arch		amd64
3.17/1.38	c Free memory 		499604488
3.17/1.38	c Max memory 		7247757312
3.17/1.38	c Total memory 		504889344
3.17/1.38	c Number of processors 	4
3.17/1.38	c c --- Begin Solver configuration ---
3.17/1.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.17/1.38	c Learn all clauses as in MiniSAT
3.17/1.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.17/1.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.17/1.38	c No reason simplification
3.17/1.38	c Glucose 2.1 dynamic restart strategy
3.17/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.17/1.38	c timeout=2147483s
3.17/1.38	c DB Simplification allowed=false
3.17/1.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.17/1.38	c --- End Solver configuration ---
3.17/1.38	c constraints type 
3.17/1.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
3.17/1.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 246850
3.17/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 142379
3.17/1.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 260
3.17/1.38	c 389769 constraints processed.
12.38/8.93	o 25
14.81/11.18	o 21
18.81/14.63	o 20
21.65/17.40	o 19
22.57/18.32	o 17
26.00/21.77	o 13
28.10/23.84	o 8
29.30/25.01	o 7
30.00/25.73	o 6
37.91/33.68	o 5
224.13/219.61	c starts		: 114
224.13/219.61	c conflicts		: 143795
224.13/219.61	c decisions		: 9278818
224.13/219.61	c propagations		: 781428900
224.13/219.61	c inspects		: 1183716245
224.13/219.61	c shortcuts		: 0
224.13/219.61	c learnt literals	: 49
224.13/219.61	c learnt binary clauses	: 1066
224.13/219.61	c learnt ternary clauses	: 1717
224.13/219.61	c learnt constraints	: 143745
224.13/219.61	c ignored constraints	: 0
224.13/219.61	c root simplifications	: 0
224.13/219.61	c removed literals (reason simplification)	: 0
224.13/219.61	c reason swapping (by a shorter reason)	: 0
224.13/219.61	c Calls to reduceDB	: 15
224.13/219.61	c Number of update (reduction) of LBD	: 79436
224.13/219.61	c Imported unit clauses	: 0
224.13/219.61	c number of reductions to clauses (during analyze)	: 0
224.13/219.61	c number of learned constraints concerned by reduction	: 0
224.13/219.61	c number of learning phase by resolution	: 0
224.13/219.61	c number of learning phase by cutting planes	: 0
224.13/219.61	c number of rounding to 1 operations	: 0
224.13/219.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
224.13/219.61	c number of reductions of the coefficients by power 2 	: 0
224.13/219.61	c number of right shift for reduction by power 2 	: 0
224.13/219.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
224.13/219.61	c speed (assignments/second)	: 3581267.100215858
224.13/219.61	c non guided choices	1496744
224.13/219.61	c learnt constraints type 
224.13/219.61	s OPTIMUM FOUND
224.13/219.61	v <instantiation type="optimum" cost="5">
224.13/219.61	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>
224.13/219.61	v 	<values> 9 1 3 8 5 4 7 2 0 6 2 3 6 2 0 0 7 1 7 0 5 6 9 9 2 7 7 2 8 1 0 0 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 3 4 5 4 4 4 4 5 3 2 </values>
224.13/219.61	v </instantiation>
224.13/219.61	

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243735-1502077377/watcher-4243735-1502077377 -o /tmp/evaluation-result-4243735-1502077377/solver-4243735-1502077377 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243735-1502077377.xml 

pid=25552
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.72 2.83 2/198 25555
/proc/meminfo: memFree=29842704/32770624 swapFree=0/354832
[pid=25555] ppid=25552 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25555/stat : 25555 (runsolver) D 25552 25555 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49648603 24240128 106 18446744073709551615 4194304 4338465 140730386778896 140730386776536 140685500752599 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 35663872 140730386784391 140730386784841 140730386784841 140730386788298 0
/proc/25555/statm: 5918 106 53 36 0 2156 0

[startup+0.100122 s]
/proc/loadavg: 2.01 2.72 2.83 2/198 25555
/proc/meminfo: memFree=29842704/32770624 swapFree=0/354832
[pid=25555] ppid=25552 vsize=9934352 CPUtime=0 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 2485 0 0 0 0 0 0 0 20 0 6 0 49648603 10172776448 2173 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2483588 2173 1222 1 0 2473558 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9934352

[startup+0.200318 s]
/proc/loadavg: 2.01 2.72 2.83 2/198 25555
/proc/meminfo: memFree=29842704/32770624 swapFree=0/354832
[pid=25555] ppid=25552 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 4777 0 0 0 4 1 0 0 20 0 14 0 49648603 10736119808 5823 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2621123 5823 2574 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.30325 s]
/proc/loadavg: 2.01 2.72 2.83 2/198 25555
/proc/meminfo: memFree=29842704/32770624 swapFree=0/354832
[pid=25555] ppid=25552 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 8181 0 0 0 18 3 0 0 20 0 15 0 49648603 10804383744 8361 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2637789 8361 2856 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700617 s]
/proc/loadavg: 2.01 2.72 2.83 2/198 25555
/proc/meminfo: memFree=29842704/32770624 swapFree=0/354832
[pid=25555] ppid=25552 vsize=10551232 CPUtime=1.3 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 12722 0 0 0 126 4 0 0 20 0 15 0 49648603 10804461568 24633 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2637808 24633 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10551232

[startup+1.50466 s]
/proc/loadavg: 2.01 2.72 2.83 5/213 25570
/proc/meminfo: memFree=29639844/32770624 swapFree=0/354864
[pid=25555] ppid=25552 vsize=10617796 CPUtime=3.8 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 20361 0 0 0 371 9 0 0 20 0 16 0 49648603 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 64314 3105 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=1.27 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 7619 0 0 0 122 5 0 0 20 0 16 0 49648613 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140008652192144 140008293298000 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 166 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 38 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.04 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) R 25552 25555 12906 0 -1 4202560 5140 0 0 0 104 0 0 0 20 0 16 0 49648618 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007750710928 140008627647263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=1.01 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) R 25552 25555 12906 0 -1 4202560 4254 0 0 0 101 0 0 0 20 0 16 0 49648618 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007749656000 140008631454373 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.3 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 1518 0 0 0 30 0 0 0 20 0 16 0 49648618 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 49648624 10872623104 64314 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 10617796

[startup+3.10076 s]
/proc/loadavg: 2.01 2.72 2.83 3/214 25571
/proc/meminfo: memFree=29597268/32770624 swapFree=0/354864
[pid=25555] ppid=25552 vsize=10617796 CPUtime=6.2 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 20774 0 0 0 611 9 0 0 20 0 16 0 49648603 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 64705 3114 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=2.86 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 7684 0 0 0 281 5 0 0 20 0 16 0 49648613 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140008652190032 140008293365559 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 166 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 38 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.45 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 5213 0 0 0 145 0 0 0 20 0 16 0 49648618 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=1.36 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 4479 0 0 0 136 0 0 0 20 0 16 0 49648618 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 1568 0 0 0 33 0 0 0 20 0 16 0 49648618 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 49648624 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 64705 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 10617796

[startup+6.30078 s]
/proc/loadavg: 2.01 2.71 2.83 3/214 25571
/proc/meminfo: memFree=29596904/32770624 swapFree=0/354864
[pid=25555] ppid=25552 vsize=10617796 CPUtime=9.47 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 23699 0 0 0 937 10 0 0 20 0 16 0 49648603 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 64804 3117 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=6.06 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 8265 0 0 0 601 5 0 0 20 0 16 0 49648613 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140008652191048 140008290401914 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 166 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 38 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.49 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 5658 0 0 0 149 0 0 0 20 0 16 0 49648618 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 5233 0 0 0 139 0 0 0 20 0 16 0 49648618 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 1707 0 0 0 34 0 0 0 20 0 16 0 49648618 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 788 0 0 0 0 0 0 0 20 0 16 0 49648624 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 64804 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.01 2.70 2.82 4/214 25571
/proc/meminfo: memFree=29589036/32770624 swapFree=0/354872
[pid=25555] ppid=25552 vsize=10617796 CPUtime=16.64 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 32894 0 0 0 1653 11 0 0 20 0 16 0 49648603 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 66491 3128 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=12.46 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 10112 0 0 0 1241 5 0 0 20 0 16 0 49648613 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140008652192968 140008293510528 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 166 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 16 0 49648613 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 38 0 0 0 3 0 0 0 20 0 16 0 49648613 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 66491 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0

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

/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 11471 0 0 0 196 1 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 10233 0 0 0 206 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 3145 0 0 0 39 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1360 0 0 0 7 7 0 0 20 0 16 0 49648624 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 219.1
Current children cumulated vsize (KiB) 10617796

[startup+217.601 s]
/proc/loadavg: 1.99 2.34 2.65 3/215 25592
/proc/meminfo: memFree=29425920/32770624 swapFree=0/354948
[pid=25555] ppid=25552 vsize=10617796 CPUtime=222.31 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 42823 0 0 0 22204 27 0 0 20 0 16 0 49648603 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 106711 3129 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=217.31 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 12852 0 0 0 21725 6 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008652190632 140008293365135 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 163 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 402 0 0 0 7 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 683 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 169 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 969 0 0 0 1 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.97 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 11471 0 0 0 196 1 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 10233 0 0 0 206 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 3145 0 0 0 39 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1360 0 0 0 7 7 0 0 20 0 16 0 49648624 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 10617796

[startup+218.401 s]
/proc/loadavg: 1.99 2.34 2.65 3/215 25592
/proc/meminfo: memFree=29425920/32770624 swapFree=0/354948
[pid=25555] ppid=25552 vsize=10617796 CPUtime=223.11 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 42823 0 0 0 22284 27 0 0 20 0 16 0 49648603 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 106711 3129 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=218.11 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 12852 0 0 0 21805 6 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008652190632 140008293365135 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 163 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 402 0 0 0 7 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 683 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 169 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 969 0 0 0 1 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.97 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 11471 0 0 0 196 1 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 10233 0 0 0 206 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 3145 0 0 0 39 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1360 0 0 0 7 7 0 0 20 0 16 0 49648624 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 223.11
Current children cumulated vsize (KiB) 10617796

[startup+219.201 s]
/proc/loadavg: 1.99 2.33 2.65 3/215 25592
/proc/meminfo: memFree=29425920/32770624 swapFree=0/354948
[pid=25555] ppid=25552 vsize=10617796 CPUtime=223.91 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 42823 0 0 0 22364 27 0 0 20 0 16 0 49648603 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2654449 106711 3129 1 0 2643902 0
[pid=25555/tid=25557] ppid=25552 vsize=10617796 CPUtime=218.91 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) R 25552 25555 12906 0 -1 4202560 12852 0 0 0 21885 6 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008652190632 140008294267177 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 163 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 402 0 0 0 7 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 683 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 169 0 0 0 6 2 0 0 20 0 16 0 49648613 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 969 0 0 0 1 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10617796 CPUtime=1.97 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 11471 0 0 0 196 1 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 10233 0 0 0 206 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 3145 0 0 0 39 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1360 0 0 0 7 7 0 0 20 0 16 0 49648624 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25571] ppid=25552 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25571/stat : 25571 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648745 10872623104 106711 18446744073709551615 4194304 4196468 140737430521296 140007274693424 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 223.91
Current children cumulated vsize (KiB) 10617796

[startup+219.601 s]
/proc/loadavg: 1.99 2.33 2.65 3/215 25592
/proc/meminfo: memFree=29425920/32770624 swapFree=0/354948
[pid=25555] ppid=25552 vsize=10750924 CPUtime=224.13 cores=0,2,4,6
/proc/25555/stat : 25555 (java) S 25552 25555 12906 0 -1 1077944320 43450 0 0 0 22386 27 0 0 20 0 16 0 49648603 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140737430503840 140008647954167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
/proc/25555/statm: 2687731 106724 3131 1 0 2677184 0
[pid=25555/tid=25557] ppid=25552 vsize=10750924 CPUtime=219.12 cores=0,2,4,6
/proc/25555/task/25557/stat : 25557 (java) S 25552 25555 12906 0 -1 1077944384 13298 0 0 0 21906 6 0 0 20 0 16 0 49648613 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140008652194848 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25558] ppid=25552 vsize=10750924 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25558/stat : 25558 (java) S 25552 25555 12906 0 -1 1077944384 163 0 0 0 6 2 0 0 20 0 16 0 49648613 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140008258788112 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25559] ppid=25552 vsize=10750924 CPUtime=0.09 cores=0,2,4,6
/proc/25555/task/25559/stat : 25559 (java) S 25552 25555 12906 0 -1 1077944384 402 0 0 0 7 2 0 0 20 0 16 0 49648613 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140008257735568 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25560] ppid=25552 vsize=10750924 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25560/stat : 25560 (java) S 25552 25555 12906 0 -1 1077944384 683 0 0 0 6 2 0 0 20 0 16 0 49648613 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140008256683024 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25561] ppid=25552 vsize=10750924 CPUtime=0.08 cores=0,2,4,6
/proc/25555/task/25561/stat : 25561 (java) S 25552 25555 12906 0 -1 1077944384 169 0 0 0 6 2 0 0 20 0 16 0 49648613 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140008255630480 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25562] ppid=25552 vsize=10750924 CPUtime=0.01 cores=0,2,4,6
/proc/25555/task/25562/stat : 25562 (java) S 25552 25555 12906 0 -1 1077944384 969 0 0 0 1 0 0 0 20 0 16 0 49648615 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007754930160 140008647965314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25563] ppid=25552 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25563/stat : 25563 (java) S 25552 25555 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 49648615 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007753876384 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25564] ppid=25552 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25564/stat : 25564 (java) S 25552 25555 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49648615 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007752823792 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25565] ppid=25552 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25565/stat : 25565 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007751772368 140008647972763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25566] ppid=25552 vsize=10750924 CPUtime=1.97 cores=0,2,4,6
/proc/25555/task/25566/stat : 25566 (java) S 25552 25555 12906 0 -1 1077944384 11473 0 0 0 196 1 0 0 20 0 16 0 49648618 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007750719984 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25567] ppid=25552 vsize=10750924 CPUtime=2.06 cores=0,2,4,6
/proc/25555/task/25567/stat : 25567 (java) S 25552 25555 12906 0 -1 1077944384 10235 0 0 0 206 0 0 0 20 0 16 0 49648618 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007749667440 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25568] ppid=25552 vsize=10750924 CPUtime=0.39 cores=0,2,4,6
/proc/25555/task/25568/stat : 25568 (java) S 25552 25555 12906 0 -1 1077944384 3179 0 0 0 39 0 0 0 20 0 16 0 49648618 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007748614896 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25569] ppid=25552 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/25555/task/25569/stat : 25569 (java) S 25552 25555 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49648618 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007276801120 140008647964373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
[pid=25555/tid=25570] ppid=25552 vsize=10750924 CPUtime=0.14 cores=0,2,4,6
/proc/25555/task/25570/stat : 25570 (java) S 25552 25555 12906 0 -1 1077944384 1362 0 0 0 7 7 0 0 20 0 16 0 49648624 11008946176 106724 18446744073709551615 4194304 4196468 140737430521296 140007275747632 140008647965314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25092096 140737430528437 140737430528590 140737430528590 140737430532047 0
Current children cumulated CPU time (s) 224.13
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 219.632
CPU time (s): 224.149
CPU user time (s): 223.87
CPU system time (s): 0.279112
CPU usage (%): 102.057
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.87
system time used= 0.279112
maximum resident set size= 427148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6779
involuntary context switches= 164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.919459 second user time and 1.52707 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 05:28:59
IDJOB=4243735
IDBENCH=140507
IDSOLVER=2623
FILE ID=node135/4243735-1502077377
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-pb-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-4243735-1502077377/watcher-4243735-1502077377 -o /tmp/evaluation-result-4243735-1502077377/solver-4243735-1502077377 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243735-1502077377.xml

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

MD5SUM BENCH= 4153efd907083a776cdbce6b1e04a113
RANDOM SEED=1374927748

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29843004 kB
MemAvailable:   30275380 kB
Buffers:          214704 kB
Cached:           506228 kB
SwapCached:            0 kB
Active:          2115120 kB
Inactive:         379804 kB
Active(anon):    1774348 kB
Inactive(anon):    24972 kB
Active(file):     340772 kB
Inactive(file):   354832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             4 kB
AnonPages:       1773672 kB
Mapped:            51048 kB
Shmem:             25344 kB
Slab:             132124 kB
SReclaimable:     105212 kB
SUnreclaim:        26912 kB
KernelStack:        3456 kB
PageTables:         8248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3883508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1665024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 05:32:39