Trace number 4244114

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 204.92799 177.334

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-07-09.xml
MD5SUMa3ba3cad77540d9164e30b3f583ccc44
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.92215198
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints757
Number of domains1
Minimum domain size63
Maximum domain size63
Distribution of domain sizes[{"size":63,"count":63}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":63}]
Minimum constraint arity4
Maximum constraint arity63
Distribution of constraint arities[{"arity":4,"count":756},{"arity":63,"count":1}]
Number of extensional constraints0
Number of intensional constraints756
Distribution of constraint types[{"type":"intension","count":756},{"type":"lex","count":1}]
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

37.41/14.19	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
37.41/14.19	c This is free software under the dual EPL/GNU LGPL licenses.
37.41/14.19	c See www.sat4j.org for details.
37.41/14.19	c That software uses the Rhino library from the Mozilla project.
37.41/14.19	c version CUSTOM.v20170705
37.41/14.19	c java.runtime.name	Java(TM) SE Runtime Environment
37.41/14.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
37.41/14.19	c java.vm.version	25.131-b11
37.41/14.19	c java.vm.vendor	Oracle Corporation
37.41/14.19	c sun.arch.data.model	64
37.41/14.19	c java.version		1.8.0_131
37.41/14.19	c os.name		Linux
37.41/14.19	c os.version		3.10.0-514.16.1.el7.x86_64
37.41/14.19	c os.arch		amd64
37.41/14.19	c Free memory 		499604488
37.41/14.19	c Max memory 		7247757312
37.41/14.19	c Total memory 		504889344
37.41/14.19	c Number of processors 	4
37.41/14.19	c c --- Begin Solver configuration ---
37.41/14.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
37.41/14.19	c Learn all clauses as in MiniSAT
37.41/14.19	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
37.41/14.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
37.41/14.19	c No reason simplification
37.41/14.19	c Glucose 2.1 dynamic restart strategy
37.41/14.19	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
37.41/14.19	c timeout=2147483s
37.41/14.19	c DB Simplification allowed=false
37.41/14.19	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
37.41/14.19	c --- End Solver configuration ---
37.41/14.19	c constraints type 
37.41/14.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
37.41/14.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20227188
37.41/14.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1540
37.41/14.19	c 20228854 constraints processed.
50.29/23.58	o 62
101.34/74.35	o 61
112.98/85.95	o 60
116.82/89.74	o 59
123.52/96.22	o 58
126.28/98.97	o 57
133.01/105.66	o 56
139.81/112.47	o 55
141.63/114.22	o 54
144.55/117.17	o 53
145.76/118.31	o 52
147.06/119.69	o 51
150.50/123.07	o 50
153.19/125.68	o 49
155.79/128.20	o 48
156.89/129.31	o 47
158.70/131.13	o 46
159.50/131.95	o 45
161.81/134.22	o 44
162.91/135.38	o 43
164.21/136.64	o 42
166.22/138.62	o 41
167.61/140.03	o 40
168.52/140.93	o 39
169.92/142.31	o 38
171.52/143.98	o 37
173.83/146.22	o 36
174.64/147.03	o 35
175.64/148.06	o 34
177.26/149.65	o 33
178.76/151.10	o 32
180.46/152.88	o 31
181.66/154.03	o 30
182.56/154.99	o 29
183.56/155.90	o 28
184.26/156.65	o 27
185.07/157.43	o 26
185.86/158.30	o 25
186.60/158.96	o 24
188.00/160.35	o 23
189.26/161.52	o 22
190.36/162.60	o 21
190.76/163.09	o 20
191.46/163.78	o 19
192.77/165.05	o 18
193.98/166.29	o 17
194.68/166.92	o 16
195.68/167.90	o 15
196.28/168.55	o 14
197.08/169.32	o 13
197.58/169.85	o 12
198.59/170.88	o 11
199.09/171.32	o 10
199.79/172.01	o 9
200.39/172.68	o 8
200.79/173.08	o 7
201.29/173.57	o 6
201.99/174.22	o 5
202.49/174.72	o 4
202.89/175.15	o 3
204.69/176.93	o 2
204.90/177.30	c starts		: 2157
204.90/177.30	c conflicts		: 557926
204.90/177.30	c decisions		: 10597687
204.90/177.30	c propagations		: 67163590
204.90/177.30	c inspects		: 1993145519
204.90/177.30	c shortcuts		: 0
204.90/177.30	c learnt literals	: 2124
204.90/177.30	c learnt binary clauses	: 2787
204.90/177.30	c learnt ternary clauses	: 7519
204.90/177.30	c learnt constraints	: 555801
204.90/177.30	c ignored constraints	: 0
204.90/177.30	c root simplifications	: 0
204.90/177.30	c removed literals (reason simplification)	: 0
204.90/177.30	c reason swapping (by a shorter reason)	: 0
204.90/177.30	c Calls to reduceDB	: 74
204.90/177.30	c Number of update (reduction) of LBD	: 308010
204.90/177.30	c Imported unit clauses	: 0
204.90/177.30	c number of reductions to clauses (during analyze)	: 0
204.90/177.30	c number of learned constraints concerned by reduction	: 0
204.90/177.30	c number of learning phase by resolution	: 0
204.90/177.30	c number of learning phase by cutting planes	: 0
204.90/177.30	c number of rounding to 1 operations	: 0
204.90/177.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
204.90/177.30	c number of reductions of the coefficients by power 2 	: 0
204.90/177.30	c number of right shift for reduction by power 2 	: 0
204.90/177.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
204.90/177.30	c speed (assignments/second)	: 411806.5544621233
204.90/177.30	c non guided choices	1348085
204.90/177.30	c learnt constraints type 
204.90/177.30	s OPTIMUM FOUND
204.90/177.30	v <instantiation type="optimum" cost="2">
204.90/177.30	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[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[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[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[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[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[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] </list>
204.90/177.30	v 	<values> 0 0 0 1 1 1 2 2 2 0 1 1 0 1 2 0 0 0 0 1 2 1 2 0 1 1 2 0 2 2 2 0 1 1 2 1 1 0 2 0 1 2 2 1 1 2 0 1 2 0 2 0 1 2 2 2 1 1 2 0 2 0 1 </values>
204.90/177.30	v </instantiation>
204.90/177.30	

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-4244114-1502056954/watcher-4244114-1502056954 -o /tmp/evaluation-result-4244114-1502056954/solver-4244114-1502056954 -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-4244114-1502056954.xml 

pid=21047
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: 7.45 6.53 5.25 5/199 21050
/proc/meminfo: memFree=23236912/32770624 swapFree=0/345172
[pid=21050] ppid=21047 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21050/stat : 21050 (runsolver) D 21047 21050 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47606263 24240128 106 18446744073709551615 4194304 4338465 140729383183920 140729383181560 140258115252951 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 25694208 140729383190663 140729383191113 140729383191113 140729383194570 0
/proc/21050/statm: 5918 106 53 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 7.45 6.53 5.25 5/199 21050
/proc/meminfo: memFree=23236912/32770624 swapFree=0/345172
[pid=21050] ppid=21047 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 2742 0 0 0 0 0 0 0 20 0 6 0 47606263 10175037440 3460 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2484140 3460 1424 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200283 s]
/proc/loadavg: 7.45 6.53 5.25 5/199 21050
/proc/meminfo: memFree=23236912/32770624 swapFree=0/345172
[pid=21050] ppid=21047 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 4588 0 0 0 4 1 0 0 20 0 14 0 47606263 10736119808 5633 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2621123 5633 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.304292 s]
/proc/loadavg: 7.45 6.53 5.25 5/199 21050
/proc/meminfo: memFree=23236912/32770624 swapFree=0/345172
[pid=21050] ppid=21047 vsize=10551156 CPUtime=0.12 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 7563 0 0 0 10 2 0 0 20 0 15 0 47606263 10804383744 7460 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637789 7460 2794 1 0 2627261 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10551156

[startup+0.701174 s]
/proc/loadavg: 7.45 6.53 5.25 5/199 21050
/proc/meminfo: memFree=23236912/32770624 swapFree=0/345172
[pid=21050] ppid=21047 vsize=10551232 CPUtime=1.15 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 12454 0 0 0 111 4 0 0 20 0 15 0 47606263 10804461568 17872 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637808 17872 3061 1 0 2627261 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10551232

[startup+1.50121 s]
/proc/loadavg: 7.45 6.53 5.25 6/214 21065
/proc/meminfo: memFree=23015188/32770624 swapFree=0/345232
[pid=21050] ppid=21047 vsize=10551232 CPUtime=3.07 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 13815 0 0 0 280 27 0 0 20 0 15 0 47606263 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637808 99179 3095 1 0 2627261 0
[pid=21050/tid=21052] ppid=21047 vsize=10551232 CPUtime=1.1 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) R 21047 21050 12906 0 -1 4202560 7972 0 0 0 106 4 0 0 20 0 15 0 47606272 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139888355605992 139887977311264 0 4 1 16800974 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 144 0 0 0 13 4 0 0 20 0 15 0 47606273 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 143 0 0 0 13 4 0 0 20 0 15 0 47606273 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 133 0 0 0 13 5 0 0 20 0 15 0 47606273 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 155 0 0 0 13 4 0 0 20 0 15 0 47606273 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 47606274 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887390905120 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887389852784 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606277 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 1366 0 0 0 42 0 0 0 20 0 15 0 47606277 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) R 21047 21050 12906 0 -1 4202560 950 0 0 0 43 0 0 0 20 0 15 0 47606277 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887386682744 139888328972432 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 1511 0 0 0 34 0 0 0 20 0 15 0 47606277 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606278 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47606289 10804461568 99179 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10551232

[startup+3.10119 s]
/proc/loadavg: 7.45 6.53 5.25 5/214 21065
/proc/meminfo: memFree=22628744/32770624 swapFree=0/345232
[pid=21050] ppid=21047 vsize=10551232 CPUtime=7.51 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 16675 0 0 0 695 56 0 0 20 0 15 0 47606263 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637808 193512 3118 1 0 2627261 0
[pid=21050/tid=21052] ppid=21047 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) R 21047 21050 12906 0 -1 4202560 8029 0 0 0 144 5 0 0 20 0 15 0 47606272 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139888355604456 139887977749858 0 4 1 16800974 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10551232 CPUtime=0.98 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 335 0 0 0 86 12 0 0 20 0 15 0 47606273 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10551232 CPUtime=0.94 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 824 0 0 0 83 11 0 0 20 0 15 0 47606273 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10551232 CPUtime=0.98 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 396 0 0 0 86 12 0 0 20 0 15 0 47606273 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10551232 CPUtime=1 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 436 0 0 0 88 12 0 0 20 0 15 0 47606273 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 497 0 0 0 33 0 0 0 20 0 15 0 47606274 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887390905120 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887389852784 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606277 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) R 21047 21050 12906 0 -1 4202560 1668 0 0 0 47 0 0 0 20 0 15 0 47606277 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888335767864 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10551232 CPUtime=0.88 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) R 21047 21050 12906 0 -1 4202560 1493 0 0 0 88 0 0 0 20 0 15 0 47606277 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887386677032 139888332092937 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 1642 0 0 0 35 0 0 0 20 0 15 0 47606277 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606278 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47606289 10804461568 193512 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 10551232

[startup+6.30199 s]
/proc/loadavg: 7.26 6.51 5.25 6/214 21065
/proc/meminfo: memFree=22097112/32770624 swapFree=0/345232
[pid=21050] ppid=21047 vsize=10551232 CPUtime=16.29 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 35914 0 0 0 1553 76 0 0 20 0 15 0 47606263 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637808 288144 3119 1 0 2627261 0
[pid=21050/tid=21052] ppid=21047 vsize=10551232 CPUtime=2.12 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) R 21047 21050 12906 0 -1 4202560 8788 0 0 0 206 6 0 0 20 0 15 0 47606272 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139888355606432 139887977511824 0 4 1 16800974 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10551232 CPUtime=2.64 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 1714 0 0 0 249 15 0 0 20 0 15 0 47606273 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10551232 CPUtime=2.58 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 979 0 0 0 243 15 0 0 20 0 15 0 47606273 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10551232 CPUtime=2.6 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 917 0 0 0 243 17 0 0 20 0 15 0 47606273 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10551232 CPUtime=2.64 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 1337 0 0 0 248 16 0 0 20 0 15 0 47606273 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10551232 CPUtime=1.2 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 3777 0 0 0 120 0 0 0 20 0 15 0 47606274 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887390905120 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887389852784 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606277 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10551232 CPUtime=0.7 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 5736 0 0 0 70 0 0 0 20 0 15 0 47606277 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10551232 CPUtime=1.36 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 8894 0 0 0 135 1 0 0 20 0 15 0 47606277 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 1678 0 0 0 36 0 0 0 20 0 15 0 47606277 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606278 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 737 0 0 0 0 0 0 0 20 0 15 0 47606289 10804461568 288144 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 10551232

[startup+12.7006 s]
/proc/loadavg: 7.32 6.53 5.26 5/214 21065
/proc/meminfo: memFree=20316396/32770624 swapFree=0/345228
[pid=21050] ppid=21047 vsize=10551232 CPUtime=35.52 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 46759 0 0 0 3326 226 0 0 20 0 15 0 47606263 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2637808 731615 3131 1 0 2627261 0
[pid=21050/tid=21052] ppid=21047 vsize=10551232 CPUtime=3.39 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) S 21047 21050 12906 0 -1 1077944384 9592 0 0 0 332 7 0 0 20 0 15 0 47606272 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139888355606880 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10551232 CPUtime=6.89 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 4576 0 0 0 635 54 0 0 20 0 15 0 47606273 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10551232 CPUtime=6.83 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 2871 0 0 0 632 51 0 0 20 0 15 0 47606273 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10551232 CPUtime=6.79 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 2017 0 0 0 623 56 0 0 20 0 15 0 47606273 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10551232 CPUtime=6.84 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 3116 0 0 0 633 51 0 0 20 0 15 0 47606273 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10551232 CPUtime=2.06 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) R 21047 21050 12906 0 -1 4202560 4737 0 0 0 206 0 0 0 20 0 15 0 47606274 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139887391957584 139888336071622 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139887390905120 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47606275 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139887389852784 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47606277 10804461568 731615 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0

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

/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 20308 0 0 0 309 2 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10619844 CPUtime=0.55 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 5233 0 0 0 54 1 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606278 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10619844 CPUtime=0.1 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1116 0 0 0 3 7 0 0 20 0 16 0 47606289 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21067] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21067/stat : 21067 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47607684 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887382483632 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 202.19
Current children cumulated vsize (KiB) 10619844

[startup+176.001 s]
/proc/loadavg: 4.79 5.61 5.11 5/219 21185
/proc/meminfo: memFree=20428844/32770624 swapFree=0/345320
[pid=21050] ppid=21047 vsize=10619844 CPUtime=203.8 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 98185 0 0 0 20141 239 0 0 20 0 16 0 47606263 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2654961 735904 3148 1 0 2644414 0
[pid=21050/tid=21052] ppid=21047 vsize=10619844 CPUtime=165.36 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) R 21047 21050 12906 0 -1 4202560 34263 0 0 0 16525 11 0 0 20 0 16 0 47606272 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888355602576 139887979857490 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10619844 CPUtime=7.43 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 5128 0 0 0 689 54 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10619844 CPUtime=7.37 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 3533 0 0 0 686 51 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10619844 CPUtime=7.32 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 2556 0 0 0 676 56 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10619844 CPUtime=7.38 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 3715 0 0 0 687 51 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10619844 CPUtime=2.88 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 6945 0 0 0 287 1 0 0 20 0 16 0 47606274 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 47606275 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887390905184 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47606275 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887389852800 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10619844 CPUtime=2.21 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 13981 0 0 0 219 2 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10619844 CPUtime=3.11 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 20308 0 0 0 309 2 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10619844 CPUtime=0.55 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 5233 0 0 0 54 1 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606278 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10619844 CPUtime=0.1 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1116 0 0 0 3 7 0 0 20 0 16 0 47606289 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21067] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21067/stat : 21067 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47607684 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887382483632 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 10619844

[startup+176.801 s]
/proc/loadavg: 4.79 5.61 5.11 5/219 21185
/proc/meminfo: memFree=20428844/32770624 swapFree=0/345320
[pid=21050] ppid=21047 vsize=10619844 CPUtime=204.59 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 98185 0 0 0 20220 239 0 0 20 0 16 0 47606263 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2654961 735904 3148 1 0 2644414 0
[pid=21050/tid=21052] ppid=21047 vsize=10619844 CPUtime=166.16 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) R 21047 21050 12906 0 -1 4202560 34263 0 0 0 16605 11 0 0 20 0 16 0 47606272 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888355602576 139887979856839 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10619844 CPUtime=7.43 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 5128 0 0 0 689 54 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10619844 CPUtime=7.37 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 3533 0 0 0 686 51 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10619844 CPUtime=7.32 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 2556 0 0 0 676 56 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10619844 CPUtime=7.38 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 3715 0 0 0 687 51 0 0 20 0 16 0 47606273 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10619844 CPUtime=2.88 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 6945 0 0 0 287 1 0 0 20 0 16 0 47606274 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 47606275 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887390905184 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47606275 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887389852800 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10619844 CPUtime=2.21 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 13981 0 0 0 219 2 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10619844 CPUtime=3.11 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 20308 0 0 0 309 2 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10619844 CPUtime=0.55 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 5233 0 0 0 54 1 0 0 20 0 16 0 47606277 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606278 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10619844 CPUtime=0.1 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1116 0 0 0 3 7 0 0 20 0 16 0 47606289 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21067] ppid=21047 vsize=10619844 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21067/stat : 21067 (java) S 21047 21050 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 47607684 10874720256 735904 18446744073709551615 4194304 4196468 140736430456000 139887382483632 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 204.59
Current children cumulated vsize (KiB) 10619844

[startup+177.207 s]
/proc/loadavg: 4.79 5.61 5.11 6/219 21185
/proc/meminfo: memFree=20428720/32770624 swapFree=0/345320
[pid=21050] ppid=21047 vsize=10752972 CPUtime=204.9 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 98606 0 0 0 20251 239 0 0 20 0 16 0 47606263 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2688243 735919 3150 1 0 2677696 0
[pid=21050/tid=21052] ppid=21047 vsize=10752972 CPUtime=166.46 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) S 21047 21050 12906 0 -1 1077944384 34558 0 0 0 16635 11 0 0 20 0 16 0 47606272 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888355611680 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10752972 CPUtime=7.43 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 5128 0 0 0 689 54 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10752972 CPUtime=7.37 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 3533 0 0 0 686 51 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10752972 CPUtime=7.32 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 2556 0 0 0 676 56 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10752972 CPUtime=7.38 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 3715 0 0 0 687 51 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10752972 CPUtime=2.88 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 6946 0 0 0 287 1 0 0 20 0 16 0 47606274 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 47606275 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887390905184 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47606275 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887389852800 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10752972 CPUtime=2.21 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 13981 0 0 0 219 2 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10752972 CPUtime=3.11 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 20309 0 0 0 309 2 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10752972 CPUtime=0.56 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 5236 0 0 0 55 1 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606278 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10752972 CPUtime=0.1 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1116 0 0 0 3 7 0 0 20 0 16 0 47606289 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21186] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21186/stat : 21186 (java) S 21047 21050 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47623974 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887379334416 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 204.9
Current children cumulated vsize (KiB) 10752972

[startup+177.301 s]
/proc/loadavg: 4.79 5.61 5.11 6/219 21185
/proc/meminfo: memFree=20428720/32770624 swapFree=0/345320
[pid=21050] ppid=21047 vsize=10752972 CPUtime=204.9 cores=1,3,5,7
/proc/21050/stat : 21050 (java) S 21047 21050 12906 0 -1 1077944320 98606 0 0 0 20251 239 0 0 20 0 16 0 47606263 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 140736430438544 139888351370999 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
/proc/21050/statm: 2688243 735919 3150 1 0 2677696 0
[pid=21050/tid=21052] ppid=21047 vsize=10752972 CPUtime=166.46 cores=1,3,5,7
/proc/21050/task/21052/stat : 21052 (java) S 21047 21050 12906 0 -1 1077944384 34558 0 0 0 16635 11 0 0 20 0 16 0 47606272 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888355611680 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21053] ppid=21047 vsize=10752972 CPUtime=7.43 cores=1,3,5,7
/proc/21050/task/21053/stat : 21053 (java) S 21047 21050 12906 0 -1 1077944384 5128 0 0 0 689 54 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888297720720 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21054] ppid=21047 vsize=10752972 CPUtime=7.37 cores=1,3,5,7
/proc/21050/task/21054/stat : 21054 (java) S 21047 21050 12906 0 -1 1077944384 3533 0 0 0 686 51 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888296667920 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21055] ppid=21047 vsize=10752972 CPUtime=7.32 cores=1,3,5,7
/proc/21050/task/21055/stat : 21055 (java) S 21047 21050 12906 0 -1 1077944384 2556 0 0 0 676 56 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888295615632 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21056] ppid=21047 vsize=10752972 CPUtime=7.38 cores=1,3,5,7
/proc/21050/task/21056/stat : 21056 (java) S 21047 21050 12906 0 -1 1077944384 3715 0 0 0 687 51 0 0 20 0 16 0 47606273 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139888294562832 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21057] ppid=21047 vsize=10752972 CPUtime=2.88 cores=1,3,5,7
/proc/21050/task/21057/stat : 21057 (java) S 21047 21050 12906 0 -1 1077944384 6946 0 0 0 287 1 0 0 20 0 16 0 47606274 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887391959152 139888351382146 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21058] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21058/stat : 21058 (java) S 21047 21050 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 47606275 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887390905184 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21059] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21059/stat : 21059 (java) S 21047 21050 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47606275 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887389852800 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21060] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21060/stat : 21060 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887388801104 139888351389595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21061] ppid=21047 vsize=10752972 CPUtime=2.21 cores=1,3,5,7
/proc/21050/task/21061/stat : 21061 (java) S 21047 21050 12906 0 -1 1077944384 13981 0 0 0 219 2 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887387748976 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21062] ppid=21047 vsize=10752972 CPUtime=3.11 cores=1,3,5,7
/proc/21050/task/21062/stat : 21062 (java) S 21047 21050 12906 0 -1 1077944384 20309 0 0 0 309 2 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887386696176 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21063] ppid=21047 vsize=10752972 CPUtime=0.56 cores=1,3,5,7
/proc/21050/task/21063/stat : 21063 (java) S 21047 21050 12906 0 -1 1077944384 5236 0 0 0 55 1 0 0 20 0 16 0 47606277 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887385643888 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21064] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21064/stat : 21064 (java) S 21047 21050 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47606278 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887384591328 139888351381205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21065] ppid=21047 vsize=10752972 CPUtime=0.1 cores=1,3,5,7
/proc/21050/task/21065/stat : 21065 (java) S 21047 21050 12906 0 -1 1077944384 1116 0 0 0 3 7 0 0 20 0 16 0 47606289 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887383538096 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
[pid=21050/tid=21186] ppid=21047 vsize=10752972 CPUtime=0 cores=1,3,5,7
/proc/21050/task/21186/stat : 21186 (java) S 21047 21050 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 47623974 11011043328 735919 18446744073709551615 4194304 4196468 140736430456000 139887379334416 139888351382146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33619968 140736430461365 140736430461518 140736430461518 140736430464975 0
Current children cumulated CPU time (s) 204.9
Current children cumulated vsize (KiB) 10752972

Child status: 0
Real time (s): 177.334
CPU time (s): 204.928
CPU user time (s): 202.518
CPU system time (s): 2.4104
CPU usage (%): 115.561
Max. virtual memory (cumulated for all children) (KiB): 10752972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.518
system time used= 2.4104
maximum resident set size= 2943976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99288
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6866
involuntary context switches= 806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.912502 second user time and 1.15902 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:48:36
IDJOB=4244114
IDBENCH=139744
IDSOLVER=2623
FILE ID=node135/4244114-1502056954
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-07-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244114-1502056954/watcher-4244114-1502056954 -o /tmp/evaluation-result-4244114-1502056954/solver-4244114-1502056954 -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-4244114-1502056954.xml

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

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=387520005

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:        23237500 kB
MemAvailable:   23687412 kB
Buffers:          206132 kB
Cached:           532304 kB
SwapCached:            0 kB
Active:          8719052 kB
Inactive:         370144 kB
Active(anon):    8351124 kB
Inactive(anon):    24972 kB
Active(file):     367928 kB
Inactive(file):   345172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:       8350928 kB
Mapped:            50292 kB
Shmem:             25344 kB
Slab:             132672 kB
SReclaimable:     105296 kB
SUnreclaim:        27376 kB
KernelStack:        3520 kB
PageTables:        21136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7704576 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-06 23:51:33