Trace number 4117838

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 PB16SAT (TO)135 1800.02 1795.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_004.opb.metafix.opb
MD5SUM7bbc859654aad41be6f1798572f8a912
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	16
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2626d4f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4def8cf3
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4117838-1467240535.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.18	c ... done. Wall clock time 0.059s.
0.08/0.18	c declared #vars     256
0.08/0.18	c #constraints  188
0.08/0.18	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.08/0.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.08/0.19	c org.sat4j.specs.Constr$1 => 9
0.08/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.08/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.08/0.19	c 188 constraints processed.
0.08/0.19	c objective function length is 256 literals
0.51/0.38	c SATISFIABLE
0.51/0.38	c OPTIMIZING...
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.257
0.51/0.38	o 135
0.76/0.57	c cleaning 2523 clauses out of 5056 with flag 12208/5056
1.34/0.90	c cleaning 4263 clauses out of 8533 with flag 36182/11056
1.74/1.30	c cleaning 5631 clauses out of 11271 with flag 68231/18057
2.25/1.80	c cleaning 6810 clauses out of 13639 with flag 103474/26056
2.78/2.39	c cleaning 7911 clauses out of 15829 with flag 144457/35056
3.47/3.09	c cleaning 8956 clauses out of 17918 with flag 185920/45056
4.26/3.89	c cleaning 9979 clauses out of 19962 with flag 233136/56056
5.27/4.80	c cleaning 10983 clauses out of 21983 with flag 284890/68056
6.27/5.86	c cleaning 11990 clauses out of 24000 with flag 352427/81056
7.68/7.27	c cleaning 13004 clauses out of 26010 with flag 449208/95056
9.08/8.67	c cleaning 14002 clauses out of 28008 with flag 518699/110058
10.68/10.22	c cleaning 14999 clauses out of 30004 with flag 592781/126056
12.38/11.97	c cleaning 15990 clauses out of 32005 with flag 668788/143056
14.28/13.85	c cleaning 17007 clauses out of 34016 with flag 758822/161057
16.08/15.67	c cleaning 17993 clauses out of 36008 with flag 851754/180056
18.19/17.71	c cleaning 19006 clauses out of 38016 with flag 945096/200057
20.28/19.85	c cleaning 20005 clauses out of 40011 with flag 1047733/221058
22.59/22.14	c cleaning 20996 clauses out of 42004 with flag 1144137/243056
25.18/24.77	c cleaning 21999 clauses out of 44008 with flag 1255804/266056
27.88/27.48	c cleaning 22998 clauses out of 46009 with flag 1368894/290056
31.08/30.68	c cleaning 23993 clauses out of 48011 with flag 1495418/315056
34.28/33.80	c cleaning 25002 clauses out of 50018 with flag 1637826/341056
37.78/37.30	c cleaning 25999 clauses out of 52017 with flag 1772316/368057
41.19/40.80	c cleaning 26984 clauses out of 54018 with flag 1912879/396057
44.98/44.57	c cleaning 28007 clauses out of 56034 with flag 2046806/425057
49.28/48.87	c cleaning 29006 clauses out of 58026 with flag 2196561/455056
53.48/53.06	c cleaning 30009 clauses out of 60020 with flag 2339944/486056
57.79/57.38	c cleaning 31002 clauses out of 62011 with flag 2501237/518056
62.39/61.90	c cleaning 32000 clauses out of 64009 with flag 2658077/551056
67.28/66.84	c cleaning 33002 clauses out of 66014 with flag 2838313/585061
72.08/71.59	c cleaning 33973 clauses out of 68007 with flag 3011171/620056
77.17/76.64	c cleaning 35008 clauses out of 70034 with flag 3184046/656056
82.87/82.37	c cleaning 36003 clauses out of 72028 with flag 3370130/693058
88.48/88.01	c cleaning 36993 clauses out of 74023 with flag 3545203/731056
94.88/94.34	c cleaning 38006 clauses out of 76031 with flag 3743127/770057
101.48/100.90	c cleaning 38998 clauses out of 78025 with flag 3950419/810057
108.39/107.85	c cleaning 40006 clauses out of 80026 with flag 4159242/851056
115.88/115.33	c cleaning 41006 clauses out of 82022 with flag 4409709/893058
123.38/122.83	c cleaning 42001 clauses out of 84014 with flag 4656539/936056
131.18/130.68	c cleaning 43004 clauses out of 86014 with flag 4922184/980057
139.88/139.34	c cleaning 43954 clauses out of 88009 with flag 5162248/1025056
148.28/147.80	c cleaning 45001 clauses out of 90056 with flag 5405835/1071057
157.08/156.57	c cleaning 46005 clauses out of 92055 with flag 5656572/1118057
166.89/166.39	c cleaning 47016 clauses out of 94049 with flag 5938957/1166056
176.29/175.77	c cleaning 48006 clauses out of 96033 with flag 6192897/1215056
186.31/185.69	c cleaning 49005 clauses out of 98028 with flag 6465581/1265057
196.52/195.86	c cleaning 50003 clauses out of 100025 with flag 6757061/1316059
206.21/205.53	c cleaning 50982 clauses out of 102019 with flag 7036593/1368056
217.53/216.86	c cleaning 52014 clauses out of 104038 with flag 7353248/1421057
228.62/227.96	c cleaning 53008 clauses out of 106024 with flag 7658536/1475057
240.22/239.52	c cleaning 53983 clauses out of 108016 with flag 7945144/1530057
252.42/251.73	c cleaning 55011 clauses out of 110033 with flag 8258007/1586057
265.32/264.60	c cleaning 56003 clauses out of 112021 with flag 8589626/1643056
278.63/277.93	c cleaning 56999 clauses out of 114018 with flag 8894929/1701056
291.73/291.01	c cleaning 58005 clauses out of 116021 with flag 9214947/1760058
305.64/304.94	c cleaning 58982 clauses out of 118016 with flag 9570200/1820058
320.34/319.50	c cleaning 60006 clauses out of 120032 with flag 9935507/1881056
334.97/334.13	c cleaning 61003 clauses out of 122028 with flag 10288956/1943058
350.78/349.97	c cleaning 62008 clauses out of 124023 with flag 10677302/2006056
366.68/365.86	c cleaning 63001 clauses out of 126016 with flag 11049122/2070057
383.08/382.21	c cleaning 64000 clauses out of 128014 with flag 11407276/2135056
400.48/399.65	c cleaning 65006 clauses out of 130016 with flag 11765228/2201058
418.78/417.99	c cleaning 66003 clauses out of 132009 with flag 12141574/2268057
437.99/437.16	c cleaning 66995 clauses out of 134005 with flag 12529011/2336056
457.50/456.64	c cleaning 68001 clauses out of 136010 with flag 12905586/2405056
475.84/474.84	c cleaning 68988 clauses out of 138009 with flag 13287487/2475056
494.55/493.58	c cleaning 70003 clauses out of 140021 with flag 13677396/2546056
514.57/513.59	c cleaning 71001 clauses out of 142019 with flag 14073874/2618057
534.48/533.47	c cleaning 72002 clauses out of 144017 with flag 14485610/2691056
555.91/554.85	c cleaning 73003 clauses out of 146015 with flag 14902143/2765056
577.83/576.78	c cleaning 73994 clauses out of 148012 with flag 15329835/2840056
600.43/599.36	c cleaning 75005 clauses out of 150019 with flag 15808312/2916057
622.76/621.62	c cleaning 75994 clauses out of 152013 with flag 16260450/2993056
645.36/644.29	c cleaning 77008 clauses out of 154019 with flag 16687701/3071056
669.35/668.03	c cleaning 77992 clauses out of 156013 with flag 17155868/3150058
695.16/693.85	c cleaning 79008 clauses out of 158021 with flag 17616153/3230058
718.68/717.32	c cleaning 79997 clauses out of 160012 with flag 18116462/3311057
746.59/745.25	c cleaning 81004 clauses out of 162015 with flag 18642098/3393057
774.90/773.51	c cleaning 82002 clauses out of 164014 with flag 19137038/3476060
803.61/802.27	c cleaning 82994 clauses out of 166008 with flag 19647887/3560056
833.13/831.74	c cleaning 84000 clauses out of 168014 with flag 20111790/3645056
862.95/861.23	c cleaning 84999 clauses out of 170016 with flag 20582413/3731058
892.98/891.24	c cleaning 86002 clauses out of 172015 with flag 21056323/3818056
923.71/921.96	c cleaning 86992 clauses out of 174014 with flag 21610214/3906057
956.34/954.60	c cleaning 88003 clauses out of 176021 with flag 22154340/3995056
990.77/988.99	c cleaning 89003 clauses out of 178018 with flag 22711336/4085056
1025.49/1023.66	c cleaning 90008 clauses out of 180015 with flag 23289610/4176056
1061.03/1058.97	c cleaning 90995 clauses out of 182007 with flag 23799937/4268056
1097.27/1095.15	c cleaning 92000 clauses out of 184012 with flag 24376552/4361056
1133.30/1131.13	c cleaning 92990 clauses out of 186013 with flag 24907017/4455057
1168.02/1165.87	c cleaning 94009 clauses out of 188022 with flag 25427537/4550056
1207.36/1205.11	c cleaning 94991 clauses out of 190014 with flag 25968168/4646057
1249.76/1247.09	c cleaning 96004 clauses out of 192024 with flag 26569645/4743058
1290.39/1287.67	c cleaning 97002 clauses out of 194018 with flag 27207628/4841056
1330.31/1327.57	c cleaning 97999 clauses out of 196016 with flag 27731928/4940056
1372.95/1370.13	c cleaning 99006 clauses out of 198017 with flag 28355517/5040056
1417.42/1414.07	c cleaning 100001 clauses out of 200011 with flag 28911724/5141056
1464.41/1461.04	c cleaning 101002 clauses out of 202011 with flag 29519135/5243057
1511.64/1508.28	c cleaning 101988 clauses out of 204009 with flag 30171157/5346057
1558.55/1555.16	c cleaning 103001 clauses out of 206023 with flag 30818193/5450059
1608.90/1605.00	c cleaning 104002 clauses out of 208019 with flag 31403503/5555056
1654.11/1650.14	c cleaning 105003 clauses out of 210018 with flag 31986102/5661057
1700.91/1696.98	c cleaning 106003 clauses out of 212015 with flag 32683101/5768057
1752.32/1748.31	c cleaning 106996 clauses out of 214011 with flag 33322631/5876056
1800.02/1795.60	c starts		: 12822
1800.02/1795.60	c conflicts		: 5978465
1800.02/1795.60	c decisions		: 8283395
1800.02/1795.60	c propagations		: 276884313
1800.02/1795.60	c inspects		: 33923355228
1800.02/1795.60	c shortcuts		: 0
1800.02/1795.60	c learnt literals	: 0
1800.02/1795.60	c learnt binary clauses	: 0
1800.02/1795.60	c learnt ternary clauses	: 0
1800.02/1795.60	c learnt constraints	: 5978465
1800.02/1795.60	c ignored constraints	: 0
1800.02/1795.60	c root simplifications	: 0
1800.02/1795.60	c removed literals (reason simplification)	: 0
1800.02/1795.60	c reason swapping (by a shorter reason)	: 0
1800.02/1795.60	c Calls to reduceDB	: 104
1800.02/1795.60	c Number of update (reduction) of LBD	: 2425541
1800.02/1795.60	c Imported unit clauses	: 0
1800.02/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.60	c number of learned constraints concerned by reduction	: 0
1800.02/1795.60	c number of learning phase by resolution	: 0
1800.02/1795.60	c number of learning phase by cutting planes	: 0
1800.02/1795.60	c speed (assignments/second)	: 154217.4444348521
1800.02/1795.60	c non guided choices	0
1800.02/1795.63	c learnt constraints type 
1800.02/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209424
1800.02/1795.63	s SATISFIABLE
1800.02/1795.63	c Found 1 solution(s)
1800.02/1795.63	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 x244 -x245 x246 x247 -x248 -x249 -x250 -x251 x252 x253 -x254 -x255 x256 
1800.02/1795.63	c objective function=135
1800.02/1795.63	c Total wall clock time (in seconds): 1795.508

Verifier Data

OK	135

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-4117838-1467240535/watcher-4117838-1467240535 -o /tmp/evaluation-result-4117838-1467240535/solver-4117838-1467240535 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117838-1467240535.opb 

pid=16550
running on 8 cores: 4-7,12-15

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: 4.91 2.92 2.28 3/281 16553
/proc/meminfo: memFree=27856392/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=2500 CPUtime=0 cores=4-7,12-15
/proc/16553/stat : 16553 (java) D 16550 16553 15681 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 5006212 2560000 46 33554432000 1073741824 1073778376 140736517806048 140736517803176 216799472935 0 0 4096 0 18446744072100756772 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 625 46 37 9 0 29 0

[startup+0.100372 s]
/proc/loadavg: 4.91 2.92 2.28 3/281 16553
/proc/meminfo: memFree=27856392/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 4072 0 1 0 6 2 0 0 20 0 23 0 5006212 10133950464 5190 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2474109 5190 2046 9 0 2464786 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9896436

[startup+0.200368 s]
/proc/loadavg: 4.91 2.92 2.28 3/281 16553
/proc/meminfo: memFree=27856392/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=0.22 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 4749 0 1 0 20 2 0 0 20 0 24 0 5006212 10202112000 7354 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 7354 2202 9 0 2481427 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9963000

[startup+0.300212 s]
/proc/loadavg: 4.91 2.92 2.28 3/281 16553
/proc/meminfo: memFree=27856392/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 6758 0 1 0 48 3 0 0 20 0 24 0 5006212 10202112000 8723 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 8723 2244 9 0 2481427 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9963000

[startup+0.700211 s]
/proc/loadavg: 4.91 2.92 2.28 3/281 16553
/proc/meminfo: memFree=27856392/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=1.09 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 7811 0 1 0 106 3 0 0 20 0 24 0 5006212 10202112000 9757 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 9757 2255 9 0 2481427 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9963000

[startup+1.50098 s]
/proc/loadavg: 4.91 2.92 2.28 3/305 16577
/proc/meminfo: memFree=27823500/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=1.95 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 8026 0 1 0 192 3 0 0 20 0 24 0 5006212 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 10261 2257 9 0 2481427 0
[pid=16553/tid=16555] ppid=16550 vsize=9963000 CPUtime=1.4 cores=4-7,12-15
/proc/16553/task/16555/stat : 16555 (java) R 16550 16553 15681 0 -1 4202560 2438 0 1 0 139 1 0 0 20 0 24 0 5006214 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141814137304 140141645998393 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16556] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16556/stat : 16556 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141775629224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16557] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16557/stat : 16557 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141774576680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16558] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16558/stat : 16558 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141773523624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16559] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16559/stat : 16559 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141772471080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16560] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16560/stat : 16560 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141771418024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16561] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16561/stat : 16561 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141770365480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16562] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16562/stat : 16562 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141769312424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16563] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16563/stat : 16563 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141768259880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16564] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16564/stat : 16564 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141767207848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16565] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16565/stat : 16565 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141766155304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16553/tid=16566] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16566/stat : 16566 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141765102248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16567] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16567/stat : 16567 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141764049704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16553/tid=16568] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16568/stat : 16568 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140141645523368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16569] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16569/stat : 16569 (java) S 16550 16553 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140755278312 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16570] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16570/stat : 16570 (java) S 16550 16553 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140754224120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16571] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16571/stat : 16571 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140753171464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16572] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16572/stat : 16572 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140752120720 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16573] ppid=16550 vsize=9963000 CPUtime=0.15 cores=4-7,12-15
/proc/16553/task/16573/stat : 16573 (java) S 16550 16553 15681 0 -1 4202560 804 0 0 0 15 0 0 0 20 0 24 0 5006220 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140751068088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16574] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16574/stat : 16574 (java) S 16550 16553 15681 0 -1 4202560 3497 0 0 0 29 0 0 0 20 0 24 0 5006220 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140750015032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16575] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16575/stat : 16575 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140748962680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16576] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16576/stat : 16576 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140747909832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16577] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16577/stat : 16577 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006232 10202112000 10261 33554432000 1073741824 1073778376 140736517806048 140140746855592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9963000

[startup+3.10105 s]
/proc/loadavg: 4.91 2.92 2.28 3/305 16577
/proc/meminfo: memFree=27820368/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=3.57 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 8079 0 1 0 354 3 0 0 20 0 24 0 5006212 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 11805 2257 9 0 2481427 0
[pid=16553/tid=16555] ppid=16550 vsize=9963000 CPUtime=2.94 cores=4-7,12-15
/proc/16553/task/16555/stat : 16555 (java) R 16550 16553 15681 0 -1 4202560 2441 0 1 0 293 1 0 0 20 0 24 0 5006214 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141814137048 140141645942699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16556] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16556/stat : 16556 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141775629224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16557] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16557/stat : 16557 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141774576680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16558] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16558/stat : 16558 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141773523624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16559] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16559/stat : 16559 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141772471080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16560] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16560/stat : 16560 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141771418024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16561] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16561/stat : 16561 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141770365480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16562] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16562/stat : 16562 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141769312424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16563] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16563/stat : 16563 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141768259880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16564] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16564/stat : 16564 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141767207848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16565] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16565/stat : 16565 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141766155304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16553/tid=16566] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16566/stat : 16566 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141765102248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16567] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16567/stat : 16567 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141764049704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16553/tid=16568] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16568/stat : 16568 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140141645523368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16569] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16569/stat : 16569 (java) S 16550 16553 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140755278312 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16570] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16570/stat : 16570 (java) S 16550 16553 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140754224120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16571] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16571/stat : 16571 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140753171464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16572] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16572/stat : 16572 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140752120720 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16573] ppid=16550 vsize=9963000 CPUtime=0.16 cores=4-7,12-15
/proc/16553/task/16573/stat : 16573 (java) S 16550 16553 15681 0 -1 4202560 854 0 0 0 16 0 0 0 20 0 24 0 5006220 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140751068088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16574] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16574/stat : 16574 (java) S 16550 16553 15681 0 -1 4202560 3497 0 0 0 29 0 0 0 20 0 24 0 5006220 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140750015032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16575] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16575/stat : 16575 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140748962680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16576] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16576/stat : 16576 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140747909832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16577] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16577/stat : 16577 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006232 10202112000 11805 33554432000 1073741824 1073778376 140736517806048 140140746855592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9963000

[startup+6.30102 s]
/proc/loadavg: 4.68 2.91 2.28 3/305 16577
/proc/meminfo: memFree=27807340/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=6.78 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 8085 0 1 0 674 4 0 0 20 0 24 0 5006212 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 13846 2258 9 0 2481427 0
[pid=16553/tid=16555] ppid=16550 vsize=9963000 CPUtime=5.95 cores=4-7,12-15
/proc/16553/task/16555/stat : 16555 (java) R 16550 16553 15681 0 -1 4202560 2446 0 1 0 594 1 0 0 20 0 24 0 5006214 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141814128288 140141646005860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16556] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16556/stat : 16556 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141775629224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16557] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16557/stat : 16557 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141774576680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16558] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16558/stat : 16558 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141773523624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16559] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16559/stat : 16559 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141772471080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16560] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16560/stat : 16560 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141771418024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16561] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16561/stat : 16561 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141770365480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16562] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16562/stat : 16562 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141769312424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16563] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16563/stat : 16563 (java) S 16550 16553 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 5006215 10202112000 13846 33554432000 1073741824 1073778376 140736517806048 140141768259880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16564] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/16553/task/16564/stat : 16564 (java) S 16550 16553 15681 0 -1 4202560 163 0 0 0 14 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141767207848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16565] ppid=16550 vsize=9963000 CPUtime=0.16 cores=4-7,12-15
/proc/16553/task/16565/stat : 16565 (java) S 16550 16553 15681 0 -1 4202560 58 0 0 0 12 4 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141766155304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16553/tid=16566] ppid=16550 vsize=9963000 CPUtime=0.25 cores=4-7,12-15
/proc/16553/task/16566/stat : 16566 (java) S 16550 16553 15681 0 -1 4202560 103 0 0 0 18 7 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141765102248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16567] ppid=16550 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/16553/task/16567/stat : 16567 (java) S 16550 16553 15681 0 -1 4202560 128 0 0 0 14 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141764049704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16568] ppid=16550 vsize=9963000 CPUtime=0.28 cores=4-7,12-15
/proc/16553/task/16568/stat : 16568 (java) S 16550 16553 15681 0 -1 4202560 277 0 0 0 19 9 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141645523368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16569] ppid=16550 vsize=9963000 CPUtime=0.02 cores=4-7,12-15
/proc/16553/task/16569/stat : 16569 (java) S 16550 16553 15681 0 -1 4202560 81 0 0 0 0 2 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140755278312 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16570] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16570/stat : 16570 (java) S 16550 16553 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140754224120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16571] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16571/stat : 16571 (java) S 16550 16553 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140753171464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16572] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16572/stat : 16572 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140752120720 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16573] ppid=16550 vsize=9963000 CPUtime=0.2 cores=4-7,12-15
/proc/16553/task/16573/stat : 16573 (java) S 16550 16553 15681 0 -1 4202560 1429 0 0 0 20 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140751068088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16574] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16574/stat : 16574 (java) S 16550 16553 15681 0 -1 4202560 3497 0 0 0 29 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140750015032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16575] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16575/stat : 16575 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140748962680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16576] ppid=16550 vsize=9963000 CPUtime=0.76 cores=4-7,12-15
/proc/16553/task/16576/stat : 16576 (java) S 16550 16553 15681 0 -1 4202560 100 0 0 0 30 46 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140747909832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16577] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16577/stat : 16577 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006232 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140746855592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1726.31
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.09 3/305 16856
/proc/meminfo: memFree=27544436/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=1786.31 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 11277 0 1 0 178477 154 0 0 20 0 24 0 5006212 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 96229 2272 9 0 2481427 0
[pid=16553/tid=16555] ppid=16550 vsize=9963000 CPUtime=1776.1 cores=4-7,12-15
/proc/16553/task/16555/stat : 16555 (java) R 16550 16553 15681 0 -1 4202560 2512 0 1 0 177581 29 0 0 20 0 24 0 5006214 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141814128288 140141645993583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16556] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16556/stat : 16556 (java) S 16550 16553 15681 0 -1 4202560 293 0 0 0 21 8 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141775629224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16557] ppid=16550 vsize=9963000 CPUtime=0.16 cores=4-7,12-15
/proc/16553/task/16557/stat : 16557 (java) S 16550 16553 15681 0 -1 4202560 153 0 0 0 11 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141774576680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16558] ppid=16550 vsize=9963000 CPUtime=0.33 cores=4-7,12-15
/proc/16553/task/16558/stat : 16558 (java) S 16550 16553 15681 0 -1 4202560 327 0 0 0 25 8 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141773523624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16559] ppid=16550 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/16553/task/16559/stat : 16559 (java) S 16550 16553 15681 0 -1 4202560 202 0 0 0 13 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141772471080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16560] ppid=16550 vsize=9963000 CPUtime=0.3 cores=4-7,12-15
/proc/16553/task/16560/stat : 16560 (java) S 16550 16553 15681 0 -1 4202560 275 0 0 0 22 8 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141771418024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16561] ppid=16550 vsize=9963000 CPUtime=0.23 cores=4-7,12-15
/proc/16553/task/16561/stat : 16561 (java) S 16550 16553 15681 0 -1 4202560 153 0 0 0 16 7 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141770365480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16562] ppid=16550 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/16553/task/16562/stat : 16562 (java) S 16550 16553 15681 0 -1 4202560 165 0 0 0 13 6 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141769312424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16553/tid=16563] ppid=16550 vsize=9963000 CPUtime=0.18 cores=4-7,12-15
/proc/16553/task/16563/stat : 16563 (java) S 16550 16553 15681 0 -1 4202560 99 0 0 0 12 6 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141768259880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16564] ppid=16550 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/16553/task/16564/stat : 16564 (java) S 16550 16553 15681 0 -1 4202560 163 0 0 0 14 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141767207848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16565] ppid=16550 vsize=9963000 CPUtime=0.16 cores=4-7,12-15
/proc/16553/task/16565/stat : 16565 (java) S 16550 16553 15681 0 -1 4202560 58 0 0 0 12 4 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141766155304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16553/tid=16566] ppid=16550 vsize=9963000 CPUtime=0.25 cores=4-7,12-15
/proc/16553/task/16566/stat : 16566 (java) S 16550 16553 15681 0 -1 4202560 103 0 0 0 18 7 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141765102248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16567] ppid=16550 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/16553/task/16567/stat : 16567 (java) S 16550 16553 15681 0 -1 4202560 128 0 0 0 14 5 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141764049704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16568] ppid=16550 vsize=9963000 CPUtime=0.28 cores=4-7,12-15
/proc/16553/task/16568/stat : 16568 (java) S 16550 16553 15681 0 -1 4202560 277 0 0 0 19 9 0 0 20 0 24 0 5006215 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140141645523368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16569] ppid=16550 vsize=9963000 CPUtime=0.02 cores=4-7,12-15
/proc/16553/task/16569/stat : 16569 (java) S 16550 16553 15681 0 -1 4202560 81 0 0 0 0 2 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140755278312 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16570] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16570/stat : 16570 (java) S 16550 16553 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140754224120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16571] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16571/stat : 16571 (java) S 16550 16553 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140753171464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16572] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16572/stat : 16572 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140752120720 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16573] ppid=16550 vsize=9963000 CPUtime=0.2 cores=4-7,12-15
/proc/16553/task/16573/stat : 16573 (java) S 16550 16553 15681 0 -1 4202560 1429 0 0 0 20 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140751068088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16574] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16574/stat : 16574 (java) S 16550 16553 15681 0 -1 4202560 3497 0 0 0 29 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140750015032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16575] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16575/stat : 16575 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140748962680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16576] ppid=16550 vsize=9963000 CPUtime=0.78 cores=4-7,12-15
/proc/16553/task/16576/stat : 16576 (java) S 16550 16553 15681 0 -1 4202560 104 0 0 0 30 48 0 0 20 0 24 0 5006220 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140747909832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16577] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16577/stat : 16577 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006232 10202112000 96229 33554432000 1073741824 1073778376 140736517806048 140140746855592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.09 2.08 2.09 3/305 16856
/proc/meminfo: memFree=27507572/32872528 swapFree=8828/8828
[pid=16553] ppid=16550 vsize=9963000 CPUtime=1800.02 cores=4-7,12-15
/proc/16553/stat : 16553 (java) S 16550 16553 15681 0 -1 4202496 11416 0 1 0 179832 170 0 0 20 0 24 0 5006212 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140736517797184 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16553/statm: 2490750 105454 2272 9 0 2481427 0
[pid=16553/tid=16555] ppid=16550 vsize=9963000 CPUtime=1789.3 cores=4-7,12-15
/proc/16553/task/16555/stat : 16555 (java) R 16550 16553 15681 0 -1 4202560 2513 0 1 0 178900 30 0 0 20 0 24 0 5006214 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141814136000 140141645998430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16556] ppid=16550 vsize=9963000 CPUtime=0.31 cores=4-7,12-15
/proc/16553/task/16556/stat : 16556 (java) S 16550 16553 15681 0 -1 4202560 299 0 0 0 22 9 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141775629224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16557] ppid=16550 vsize=9963000 CPUtime=0.19 cores=4-7,12-15
/proc/16553/task/16557/stat : 16557 (java) S 16550 16553 15681 0 -1 4202560 160 0 0 0 13 6 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141774576680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16553/tid=16558] ppid=16550 vsize=9963000 CPUtime=0.34 cores=4-7,12-15
/proc/16553/task/16558/stat : 16558 (java) S 16550 16553 15681 0 -1 4202560 332 0 0 0 26 8 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141773523624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16559] ppid=16550 vsize=9963000 CPUtime=0.24 cores=4-7,12-15
/proc/16553/task/16559/stat : 16559 (java) S 16550 16553 15681 0 -1 4202560 225 0 0 0 17 7 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141772471080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16560] ppid=16550 vsize=9963000 CPUtime=0.32 cores=4-7,12-15
/proc/16553/task/16560/stat : 16560 (java) S 16550 16553 15681 0 -1 4202560 279 0 0 0 24 8 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141771418024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16561] ppid=16550 vsize=9963000 CPUtime=0.25 cores=4-7,12-15
/proc/16553/task/16561/stat : 16561 (java) S 16550 16553 15681 0 -1 4202560 159 0 0 0 18 7 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141770365480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16562] ppid=16550 vsize=9963000 CPUtime=0.25 cores=4-7,12-15
/proc/16553/task/16562/stat : 16562 (java) S 16550 16553 15681 0 -1 4202560 181 0 0 0 17 8 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141769312424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16553/tid=16563] ppid=16550 vsize=9963000 CPUtime=0.2 cores=4-7,12-15
/proc/16553/task/16563/stat : 16563 (java) S 16550 16553 15681 0 -1 4202560 104 0 0 0 13 7 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141768259880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16553/tid=16564] ppid=16550 vsize=9963000 CPUtime=0.21 cores=4-7,12-15
/proc/16553/task/16564/stat : 16564 (java) S 16550 16553 15681 0 -1 4202560 169 0 0 0 15 6 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141767207848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16565] ppid=16550 vsize=9963000 CPUtime=0.22 cores=4-7,12-15
/proc/16553/task/16565/stat : 16565 (java) S 16550 16553 15681 0 -1 4202560 73 0 0 0 16 6 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141766155304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16553/tid=16566] ppid=16550 vsize=9963000 CPUtime=0.31 cores=4-7,12-15
/proc/16553/task/16566/stat : 16566 (java) S 16550 16553 15681 0 -1 4202560 121 0 0 0 22 9 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141765102248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16553/tid=16567] ppid=16550 vsize=9963000 CPUtime=0.21 cores=4-7,12-15
/proc/16553/task/16567/stat : 16567 (java) S 16550 16553 15681 0 -1 4202560 138 0 0 0 15 6 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141764049704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16553/tid=16568] ppid=16550 vsize=9963000 CPUtime=0.34 cores=4-7,12-15
/proc/16553/task/16568/stat : 16568 (java) S 16550 16553 15681 0 -1 4202560 292 0 0 0 23 11 0 0 20 0 24 0 5006215 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140141645523368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16569] ppid=16550 vsize=9963000 CPUtime=0.02 cores=4-7,12-15
/proc/16553/task/16569/stat : 16569 (java) S 16550 16553 15681 0 -1 4202560 83 0 0 0 0 2 0 0 20 0 24 0 5006217 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140755278312 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16570] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16570/stat : 16570 (java) S 16550 16553 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140754224120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16571] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16571/stat : 16571 (java) S 16550 16553 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 5006217 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140753171464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16572] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16572/stat : 16572 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140752120720 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16573] ppid=16550 vsize=9963000 CPUtime=0.2 cores=4-7,12-15
/proc/16553/task/16573/stat : 16573 (java) S 16550 16553 15681 0 -1 4202560 1429 0 0 0 20 0 0 0 20 0 24 0 5006220 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140751068088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16553/tid=16574] ppid=16550 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/16553/task/16574/stat : 16574 (java) S 16550 16553 15681 0 -1 4202560 3497 0 0 0 29 0 0 0 20 0 24 0 5006220 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140750015032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16575] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16575/stat : 16575 (java) S 16550 16553 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 5006220 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140748962680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16553/tid=16576] ppid=16550 vsize=9963000 CPUtime=0.79 cores=4-7,12-15
/proc/16553/task/16576/stat : 16576 (java) S 16550 16553 15681 0 -1 4202560 104 0 0 0 31 48 0 0 20 0 24 0 5006220 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140747909832 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16553/tid=16577] ppid=16550 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16553/task/16577/stat : 16577 (java) S 16550 16553 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 5006232 10202112000 105454 33554432000 1073741824 1073778376 140736517806048 140140746855592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9963000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16553 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16553 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=468503
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=972700
# CPU time returned by wait4() is 1794.44
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.64
CPU time (s): 1800.02
CPU user time (s): 1798.32
CPU system time (s): 1.7
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.47
system time used= 1.9727
maximum resident set size= 421984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11463
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38384
involuntary context switches= 4616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7119 second user time and 19.575 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 00:48:54
IDJOB=4117838
IDBENCH=111619
IDSOLVER=2546
FILE ID=node132/4117838-1467240535
RUNJOBID= node132-1467233254-15698
PBS_JOBID= 19997601
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_004.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117838-1467240535/watcher-4117838-1467240535 -o /tmp/evaluation-result-4117838-1467240535/solver-4117838-1467240535 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117838-1467240535.opb

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

MD5SUM BENCH= 7bbc859654aad41be6f1798572f8a912
RANDOM SEED=7609934

node132.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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.02
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.55
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27856360 kB
Buffers:          123132 kB
Cached:          3859084 kB
SwapCached:            0 kB
Active:           365380 kB
Inactive:        3872040 kB
Active(anon):     257624 kB
Inactive(anon):        0 kB
Active(file):     107756 kB
Inactive(file):  3872040 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               540 kB
Writeback:             0 kB
AnonPages:        265132 kB
Mapped:            22156 kB
Shmem:               216 kB
Slab:             633008 kB
SReclaimable:      73028 kB
SUnreclaim:       559980 kB
KernelStack:        2680 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     838992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71536 MiB
End job on node132 at 2016-06-30 01:18:50