Trace number 4244000

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-05OPT2 85.850197 71.477097

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
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

18.24/6.80	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
18.24/6.80	c This is free software under the dual EPL/GNU LGPL licenses.
18.24/6.80	c See www.sat4j.org for details.
18.24/6.80	c That software uses the Rhino library from the Mozilla project.
18.24/6.80	c version CUSTOM.v20170705
18.24/6.80	c java.runtime.name	Java(TM) SE Runtime Environment
18.24/6.80	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
18.24/6.80	c java.vm.version	25.131-b11
18.24/6.80	c java.vm.vendor	Oracle Corporation
18.24/6.80	c sun.arch.data.model	64
18.24/6.80	c java.version		1.8.0_131
18.24/6.80	c os.name		Linux
18.24/6.80	c os.version		3.10.0-514.16.1.el7.x86_64
18.24/6.80	c os.arch		amd64
18.24/6.80	c Free memory 		499604488
18.24/6.80	c Max memory 		7247757312
18.24/6.80	c Total memory 		504889344
18.24/6.80	c Number of processors 	4
18.24/6.80	c c --- Begin Solver configuration ---
18.24/6.80	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
18.24/6.80	c Learn all clauses as in MiniSAT
18.24/6.80	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
18.24/6.80	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
18.24/6.80	c No reason simplification
18.24/6.80	c Glucose 2.1 dynamic restart strategy
18.24/6.80	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
18.24/6.80	c timeout=2147483s
18.24/6.80	c DB Simplification allowed=false
18.24/6.80	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
18.24/6.80	c --- End Solver configuration ---
18.24/6.80	c constraints type 
18.24/6.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
18.24/6.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9791054
18.24/6.80	c org.sat4j.minisat.constraints.cnf.UnitClause => 728
18.24/6.80	c 9791964 constraints processed.
19.97/7.42	o 90
20.97/8.28	o 88
22.48/9.54	o 87
25.49/12.31	o 86
27.85/14.65	o 79
34.53/21.24	o 78
35.80/22.41	o 74
38.77/25.31	o 68
41.48/28.00	o 65
44.58/31.02	o 63
45.94/32.23	o 60
48.46/34.71	o 56
52.09/38.32	o 46
54.29/40.53	o 45
54.91/41.17	o 44
55.95/42.16	o 43
56.79/42.94	o 42
57.99/44.18	o 41
58.99/45.12	o 40
60.28/46.43	o 37
61.29/47.49	o 36
62.18/48.35	o 35
62.99/49.15	o 34
64.51/50.12	o 33
65.31/50.90	o 32
65.91/51.58	o 31
66.51/52.17	o 30
67.32/52.96	o 29
68.23/53.84	o 28
68.93/54.51	o 27
69.63/55.29	o 26
70.24/55.80	o 25
70.65/56.26	o 24
71.45/57.07	o 23
72.35/57.92	o 21
72.95/58.55	o 20
73.65/59.26	o 19
74.25/59.86	o 18
75.06/60.63	o 17
75.75/61.35	o 16
76.29/61.81	o 15
76.69/62.29	o 14
77.25/62.71	o 13
77.65/63.17	o 12
78.15/63.61	o 11
78.55/64.03	o 10
79.15/64.66	o 9
79.56/65.07	o 8
80.05/65.57	o 7
80.66/66.11	o 6
81.06/66.52	o 5
81.56/67.01	o 4
82.26/67.77	o 3
85.67/71.18	o 2
85.82/71.45	c starts		: 2197
85.82/71.45	c conflicts		: 540856
85.82/71.45	c decisions		: 18430239
85.82/71.45	c propagations		: 72927595
85.82/71.45	c inspects		: 628943575
85.82/71.45	c shortcuts		: 0
85.82/71.45	c learnt literals	: 3172
85.82/71.45	c learnt binary clauses	: 2045
85.82/71.45	c learnt ternary clauses	: 4456
85.82/71.45	c learnt constraints	: 537683
85.82/71.45	c ignored constraints	: 0
85.82/71.45	c root simplifications	: 0
85.82/71.45	c removed literals (reason simplification)	: 0
85.82/71.45	c reason swapping (by a shorter reason)	: 0
85.82/71.45	c Calls to reduceDB	: 78
85.82/71.45	c Number of update (reduction) of LBD	: 369597
85.82/71.45	c Imported unit clauses	: 0
85.82/71.45	c number of reductions to clauses (during analyze)	: 0
85.82/71.45	c number of learned constraints concerned by reduction	: 0
85.82/71.45	c number of learning phase by resolution	: 0
85.82/71.45	c number of learning phase by cutting planes	: 0
85.82/71.45	c number of rounding to 1 operations	: 0
85.82/71.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
85.82/71.45	c number of reductions of the coefficients by power 2 	: 0
85.82/71.45	c number of right shift for reduction by power 2 	: 0
85.82/71.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
85.82/71.45	c speed (assignments/second)	: 1128246.4649277513
85.82/71.45	c non guided choices	2783800
85.82/71.45	c learnt constraints type 
85.82/71.45	s OPTIMUM FOUND
85.82/71.45	v <instantiation type="optimum" cost="2">
85.82/71.45	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] </list>
85.82/71.45	v 	<values> 0 0 2 0 1 1 1 1 0 2 0 2 0 2 0 0 2 2 1 1 0 0 1 2 2 0 1 0 0 0 0 1 2 1 1 2 2 1 0 0 0 0 0 0 0 0 1 0 2 1 2 0 1 0 1 2 0 0 0 0 0 2 2 0 0 1 0 0 2 1 0 0 0 0 0 0 0 2 2 2 1 1 0 0 0 0 0 0 0 0 0 2 0 2 0 2 1 1 0 0 0 0 0 0 0 0 1 0 2 1 0 2 0 0 0 0 0 0 0 0 0 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 2 2 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
85.82/71.45	v </instantiation>
85.82/71.45	

Verifier Data

OK	2

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-4244000-1502094041/watcher-4244000-1502094041 -o /tmp/evaluation-result-4244000-1502094041/solver-4244000-1502094041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244000-1502094041.xml 

pid=28384
running on 4 cores: 1,3,5,7

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: 1.92 1.80 1.84 2/199 28387
/proc/meminfo: memFree=31332108/32770624 swapFree=0/362836
[pid=28387] ppid=28384 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28387/stat : 28387 (runsolver) D 28384 28387 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51315017 24240128 108 18446744073709551615 4194304 4338465 140730055593744 140730055591384 139901503869655 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 24027136 140730055602311 140730055602761 140730055602761 140730055606218 0
/proc/28387/statm: 5918 108 54 36 0 2156 0

[startup+0.100082 s]
/proc/loadavg: 1.92 1.80 1.84 2/199 28387
/proc/meminfo: memFree=31332108/32770624 swapFree=0/362836
[pid=28387] ppid=28384 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 4241 0 0 0 3 1 0 0 20 0 9 0 51315017 10395312128 5342 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2537918 5342 2121 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200297 s]
/proc/loadavg: 1.92 1.80 1.84 2/199 28387
/proc/meminfo: memFree=31332108/32770624 swapFree=0/362836
[pid=28387] ppid=28384 vsize=10551156 CPUtime=0.09 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 5261 0 0 0 8 1 0 0 20 0 15 0 51315017 10804383744 6855 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637789 6855 2796 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300583 s]
/proc/loadavg: 1.92 1.80 1.84 2/199 28387
/proc/meminfo: memFree=31332108/32770624 swapFree=0/362836
[pid=28387] ppid=28384 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 8445 0 0 0 21 3 0 0 20 0 15 0 51315017 10804383744 9176 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637789 9176 2869 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700626 s]
/proc/loadavg: 1.92 1.80 1.84 2/199 28387
/proc/meminfo: memFree=31332108/32770624 swapFree=0/362836
[pid=28387] ppid=28384 vsize=10551232 CPUtime=1.33 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 12368 0 0 0 127 6 0 0 20 0 15 0 51315017 10804461568 30421 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637808 30933 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10551232

[startup+1.50159 s]
/proc/loadavg: 1.92 1.80 1.84 6/214 28402
/proc/meminfo: memFree=31029868/32770624 swapFree=0/362856
[pid=28387] ppid=28384 vsize=10551232 CPUtime=3.11 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 13986 0 0 0 281 30 0 0 20 0 15 0 51315017 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637808 119117 3092 1 0 2627261 0
[pid=28387/tid=28389] ppid=28384 vsize=10551232 CPUtime=1.14 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) S 28384 28387 12906 0 -1 1077944384 7604 0 0 0 108 6 0 0 20 0 15 0 51315022 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697564245392 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) R 28384 28387 12906 0 -1 4202560 164 0 0 0 16 5 0 0 20 0 15 0 51315023 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697545037906 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) R 28384 28387 12906 0 -1 4202560 150 0 0 0 16 5 0 0 20 0 15 0 51315023 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697545038464 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) R 28384 28387 12906 0 -1 4202560 160 0 0 0 17 5 0 0 20 0 15 0 51315023 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697504254880 139697545032608 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) R 28384 28387 12906 0 -1 4202560 181 0 0 0 17 4 0 0 20 0 15 0 51315023 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697167588696 139697545037906 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51315024 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697124168224 139697560020693 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697123115936 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697122063344 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 1845 0 0 0 35 0 0 0 20 0 15 0 51315027 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 953 0 0 0 39 0 0 0 20 0 15 0 51315027 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 1487 0 0 0 30 0 0 0 20 0 15 0 51315027 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51315034 10804461568 119117 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10551232

[startup+3.10065 s]
/proc/loadavg: 1.92 1.80 1.84 6/214 28402
/proc/meminfo: memFree=30673520/32770624 swapFree=0/362856
[pid=28387] ppid=28384 vsize=10551232 CPUtime=7.72 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 15988 0 0 0 722 50 0 0 20 0 15 0 51315017 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637808 166892 3108 1 0 2627261 0
[pid=28387/tid=28389] ppid=28384 vsize=10551232 CPUtime=1.33 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) R 28384 28387 12906 0 -1 4202560 7685 0 0 0 127 6 0 0 20 0 15 0 51315022 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697564245392 139697186249719 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 508 0 0 0 111 11 0 0 20 0 15 0 51315023 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10551232 CPUtime=1.2 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 473 0 0 0 110 10 0 0 20 0 15 0 51315023 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10551232 CPUtime=1.2 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 597 0 0 0 110 10 0 0 20 0 15 0 51315023 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10551232 CPUtime=1.21 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 454 0 0 0 112 9 0 0 20 0 15 0 51315023 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10551232 CPUtime=0.41 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 596 0 0 0 41 0 0 0 20 0 15 0 51315024 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697123115936 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697122063344 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 1850 0 0 0 35 0 0 0 20 0 15 0 51315027 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 954 0 0 0 39 0 0 0 20 0 15 0 51315027 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 1510 0 0 0 31 0 0 0 20 0 15 0 51315027 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315034 10804461568 166892 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10551232

[startup+6.30061 s]
/proc/loadavg: 2.01 1.82 1.85 7/214 28402
/proc/meminfo: memFree=30130232/32770624 swapFree=0/362852
[pid=28387] ppid=28384 vsize=10551232 CPUtime=17.43 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 28814 0 0 0 1653 90 0 0 20 0 15 0 51315017 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2637808 299912 3114 1 0 2627261 0
[pid=28387/tid=28389] ppid=28384 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) S 28384 28387 12906 0 -1 1077944384 8262 0 0 0 183 7 0 0 20 0 15 0 51315022 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697564246032 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10551232 CPUtime=3.29 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 2599 0 0 0 307 22 0 0 20 0 15 0 51315023 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10551232 CPUtime=3.24 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2295 0 0 0 304 20 0 0 20 0 15 0 51315023 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10551232 CPUtime=3.17 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 1872 0 0 0 299 18 0 0 20 0 15 0 51315023 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10551232 CPUtime=3.18 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 1826 0 0 0 300 18 0 0 20 0 15 0 51315023 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) R 28384 28387 12906 0 -1 4202560 3960 0 0 0 93 0 0 0 20 0 15 0 51315024 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697124168144 139697544711159 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697123115936 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51315025 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697122063344 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10551232 CPUtime=0.85 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 3807 0 0 0 85 0 0 0 20 0 15 0 51315027 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697119939600 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 1285 0 0 0 45 0 0 0 20 0 15 0 51315027 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 1519 0 0 0 32 0 0 0 20 0 15 0 51315027 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51315027 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 51315034 10804461568 299912 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.17 1.85 1.86 3/215 28403
/proc/meminfo: memFree=30090888/32770624 swapFree=0/362852
[pid=28387] ppid=28384 vsize=10617796 CPUtime=25.93 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 41602 0 0 0 2501 92 0 0 20 0 16 0 51315017 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2654449 307802 3135 1 0 2643902 0
[pid=28387/tid=28389] ppid=28384 vsize=10617796 CPUtime=8.04 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) R 28384 28387 12906 0 -1 4202560 9160 0 0 0 797 7 0 0 20 0 16 0 51315022 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697564246672 139697188244026 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10617796 CPUtime=3.29 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 2599 0 0 0 307 22 0 0 20 0 16 0 51315023 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10617796 CPUtime=3.24 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2295 0 0 0 304 20 0 0 20 0 16 0 51315023 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10617796 CPUtime=3.17 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 1872 0 0 0 299 18 0 0 20 0 16 0 51315023 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10617796 CPUtime=3.18 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 1826 0 0 0 300 18 0 0 20 0 16 0 51315023 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 5029 0 0 0 118 0 0 0 20 0 16 0 51315024 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697123115936 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697122063344 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 307802 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0

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

/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 15228 0 0 0 244 2 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 7378 0 0 0 155 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 4623 0 0 0 47 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 275 0 0 0 1 2 0 0 20 0 16 0 51315034 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28403] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28403/stat : 28403 (java) S 28384 28387 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51315698 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697112671024 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 81.76
Current children cumulated vsize (KiB) 10617796

[startup+68.8007 s]
/proc/loadavg: 1.94 1.84 1.86 3/214 28405
/proc/meminfo: memFree=29793352/32770624 swapFree=0/362892
[pid=28387] ppid=28384 vsize=10617796 CPUtime=83.37 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 60011 0 0 0 8220 117 0 0 20 0 16 0 51315017 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2654449 392731 3136 1 0 2643902 0
[pid=28387/tid=28389] ppid=28384 vsize=10617796 CPUtime=63.96 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) R 28384 28387 12906 0 -1 4202560 15517 0 0 0 6386 10 0 0 20 0 16 0 51315022 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697564242064 139697189223994 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10617796 CPUtime=3.46 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 3254 0 0 0 319 27 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10617796 CPUtime=3.42 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2868 0 0 0 317 25 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10617796 CPUtime=3.35 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 2082 0 0 0 312 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10617796 CPUtime=3.36 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 2004 0 0 0 313 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 5359 0 0 0 118 0 0 0 20 0 16 0 51315024 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697123116000 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697122063360 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10617796 CPUtime=2.46 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 15228 0 0 0 244 2 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 7378 0 0 0 155 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 4623 0 0 0 47 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 275 0 0 0 1 2 0 0 20 0 16 0 51315034 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28403] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28403/stat : 28403 (java) S 28384 28387 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51315698 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697112671024 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 83.37
Current children cumulated vsize (KiB) 10617796

[startup+70.4007 s]
/proc/loadavg: 1.94 1.84 1.86 3/214 28405
/proc/meminfo: memFree=29793352/32770624 swapFree=0/362900
[pid=28387] ppid=28384 vsize=10617796 CPUtime=84.97 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 60142 0 0 0 8380 117 0 0 20 0 16 0 51315017 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2654449 392731 3136 1 0 2643902 0
[pid=28387/tid=28389] ppid=28384 vsize=10617796 CPUtime=65.57 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) R 28384 28387 12906 0 -1 4202560 15521 0 0 0 6547 10 0 0 20 0 16 0 51315022 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697564242064 139697189318272 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10617796 CPUtime=3.46 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 3254 0 0 0 319 27 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10617796 CPUtime=3.42 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2868 0 0 0 317 25 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10617796 CPUtime=3.35 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 2082 0 0 0 312 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10617796 CPUtime=3.36 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 2004 0 0 0 313 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 5359 0 0 0 118 0 0 0 20 0 16 0 51315024 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697123116000 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697122063360 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10617796 CPUtime=2.46 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 15228 0 0 0 244 2 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 7378 0 0 0 155 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 4750 0 0 0 47 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 275 0 0 0 1 2 0 0 20 0 16 0 51315034 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28403] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28403/stat : 28403 (java) S 28384 28387 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51315698 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697112671024 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 84.97
Current children cumulated vsize (KiB) 10617796

[startup+71.2007 s]
/proc/loadavg: 1.94 1.84 1.86 3/214 28405
/proc/meminfo: memFree=29793352/32770624 swapFree=0/362900
[pid=28387] ppid=28384 vsize=10617796 CPUtime=85.77 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 60144 0 0 0 8460 117 0 0 20 0 16 0 51315017 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2654449 392731 3136 1 0 2643902 0
[pid=28387/tid=28389] ppid=28384 vsize=10617796 CPUtime=66.36 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) R 28384 28387 12906 0 -1 4202560 15523 0 0 0 6626 10 0 0 20 0 16 0 51315022 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697564247304 139697188410008 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10617796 CPUtime=3.46 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 3254 0 0 0 319 27 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10617796 CPUtime=3.42 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2868 0 0 0 317 25 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10617796 CPUtime=3.35 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 2082 0 0 0 312 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10617796 CPUtime=3.36 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 2004 0 0 0 313 23 0 0 20 0 16 0 51315023 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10617796 CPUtime=1.18 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 5359 0 0 0 118 0 0 0 20 0 16 0 51315024 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697123116000 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697122063360 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10617796 CPUtime=2.46 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 15228 0 0 0 244 2 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10617796 CPUtime=1.56 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 7378 0 0 0 155 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 4750 0 0 0 47 1 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10617796 CPUtime=0.03 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 275 0 0 0 1 2 0 0 20 0 16 0 51315034 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28403] ppid=28384 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28403/stat : 28403 (java) S 28384 28387 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51315698 10872623104 392731 18446744073709551615 4194304 4196468 140734795535520 139697112671024 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 85.77
Current children cumulated vsize (KiB) 10617796

[startup+71.4007 s]
/proc/loadavg: 1.94 1.84 1.86 3/214 28405
/proc/meminfo: memFree=29793352/32770624 swapFree=0/362900
[pid=28387] ppid=28384 vsize=10750924 CPUtime=85.82 cores=1,3,5,7
/proc/28387/stat : 28387 (java) S 28384 28387 12906 0 -1 1077944320 61081 0 0 0 8465 117 0 0 20 0 16 0 51315017 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 140734795518064 139697560010487 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
/proc/28387/statm: 2687731 392750 3138 1 0 2677184 0
[pid=28387/tid=28389] ppid=28384 vsize=10750924 CPUtime=66.41 cores=1,3,5,7
/proc/28387/task/28389/stat : 28389 (java) S 28384 28387 12906 0 -1 1077944384 15939 0 0 0 6631 10 0 0 20 0 16 0 51315022 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697564251168 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28390] ppid=28384 vsize=10750924 CPUtime=3.46 cores=1,3,5,7
/proc/28387/task/28390/stat : 28390 (java) S 28384 28387 12906 0 -1 1077944384 3254 0 0 0 319 27 0 0 20 0 16 0 51315023 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697506360080 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28391] ppid=28384 vsize=10750924 CPUtime=3.42 cores=1,3,5,7
/proc/28387/task/28391/stat : 28391 (java) S 28384 28387 12906 0 -1 1077944384 2868 0 0 0 317 25 0 0 20 0 16 0 51315023 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697505307536 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28392] ppid=28384 vsize=10750924 CPUtime=3.35 cores=1,3,5,7
/proc/28387/task/28392/stat : 28392 (java) S 28384 28387 12906 0 -1 1077944384 2082 0 0 0 312 23 0 0 20 0 16 0 51315023 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697504254992 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28393] ppid=28384 vsize=10750924 CPUtime=3.36 cores=1,3,5,7
/proc/28387/task/28393/stat : 28393 (java) S 28384 28387 12906 0 -1 1077944384 2004 0 0 0 313 23 0 0 20 0 16 0 51315023 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697167588496 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28394] ppid=28384 vsize=10750924 CPUtime=1.18 cores=1,3,5,7
/proc/28387/task/28394/stat : 28394 (java) S 28384 28387 12906 0 -1 1077944384 5375 0 0 0 118 0 0 0 20 0 16 0 51315024 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697124169712 139697560021634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28395] ppid=28384 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28395/stat : 28395 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697123116000 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28396] ppid=28384 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28396/stat : 28396 (java) S 28384 28387 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 51315025 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697122063360 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28397] ppid=28384 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28397/stat : 28397 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697121011920 139697560029083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28398] ppid=28384 vsize=10750924 CPUtime=2.47 cores=1,3,5,7
/proc/28387/task/28398/stat : 28398 (java) S 28384 28387 12906 0 -1 1077944384 15262 0 0 0 245 2 0 0 20 0 16 0 51315027 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697119959536 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28399] ppid=28384 vsize=10750924 CPUtime=1.56 cores=1,3,5,7
/proc/28387/task/28399/stat : 28399 (java) S 28384 28387 12906 0 -1 1077944384 7428 0 0 0 155 1 0 0 20 0 16 0 51315027 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697118906992 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28400] ppid=28384 vsize=10750924 CPUtime=0.48 cores=1,3,5,7
/proc/28387/task/28400/stat : 28400 (java) S 28384 28387 12906 0 -1 1077944384 5054 0 0 0 47 1 0 0 20 0 16 0 51315027 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697117854448 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28401] ppid=28384 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/28387/task/28401/stat : 28401 (java) S 28384 28387 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51315027 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697116802144 139697560020693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
[pid=28387/tid=28402] ppid=28384 vsize=10750924 CPUtime=0.03 cores=1,3,5,7
/proc/28387/task/28402/stat : 28402 (java) S 28384 28387 12906 0 -1 1077944384 275 0 0 0 1 2 0 0 20 0 16 0 51315034 11008946176 392750 18446744073709551615 4194304 4196468 140734795535520 139697115748656 139697560021634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27619328 140734795542965 140734795543118 140734795543118 140734795546575 0
Current children cumulated CPU time (s) 85.82
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 71.4771
CPU time (s): 85.8502
CPU user time (s): 84.6669
CPU system time (s): 1.1833
CPU usage (%): 120.109
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6669
system time used= 1.1833
maximum resident set size= 1571424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4134
involuntary context switches= 364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.305741 second user time and 0.498156 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:06:43
IDJOB=4244000
IDBENCH=140559
IDSOLVER=2623
FILE ID=node135/4244000-1502094041
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244000-1502094041/watcher-4244000-1502094041 -o /tmp/evaluation-result-4244000-1502094041/solver-4244000-1502094041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244000-1502094041.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=1299492488

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:        31331848 kB
MemAvailable:   31777828 kB
Buffers:          222620 kB
Cached:           512072 kB
SwapCached:            0 kB
Active:           621384 kB
Inactive:         387808 kB
Active(anon):     275124 kB
Inactive(anon):    24972 kB
Active(file):     346260 kB
Inactive(file):   362836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1860 kB
Writeback:             0 kB
AnonPages:        286832 kB
Mapped:            51484 kB
Shmem:             25344 kB
Slab:             132224 kB
SReclaimable:     105440 kB
SUnreclaim:        26784 kB
KernelStack:        3776 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     778276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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 10:07:55