Trace number 4106147

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 742.54 739.801

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
MD5SUMc7fd9e5ff885ee342a28d015ab19e648
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.236963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables243
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106147-1466270113.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
0.26/0.20	c ... done. Wall clock time 0.1s.
0.26/0.20	c declared #vars     243
0.26/0.20	c internal #vars     972
0.26/0.20	c #constraints  1486
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
0.26/0.20	c 1486 constraints processed.
0.26/0.20	c objective function length is 9 literals
0.89/0.62	c cleaning 2500 clauses out of 5001 with flag 11095/5001
1.33/0.97	c cleaning 4244 clauses out of 8501 with flag 24705/11001
1.95/1.53	c cleaning 5624 clauses out of 11256 with flag 39686/18000
2.66/2.27	c cleaning 6810 clauses out of 13633 with flag 56810/26001
3.17/2.78	c cleaning 7908 clauses out of 15823 with flag 77548/35001
3.87/3.42	c cleaning 8951 clauses out of 17914 with flag 98403/45000
5.07/4.62	c cleaning 9973 clauses out of 19963 with flag 122920/56000
6.08/5.64	c cleaning 10989 clauses out of 21990 with flag 150584/68000
6.77/6.32	c cleaning 11999 clauses out of 24002 with flag 178082/81001
7.81/7.30	c cleaning 12973 clauses out of 26003 with flag 207907/95001
10.15/9.32	c cleaning 13999 clauses out of 28030 with flag 243381/110001
12.67/11.56	c cleaning 15014 clauses out of 30032 with flag 282140/126002
13.97/12.89	c cleaning 15994 clauses out of 32017 with flag 318589/143001
15.27/14.15	c cleaning 16999 clauses out of 34022 with flag 360982/161000
18.37/17.30	c cleaning 17998 clauses out of 36023 with flag 408625/180000
20.77/19.65	c cleaning 19006 clauses out of 38025 with flag 460087/200000
22.47/21.30	c cleaning 19989 clauses out of 40019 with flag 506160/221000
24.17/23.07	c cleaning 21005 clauses out of 42030 with flag 556113/243000
26.66/25.54	c cleaning 22007 clauses out of 44026 with flag 609928/266001
29.17/28.05	c cleaning 22988 clauses out of 46017 with flag 662986/290000
31.18/30.06	c cleaning 24002 clauses out of 48030 with flag 715631/315001
33.40/32.24	c cleaning 25008 clauses out of 50029 with flag 775030/341002
37.30/36.15	c cleaning 26005 clauses out of 52019 with flag 841778/368000
41.31/40.11	c cleaning 26998 clauses out of 54014 with flag 902956/396000
45.61/44.49	c cleaning 27996 clauses out of 56016 with flag 978143/425000
49.31/48.10	c cleaning 29000 clauses out of 58020 with flag 1042919/455000
52.81/51.66	c cleaning 29995 clauses out of 60020 with flag 1110346/486000
57.61/56.47	c cleaning 31005 clauses out of 62025 with flag 1182198/518000
60.81/59.68	c cleaning 31998 clauses out of 64020 with flag 1253944/551000
64.81/63.69	c cleaning 33001 clauses out of 66022 with flag 1328412/585000
66.61/65.48	c SATISFIABLE
66.61/65.48	c OPTIMIZING...
66.61/65.48	c Got one! Elapsed wall clock time (in seconds):65.378
66.61/65.48	o 53
67.51/66.34	c cleaning 30604 clauses out of 61227 with flag 10790/613206
68.42/67.23	c cleaning 18304 clauses out of 36624 with flag 24104/619207
68.81/67.60	c cleaning 12648 clauses out of 25320 with flag 38909/626207
69.11/67.97	c cleaning 10333 clauses out of 20671 with flag 56012/634206
69.67/68.43	c cleaning 9667 clauses out of 19338 with flag 75257/643206
70.27/69.09	c cleaning 9826 clauses out of 19671 with flag 97377/653206
71.17/69.91	c cleaning 10418 clauses out of 20846 with flag 121644/664207
71.79/70.51	c cleaning 11197 clauses out of 22427 with flag 147031/676206
72.59/71.34	c cleaning 12083 clauses out of 24231 with flag 175716/689207
73.59/72.35	c cleaning 13055 clauses out of 26147 with flag 207231/703206
74.69/73.44	c cleaning 14036 clauses out of 28092 with flag 240389/718206
75.69/74.45	c cleaning 15009 clauses out of 30057 with flag 276907/734207
76.89/75.67	c cleaning 16018 clauses out of 32048 with flag 315907/751207
78.79/77.52	c cleaning 17008 clauses out of 34030 with flag 354676/769207
80.69/79.41	c cleaning 17993 clauses out of 36022 with flag 402551/788207
82.59/81.33	c cleaning 19003 clauses out of 38028 with flag 448978/808206
83.69/82.46	c Got one! Elapsed wall clock time (in seconds):82.355
83.69/82.46	o 19
84.09/82.84	c cleaning 19914 clauses out of 39871 with flag 11361/829052
84.59/83.37	c cleaning 12975 clauses out of 25956 with flag 25176/835051
85.09/83.81	c cleaning 9979 clauses out of 19982 with flag 40527/842052
85.59/84.39	c cleaning 8997 clauses out of 18003 with flag 60202/850052
86.09/84.83	c cleaning 8988 clauses out of 18006 with flag 79879/859052
86.89/85.62	c cleaning 9496 clauses out of 19017 with flag 102250/869051
87.59/86.36	c cleaning 10253 clauses out of 20522 with flag 127276/880052
88.49/87.21	c cleaning 11132 clauses out of 22269 with flag 153692/892052
89.19/87.98	c cleaning 12051 clauses out of 24137 with flag 183369/905052
89.29/88.04	c Got one! Elapsed wall clock time (in seconds):87.942
89.29/88.04	o 3
89.59/88.34	c cleaning 8993 clauses out of 17999 with flag 9596/910965
89.99/88.79	c cleaning 7499 clauses out of 15006 with flag 23027/916965
90.49/89.28	c cleaning 7245 clauses out of 14510 with flag 38427/923968
90.90/89.62	c cleaning 7615 clauses out of 15263 with flag 55631/931966
91.40/90.14	c cleaning 8318 clauses out of 16649 with flag 75957/940967
91.90/90.60	c cleaning 9162 clauses out of 18329 with flag 98232/950965
92.63/91.34	c cleaning 10072 clauses out of 20167 with flag 121792/961965
93.22/91.99	c cleaning 11043 clauses out of 22096 with flag 146997/973967
93.92/92.67	c cleaning 12015 clauses out of 24052 with flag 174572/986966
95.62/94.39	c cleaning 13005 clauses out of 26036 with flag 203651/1000965
97.22/95.94	c cleaning 14009 clauses out of 28031 with flag 235452/1015965
98.44/97.17	c cleaning 15003 clauses out of 30022 with flag 269952/1031965
100.54/99.24	c cleaning 16001 clauses out of 32021 with flag 306399/1048967
101.64/100.40	c cleaning 17001 clauses out of 34018 with flag 345893/1066965
103.94/102.63	c cleaning 17997 clauses out of 36017 with flag 387520/1085965
105.95/104.64	c cleaning 19003 clauses out of 38021 with flag 430874/1105966
107.74/106.43	c cleaning 19997 clauses out of 40018 with flag 475893/1126966
109.54/108.29	c cleaning 21002 clauses out of 42020 with flag 522948/1148965
113.14/111.87	c cleaning 22003 clauses out of 44019 with flag 573254/1171966
114.75/113.43	c cleaning 22972 clauses out of 46015 with flag 624472/1195965
117.74/116.45	c cleaning 24018 clauses out of 48044 with flag 678656/1220966
120.14/118.85	c cleaning 25002 clauses out of 50025 with flag 735456/1246965
122.84/121.53	c cleaning 25996 clauses out of 52023 with flag 791321/1273965
125.44/124.19	c cleaning 27002 clauses out of 54027 with flag 854525/1301965
129.74/128.42	c cleaning 28001 clauses out of 56025 with flag 918035/1330965
132.54/131.21	c cleaning 29001 clauses out of 58024 with flag 985805/1360965
135.86/134.54	c cleaning 30007 clauses out of 60023 with flag 1054448/1391965
139.26/137.97	c cleaning 31001 clauses out of 62017 with flag 1125897/1423966
143.66/142.34	c cleaning 31996 clauses out of 64016 with flag 1200125/1456966
146.76/145.41	c cleaning 32992 clauses out of 66019 with flag 1272293/1490965
149.87/148.53	c cleaning 34007 clauses out of 68028 with flag 1346365/1525966
154.06/152.73	c cleaning 35009 clauses out of 70021 with flag 1426921/1561966
157.26/155.93	c cleaning 36005 clauses out of 72012 with flag 1508696/1598966
160.76/159.47	c cleaning 36989 clauses out of 74006 with flag 1592483/1636965
165.56/164.23	c cleaning 37999 clauses out of 76018 with flag 1680033/1675966
169.23/167.83	c cleaning 39001 clauses out of 78019 with flag 1769923/1715966
172.73/171.31	c cleaning 40004 clauses out of 80017 with flag 1860436/1756965
178.83/177.40	c cleaning 40995 clauses out of 82013 with flag 1958681/1798965
185.53/184.10	c cleaning 42004 clauses out of 84017 with flag 2050910/1841965
191.23/189.84	c cleaning 42990 clauses out of 86013 with flag 2144811/1885965
196.23/194.87	c cleaning 43992 clauses out of 88025 with flag 2243354/1930967
203.93/202.51	c cleaning 45014 clauses out of 90031 with flag 2342646/1976965
210.03/208.64	c cleaning 45999 clauses out of 92018 with flag 2450275/2023966
216.83/215.35	c cleaning 47001 clauses out of 94018 with flag 2558038/2071965
223.83/222.32	c cleaning 47984 clauses out of 96017 with flag 2668811/2120965
230.34/228.85	c cleaning 49010 clauses out of 98033 with flag 2779898/2170965
236.63/235.15	c cleaning 50006 clauses out of 100023 with flag 2893018/2221965
243.73/242.26	c cleaning 50997 clauses out of 102017 with flag 3008472/2273965
251.03/249.54	c cleaning 51981 clauses out of 104020 with flag 3130923/2326965
260.84/259.23	c cleaning 53014 clauses out of 106039 with flag 3250854/2380966
267.95/266.37	c cleaning 54000 clauses out of 108024 with flag 3366669/2435965
275.04/273.49	c cleaning 55008 clauses out of 110024 with flag 3486699/2491965
282.15/280.58	c cleaning 55996 clauses out of 112017 with flag 3608246/2548966
292.55/290.92	c cleaning 56994 clauses out of 114020 with flag 3736463/2606965
306.33/304.56	c cleaning 58004 clauses out of 116026 with flag 3869080/2665965
315.44/313.68	c cleaning 58998 clauses out of 118022 with flag 3997990/2725965
325.42/323.69	c cleaning 60008 clauses out of 120024 with flag 4135255/2786965
336.82/335.01	c cleaning 61005 clauses out of 122016 with flag 4272813/2848965
348.53/346.66	c cleaning 61999 clauses out of 124012 with flag 4411091/2911966
361.33/359.48	c cleaning 63005 clauses out of 126012 with flag 4551163/2975965
372.11/370.24	c cleaning 63995 clauses out of 128007 with flag 4697709/3040965
381.52/379.62	c cleaning 64997 clauses out of 130012 with flag 4847003/3106965
392.18/390.13	c cleaning 65996 clauses out of 132016 with flag 4996774/3173966
403.78/401.71	c cleaning 67010 clauses out of 134021 with flag 5148786/3241967
416.58/414.58	c cleaning 67995 clauses out of 136009 with flag 5297495/3310965
431.64/429.49	c cleaning 68994 clauses out of 138015 with flag 5448960/3380966
445.15/442.90	c cleaning 70002 clauses out of 140019 with flag 5603438/3451965
457.95/455.78	c cleaning 70997 clauses out of 142018 with flag 5759258/3523966
471.45/469.26	c cleaning 72002 clauses out of 144020 with flag 5919703/3596965
484.65/482.32	c cleaning 72992 clauses out of 146018 with flag 6079151/3670965
501.35/499.06	c cleaning 74006 clauses out of 148027 with flag 6241452/3745966
516.76/514.46	c cleaning 75002 clauses out of 150020 with flag 6407063/3821965
534.68/532.27	c cleaning 76001 clauses out of 152018 with flag 6571123/3898965
551.08/548.66	c cleaning 77002 clauses out of 154018 with flag 6743229/3976966
566.58/564.11	c cleaning 77998 clauses out of 156014 with flag 6916322/4055965
582.09/579.51	c cleaning 79001 clauses out of 158015 with flag 7086845/4135965
600.19/597.67	c cleaning 80001 clauses out of 160014 with flag 7266903/4216966
616.70/614.08	c cleaning 80996 clauses out of 162012 with flag 7449576/4298965
634.61/631.94	c cleaning 81998 clauses out of 164016 with flag 7635813/4381965
657.11/654.45	c cleaning 83003 clauses out of 166018 with flag 7822682/4465965
684.72/682.00	c cleaning 83999 clauses out of 168015 with flag 8009344/4550966
727.54/724.80	c cleaning 85005 clauses out of 170014 with flag 8193344/4636965
742.54/739.79	c starts		: 7912
742.54/739.79	c conflicts		: 4691258
742.54/739.79	c decisions		: 5286247
742.54/739.79	c propagations		: 100783782
742.54/739.79	c inspects		: 14885201820
742.54/739.79	c shortcuts		: 0
742.54/739.79	c learnt literals	: 29
742.54/739.79	c learnt binary clauses	: 42
742.54/739.79	c learnt ternary clauses	: 87
742.54/739.79	c learnt constraints	: 4691228
742.54/739.79	c ignored constraints	: 0
742.54/739.79	c root simplifications	: 0
742.54/739.79	c removed literals (reason simplification)	: 0
742.54/739.79	c reason swapping (by a shorter reason)	: 0
742.54/739.79	c Calls to reduceDB	: 137
742.54/739.79	c Number of update (reduction) of LBD	: 146025
742.54/739.79	c Imported unit clauses	: 0
742.54/739.79	c number of reductions to clauses (during analyze)	: 0
742.54/739.79	c number of learned constraints concerned by reduction	: 0
742.54/739.79	c number of learning phase by resolution	: 0
742.54/739.79	c number of learning phase by cutting planes	: 0
742.54/739.79	c speed (assignments/second)	: 136270.72209414738
742.54/739.79	c non guided choices	41599
742.54/739.79	c learnt constraints type 
742.54/739.79	s OPTIMUM FOUND
742.54/739.79	c Found 3 solution(s)
742.54/739.79	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 -x13 x14 x15 x16 -x17 x18 x19 x20 x21 -x22 x23 -x24 -x25 x26 x27 x28 x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 x42 -x43 x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 x57 x58 x59 -x60 -x61 x62 x63 x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 x82 -x83 x84 -x85 -x86 x87 x88 x89 -x90 x91 -x92 x93 -x94 -x95 x96 x97 -x98 -x99 x100 x101 -x102 -x103 x104 -x105 -x106 x107 -x108 x109 -x110 -x111 x112 -x113 x114 x115 x116 -x117 x118 -x119 -x120 x121 -x122 -x123 -x124 x125 -x126 x127 x128 -x129 x130 x131 -x132 -x133 x134 x135 x136 -x137 x138 -x139 -x140 -x141 x142 -x143 -x144 x145 x146 -x147 -x148 -x149 x150 x151 x152 x153 x154 x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 x178 -x179 -x180 x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 x210 x211 -x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 x228 x229 x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 x241 -x242 -x243 
742.54/739.79	c objective function=3
742.54/739.79	c Total wall clock time (in seconds): 739.691

Verifier Data

OK	3

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-4106147-1466270113/watcher-4106147-1466270113 -o /tmp/evaluation-result-4106147-1466270113/solver-4106147-1466270113 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106147-1466270113.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.37 2.26 2.19 3/194 21277
/proc/meminfo: memFree=30497872/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29060232 98570240 977 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 24065 977 743 9 0 16771 0
[pid=21277/tid=21278] ppid=21274 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29060232 98570240 978 33554432000 1073741824 1073778376 140737137577840 139752342679080 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.37 2.26 2.19 3/194 21277
/proc/meminfo: memFree=30497872/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 29060232 9787879424 6115 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2389619 6115 2157 9 0 2380296 0
[pid=21277/tid=21278] ppid=21274 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 29060232 9787879424 6115 33554432000 1073741824 1073778376 140737137577840 139752342682528 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.37 2.26 2.19 3/194 21277
/proc/meminfo: memFree=30497872/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 4693 0 1 0 25 1 0 0 20 0 18 0 29060232 9787879424 6759 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2389619 6759 2214 9 0 2380296 0
[pid=21277/tid=21278] ppid=21274 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 29060232 9787879424 6759 33554432000 1073741824 1073778376 140737137577840 139752342682264 139752212907147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300384 s]
/proc/loadavg: 2.37 2.26 2.19 3/194 21277
/proc/meminfo: memFree=30497872/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 6311 0 1 0 49 1 0 0 20 0 19 0 29060232 9856040960 8221 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 8221 2243 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 19 0 29060232 9856040960 8221 33554432000 1073741824 1073778376 140737137577840 139752342683832 139752212854305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700179 s]
/proc/loadavg: 2.37 2.26 2.19 3/194 21277
/proc/meminfo: memFree=30497872/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 7604 0 1 0 104 2 0 0 20 0 19 0 29060232 9856040960 9885 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 9885 2253 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2410 0 1 0 67 0 0 0 20 0 19 0 29060232 9856040960 9885 33554432000 1073741824 1073778376 140737137577840 139752342675136 139752350448474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.34 2.26 2.19 3/213 21296
/proc/meminfo: memFree=30464384/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 8000 0 1 0 193 2 0 0 20 0 19 0 29060232 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 10889 2257 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2412 0 1 0 146 1 0 0 20 0 19 0 29060232 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752342682000 139752213347109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 1679 0 0 0 17 0 0 0 20 0 19 0 29060236 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2637 0 0 0 26 0 0 0 20 0 19 0 29060236 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 10889 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.34 2.26 2.19 3/213 21296
/proc/meminfo: memFree=30439684/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 8007 0 1 0 355 2 0 0 20 0 19 0 29060232 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 12939 2257 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2417 0 1 0 306 1 0 0 20 0 19 0 29060232 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752342683912 139752213253510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 1681 0 0 0 19 0 0 0 20 0 19 0 29060236 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2637 0 0 0 26 0 0 0 20 0 19 0 29060236 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 12939 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.34 2.26 2.19 4/213 21296
/proc/meminfo: memFree=30424072/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 8018 0 1 0 675 2 0 0 20 0 19 0 29060232 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 16760 2258 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2427 0 1 0 625 1 0 0 20 0 19 0 29060232 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752342683992 139752213347109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29060233 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 1681 0 0 0 20 0 0 0 20 0 19 0 29060236 9856040960 16760 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7

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

[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 13098 0 0 0 97 2 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2643 0 0 0 29 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 44 0 0 0 6 10 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 741.24
Current children cumulated vsize (KiB) 9625040

[startup+739.201 s]
/proc/loadavg: 2.30 2.24 2.19 3/213 21377
/proc/meminfo: memFree=30028504/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=742.04 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 21648 0 1 0 74144 60 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 135048 2272 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=736.68 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2499 0 1 0 73655 13 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752342675104 139752213347036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 302 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 233 0 0 0 18 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 210 0 0 0 15 4 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 244 0 0 0 20 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 189 0 0 0 17 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 237 0 0 0 15 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 13098 0 0 0 97 2 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2643 0 0 0 29 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 44 0 0 0 6 10 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 742.04
Current children cumulated vsize (KiB) 9625040

[startup+739.601 s]
/proc/loadavg: 2.30 2.24 2.19 3/213 21377
/proc/meminfo: memFree=30028504/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=742.44 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 21648 0 1 0 74184 60 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 135048 2272 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=737.07 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2499 0 1 0 73694 13 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752342675104 139752213261573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 302 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 233 0 0 0 18 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 210 0 0 0 15 4 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 244 0 0 0 20 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 189 0 0 0 17 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 237 0 0 0 15 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 13098 0 0 0 97 2 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2643 0 0 0 29 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 44 0 0 0 6 10 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 742.44
Current children cumulated vsize (KiB) 9625040

[startup+739.701 s]
/proc/loadavg: 2.30 2.24 2.19 3/213 21377
/proc/meminfo: memFree=30028504/32872528 swapFree=877056/942464
[pid=21277] ppid=21274 vsize=9625040 CPUtime=742.54 cores=1,3,5,7
/proc/21277/stat : 21277 (java) S 21274 21277 19848 0 -1 4202496 21650 0 1 0 74194 60 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 140737137568976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21277/statm: 2406260 135048 2272 9 0 2396937 0
[pid=21277/tid=21278] ppid=21274 vsize=9625040 CPUtime=737.17 cores=1,3,5,7
/proc/21277/task/21278/stat : 21278 (java) R 21274 21277 19848 0 -1 4202560 2499 0 1 0 73704 13 0 0 20 0 19 0 29060232 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752342684288 139752213408302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21280] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21280/stat : 21280 (java) S 21274 21277 19848 0 -1 4202560 302 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752331745704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21281] ppid=21274 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21277/task/21281/stat : 21281 (java) S 21274 21277 19848 0 -1 4202560 233 0 0 0 18 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752185215528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21282] ppid=21274 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21277/task/21282/stat : 21282 (java) S 21274 21277 19848 0 -1 4202560 210 0 0 0 15 4 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752184162472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21283] ppid=21274 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21277/task/21283/stat : 21283 (java) S 21274 21277 19848 0 -1 4202560 244 0 0 0 20 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752183109928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21284] ppid=21274 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21277/task/21284/stat : 21284 (java) S 21274 21277 19848 0 -1 4202560 259 0 0 0 23 7 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752182057896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21277/tid=21285] ppid=21274 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21277/task/21285/stat : 21285 (java) S 21274 21277 19848 0 -1 4202560 189 0 0 0 17 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752181005352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21286] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21286/stat : 21286 (java) S 21274 21277 19848 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752179952296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21287] ppid=21274 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21277/task/21287/stat : 21287 (java) S 21274 21277 19848 0 -1 4202560 237 0 0 0 15 5 0 0 20 0 19 0 29060233 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752178899752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21288] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21288/stat : 21288 (java) S 21274 21277 19848 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752166701416 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21289] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21289/stat : 21289 (java) S 21274 21277 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752165647736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21290] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21290/stat : 21290 (java) S 21274 21277 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29060234 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752164594568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21291] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21291/stat : 21291 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752163543312 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21292] ppid=21274 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/21277/task/21292/stat : 21292 (java) S 21274 21277 19848 0 -1 4202560 13100 0 0 0 98 2 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752162491192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21277/tid=21293] ppid=21274 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21277/task/21293/stat : 21293 (java) S 21274 21277 19848 0 -1 4202560 2643 0 0 0 29 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752161438648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21294] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21294/stat : 21294 (java) S 21274 21277 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752160385784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21277/tid=21295] ppid=21274 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21277/task/21295/stat : 21295 (java) S 21274 21277 19848 0 -1 4202560 44 0 0 0 6 10 0 0 20 0 19 0 29060236 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752159333448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21277/tid=21296] ppid=21274 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21277/task/21296/stat : 21296 (java) S 21274 21277 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29060252 9856040960 135048 33554432000 1073741824 1073778376 140737137577840 139752158278696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 742.54
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21277 and gives
#  childrusage.ru_utime.tv_sec=740
#  childrusage.ru_utime.tv_usec=119484
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=841872
# CPU time returned by wait4() is 740.961
# while last known CPU time is 742.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 739.801
CPU time (s): 742.54
CPU user time (s): 741.94
CPU system time (s): 0.6
CPU usage (%): 100.37
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 740.119
system time used= 0.841872
maximum resident set size= 544872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21672
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16269
involuntary context switches= 5798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.76328 second user time and 5.58015 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 19:15:13
IDJOB=4106147
IDBENCH=47951
IDSOLVER=2546
FILE ID=node113/4106147-1466270113
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106147-1466270113/watcher-4106147-1466270113 -o /tmp/evaluation-result-4106147-1466270113/solver-4106147-1466270113 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106147-1466270113.opb

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

MD5SUM BENCH= c7fd9e5ff885ee342a28d015ab19e648
RANDOM SEED=1380858173

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30498400 kB
Buffers:          111876 kB
Cached:           282396 kB
SwapCached:         1896 kB
Active:           374000 kB
Inactive:         308672 kB
Active(anon):     289008 kB
Inactive(anon):     2024 kB
Active(file):      84992 kB
Inactive(file):   306648 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1251080 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             606620 kB
SReclaimable:      49960 kB
SUnreclaim:       556660 kB
KernelStack:        1760 kB
PageTables:         6748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1690720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node113 at 2016-06-18 19:27:33