Trace number 3453767

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 Res//CP 2.3.0OPT3 280.694 147.331

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
MD5SUM39b4faf02952fa93fd33b15cbf6e7d18
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.139978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453767-1307194196.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.075s.
0.10/0.18	c #vars     432
0.10/0.18	c #constraints  661
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
3.01/0.99	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.59/1.60	c cleaning 4247 clauses out of 8502 with flag 11002/11002
6.41/2.49	c cleaning 5627 clauses out of 11253 with flag 18000/18000
8.81/3.61	c cleaning 6814 clauses out of 13627 with flag 26001/26001
10.86/4.63	c cleaning 7906 clauses out of 15812 with flag 35000/35000
13.43/6.00	c cleaning 8950 clauses out of 17907 with flag 45001/45001
15.80/7.14	c cleaning 9476 clauses out of 18956 with flag 55000/55000
16.99/7.74	c  And the winner is Resolution
17.05/8.22	c SATISFIABLE
17.05/8.22	c OPTIMIZING...
17.05/8.22	c Got one! Elapsed wall clock time (in seconds):8.11
17.05/8.22	o 3
17.61/8.55	c cleaning 10500 clauses out of 21019 with flag 5000/66539
18.36/8.97	c cleaning 8254 clauses out of 16519 with flag 11000/72539
19.31/9.46	c cleaning 7628 clauses out of 15265 with flag 18000/79539
20.90/10.24	c cleaning 7818 clauses out of 15640 with flag 26003/87542
22.29/10.93	c cleaning 8406 clauses out of 16819 with flag 35000/96539
24.43/12.03	c cleaning 9202 clauses out of 18413 with flag 45000/106539
26.59/13.12	c cleaning 9601 clauses out of 19213 with flag 55002/116541
28.31/14.06	c cleaning 9795 clauses out of 19610 with flag 65000/126539
30.07/14.96	c cleaning 9899 clauses out of 19816 with flag 75001/136540
31.60/15.75	c cleaning 9951 clauses out of 19917 with flag 85001/146540
33.55/16.74	c cleaning 9973 clauses out of 19966 with flag 95001/156540
35.50/17.74	c cleaning 9982 clauses out of 19992 with flag 105000/166539
37.04/18.53	c cleaning 9999 clauses out of 20011 with flag 115001/176540
38.77/19.43	c cleaning 9991 clauses out of 20012 with flag 125001/186540
40.71/20.40	c cleaning 9997 clauses out of 20021 with flag 135001/196540
42.45/21.34	c cleaning 10003 clauses out of 20024 with flag 145001/206540
44.00/22.19	c cleaning 10002 clauses out of 20021 with flag 155001/216540
46.72/23.55	c cleaning 10003 clauses out of 20018 with flag 165000/226539
48.27/24.36	c cleaning 9995 clauses out of 20016 with flag 175001/236540
49.81/25.15	c cleaning 9996 clauses out of 20020 with flag 185000/246539
51.15/25.88	c cleaning 10001 clauses out of 20024 with flag 195000/256539
52.87/26.77	c cleaning 10009 clauses out of 20025 with flag 205002/266541
54.60/27.63	c cleaning 10005 clauses out of 20014 with flag 215000/276539
56.58/28.66	c cleaning 10003 clauses out of 20009 with flag 225000/286539
58.51/29.68	c cleaning 9992 clauses out of 20006 with flag 235000/296539
60.19/30.59	c cleaning 9994 clauses out of 20014 with flag 245000/306539
62.33/31.61	c cleaning 10001 clauses out of 20021 with flag 255001/316540
63.65/32.37	c cleaning 9997 clauses out of 20020 with flag 265001/326540
65.18/33.12	c cleaning 9994 clauses out of 20022 with flag 275000/336539
65.88/33.55	c cleaning 0 clauses out of 5383 with flag 0/5384
67.09/34.04	c cleaning 9997 clauses out of 20028 with flag 285000/346539
69.11/35.06	c cleaning 10011 clauses out of 20031 with flag 295000/356539
71.25/36.14	c cleaning 10003 clauses out of 20021 with flag 305001/366540
73.34/37.30	c cleaning 10004 clauses out of 20019 with flag 315002/376541
75.91/38.56	c cleaning 10001 clauses out of 20015 with flag 325002/386541
77.60/39.50	c cleaning 10000 clauses out of 20013 with flag 335001/396540
79.53/40.43	c cleaning 10000 clauses out of 20013 with flag 345001/406540
81.43/41.49	c cleaning 9997 clauses out of 20013 with flag 355001/416540
83.36/42.47	c cleaning 10000 clauses out of 20015 with flag 365000/426539
85.09/43.32	c cleaning 10000 clauses out of 20017 with flag 375002/436541
87.21/44.45	c cleaning 10003 clauses out of 20017 with flag 385002/446541
89.10/45.40	c cleaning 10002 clauses out of 20016 with flag 395004/456543
91.42/46.63	c cleaning 9996 clauses out of 20010 with flag 405000/466539
93.75/47.82	c cleaning 9997 clauses out of 20015 with flag 415001/476540
95.27/48.65	c cleaning 10002 clauses out of 20017 with flag 425000/486539
96.78/49.50	c cleaning 9999 clauses out of 20015 with flag 435000/496539
98.27/50.25	c cleaning 9997 clauses out of 20016 with flag 445000/506539
99.79/51.01	c cleaning 9999 clauses out of 20020 with flag 455001/516540
101.32/51.80	c cleaning 10002 clauses out of 20021 with flag 465001/526540
103.40/52.97	c cleaning 10006 clauses out of 20020 with flag 475002/536541
105.52/54.04	c cleaning 9999 clauses out of 20014 with flag 485002/546541
107.84/55.29	c cleaning 9998 clauses out of 20015 with flag 495002/556541
110.35/56.53	c cleaning 10000 clauses out of 20015 with flag 505000/566539
112.25/57.55	c cleaning 10001 clauses out of 20017 with flag 515003/576542
113.80/58.38	c cleaning 9998 clauses out of 20013 with flag 525000/586539
115.91/59.45	c cleaning 9997 clauses out of 20015 with flag 535000/596539
117.82/60.47	c cleaning 10000 clauses out of 20019 with flag 545001/606540
119.66/61.46	c cleaning 10001 clauses out of 20019 with flag 555001/616540
121.58/62.45	c cleaning 10000 clauses out of 20017 with flag 565000/626539
123.49/63.49	c cleaning 9998 clauses out of 20017 with flag 575000/636539
125.60/64.57	c cleaning 10006 clauses out of 20019 with flag 585000/646539
127.88/65.79	c cleaning 9998 clauses out of 20014 with flag 595001/656540
129.59/66.61	c cleaning 10004 clauses out of 20016 with flag 605001/666540
131.50/67.66	c cleaning 10003 clauses out of 20012 with flag 615001/676540
133.41/68.63	c cleaning 9997 clauses out of 20008 with flag 625000/686539
135.47/69.76	c cleaning 10003 clauses out of 20012 with flag 635001/696540
137.58/70.81	c cleaning 10001 clauses out of 20008 with flag 645000/706539
139.29/71.75	c cleaning 9999 clauses out of 20007 with flag 655000/716539
141.40/72.85	c cleaning 10000 clauses out of 20008 with flag 665000/726539
143.10/73.78	c cleaning 9995 clauses out of 20009 with flag 675001/736540
145.21/74.87	c cleaning 9999 clauses out of 20013 with flag 685000/746539
147.11/75.90	c cleaning 9998 clauses out of 20014 with flag 695000/756539
149.23/76.97	c cleaning 10001 clauses out of 20017 with flag 705001/766540
151.29/78.05	c cleaning 10001 clauses out of 20016 with flag 715001/776540
153.17/79.07	c cleaning 10003 clauses out of 20015 with flag 725001/786540
155.07/80.06	c cleaning 10002 clauses out of 20011 with flag 735000/796539
157.17/81.16	c cleaning 10000 clauses out of 20010 with flag 745001/806540
159.03/82.15	c cleaning 9999 clauses out of 20009 with flag 755000/816539
160.94/83.19	c cleaning 9998 clauses out of 20011 with flag 765001/826540
163.24/84.31	c cleaning 10003 clauses out of 20013 with flag 775001/836540
165.54/85.52	c cleaning 9999 clauses out of 20010 with flag 785001/846540
167.60/86.60	c cleaning 9998 clauses out of 20010 with flag 795000/856539
169.50/87.63	c cleaning 10001 clauses out of 20013 with flag 805001/866540
171.40/88.67	c cleaning 10003 clauses out of 20012 with flag 815001/876540
173.50/89.79	c cleaning 9996 clauses out of 20008 with flag 825000/886539
175.57/90.87	c cleaning 9999 clauses out of 20012 with flag 835000/896539
177.27/91.79	c cleaning 10001 clauses out of 20013 with flag 845000/906539
179.77/93.03	c cleaning 9999 clauses out of 20013 with flag 855001/916540
181.68/94.01	c cleaning 9997 clauses out of 20013 with flag 865000/926539
183.33/94.99	c cleaning 10007 clauses out of 20017 with flag 875001/936540
185.43/96.03	c cleaning 10003 clauses out of 20010 with flag 885001/946540
186.97/96.87	c cleaning 9999 clauses out of 20006 with flag 895000/956539
188.63/97.80	c cleaning 9999 clauses out of 20007 with flag 905000/966539
190.48/98.70	c cleaning 9996 clauses out of 20008 with flag 915000/976539
192.58/99.87	c cleaning 10000 clauses out of 20013 with flag 925001/986540
194.48/100.84	c cleaning 10000 clauses out of 20013 with flag 935001/996540
196.57/101.92	c cleaning 10001 clauses out of 20012 with flag 945000/1006539
198.61/103.00	c cleaning 9998 clauses out of 20011 with flag 955000/1016539
200.70/104.17	c cleaning 10004 clauses out of 20013 with flag 965000/1026539
203.20/105.44	c cleaning 10000 clauses out of 20009 with flag 975000/1036539
205.29/106.55	c cleaning 9998 clauses out of 20009 with flag 985000/1046539
207.56/107.79	c cleaning 10000 clauses out of 20012 with flag 995001/1056540
209.65/108.87	c cleaning 10000 clauses out of 20011 with flag 1005000/1066539
211.73/109.95	c cleaning 10003 clauses out of 20011 with flag 1015000/1076539
213.83/111.06	c cleaning 10000 clauses out of 20008 with flag 1025000/1086539
215.86/112.16	c cleaning 9999 clauses out of 20008 with flag 1035001/1096540
217.71/113.19	c cleaning 9999 clauses out of 20008 with flag 1045000/1106539
219.80/114.30	c cleaning 9998 clauses out of 20010 with flag 1055001/1116540
221.89/115.37	c cleaning 10001 clauses out of 20011 with flag 1065000/1126539
223.72/116.38	c cleaning 9998 clauses out of 20011 with flag 1075001/1136540
225.80/117.43	c cleaning 10002 clauses out of 20012 with flag 1085000/1146539
227.69/118.42	c cleaning 9997 clauses out of 20010 with flag 1095000/1156539
229.77/119.56	c cleaning 10004 clauses out of 20015 with flag 1105002/1166541
231.79/120.67	c cleaning 9999 clauses out of 20009 with flag 1115000/1176539
233.67/121.69	c cleaning 9999 clauses out of 20011 with flag 1125001/1186540
235.55/122.64	c cleaning 10002 clauses out of 20013 with flag 1135002/1196541
237.64/123.75	c cleaning 9999 clauses out of 20009 with flag 1145000/1206539
239.86/124.95	c cleaning 10003 clauses out of 20011 with flag 1155001/1216540
241.95/126.05	c cleaning 9999 clauses out of 20007 with flag 1165000/1226539
244.03/127.16	c cleaning 10001 clauses out of 20009 with flag 1175001/1236540
245.70/128.06	c cleaning 9998 clauses out of 20007 with flag 1185000/1246539
247.73/129.17	c cleaning 10000 clauses out of 20009 with flag 1195000/1256539
249.81/130.23	c cleaning 10001 clauses out of 20010 with flag 1205001/1266540
252.08/131.46	c cleaning 9999 clauses out of 20008 with flag 1215000/1276539
254.16/132.58	c cleaning 10001 clauses out of 20010 with flag 1225001/1286540
256.58/133.84	c cleaning 10000 clauses out of 20008 with flag 1235000/1296539
258.86/135.00	c cleaning 9998 clauses out of 20009 with flag 1245001/1306540
260.94/136.18	c cleaning 10000 clauses out of 20010 with flag 1255000/1316539
263.01/137.30	c cleaning 10004 clauses out of 20012 with flag 1265002/1326541
265.46/138.57	c cleaning 10000 clauses out of 20006 with flag 1275000/1336539
267.53/139.69	c cleaning 10001 clauses out of 20008 with flag 1285002/1346541
269.60/140.78	c cleaning 10001 clauses out of 20005 with flag 1295000/1356539
271.89/141.94	c cleaning 9998 clauses out of 20003 with flag 1305000/1366539
274.07/143.18	c cleaning 9996 clauses out of 20007 with flag 1315002/1376541
276.15/144.28	c cleaning 10003 clauses out of 20009 with flag 1325001/1386540
278.42/145.40	c cleaning 10003 clauses out of 20007 with flag 1335003/1396542
279.70/146.18	c  And the winner is Resolution
280.55/147.29	c starts		: 191
280.55/147.29	c conflicts		: 1404559
280.55/147.29	c decisions		: 1435961
280.55/147.29	c propagations		: 28763850
280.55/147.29	c inspects		: 1087070990
280.55/147.29	c shortcuts		: 0
280.55/147.29	c learnt literals	: 17
280.55/147.29	c learnt binary clauses	: 84
280.55/147.29	c learnt ternary clauses	: 278
280.55/147.29	c learnt constraints	: 1404541
280.55/147.29	c ignored constraints	: 0
280.55/147.29	c root simplifications	: 0
280.55/147.29	c removed literals (reason simplification)	: 61782706
280.55/147.29	c reason swapping (by a shorter reason)	: 0
280.55/147.29	c Calls to reduceDB	: 142
280.55/147.29	c number of reductions to clauses (during analyze)	: 0
280.55/147.29	c number of learned constraints concerned by reduction	: 0
280.55/147.29	c number of learning phase by resolution	: 0
280.55/147.29	c number of learning phase by cutting planes	: 0
280.55/147.29	c speed (assignments/second)	: 206828.52643613695
280.55/147.29	c non guided choices	3276
280.55/147.29	c learnt constraints type 
280.55/147.29	c constraints type 
280.55/147.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
280.55/147.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
280.55/147.29	c constraints type 
280.55/147.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
280.55/147.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
280.55/147.29	s OPTIMUM FOUND
280.55/147.29	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 
280.55/147.29	c objective function=3
280.55/147.29	c Total wall clock time (in seconds): 147.182

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453767-1307194196/watcher-3453767-1307194196 -o /tmp/evaluation-result-3453767-1307194196/solver-3453767-1307194196 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453767-1307194196.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: 3.70 3.93 3.76 1/533 20968
/proc/meminfo: memFree=23024636/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 5925 0 1 0 0 0 0 0 19 0 2 0 909650250 10694979584 5628 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2611079 5641 917 9 0 2602235 0
[pid=20968/tid=20969] ppid=20966 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) R 20966 20968 16455 0 -1 4202560 7588 0 1 0 0 0 0 0 20 0 2 0 909650251 10694979584 8404 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.056547 s]
/proc/loadavg: 3.70 3.93 3.76 1/533 20968
/proc/meminfo: memFree=23024636/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 11530 0 1 0 3 1 0 0 19 0 13 0 909650250 10718838784 11228 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2616904 11229 1686 9 0 2607652 0
[pid=20968/tid=20969] ppid=20966 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) R 20966 20968 16455 0 -1 4202560 10388 0 1 0 3 1 0 0 25 0 13 0 909650251 10718838784 11233 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 47470512996608 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100536 s]
/proc/loadavg: 3.70 3.93 3.76 1/533 20968
/proc/meminfo: memFree=23024636/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10540040 CPUtime=0.1 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 13078 0 1 0 9 1 0 0 19 0 18 0 909650250 10793000960 12776 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2635010 12776 2092 9 0 2625744 0
[pid=20968/tid=20969] ppid=20966 vsize=10540040 CPUtime=0.08 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) R 20966 20968 16455 0 -1 4202560 11186 0 1 0 7 1 0 0 18 0 18 0 909650251 10793000960 12776 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540040

[startup+0.300435 s]
/proc/loadavg: 3.70 3.93 3.76 1/533 20968
/proc/meminfo: memFree=23024636/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10550660 CPUtime=0.61 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 17385 0 1 0 59 2 0 0 19 0 22 0 909650250 10803875840 15810 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2637665 15810 2208 9 0 2628399 0
[pid=20968/tid=20969] ppid=20966 vsize=10550660 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11869 0 1 0 16 1 0 0 19 0 22 0 909650251 10803875840 15810 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10550660

[startup+0.700361 s]
/proc/loadavg: 3.70 3.93 3.76 1/533 20968
/proc/meminfo: memFree=23024636/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10565820 CPUtime=2.2 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 36119 0 1 0 216 4 0 0 19 0 22 0 909650250 10819399680 32113 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2641455 32114 2225 9 0 2632189 0
[pid=20968/tid=20969] ppid=20966 vsize=10565820 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11869 0 1 0 16 1 0 0 15 0 22 0 909650251 10819399680 32114 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10565820

[startup+1.50121 s]
/proc/loadavg: 3.70 3.93 3.76 8/557 20993
/proc/meminfo: memFree=22579060/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=4.59 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 85479 0 1 0 449 10 0 0 19 0 22 0 909650250 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 77477 2256 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11869 0 1 0 16 1 0 0 15 0 22 0 909650251 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 294 0 0 0 1 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 353 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 186 0 0 0 1 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909650253 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20979] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20979/stat : 20979 (java) S 20966 20968 16455 0 -1 4202560 835 0 0 0 1 0 0 0 17 0 22 0 909650254 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 0 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20980] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20980/stat : 20980 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20981] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20981/stat : 20981 (java) S 20966 20968 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20982] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20982/stat : 20982 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427215281 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.82 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) R 20966 20968 16455 0 -1 4202560 5218 0 0 0 82 0 0 0 18 0 22 0 909650256 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 47470513789840 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=0.98 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) R 20966 20968 16455 0 -1 4202560 10579 0 0 0 97 1 0 0 23 0 22 0 909650256 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 47470513025239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909650256 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20987] ppid=20966 vsize=10563704 CPUtime=1.26 cores=1,3,5,7
/proc/20968/task/20987/stat : 20987 (java) R 20966 20968 16455 0 -1 4202560 674 0 0 0 126 0 0 0 25 0 22 0 909650269 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505540647 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20968/tid=20988] ppid=20966 vsize=10563704 CPUtime=1.24 cores=1,3,5,7
/proc/20968/task/20988/stat : 20988 (java) R 20966 20968 16455 0 -1 4202560 54309 0 0 0 118 6 0 0 25 0 22 0 909650269 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505574156 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20968/tid=20989] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20989/stat : 20989 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909650270 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909650270 10817232896 77477 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 10563704

[startup+3.10091 s]
/proc/loadavg: 3.70 3.93 3.76 4/557 20993
/proc/meminfo: memFree=21966692/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=7.79 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 146799 0 1 0 761 18 0 0 19 0 22 0 909650250 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 138792 2256 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11869 0 1 0 16 1 0 0 15 0 22 0 909650251 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 467 0 0 0 1 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 453 0 0 0 0 0 0 0 16 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 304 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20979] ppid=20966 vsize=10563704 CPUtime=0.06 cores=1,3,5,7
/proc/20968/task/20979/stat : 20979 (java) S 20966 20968 16455 0 -1 4202560 2550 0 0 0 6 0 0 0 16 0 22 0 909650254 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 0 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20980] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20980/stat : 20980 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20981] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20981/stat : 20981 (java) S 20966 20968 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20982] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20982/stat : 20982 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427215281 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.85 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) S 20966 20968 16455 0 -1 4202560 5220 0 0 0 85 0 0 0 15 0 22 0 909650256 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=1 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) S 20966 20968 16455 0 -1 4202560 10584 0 0 0 99 1 0 0 15 0 22 0 909650256 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909650256 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20987] ppid=20966 vsize=10563704 CPUtime=2.8 cores=1,3,5,7
/proc/20968/task/20987/stat : 20987 (java) R 20966 20968 16455 0 -1 4202560 764 0 0 0 280 0 0 0 25 0 22 0 909650269 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505546943 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20968/tid=20988] ppid=20966 vsize=10563704 CPUtime=2.79 cores=1,3,5,7
/proc/20968/task/20988/stat : 20988 (java) R 20966 20968 16455 0 -1 4202560 112539 0 0 0 265 14 0 0 25 0 22 0 909650269 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505660114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20968/tid=20989] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20989/stat : 20989 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909650270 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909650270 10817232896 138792 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 10563704

[startup+6.30136 s]
/proc/loadavg: 3.64 3.92 3.75 4/557 20993
/proc/meminfo: memFree=20535308/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=14.2 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 201940 0 1 0 1396 24 0 0 19 0 22 0 909650250 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 193721 2257 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11869 0 1 0 16 1 0 0 15 0 22 0 909650251 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.02 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 553 0 0 0 2 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 460 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 187 0 0 0 1 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 172 0 0 0 1 0 0 0 16 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 362 0 0 0 1 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 361 0 0 0 1 0 0 0 15 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0.01 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 483 0 0 0 1 0 0 0 16 0 22 0 909650253 10817232896 193721 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0

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

[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.88 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) S 20966 20968 16455 0 -1 4202560 5222 0 0 0 88 0 0 0 15 0 22 0 909650256 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=1.55 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) S 20966 20968 16455 0 -1 4202560 13783 0 0 0 154 1 0 0 15 0 22 0 909650256 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 909650256 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909650270 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20994] ppid=20966 vsize=10563704 CPUtime=120.97 cores=1,3,5,7
/proc/20968/task/20994/stat : 20994 (java) R 20966 20968 16455 0 -1 4202560 132 0 0 0 12097 0 0 0 25 0 22 0 909651073 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505602549 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20968/tid=20995] ppid=20966 vsize=10563704 CPUtime=120.97 cores=1,3,5,7
/proc/20968/task/20995/stat : 20995 (java) R 20966 20968 16455 0 -1 4202560 17 0 0 0 12097 0 0 0 25 0 22 0 909651073 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505636016 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20968/tid=20996] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20996/stat : 20996 (java) S 20966 20968 16455 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909651073 10817232896 209269 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 275.55
Current children cumulated vsize (KiB) 10563704

[startup+145.501 s]
/proc/loadavg: 3.68 3.87 3.75 5/558 21049
/proc/meminfo: memFree=21565852/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=278.53 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 220490 0 1 0 27822 31 0 0 19 0 22 0 909650250 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 209281 2259 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11872 0 1 0 16 1 0 0 15 0 22 0 909650251 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.29 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 595 0 0 0 29 0 0 0 16 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 481 0 0 0 28 0 0 0 15 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 231 0 0 0 25 0 0 0 16 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 213 0 0 0 28 0 0 0 15 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 34 0 0 0 24 0 0 0 16 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 387 0 0 0 24 0 0 0 15 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0.31 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 392 0 0 0 31 0 0 0 15 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 502 0 0 0 25 0 0 0 15 0 22 0 909650253 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20979] ppid=20966 vsize=10563704 CPUtime=14.44 cores=1,3,5,7
/proc/20968/task/20979/stat : 20979 (java) R 20966 20968 16455 0 -1 4202560 19607 0 0 0 1442 2 0 0 15 0 22 0 909650254 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 47470512905492 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=20968/tid=20980] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20980/stat : 20980 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20981] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20981/stat : 20981 (java) S 20966 20968 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909650254 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20982] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20982/stat : 20982 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427215281 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.88 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) S 20966 20968 16455 0 -1 4202560 5222 0 0 0 88 0 0 0 15 0 22 0 909650256 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=1.55 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) S 20966 20968 16455 0 -1 4202560 13783 0 0 0 154 1 0 0 15 0 22 0 909650256 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909650256 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 909650256 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909650270 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20994] ppid=20966 vsize=10563704 CPUtime=122.34 cores=1,3,5,7
/proc/20968/task/20994/stat : 20994 (java) S 20966 20968 16455 0 -1 4202560 134 0 0 0 12234 0 0 0 25 0 22 0 909651073 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20995] ppid=20966 vsize=10563704 CPUtime=122.34 cores=1,3,5,7
/proc/20968/task/20995/stat : 20995 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 12234 0 0 0 25 0 22 0 909651073 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20996] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20996/stat : 20996 (java) S 20966 20968 16455 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909651073 10817232896 209281 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 278.53
Current children cumulated vsize (KiB) 10563704

[startup+146.321 s]
/proc/loadavg: 3.68 3.87 3.75 4/556 21049
/proc/meminfo: memFree=21565124/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=279.99 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 220665 0 1 0 27968 31 0 0 19 0 19 0 909650250 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 209456 2259 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.17 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) S 20966 20968 16455 0 -1 4202560 11872 0 1 0 16 1 0 0 15 0 19 0 909650251 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.29 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 595 0 0 0 29 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 481 0 0 0 28 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 231 0 0 0 25 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 213 0 0 0 28 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 34 0 0 0 24 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 387 0 0 0 24 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0.31 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 392 0 0 0 31 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 502 0 0 0 25 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20979] ppid=20966 vsize=10563704 CPUtime=14.47 cores=1,3,5,7
/proc/20968/task/20979/stat : 20979 (java) S 20966 20968 16455 0 -1 4202560 19782 0 0 0 1445 2 0 0 16 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 0 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20980] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20980/stat : 20980 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20981] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20981/stat : 20981 (java) S 20966 20968 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20982] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20982/stat : 20982 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427215281 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.88 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) S 20966 20968 16455 0 -1 4202560 5222 0 0 0 88 0 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=1.55 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) S 20966 20968 16455 0 -1 4202560 13783 0 0 0 154 1 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 909650270 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 10563704

[startup+147.101 s]
/proc/loadavg: 3.68 3.87 3.75 4/556 21049
/proc/meminfo: memFree=21565124/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=10563704 CPUtime=280.45 cores=1,3,5,7
/proc/20968/stat : 20968 (java) S 20966 20968 16455 0 -1 4202496 220665 0 1 0 28014 31 0 0 19 0 19 0 909650250 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 2640926 209456 2259 9 0 2631660 0
[pid=20968/tid=20969] ppid=20966 vsize=10563704 CPUtime=0.62 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) R 20966 20968 16455 0 -1 4202560 11872 0 1 0 61 1 0 0 16 0 19 0 909650251 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20968/tid=20971] ppid=20966 vsize=10563704 CPUtime=0.29 cores=1,3,5,7
/proc/20968/task/20971/stat : 20971 (java) S 20966 20968 16455 0 -1 4202560 595 0 0 0 29 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20972] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20972/stat : 20972 (java) S 20966 20968 16455 0 -1 4202560 481 0 0 0 28 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20973] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20973/stat : 20973 (java) S 20966 20968 16455 0 -1 4202560 231 0 0 0 25 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20974] ppid=20966 vsize=10563704 CPUtime=0.28 cores=1,3,5,7
/proc/20968/task/20974/stat : 20974 (java) S 20966 20968 16455 0 -1 4202560 213 0 0 0 28 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20975] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20975/stat : 20975 (java) S 20966 20968 16455 0 -1 4202560 34 0 0 0 24 0 0 0 16 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20976] ppid=20966 vsize=10563704 CPUtime=0.24 cores=1,3,5,7
/proc/20968/task/20976/stat : 20976 (java) S 20966 20968 16455 0 -1 4202560 387 0 0 0 24 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20977] ppid=20966 vsize=10563704 CPUtime=0.31 cores=1,3,5,7
/proc/20968/task/20977/stat : 20977 (java) S 20966 20968 16455 0 -1 4202560 392 0 0 0 31 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20978] ppid=20966 vsize=10563704 CPUtime=0.25 cores=1,3,5,7
/proc/20968/task/20978/stat : 20978 (java) S 20966 20968 16455 0 -1 4202560 502 0 0 0 25 0 0 0 15 0 19 0 909650253 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 3 0 0 0
[pid=20968/tid=20979] ppid=20966 vsize=10563704 CPUtime=14.47 cores=1,3,5,7
/proc/20968/task/20979/stat : 20979 (java) S 20966 20968 16455 0 -1 4202560 19782 0 0 0 1445 2 0 0 15 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 0 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20980] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20980/stat : 20980 (java) S 20966 20968 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20981] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20981/stat : 20981 (java) S 20966 20968 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 909650254 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20982] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20982/stat : 20982 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427215281 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20983] ppid=20966 vsize=10563704 CPUtime=0.88 cores=1,3,5,7
/proc/20968/task/20983/stat : 20983 (java) S 20966 20968 16455 0 -1 4202560 5222 0 0 0 88 0 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
[pid=20968/tid=20984] ppid=20966 vsize=10563704 CPUtime=1.57 cores=1,3,5,7
/proc/20968/task/20984/stat : 20984 (java) S 20966 20968 16455 0 -1 4202560 13783 0 0 0 156 1 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 5 0 0 0
[pid=20968/tid=20985] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20985/stat : 20985 (java) S 20966 20968 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427207577 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20986] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20986/stat : 20986 (java) S 20966 20968 16455 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 909650256 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 1 0 0 0
[pid=20968/tid=20990] ppid=20966 vsize=10563704 CPUtime=0 cores=1,3,5,7
/proc/20968/task/20990/stat : 20990 (java) S 20966 20968 16455 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 909650270 10817232896 209456 33554432000 1073741824 1073778376 140733554375184 18446744073709551615 256427208192 0 4 0 16800975 18446604464073532672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 280.45
Current children cumulated vsize (KiB) 10563704

[startup+147.301 s]
/proc/loadavg: 3.68 3.87 3.75 4/538 21050
/proc/meminfo: memFree=21694952/32950928 swapFree=58671692/67111528
[pid=20968] ppid=20966 vsize=0 CPUtime=280.67 cores=1,3,5,7
/proc/20968/stat : 20968 (java) Z 20966 20968 16455 0 -1 4203548 220669 0 1 0 28034 33 0 0 18 0 2 0 909650250 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20968/statm: 0 0 0 0 0 0 0
[pid=20968/tid=20969] ppid=20966 vsize=0 CPUtime=0.84 cores=1,3,5,7
/proc/20968/task/20969/stat : 20969 (java) R 20966 20968 16455 0 -1 4203588 11875 0 1 0 80 4 0 0 17 0 2 0 909650251 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 280.67
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 147.331
CPU time (s): 280.694
CPU user time (s): 280.341
CPU system time (s): 0.352946
CPU usage (%): 190.52
Max. virtual memory (cumulated for all children) (KiB): 10565820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 280.341
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220669
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8143
involuntary context switches= 7424

runsolver used 0.792879 second user time and 1.91971 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 15:29:56
IDJOB=3453767
IDBENCH=47971
IDSOLVER=1950
FILE ID=node115/3453767-1307194196
RUNJOBID= node115-1307194194-20871
PBS_JOBID= 13508831
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453767-1307194196/watcher-3453767-1307194196 -o /tmp/evaluation-result-3453767-1307194196/solver-3453767-1307194196 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453767-1307194196.opb

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

MD5SUM BENCH= 39b4faf02952fa93fd33b15cbf6e7d18
RANDOM SEED=601443153

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23024916 kB
Buffers:        205544 kB
Cached:         328080 kB
SwapCached:      65828 kB
Active:        1165048 kB
Inactive:      8519176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23024916 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             876 kB
Writeback:           0 kB
AnonPages:     9088808 kB
Mapped:          35536 kB
Slab:            97704 kB
PageTables:      75872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162174436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node115 at 2011-06-04 15:32:23