Trace number 3689485

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.53 1791.56

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
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 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689485-1337890868.opb
0.08/0.11	c reading problem ... 
1.11/0.69	c ... done. Wall clock time 0.583s.
1.11/0.69	c declared #vars     21856
1.11/0.69	c #constraints  14296
1.11/0.69	c constraints type 
1.11/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1.11/0.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1.11/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1.11/0.69	c ignored satisfied constraints => 2011
1.11/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1.11/0.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1.11/0.69	c 16307 constraints processed.
1.11/0.69	c objective function length is 16 literals
2.18/1.31	c cleaning 2483 clauses out of 4999 with flag 5000/5000
2.88/1.94	c cleaning 4217 clauses out of 8515 with flag 11000/11000
3.50/2.57	c cleaning 5603 clauses out of 11298 with flag 18001/18001
4.22/3.24	c cleaning 6803 clauses out of 13694 with flag 26000/26000
5.07/4.04	c cleaning 7887 clauses out of 15890 with flag 35001/35001
5.98/4.98	c cleaning 8972 clauses out of 18002 with flag 45000/45000
7.08/6.08	c cleaning 9966 clauses out of 20028 with flag 56000/56000
8.18/7.15	c cleaning 10993 clauses out of 22064 with flag 68003/68003
9.40/8.32	c cleaning 11992 clauses out of 24069 with flag 81001/81001
10.60/9.53	c cleaning 12955 clauses out of 26075 with flag 95000/95000
11.83/10.77	c cleaning 13916 clauses out of 28119 with flag 110001/110001
13.35/12.24	c cleaning 15048 clauses out of 30201 with flag 126000/126000
15.07/13.93	c cleaning 16003 clauses out of 32150 with flag 143000/143000
17.19/16.02	c cleaning 16977 clauses out of 34149 with flag 161003/161003
19.12/18.00	c cleaning 17977 clauses out of 36167 with flag 180000/180000
21.35/20.16	c cleaning 19010 clauses out of 38189 with flag 200001/200001
23.38/22.19	c cleaning 19915 clauses out of 40176 with flag 221000/221000
25.71/24.44	c cleaning 21068 clauses out of 42261 with flag 243001/243001
28.13/26.87	c cleaning 22016 clauses out of 44190 with flag 266000/266000
30.74/29.44	c cleaning 23011 clauses out of 46173 with flag 290000/290000
33.35/32.08	c cleaning 23945 clauses out of 48163 with flag 315001/315001
36.26/34.92	c cleaning 24851 clauses out of 50217 with flag 341001/341001
39.39/38.04	c cleaning 25843 clauses out of 52364 with flag 368000/368000
42.55/41.15	c cleaning 27076 clauses out of 54518 with flag 396000/396000
45.50/44.04	c cleaning 28122 clauses out of 56442 with flag 425000/425000
48.21/46.74	c cleaning 28970 clauses out of 58319 with flag 455000/455000
51.44/49.99	c cleaning 30031 clauses out of 60347 with flag 486000/486000
55.15/53.62	c cleaning 31084 clauses out of 62317 with flag 518002/518002
58.47/56.96	c cleaning 32078 clauses out of 64229 with flag 551000/551000
62.28/60.79	c cleaning 32981 clauses out of 66152 with flag 585002/585002
66.50/64.93	c cleaning 34030 clauses out of 68167 with flag 620001/620001
70.50/68.98	c cleaning 34874 clauses out of 70136 with flag 656003/656003
75.42/73.87	c cleaning 36005 clauses out of 72259 with flag 693002/693002
79.83/78.20	c cleaning 37024 clauses out of 74251 with flag 731000/731000
87.84/86.27	c cleaning 37994 clauses out of 76222 with flag 770000/770000
95.63/93.98	c cleaning 38808 clauses out of 78228 with flag 810000/810000
103.10/101.36	c cleaning 40116 clauses out of 80418 with flag 851000/851000
108.08/106.21	c cleaning 41044 clauses out of 82299 with flag 893000/893000
112.80/110.93	c cleaning 42045 clauses out of 84254 with flag 936000/936000
117.64/115.71	c cleaning 42898 clauses out of 86206 with flag 980000/980000
124.99/123.00	c cleaning 44024 clauses out of 88309 with flag 1025001/1025001
130.03/128.06	c cleaning 45043 clauses out of 90283 with flag 1071001/1071001
137.07/135.02	c cleaning 45929 clauses out of 92240 with flag 1118001/1118001
143.59/141.52	c cleaning 47015 clauses out of 94313 with flag 1166003/1166003
149.61/147.54	c cleaning 47931 clauses out of 96294 with flag 1215001/1215001
156.63/154.56	c cleaning 49029 clauses out of 98362 with flag 1265000/1265000
162.82/160.65	c cleaning 50081 clauses out of 100331 with flag 1316000/1316000
169.75/167.51	c cleaning 50833 clauses out of 102248 with flag 1368000/1368000
176.28/174.05	c cleaning 51997 clauses out of 104414 with flag 1421000/1421000
182.82/180.51	c cleaning 53023 clauses out of 106417 with flag 1475000/1475000
189.34/187.03	c cleaning 54110 clauses out of 108389 with flag 1530000/1530000
197.29/194.98	c cleaning 55002 clauses out of 110276 with flag 1586001/1586001
203.74/201.32	c cleaning 55970 clauses out of 112273 with flag 1643001/1643001
209.87/207.50	c cleaning 57069 clauses out of 114304 with flag 1701002/1701002
216.48/214.08	c cleaning 58030 clauses out of 116232 with flag 1760000/1760000
223.21/220.71	c cleaning 59029 clauses out of 118205 with flag 1820003/1820003
231.35/228.82	c cleaning 59982 clauses out of 120175 with flag 1881002/1881002
238.67/236.16	c cleaning 60936 clauses out of 122189 with flag 1943000/1943000
245.81/243.26	c cleaning 62063 clauses out of 124254 with flag 2006001/2006001
254.64/252.08	c cleaning 62824 clauses out of 126192 with flag 2070003/2070003
262.09/259.43	c cleaning 64101 clauses out of 128366 with flag 2135001/2135001
269.72/267.05	c cleaning 64960 clauses out of 130264 with flag 2201001/2201001
280.37/277.62	c cleaning 66059 clauses out of 132303 with flag 2268000/2268000
289.42/286.68	c cleaning 67092 clauses out of 134244 with flag 2336000/2336000
298.27/295.42	c cleaning 68036 clauses out of 136156 with flag 2405004/2405004
306.90/304.06	c cleaning 68926 clauses out of 138114 with flag 2475000/2475000
318.03/315.14	c cleaning 70045 clauses out of 140187 with flag 2546000/2546000
327.40/324.41	c cleaning 70896 clauses out of 142144 with flag 2618003/2618003
338.12/335.19	c cleaning 72000 clauses out of 144245 with flag 2691001/2691001
348.07/345.04	c cleaning 72982 clauses out of 146243 with flag 2765000/2765000
358.75/355.64	c cleaning 74026 clauses out of 148261 with flag 2840001/2840001
368.34/365.14	c cleaning 74991 clauses out of 150232 with flag 2916000/2916000
377.99/374.75	c cleaning 75968 clauses out of 152241 with flag 2993001/2993001
389.64/386.37	c cleaning 77003 clauses out of 154272 with flag 3071000/3071000
399.40/396.02	c cleaning 78127 clauses out of 156269 with flag 3150000/3150000
410.63/407.22	c cleaning 78935 clauses out of 158138 with flag 3230000/3230000
421.36/417.93	c cleaning 79920 clauses out of 160201 with flag 3311000/3311000
433.39/429.91	c cleaning 80865 clauses out of 162280 with flag 3393000/3393000
446.43/442.93	c cleaning 82160 clauses out of 164412 with flag 3476000/3476000
462.37/458.80	c cleaning 82910 clauses out of 166256 with flag 3560004/3560004
473.86/470.23	c cleaning 83845 clauses out of 168343 with flag 3645001/3645001
485.33/481.70	c cleaning 85163 clauses out of 170498 with flag 3731001/3731001
497.82/494.02	c cleaning 86029 clauses out of 172334 with flag 3818000/3818000
509.59/505.78	c cleaning 87076 clauses out of 174305 with flag 3906000/3906000
521.43/517.56	c cleaning 88054 clauses out of 176226 with flag 3995001/3995001
539.06/535.14	c cleaning 89030 clauses out of 178172 with flag 4085001/4085001
554.78/550.72	c cleaning 90011 clauses out of 180142 with flag 4176001/4176001
569.07/564.91	c cleaning 90833 clauses out of 182128 with flag 4268000/4268000
582.01/577.85	c cleaning 92036 clauses out of 184294 with flag 4361000/4361000
601.05/596.85	c cleaning 93011 clauses out of 186259 with flag 4455001/4455001
617.23/612.98	c cleaning 94039 clauses out of 188247 with flag 4550000/4550000
633.85/629.58	c cleaning 94989 clauses out of 190209 with flag 4646001/4646001
647.45/643.01	c cleaning 96015 clauses out of 192221 with flag 4743002/4743002
662.61/658.19	c cleaning 97047 clauses out of 194205 with flag 4841001/4841001
676.17/671.62	c cleaning 97773 clauses out of 196156 with flag 4940000/4940000
689.70/685.12	c cleaning 98930 clauses out of 198384 with flag 5040001/5040001
704.30/699.61	c cleaning 99881 clauses out of 200453 with flag 5141000/5141000
720.55/715.84	c cleaning 101137 clauses out of 202571 with flag 5243000/5243000
749.14/744.37	c cleaning 102065 clauses out of 204433 with flag 5346000/5346000
765.74/760.89	c cleaning 103027 clauses out of 206367 with flag 5450000/5450000
788.61/783.64	c cleaning 104028 clauses out of 208341 with flag 5555002/5555002
807.91/802.83	c cleaning 105065 clauses out of 210310 with flag 5661000/5661000
823.50/818.36	c cleaning 105948 clauses out of 212245 with flag 5768001/5768001
843.43/838.26	c cleaning 106843 clauses out of 214295 with flag 5876000/5876000
864.42/859.12	c cleaning 108041 clauses out of 216452 with flag 5985000/5985000
885.39/880.06	c cleaning 109095 clauses out of 218411 with flag 6095000/6095000
917.18/911.77	c cleaning 110046 clauses out of 220315 with flag 6206000/6206000
934.56/928.94	c cleaning 110783 clauses out of 222273 with flag 6318004/6318004
951.53/945.86	c cleaning 112124 clauses out of 224486 with flag 6431000/6431000
969.40/963.68	c cleaning 113035 clauses out of 226361 with flag 6545000/6545000
989.02/983.26	c cleaning 114049 clauses out of 228326 with flag 6660000/6660000
1006.60/1000.78	c cleaning 114969 clauses out of 230276 with flag 6776001/6776001
1036.95/1031.03	c cleaning 115992 clauses out of 232307 with flag 6893001/6893001
1056.18/1050.10	c cleaning 116849 clauses out of 234313 with flag 7011000/7011000
1082.95/1076.88	c cleaning 117943 clauses out of 236464 with flag 7130000/7130000
1112.65/1106.48	c cleaning 118968 clauses out of 238522 with flag 7250001/7250001
1140.07/1133.72	c cleaning 119996 clauses out of 240555 with flag 7371002/7371002
1162.33/1155.91	c cleaning 121164 clauses out of 242558 with flag 7493002/7493002
1180.83/1174.32	c cleaning 122061 clauses out of 244391 with flag 7616000/7616000
1206.37/1199.84	c cleaning 123112 clauses out of 246329 with flag 7740000/7740000
1227.48/1220.88	c cleaning 123895 clauses out of 248216 with flag 7865001/7865001
1249.46/1242.70	c cleaning 125006 clauses out of 250319 with flag 7991000/7991000
1269.64/1262.83	c cleaning 125921 clauses out of 252315 with flag 8118002/8118002
1292.32/1285.49	c cleaning 127133 clauses out of 254392 with flag 8246000/8246000
1311.80/1304.83	c cleaning 127957 clauses out of 256260 with flag 8375001/8375001
1336.07/1329.04	c cleaning 128636 clauses out of 258304 with flag 8505003/8505003
1364.38/1357.22	c cleaning 129853 clauses out of 260665 with flag 8636000/8636000
1387.98/1380.79	c cleaning 131184 clauses out of 262815 with flag 8768003/8768003
1417.87/1410.58	c cleaning 132278 clauses out of 264630 with flag 8901002/8901002
1441.08/1433.68	c cleaning 133108 clauses out of 266352 with flag 9035002/9035002
1466.54/1459.05	c cleaning 133861 clauses out of 268242 with flag 9170000/9170000
1496.04/1488.42	c cleaning 135146 clauses out of 270381 with flag 9306000/9306000
1517.04/1509.37	c cleaning 136034 clauses out of 272235 with flag 9443001/9443001
1542.18/1534.45	c cleaning 136821 clauses out of 274200 with flag 9581000/9581000
1574.98/1567.14	c cleaning 137850 clauses out of 276379 with flag 9720000/9720000
1601.09/1593.15	c cleaning 139006 clauses out of 278530 with flag 9860001/9860001
1633.45/1625.43	c cleaning 139968 clauses out of 280523 with flag 10001000/10001000
1662.21/1654.19	c cleaning 141169 clauses out of 282558 with flag 10143003/10143003
1685.89/1677.75	c cleaning 142054 clauses out of 284386 with flag 10286002/10286002
1724.45/1716.20	c cleaning 143119 clauses out of 286330 with flag 10430000/10430000
1750.22/1741.96	c cleaning 143979 clauses out of 288212 with flag 10575002/10575002
1788.31/1779.93	c cleaning 144718 clauses out of 290232 with flag 10721001/10721001
1800.03/1791.51	c starts		: 296
1800.03/1791.51	c conflicts		: 10769695
1800.03/1791.51	c decisions		: 30250890
1800.03/1791.51	c propagations		: 2504371407
1800.03/1791.51	c inspects		: 18590875976
1800.03/1791.51	c shortcuts		: 0
1800.03/1791.51	c learnt literals	: 136
1800.03/1791.51	c learnt binary clauses	: 4337
1800.03/1791.51	c learnt ternary clauses	: 40098
1800.03/1791.51	c learnt constraints	: 10769559
1800.03/1791.51	c ignored constraints	: 0
1800.03/1791.51	c root simplifications	: 0
1800.03/1791.51	c removed literals (reason simplification)	: 0
1800.03/1791.51	c reason swapping (by a shorter reason)	: 0
1800.03/1791.51	c Calls to reduceDB	: 142
1800.03/1791.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.51	c number of learned constraints concerned by reduction	: 0
1800.03/1791.51	c number of learning phase by resolution	: 0
1800.03/1791.51	c number of learning phase by cutting planes	: 0
1800.03/1791.51	c speed (assignments/second)	: 1398471.4210248874
1800.03/1791.51	c non guided choices	222872
1800.03/1791.55	c learnt constraints type 
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4337
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 189937
1800.03/1791.55	c constraints type 
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1800.03/1791.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1800.03/1791.55	c ignored satisfied constraints => 2011
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1800.03/1791.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1800.03/1791.55	c 16307 constraints processed.
1800.03/1791.55	s UNKNOWN
1800.03/1791.55	c Total wall clock time (in seconds): 1791.441

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689485-1337890868/watcher-3689485-1337890868 -o /tmp/evaluation-result-3689485-1337890868/solver-3689485-1337890868 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689485-1337890868.opb 

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.00 1.98 2.36 3/194 27876
/proc/meminfo: memFree=28413888/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/27876/stat : 27876 (java) R 27874 27876 21497 0 -1 4202496 189 0 0 0 0 0 0 0 20 0 1 0 255212828 9379840 126 33554432000 1073741824 1073778376 140733664454208 140733664451336 266435265648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27876/statm: 2372 131 100 9 0 120 0

[startup+0.0982669 s]
/proc/loadavg: 2.00 1.98 2.36 3/194 27876
/proc/meminfo: memFree=28413888/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 4287 0 1 0 8 0 0 0 20 0 18 0 255212828 9787813888 5477 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2389603 5477 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.10018 s]
/proc/loadavg: 2.00 1.98 2.36 3/194 27876
/proc/meminfo: memFree=28413888/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 4301 0 1 0 8 0 0 0 20 0 18 0 255212828 9787813888 5491 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2389603 5491 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.304558 s]
/proc/loadavg: 2.00 1.98 2.36 3/194 27876
/proc/meminfo: memFree=28413888/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 5949 0 1 0 44 2 0 0 20 0 18 0 255212828 9787813888 39259 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2389603 39259 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700185 s]
/proc/loadavg: 2.00 1.98 2.36 3/194 27876
/proc/meminfo: memFree=28413888/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9558412 CPUtime=1.22 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 7547 0 1 0 115 7 0 0 20 0 18 0 255212828 9787813888 76198 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2389603 76198 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50065 s]
/proc/loadavg: 2.00 1.98 2.36 3/213 27895
/proc/meminfo: memFree=28116884/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=2.45 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 9135 0 1 0 237 8 0 0 20 0 19 0 255212828 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 80405 2277 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2576 0 1 0 135 4 0 0 20 0 19 0 255212830 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140018027233552 140017897483736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 205 0 0 0 1 0 0 0 20 0 19 0 255212832 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2050 0 0 0 40 0 0 0 20 0 19 0 255212835 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 2858 0 0 0 43 0 0 0 20 0 19 0 255212835 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 80405 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.00 1.98 2.36 3/213 27895
/proc/meminfo: memFree=28099516/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=4.11 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 9144 0 1 0 403 8 0 0 20 0 19 0 255212828 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 80412 2277 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=2.93 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2577 0 1 0 289 4 0 0 20 0 19 0 255212830 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140018027233552 140017897423868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 205 0 0 0 5 0 0 0 20 0 19 0 255212832 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2050 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 2859 0 0 0 45 0 0 0 20 0 19 0 255212835 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 80412 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.00 1.98 2.36 3/213 27895
/proc/meminfo: memFree=28097556/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=7.38 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 9396 0 1 0 730 8 0 0 20 0 19 0 255212828 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 80739 2277 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=6.01 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2581 0 1 0 597 4 0 0 20 0 19 0 255212830 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140018027233672 140017897451196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 255212831 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 206 0 0 0 16 0 0 0 20 0 19 0 255212832 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2051 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 3093 0 0 0 50 0 0 0 20 0 19 0 255212835 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 80739 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=1.27 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 684 0 0 0 119 8 0 0 20 0 19 0 255212831 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 810 0 0 0 114 8 0 0 20 0 19 0 255212831 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 624 0 0 0 106 5 0 0 20 0 19 0 255212831 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=9.02 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 588 0 0 0 899 3 0 0 20 0 19 0 255212832 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2051 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 3365 0 0 0 53 0 0 0 20 0 19 0 255212835 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 99 0 0 0 18 26 0 0 20 0 19 0 255212835 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 173238 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1730.62
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/214 28027
/proc/meminfo: memFree=27930280/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=1790.83 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 15995 0 1 0 178998 85 0 0 20 0 19 0 255212828 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 178676 2278 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=1770.11 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2727 0 1 0 176978 33 0 0 20 0 19 0 255212830 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018027233552 140017897212807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 884 0 0 0 123 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 573 0 0 0 124 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 937 0 0 0 127 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 641 0 0 0 113 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 784 0 0 0 132 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 684 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 810 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 624 0 0 0 109 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=9.22 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 627 0 0 0 919 3 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2051 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 3365 0 0 0 53 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1790.83
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 1.99 1.99 2.02 3/214 28027
/proc/meminfo: memFree=27930160/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 15995 0 1 0 179918 85 0 0 20 0 19 0 255212828 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 178676 2278 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=1779.31 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2727 0 1 0 177897 34 0 0 20 0 19 0 255212830 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018027233552 140017897483376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 884 0 0 0 123 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 573 0 0 0 124 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 937 0 0 0 127 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 641 0 0 0 113 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 784 0 0 0 132 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 684 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 810 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 624 0 0 0 109 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=9.22 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 627 0 0 0 919 3 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2051 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 3365 0 0 0 53 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

[startup+1791.5 s]
/proc/loadavg: 1.99 1.99 2.02 3/214 28027
/proc/meminfo: memFree=27930160/32873648 swapFree=6852/6852
[pid=27876] ppid=27874 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/27876/stat : 27876 (java) S 27874 27876 21497 0 -1 4202496 15995 0 1 0 179918 85 0 0 20 0 19 0 255212828 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140735219055904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27876/statm: 2406244 178676 2278 9 0 2396937 0
[pid=27876/tid=27878] ppid=27874 vsize=9624976 CPUtime=1779.31 cores=1,3,5,7
/proc/27876/task/27878/stat : 27878 (java) R 27874 27876 21497 0 -1 4202560 2727 0 1 0 177897 34 0 0 20 0 19 0 255212830 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018027233552 140017897483376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27879] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27879/stat : 27879 (java) S 27874 27876 21497 0 -1 4202560 884 0 0 0 123 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140018016295464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27880] ppid=27874 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/27876/task/27880/stat : 27880 (java) S 27874 27876 21497 0 -1 4202560 573 0 0 0 124 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017869207976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27881] ppid=27874 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/27876/task/27881/stat : 27881 (java) S 27874 27876 21497 0 -1 4202560 937 0 0 0 127 7 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017868155176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27882] ppid=27874 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/27876/task/27882/stat : 27882 (java) S 27874 27876 21497 0 -1 4202560 641 0 0 0 113 6 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017867102376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27883] ppid=27874 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/27876/task/27883/stat : 27883 (java) S 27874 27876 21497 0 -1 4202560 784 0 0 0 132 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017866050600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27884] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27884/stat : 27884 (java) S 27874 27876 21497 0 -1 4202560 684 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017864997800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27885] ppid=27874 vsize=9624976 CPUtime=1.29 cores=1,3,5,7
/proc/27876/task/27885/stat : 27885 (java) S 27874 27876 21497 0 -1 4202560 810 0 0 0 121 8 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017863945000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27886] ppid=27874 vsize=9624976 CPUtime=1.14 cores=1,3,5,7
/proc/27876/task/27886/stat : 27886 (java) S 27874 27876 21497 0 -1 4202560 624 0 0 0 109 5 0 0 20 0 19 0 255212831 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017862892200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27887] ppid=27874 vsize=9624976 CPUtime=9.22 cores=1,3,5,7
/proc/27876/task/27887/stat : 27887 (java) S 27874 27876 21497 0 -1 4202560 627 0 0 0 919 3 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017850694120 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27888] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27888/stat : 27888 (java) S 27874 27876 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017849640184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27889] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27889/stat : 27889 (java) S 27874 27876 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255212832 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017848587272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27890] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27890/stat : 27890 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017847535760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27891] ppid=27874 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/27876/task/27891/stat : 27891 (java) S 27874 27876 21497 0 -1 4202560 2051 0 0 0 42 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017846483896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27876/tid=27892] ppid=27874 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/27876/task/27892/stat : 27892 (java) S 27874 27876 21497 0 -1 4202560 3365 0 0 0 53 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017845431096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27876/tid=27893] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27893/stat : 27893 (java) S 27874 27876 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017844378488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27876/tid=27894] ppid=27874 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27876/task/27894/stat : 27894 (java) S 27874 27876 21497 0 -1 4202560 103 0 0 0 19 27 0 0 20 0 19 0 255212835 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017843325896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27876/tid=27895] ppid=27874 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27876/task/27895/stat : 27895 (java) S 27874 27876 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255212901 9855975424 178676 33554432000 1073741824 1073778376 140735219064768 140017842271400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1791.56
CPU time (s): 1800.53
CPU user time (s): 1799.23
CPU system time (s): 1.2998
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.2998
maximum resident set size= 714828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16028
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42031
involuntary context switches= 30523

runsolver used 6.53101 second user time and 14.5028 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 22:21:08
IDJOB=3689485
IDBENCH=89848
IDSOLVER=2269
FILE ID=node116/3689485-1337890868
RUNJOBID= node116-1337890177-27765
PBS_JOBID= 14620088
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689485-1337890868/watcher-3689485-1337890868 -o /tmp/evaluation-result-3689485-1337890868/solver-3689485-1337890868 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689485-1337890868.opb

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1342624963

node116.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.556
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.11
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.556
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	: 5331.91
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.556
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	: 5438.54
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.556
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	: 5331.91
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.556
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	: 5331.92
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.556
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	: 5331.92
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.556
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	: 5331.90
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.556
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28414268 kB
Buffers:          222344 kB
Cached:          2989184 kB
SwapCached:            0 kB
Active:           982584 kB
Inactive:        2715604 kB
Active(anon):     489148 kB
Inactive(anon):        0 kB
Active(file):     493436 kB
Inactive(file):  2715604 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1336 kB
Writeback:             0 kB
AnonPages:        493384 kB
Mapped:            21664 kB
Shmem:               200 kB
Slab:             624452 kB
SReclaimable:      68960 kB
SUnreclaim:       555492 kB
KernelStack:        1592 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1117068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node116 at 2012-05-24 22:51:01