Trace number 3458166

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 Resolution 2.3.0OPT3 378.385 376.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
MD5SUMe808e428ddeed4827e7f6cc4dcf60aa4
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.407937
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 variables189
Total number of constraints15
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 constraints15
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)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.1.v20110525
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.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 solving HOME/instance-3458166-1307158283.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c #vars     756
0.10/0.19	c #constraints  1156
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.99/0.76	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1.67/1.35	c cleaning 4250 clauses out of 8499 with flag 11000/11000
2.38/2.07	c cleaning 5620 clauses out of 11250 with flag 18001/18001
3.08/2.75	c cleaning 6812 clauses out of 13629 with flag 26000/26000
4.02/3.65	c cleaning 7904 clauses out of 15818 with flag 35001/35001
5.02/4.64	c cleaning 8954 clauses out of 17913 with flag 45000/45000
5.94/5.55	c cleaning 9474 clauses out of 18961 with flag 55002/55002
6.83/6.48	c cleaning 9743 clauses out of 19485 with flag 65000/65000
7.84/7.41	c cleaning 9866 clauses out of 19742 with flag 75000/75000
8.74/8.31	c cleaning 9932 clauses out of 19876 with flag 85000/85000
9.64/9.21	c cleaning 9973 clauses out of 19945 with flag 95001/95001
10.54/10.12	c cleaning 9977 clauses out of 19971 with flag 105000/105000
11.25/10.85	c cleaning 9996 clauses out of 19995 with flag 115001/115001
12.15/11.79	c cleaning 9993 clauses out of 19998 with flag 125000/125000
13.05/12.67	c cleaning 9990 clauses out of 20005 with flag 135000/135000
13.85/13.44	c cleaning 9993 clauses out of 20015 with flag 145000/145000
14.56/14.14	c cleaning 10006 clauses out of 20023 with flag 155001/155001
15.77/15.35	c cleaning 9999 clauses out of 20016 with flag 165000/165000
17.17/16.45	c cleaning 10002 clauses out of 20018 with flag 175001/175001
18.42/17.36	c cleaning 10002 clauses out of 20015 with flag 185000/185000
19.42/18.33	c cleaning 9996 clauses out of 20013 with flag 195000/195000
20.22/19.11	c cleaning 10002 clauses out of 20018 with flag 205001/205001
21.03/19.90	c cleaning 9996 clauses out of 20015 with flag 215000/215000
22.05/20.91	c cleaning 9996 clauses out of 20019 with flag 225000/225000
22.83/21.78	c cleaning 10001 clauses out of 20024 with flag 235001/235001
23.43/22.37	c cleaning 9997 clauses out of 20022 with flag 245000/245000
24.04/22.97	c cleaning 10001 clauses out of 20026 with flag 255001/255001
24.84/23.71	c cleaning 9997 clauses out of 20025 with flag 265001/265001
25.44/24.34	c cleaning 10007 clauses out of 20029 with flag 275002/275002
26.36/25.25	c cleaning 10007 clauses out of 20020 with flag 285000/285000
27.34/26.26	c cleaning 9998 clauses out of 20014 with flag 295001/295001
28.57/27.42	c cleaning 10005 clauses out of 20015 with flag 305000/305000
29.77/28.66	c cleaning 10002 clauses out of 20011 with flag 315001/315001
30.77/29.68	c cleaning 10000 clauses out of 20009 with flag 325001/325001
31.76/30.63	c cleaning 9998 clauses out of 20008 with flag 335000/335000
32.76/31.64	c cleaning 10001 clauses out of 20011 with flag 345001/345001
33.76/32.62	c cleaning 9999 clauses out of 20009 with flag 355000/355000
34.76/33.64	c cleaning 10001 clauses out of 20010 with flag 365000/365000
35.77/34.61	c cleaning 9999 clauses out of 20010 with flag 375001/375001
36.67/35.50	c cleaning 9998 clauses out of 20011 with flag 385001/385001
37.48/36.33	c cleaning 10002 clauses out of 20012 with flag 395000/395000
38.27/37.18	c cleaning 9999 clauses out of 20010 with flag 405000/405000
39.20/38.03	c cleaning 9996 clauses out of 20011 with flag 415000/415000
40.30/39.10	c cleaning 10003 clauses out of 20016 with flag 425001/425001
41.30/40.17	c cleaning 10004 clauses out of 20012 with flag 435000/435000
42.31/41.19	c cleaning 9998 clauses out of 20009 with flag 445001/445001
43.61/42.45	c cleaning 10000 clauses out of 20010 with flag 455000/455000
44.81/43.68	c cleaning 10001 clauses out of 20012 with flag 465002/465002
46.01/44.87	c cleaning 10001 clauses out of 20011 with flag 475002/475002
47.21/46.07	c cleaning 10001 clauses out of 20009 with flag 485001/485001
48.54/47.36	c cleaning 9999 clauses out of 20007 with flag 495000/495000
49.73/48.57	c cleaning 9998 clauses out of 20008 with flag 505000/505000
50.75/49.53	c cleaning 9999 clauses out of 20011 with flag 515001/515001
51.53/50.33	c cleaning 9994 clauses out of 20011 with flag 525000/525000
52.34/51.10	c cleaning 10000 clauses out of 20018 with flag 535001/535001
53.24/52.02	c cleaning 9993 clauses out of 20018 with flag 545001/545001
54.06/52.87	c cleaning 9996 clauses out of 20024 with flag 555000/555000
54.84/53.67	c cleaning 9998 clauses out of 20028 with flag 565000/565000
55.75/54.51	c cleaning 9998 clauses out of 20030 with flag 575000/575000
56.65/55.40	c cleaning 10001 clauses out of 20032 with flag 585000/585000
57.45/56.29	c cleaning 10012 clauses out of 20032 with flag 595001/595001
58.25/57.05	c cleaning 10002 clauses out of 20020 with flag 605001/605001
59.35/58.16	c cleaning 10005 clauses out of 20018 with flag 615001/615001
60.16/58.90	c cleaning 9985 clauses out of 20012 with flag 625000/625000
60.96/59.79	c cleaning 10001 clauses out of 20028 with flag 635001/635001
62.06/60.84	c cleaning 9998 clauses out of 20027 with flag 645001/645001
63.06/61.81	c cleaning 10009 clauses out of 20029 with flag 655001/655001
63.77/62.58	c cleaning 10001 clauses out of 20019 with flag 665000/665000
64.57/63.36	c cleaning 10003 clauses out of 20019 with flag 675001/675001
65.97/64.75	c cleaning 10000 clauses out of 20017 with flag 685002/685002
67.29/66.04	c cleaning 9999 clauses out of 20016 with flag 695001/695001
68.09/66.88	c cleaning 10004 clauses out of 20016 with flag 705000/705000
69.30/68.02	c cleaning 10003 clauses out of 20012 with flag 715000/715000
70.52/69.21	c cleaning 9998 clauses out of 20009 with flag 725000/725000
71.80/70.51	c cleaning 10001 clauses out of 20011 with flag 735000/735000
72.91/71.66	c cleaning 10000 clauses out of 20010 with flag 745000/745000
74.21/72.95	c cleaning 10000 clauses out of 20011 with flag 755001/755001
75.41/74.10	c cleaning 9999 clauses out of 20011 with flag 765001/765001
76.61/75.36	c cleaning 9999 clauses out of 20012 with flag 775001/775001
77.52/76.29	c cleaning 9996 clauses out of 20013 with flag 785001/785001
78.52/77.20	c cleaning 9997 clauses out of 20016 with flag 795000/795000
79.34/78.09	c cleaning 9998 clauses out of 20020 with flag 805001/805001
80.33/79.02	c cleaning 10002 clauses out of 20022 with flag 815001/815001
81.13/79.85	c cleaning 10004 clauses out of 20019 with flag 825000/825000
82.13/80.83	c cleaning 10003 clauses out of 20016 with flag 835001/835001
83.13/81.80	c cleaning 10003 clauses out of 20012 with flag 845000/845000
84.13/82.80	c cleaning 10001 clauses out of 20009 with flag 855000/855000
85.14/83.82	c cleaning 10001 clauses out of 20008 with flag 865000/865000
86.14/84.87	c cleaning 10003 clauses out of 20009 with flag 875002/875002
87.15/85.86	c cleaning 10000 clauses out of 20004 with flag 885000/885000
88.45/87.14	c cleaning 10001 clauses out of 20006 with flag 895002/895002
89.85/88.51	c cleaning 9998 clauses out of 20003 with flag 905000/905000
90.66/89.34	c cleaning 9987 clauses out of 20005 with flag 915000/915000
91.57/90.26	c cleaning 10000 clauses out of 20019 with flag 925001/925001
92.68/91.36	c cleaning 10002 clauses out of 20019 with flag 935001/935001
93.67/92.33	c cleaning 9998 clauses out of 20017 with flag 945002/945002
94.57/93.30	c cleaning 9991 clauses out of 20018 with flag 955001/955001
95.27/93.95	c cleaning 9996 clauses out of 20027 with flag 965001/965001
95.99/94.64	c cleaning 10001 clauses out of 20031 with flag 975001/975001
96.58/95.26	c cleaning 9997 clauses out of 20030 with flag 985001/985001
97.78/96.42	c cleaning 10002 clauses out of 20033 with flag 995001/995001
98.98/97.66	c cleaning 10007 clauses out of 20031 with flag 1005001/1005001
100.18/98.86	c cleaning 10000 clauses out of 20023 with flag 1015000/1015000
101.28/99.90	c cleaning 10004 clauses out of 20023 with flag 1025000/1025000
102.09/100.71	c cleaning 10003 clauses out of 20019 with flag 1035000/1035000
102.69/101.39	c cleaning 9999 clauses out of 20017 with flag 1045001/1045001
103.49/102.10	c cleaning 9998 clauses out of 20017 with flag 1055000/1055000
104.39/103.02	c cleaning 10004 clauses out of 20020 with flag 1065001/1065001
105.39/104.07	c cleaning 9998 clauses out of 20016 with flag 1075001/1075001
106.19/104.89	c cleaning 9999 clauses out of 20019 with flag 1085002/1085002
107.01/105.69	c cleaning 10005 clauses out of 20019 with flag 1095001/1095001
108.20/106.83	c cleaning 10004 clauses out of 20013 with flag 1105000/1105000
109.30/107.97	c cleaning 10003 clauses out of 20010 with flag 1115001/1115001
110.40/109.00	c cleaning 10000 clauses out of 20006 with flag 1125000/1125000
111.51/110.17	c cleaning 10000 clauses out of 20008 with flag 1135002/1135002
112.71/111.32	c cleaning 9999 clauses out of 20006 with flag 1145000/1145000
113.41/112.07	c cleaning 9996 clauses out of 20007 with flag 1155001/1155001
114.22/112.87	c cleaning 9995 clauses out of 20010 with flag 1165000/1165000
115.12/113.74	c cleaning 9998 clauses out of 20016 with flag 1175001/1175001
115.84/114.44	c cleaning 9999 clauses out of 20017 with flag 1185000/1185000
116.63/115.25	c cleaning 9997 clauses out of 20019 with flag 1195001/1195001
117.53/116.11	c cleaning 9999 clauses out of 20021 with flag 1205000/1205000
118.54/117.15	c cleaning 10001 clauses out of 20022 with flag 1215000/1215000
119.54/118.15	c cleaning 9997 clauses out of 20023 with flag 1225002/1225002
120.54/119.16	c cleaning 10002 clauses out of 20027 with flag 1235003/1235003
121.36/119.92	c cleaning 10002 clauses out of 20023 with flag 1245001/1245001
122.25/120.88	c cleaning 10001 clauses out of 20021 with flag 1255001/1255001
123.25/121.82	c cleaning 10003 clauses out of 20020 with flag 1265001/1265001
124.25/122.82	c cleaning 9999 clauses out of 20016 with flag 1275000/1275000
125.35/123.92	c cleaning 10001 clauses out of 20017 with flag 1285000/1285000
126.45/125.01	c cleaning 10000 clauses out of 20017 with flag 1295001/1295001
127.45/126.08	c cleaning 9999 clauses out of 20016 with flag 1305000/1305000
128.56/127.10	c cleaning 10001 clauses out of 20018 with flag 1315001/1315001
129.56/128.15	c cleaning 9999 clauses out of 20018 with flag 1325002/1325002
130.56/129.12	c cleaning 9999 clauses out of 20020 with flag 1335003/1335003
131.76/130.32	c cleaning 9996 clauses out of 20018 with flag 1345000/1345000
132.87/131.45	c cleaning 10001 clauses out of 20024 with flag 1355002/1355002
134.07/132.63	c cleaning 10002 clauses out of 20022 with flag 1365001/1365001
135.17/133.72	c cleaning 10000 clauses out of 20019 with flag 1375000/1375000
136.38/134.91	c cleaning 9998 clauses out of 20019 with flag 1385000/1385000
137.48/136.06	c cleaning 10010 clauses out of 20022 with flag 1395001/1395001
138.38/136.98	c cleaning 10001 clauses out of 20010 with flag 1405000/1405000
139.18/137.72	c cleaning 9995 clauses out of 20011 with flag 1415002/1415002
139.88/138.49	c cleaning 10001 clauses out of 20015 with flag 1425001/1425001
140.99/139.51	c cleaning 10005 clauses out of 20013 with flag 1435000/1435000
142.09/140.65	c cleaning 9998 clauses out of 20009 with flag 1445001/1445001
143.19/141.81	c cleaning 10000 clauses out of 20010 with flag 1455000/1455000
144.41/142.99	c cleaning 10000 clauses out of 20010 with flag 1465000/1465000
145.71/144.21	c cleaning 9997 clauses out of 20010 with flag 1475000/1475000
146.41/144.98	c cleaning 9998 clauses out of 20013 with flag 1485000/1485000
147.52/146.00	c cleaning 10000 clauses out of 20016 with flag 1495001/1495001
148.42/146.93	c cleaning 10001 clauses out of 20017 with flag 1505002/1505002
149.42/147.93	c cleaning 9997 clauses out of 20015 with flag 1515001/1515001
150.32/148.82	c cleaning 10005 clauses out of 20018 with flag 1525001/1525001
151.52/150.04	c cleaning 10001 clauses out of 20012 with flag 1535000/1535000
152.73/151.20	c cleaning 10001 clauses out of 20013 with flag 1545002/1545002
153.83/152.32	c cleaning 9999 clauses out of 20010 with flag 1555000/1555000
154.73/153.22	c cleaning 10002 clauses out of 20013 with flag 1565002/1565002
155.73/154.22	c cleaning 10000 clauses out of 20010 with flag 1575001/1575001
156.55/155.07	c cleaning 9996 clauses out of 20009 with flag 1585000/1585000
157.34/155.88	c cleaning 10002 clauses out of 20013 with flag 1595000/1595000
158.34/156.82	c cleaning 10003 clauses out of 20012 with flag 1605001/1605001
159.25/157.78	c cleaning 9999 clauses out of 20007 with flag 1615000/1615000
160.46/158.91	c cleaning 10002 clauses out of 20008 with flag 1625000/1625000
161.56/160.03	c cleaning 9997 clauses out of 20007 with flag 1635001/1635001
162.56/161.08	c cleaning 10003 clauses out of 20009 with flag 1645000/1645000
163.28/161.79	c cleaning 9989 clauses out of 20005 with flag 1655000/1655000
163.97/162.40	c cleaning 9991 clauses out of 20017 with flag 1665001/1665001
164.57/163.02	c cleaning 9989 clauses out of 20025 with flag 1675000/1675000
165.07/163.59	c cleaning 9996 clauses out of 20037 with flag 1685001/1685001
165.77/164.24	c cleaning 9994 clauses out of 20040 with flag 1695000/1695000
166.37/164.87	c cleaning 10005 clauses out of 20049 with flag 1705003/1705003
166.98/165.49	c cleaning 9999 clauses out of 20041 with flag 1715000/1715000
167.59/166.07	c cleaning 9994 clauses out of 20042 with flag 1725000/1725000
168.28/166.70	c cleaning 10000 clauses out of 20048 with flag 1735000/1735000
168.80/167.29	c cleaning 10000 clauses out of 20048 with flag 1745000/1745000
169.79/168.22	c cleaning 10017 clauses out of 20048 with flag 1755000/1755000
170.68/169.12	c cleaning 10006 clauses out of 20033 with flag 1765002/1765002
171.59/170.02	c cleaning 10003 clauses out of 20026 with flag 1775001/1775001
172.59/171.02	c cleaning 10003 clauses out of 20023 with flag 1785001/1785001
173.59/172.07	c cleaning 10001 clauses out of 20019 with flag 1795000/1795000
174.59/173.04	c cleaning 10001 clauses out of 20018 with flag 1805000/1805000
175.60/174.01	c cleaning 9997 clauses out of 20017 with flag 1815000/1815000
176.42/174.89	c cleaning 9998 clauses out of 20020 with flag 1825000/1825000
177.40/175.90	c cleaning 10001 clauses out of 20022 with flag 1835000/1835000
178.30/176.80	c cleaning 9997 clauses out of 20021 with flag 1845000/1845000
179.30/177.73	c cleaning 10003 clauses out of 20024 with flag 1855000/1855000
180.21/178.66	c cleaning 10000 clauses out of 20022 with flag 1865001/1865001
181.11/179.55	c cleaning 10005 clauses out of 20023 with flag 1875002/1875002
182.02/180.44	c cleaning 10000 clauses out of 20016 with flag 1885000/1885000
183.03/181.44	c cleaning 9998 clauses out of 20017 with flag 1895001/1895001
183.22/181.63	c SATISFIABLE
183.22/181.63	c OPTIMIZING...
183.22/181.63	c Got one! Elapsed wall clock time (in seconds):181.52
183.22/181.63	o 137
183.42/181.85	c cleaning 7986 clauses out of 16007 with flag 3000/1900989
183.92/182.35	c cleaning 6994 clauses out of 14022 with flag 9001/1906990
184.52/182.97	c cleaning 6995 clauses out of 14027 with flag 16000/1913989
185.34/183.74	c cleaning 7505 clauses out of 15033 with flag 24001/1921990
186.23/184.60	c cleaning 8254 clauses out of 16527 with flag 33000/1930989
187.03/185.47	c cleaning 9126 clauses out of 18273 with flag 43000/1940989
187.93/186.37	c cleaning 9562 clauses out of 19148 with flag 53001/1950990
188.93/187.37	c cleaning 9782 clauses out of 19588 with flag 63003/1960992
189.64/188.11	c cleaning 9885 clauses out of 19805 with flag 73002/1970991
190.33/188.78	c cleaning 9941 clauses out of 19919 with flag 83001/1980990
191.13/189.54	c cleaning 9971 clauses out of 19977 with flag 93000/1990989
191.95/190.33	c cleaning 9988 clauses out of 20007 with flag 103001/2000990
192.64/191.09	c cleaning 9988 clauses out of 20018 with flag 113000/2010989
193.44/191.89	c cleaning 9993 clauses out of 20030 with flag 123000/2020989
194.24/192.61	c cleaning 10005 clauses out of 20037 with flag 133000/2030989
194.94/193.37	c cleaning 10001 clauses out of 20033 with flag 143001/2040990
195.65/194.09	c cleaning 10001 clauses out of 20032 with flag 153001/2050990
196.45/194.82	c cleaning 9996 clauses out of 20030 with flag 163000/2060989
197.15/195.57	c cleaning 10000 clauses out of 20036 with flag 173002/2070991
197.96/196.31	c cleaning 9999 clauses out of 20034 with flag 183000/2080989
198.66/197.07	c cleaning 10002 clauses out of 20037 with flag 193002/2090991
199.46/197.83	c cleaning 10000 clauses out of 20033 with flag 203000/2100989
200.17/198.56	c cleaning 10000 clauses out of 20033 with flag 213000/2110989
200.87/199.26	c cleaning 10013 clauses out of 20034 with flag 223001/2120990
201.97/200.37	c cleaning 10005 clauses out of 20021 with flag 233001/2130990
203.18/201.53	c cleaning 10005 clauses out of 20016 with flag 243001/2140990
204.38/202.73	c cleaning 10002 clauses out of 20011 with flag 253001/2150990
205.58/203.96	c cleaning 10001 clauses out of 20009 with flag 263001/2160990
206.59/204.98	c cleaning 10002 clauses out of 20008 with flag 273001/2170990
207.79/206.10	c cleaning 9991 clauses out of 20005 with flag 283000/2180989
208.51/206.84	c cleaning 9993 clauses out of 20014 with flag 293000/2190989
209.20/207.52	c cleaning 9992 clauses out of 20021 with flag 303000/2200989
209.20/207.57	c Got one! Elapsed wall clock time (in seconds):207.457
209.20/207.57	o 73
209.62/207.91	c cleaning 7691 clauses out of 15418 with flag 5002/2206378
210.01/208.36	c cleaning 6845 clauses out of 13729 with flag 11004/2212380
210.51/208.86	c cleaning 6923 clauses out of 13880 with flag 18000/2219376
211.11/209.47	c cleaning 7466 clauses out of 14957 with flag 26000/2227376
211.91/210.29	c cleaning 8244 clauses out of 16492 with flag 35001/2236377
213.11/211.44	c cleaning 9117 clauses out of 18247 with flag 45000/2246376
214.11/212.45	c cleaning 9558 clauses out of 19130 with flag 55000/2256376
215.13/213.48	c cleaning 9786 clauses out of 19572 with flag 65000/2266376
216.14/214.43	c cleaning 9890 clauses out of 19788 with flag 75002/2276378
217.34/215.65	c cleaning 9945 clauses out of 19896 with flag 85000/2286376
218.53/216.87	c cleaning 9972 clauses out of 19952 with flag 95001/2296377
219.83/218.13	c cleaning 9985 clauses out of 19980 with flag 105001/2306377
220.94/219.30	c cleaning 9993 clauses out of 19994 with flag 115000/2316376
221.84/220.19	c cleaning 9995 clauses out of 20003 with flag 125002/2326378
222.87/221.16	c cleaning 9994 clauses out of 20007 with flag 135001/2336377
223.66/221.95	c cleaning 9997 clauses out of 20013 with flag 145001/2346377
224.66/222.92	c cleaning 9999 clauses out of 20015 with flag 155000/2356376
225.57/223.87	c cleaning 9998 clauses out of 20016 with flag 165000/2366376
226.56/224.80	c cleaning 10000 clauses out of 20019 with flag 175001/2376377
227.36/225.60	c cleaning 9994 clauses out of 20018 with flag 185000/2386376
227.86/226.19	c cleaning 9994 clauses out of 20024 with flag 195000/2396376
228.47/226.79	c cleaning 9998 clauses out of 20030 with flag 205000/2406376
229.17/227.41	c cleaning 9995 clauses out of 20033 with flag 215001/2416377
229.67/228.00	c cleaning 10004 clauses out of 20039 with flag 225002/2426378
230.37/228.62	c cleaning 10006 clauses out of 20034 with flag 235001/2436377
230.59/228.82	c Got one! Elapsed wall clock time (in seconds):228.708
230.59/228.82	o 27
230.67/228.94	c cleaning 7610 clauses out of 15253 with flag 2000/2441602
231.18/229.41	c cleaning 6799 clauses out of 13644 with flag 8001/2447603
231.78/230.01	c cleaning 6907 clauses out of 13846 with flag 15002/2454604
232.48/230.71	c cleaning 7453 clauses out of 14937 with flag 23000/2462602
233.28/231.50	c cleaning 8231 clauses out of 16484 with flag 32000/2471602
234.29/232.52	c cleaning 9113 clauses out of 18254 with flag 42001/2481603
235.39/233.60	c cleaning 9558 clauses out of 19140 with flag 52000/2491602
236.19/234.48	c cleaning 9771 clauses out of 19583 with flag 62001/2501603
236.99/235.28	c cleaning 9879 clauses out of 19811 with flag 72000/2511602
237.99/236.23	c cleaning 9949 clauses out of 19933 with flag 82001/2521603
238.90/237.15	c cleaning 9970 clauses out of 19983 with flag 92000/2531602
239.80/238.06	c cleaning 9988 clauses out of 20014 with flag 102001/2541603
240.80/239.06	c cleaning 9993 clauses out of 20025 with flag 112000/2551602
241.70/239.98	c cleaning 9994 clauses out of 20032 with flag 122000/2561602
242.62/240.90	c cleaning 10001 clauses out of 20039 with flag 132001/2571603
243.60/241.83	c cleaning 9997 clauses out of 20037 with flag 142000/2581602
244.71/242.97	c cleaning 10014 clauses out of 20040 with flag 152000/2591602
245.93/244.13	c cleaning 10010 clauses out of 20028 with flag 162002/2601604
247.03/245.28	c cleaning 10006 clauses out of 20017 with flag 172001/2611603
248.23/246.44	c cleaning 9997 clauses out of 20011 with flag 182001/2621603
249.33/247.55	c cleaning 9996 clauses out of 20014 with flag 192001/2631603
250.34/248.60	c cleaning 10003 clauses out of 20019 with flag 202002/2641604
251.44/249.70	c cleaning 10001 clauses out of 20014 with flag 212000/2651602
252.54/250.74	c cleaning 10003 clauses out of 20013 with flag 222000/2661602
253.53/251.79	c cleaning 9997 clauses out of 20010 with flag 232000/2671602
254.63/252.86	c cleaning 10001 clauses out of 20013 with flag 242000/2681602
255.73/253.95	c cleaning 9999 clauses out of 20014 with flag 252002/2691604
256.64/254.80	c cleaning 9998 clauses out of 20014 with flag 262001/2701603
257.64/255.84	c cleaning 10000 clauses out of 20015 with flag 272000/2711602
258.64/256.81	c cleaning 10005 clauses out of 20014 with flag 282000/2721602
259.75/257.95	c cleaning 10001 clauses out of 20009 with flag 292000/2731602
260.85/259.03	c cleaning 10002 clauses out of 20008 with flag 302000/2741602
261.55/259.77	c cleaning 9986 clauses out of 20005 with flag 312000/2751602
262.47/260.67	c cleaning 9991 clauses out of 20019 with flag 322000/2761602
263.26/261.48	c cleaning 9991 clauses out of 20028 with flag 332000/2771602
264.16/262.39	c cleaning 9999 clauses out of 20038 with flag 342001/2781603
264.96/263.17	c cleaning 9993 clauses out of 20038 with flag 352000/2791602
265.78/263.99	c cleaning 10015 clauses out of 20045 with flag 362000/2801602
266.66/264.81	c cleaning 10009 clauses out of 20031 with flag 372001/2811603
267.46/265.62	c cleaning 10001 clauses out of 20021 with flag 382000/2821602
268.26/266.41	c cleaning 10004 clauses out of 20021 with flag 392001/2831603
269.08/267.29	c cleaning 9998 clauses out of 20016 with flag 402000/2841602
269.87/268.04	c cleaning 9999 clauses out of 20018 with flag 412000/2851602
270.67/268.82	c cleaning 9991 clauses out of 20019 with flag 422000/2861602
271.58/269.76	c Got one! Elapsed wall clock time (in seconds):269.65
271.58/269.76	o 11
272.39/270.61	c cleaning 12455 clauses out of 24940 with flag 5000/2876514
272.99/271.15	c cleaning 9222 clauses out of 18486 with flag 11001/2882515
273.61/271.79	c cleaning 8110 clauses out of 16263 with flag 18000/2889514
274.30/272.48	c cleaning 8057 clauses out of 16153 with flag 26000/2897514
275.00/273.18	c cleaning 8534 clauses out of 17096 with flag 35000/2906514
275.82/273.99	c cleaning 9267 clauses out of 18562 with flag 45000/2916514
276.70/274.83	c cleaning 9634 clauses out of 19295 with flag 55000/2926514
277.60/275.72	c cleaning 9816 clauses out of 19661 with flag 65000/2936514
278.41/276.54	c cleaning 9909 clauses out of 19845 with flag 75000/2946514
279.21/277.38	c cleaning 9953 clauses out of 19936 with flag 85000/2956514
280.13/278.22	c cleaning 9980 clauses out of 19984 with flag 95001/2966515
280.81/278.97	c cleaning 9983 clauses out of 20004 with flag 105001/2976515
281.52/279.69	c cleaning 9988 clauses out of 20020 with flag 115000/2986514
282.23/280.39	c cleaning 9999 clauses out of 20033 with flag 125001/2996515
283.02/281.12	c cleaning 9996 clauses out of 20034 with flag 135001/3006515
283.73/281.87	c cleaning 10001 clauses out of 20038 with flag 145001/3016515
284.54/282.62	c cleaning 9998 clauses out of 20036 with flag 155000/3026514
285.23/283.32	c cleaning 10002 clauses out of 20039 with flag 165001/3036515
285.93/284.08	c cleaning 9998 clauses out of 20037 with flag 175001/3046515
286.75/284.84	c cleaning 10001 clauses out of 20038 with flag 185000/3056514
287.53/285.67	c cleaning 9998 clauses out of 20038 with flag 195001/3066515
288.34/286.45	c cleaning 10002 clauses out of 20043 with flag 205004/3076518
289.05/287.14	c cleaning 10004 clauses out of 20037 with flag 215000/3086514
289.64/287.72	c Got one! Elapsed wall clock time (in seconds):287.607
289.64/287.72	o 5
289.94/288.07	c cleaning 12238 clauses out of 24503 with flag 5000/3100984
290.44/288.55	c cleaning 9119 clauses out of 18266 with flag 11001/3106985
291.04/289.10	c cleaning 8054 clauses out of 16146 with flag 18000/3113984
291.64/289.77	c cleaning 8029 clauses out of 16094 with flag 26002/3121986
292.36/290.42	c cleaning 8525 clauses out of 17065 with flag 35002/3130986
293.05/291.19	c cleaning 9257 clauses out of 18539 with flag 45001/3140985
293.85/291.99	c cleaning 9628 clauses out of 19281 with flag 55000/3150984
294.66/292.78	c cleaning 9813 clauses out of 19653 with flag 65000/3160984
295.46/293.61	c cleaning 9910 clauses out of 19841 with flag 75001/3170985
296.36/294.46	c cleaning 9952 clauses out of 19931 with flag 85001/3180985
297.26/295.30	c cleaning 9977 clauses out of 19979 with flag 95001/3190985
297.96/296.07	c cleaning 9986 clauses out of 20001 with flag 105000/3200984
298.76/296.83	c cleaning 9995 clauses out of 20015 with flag 115000/3210984
299.56/297.66	c cleaning 9999 clauses out of 20021 with flag 125001/3220985
300.36/298.46	c cleaning 9999 clauses out of 20021 with flag 135000/3230984
301.18/299.22	c cleaning 9997 clauses out of 20022 with flag 145000/3240984
302.06/300.14	c cleaning 10001 clauses out of 20025 with flag 155000/3250984
302.96/301.01	c cleaning 9994 clauses out of 20024 with flag 165000/3260984
303.66/301.78	c cleaning 9997 clauses out of 20031 with flag 175001/3270985
304.48/302.54	c cleaning 10000 clauses out of 20035 with flag 185002/3280986
305.28/303.30	c cleaning 9995 clauses out of 20033 with flag 195000/3290984
305.98/304.09	c cleaning 10000 clauses out of 20038 with flag 205000/3300984
306.88/304.92	c cleaning 10001 clauses out of 20039 with flag 215001/3310985
307.58/305.64	c cleaning 10004 clauses out of 20037 with flag 225000/3320984
308.28/306.31	c cleaning 10003 clauses out of 20035 with flag 235002/3330986
308.98/307.06	c cleaning 9998 clauses out of 20031 with flag 245001/3340985
309.68/307.75	c cleaning 9999 clauses out of 20032 with flag 255000/3350984
310.39/308.48	c cleaning 10000 clauses out of 20033 with flag 265000/3360984
311.19/309.26	c cleaning 10000 clauses out of 20033 with flag 275000/3370984
311.99/310.02	c cleaning 10000 clauses out of 20033 with flag 285000/3380984
312.79/310.81	c cleaning 9998 clauses out of 20033 with flag 295000/3390984
313.59/311.64	c cleaning 10001 clauses out of 20035 with flag 305000/3400984
314.41/312.49	c cleaning 9998 clauses out of 20035 with flag 315001/3410985
315.41/313.51	c cleaning 10001 clauses out of 20036 with flag 325000/3420984
316.40/314.45	c cleaning 10014 clauses out of 20035 with flag 335000/3430984
316.70/314.79	c Got one! Elapsed wall clock time (in seconds):314.683
316.70/314.79	o 3
317.10/315.10	c cleaning 10078 clauses out of 20171 with flag 5000/3441134
317.51/315.58	c cleaning 8036 clauses out of 16093 with flag 11000/3447134
318.11/316.19	c cleaning 7519 clauses out of 15058 with flag 18001/3454135
318.92/316.97	c cleaning 7766 clauses out of 15539 with flag 26001/3462135
319.72/317.75	c cleaning 8380 clauses out of 16773 with flag 35001/3471135
320.72/318.75	c cleaning 9190 clauses out of 18393 with flag 45001/3481135
321.63/319.60	c cleaning 9601 clauses out of 19202 with flag 55000/3491134
322.73/320.74	c cleaning 9801 clauses out of 19602 with flag 65001/3501135
323.93/321.95	c cleaning 9898 clauses out of 19800 with flag 75000/3511134
325.14/323.19	c cleaning 9946 clauses out of 19903 with flag 85001/3521135
326.24/324.26	c cleaning 9972 clauses out of 19956 with flag 95000/3531134
327.34/325.37	c cleaning 9983 clauses out of 19984 with flag 105000/3541134
328.24/326.22	c cleaning 9993 clauses out of 20001 with flag 115000/3551134
328.95/327.00	c cleaning 9998 clauses out of 20008 with flag 125000/3561134
329.95/327.91	c cleaning 9999 clauses out of 20010 with flag 135000/3571134
330.75/328.77	c cleaning 10002 clauses out of 20011 with flag 145000/3581134
331.66/329.62	c cleaning 9996 clauses out of 20010 with flag 155001/3591135
332.46/330.47	c cleaning 10000 clauses out of 20013 with flag 165000/3601134
333.46/331.49	c cleaning 10005 clauses out of 20013 with flag 175000/3611134
334.46/332.41	c cleaning 10001 clauses out of 20008 with flag 185000/3621134
335.28/333.26	c cleaning 9992 clauses out of 20008 with flag 195001/3631135
336.39/334.34	c cleaning 10000 clauses out of 20015 with flag 205000/3641134
337.37/335.36	c cleaning 10005 clauses out of 20015 with flag 215000/3651134
338.38/336.36	c cleaning 10000 clauses out of 20011 with flag 225001/3661135
339.48/337.44	c cleaning 10001 clauses out of 20012 with flag 235002/3671136
340.59/338.55	c cleaning 9997 clauses out of 20010 with flag 245001/3681135
341.39/339.36	c cleaning 10002 clauses out of 20013 with flag 255001/3691135
342.40/340.39	c cleaning 9999 clauses out of 20010 with flag 265001/3701135
343.50/341.47	c cleaning 10000 clauses out of 20011 with flag 275001/3711135
344.61/342.56	c cleaning 9999 clauses out of 20011 with flag 285001/3721135
345.62/343.56	c cleaning 10003 clauses out of 20012 with flag 295001/3731135
346.72/344.60	c cleaning 10000 clauses out of 20008 with flag 305000/3741134
347.72/345.65	c cleaning 10001 clauses out of 20009 with flag 315001/3751135
348.72/346.67	c cleaning 10000 clauses out of 20007 with flag 325000/3761134
349.74/347.64	c cleaning 9999 clauses out of 20007 with flag 335000/3771134
350.75/348.69	c cleaning 10003 clauses out of 20009 with flag 345001/3781135
351.53/349.42	c cleaning 9996 clauses out of 20004 with flag 355000/3791134
352.44/350.38	c cleaning 10002 clauses out of 20010 with flag 365002/3801136
353.34/351.21	c cleaning 9997 clauses out of 20006 with flag 375000/3811134
354.16/352.04	c cleaning 10000 clauses out of 20009 with flag 385000/3821134
354.95/352.89	c cleaning 10000 clauses out of 20009 with flag 395000/3831134
355.75/353.66	c cleaning 9998 clauses out of 20010 with flag 405001/3841135
356.65/354.50	c cleaning 10000 clauses out of 20012 with flag 415001/3851135
357.47/355.35	c cleaning 9999 clauses out of 20011 with flag 425000/3861134
358.36/356.29	c cleaning 10000 clauses out of 20013 with flag 435001/3871135
359.26/357.17	c cleaning 10001 clauses out of 20012 with flag 445000/3881134
360.36/358.26	c cleaning 10004 clauses out of 20013 with flag 455002/3891136
361.47/359.33	c cleaning 9999 clauses out of 20008 with flag 465001/3901135
362.57/360.43	c cleaning 10002 clauses out of 20009 with flag 475001/3911135
363.67/361.54	c cleaning 10000 clauses out of 20007 with flag 485001/3921135
364.77/362.66	c cleaning 10000 clauses out of 20009 with flag 495003/3931137
365.78/363.63	c cleaning 9996 clauses out of 20007 with flag 505001/3941135
366.88/364.74	c cleaning 10000 clauses out of 20010 with flag 515000/3951134
367.98/365.80	c cleaning 10001 clauses out of 20011 with flag 525001/3961135
368.99/366.81	c cleaning 10002 clauses out of 20009 with flag 535000/3971134
369.89/367.79	c cleaning 9997 clauses out of 20007 with flag 545000/3981134
370.99/368.86	c cleaning 10002 clauses out of 20010 with flag 555000/3991134
372.20/370.00	c cleaning 9999 clauses out of 20008 with flag 565000/4001134
373.21/371.07	c cleaning 9999 clauses out of 20010 with flag 575001/4011135
374.32/372.12	c cleaning 10003 clauses out of 20010 with flag 585000/4021134
375.32/373.12	c cleaning 10000 clauses out of 20006 with flag 595000/4031134
376.32/374.13	c cleaning 9999 clauses out of 20006 with flag 605001/4041135
377.42/375.23	c cleaning 10003 clauses out of 20007 with flag 615001/4051135
378.34/376.14	c starts		: 256
378.34/376.14	c conflicts		: 4059543
378.34/376.14	c decisions		: 4155195
378.34/376.14	c propagations		: 90117913
378.34/376.14	c inspects		: 2583662369
378.34/376.14	c shortcuts		: 0
378.34/376.14	c learnt literals	: 20
378.34/376.14	c learnt binary clauses	: 140
378.34/376.14	c learnt ternary clauses	: 501
378.34/376.14	c learnt constraints	: 4059522
378.34/376.14	c ignored constraints	: 0
378.34/376.14	c root simplifications	: 0
378.34/376.14	c removed literals (reason simplification)	: 169338311
378.34/376.14	c reason swapping (by a shorter reason)	: 0
378.34/376.14	c Calls to reduceDB	: 413
378.34/376.14	c number of reductions to clauses (during analyze)	: 0
378.34/376.14	c number of learned constraints concerned by reduction	: 0
378.34/376.14	c number of learning phase by resolution	: 0
378.34/376.14	c number of learning phase by cutting planes	: 0
378.34/376.14	c speed (assignments/second)	: 1468986.4704060508
378.34/376.14	c non guided choices	13549
378.34/376.14	c learnt constraints type 
378.34/376.14	c constraints type 
378.34/376.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
378.34/376.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
378.34/376.14	s OPTIMUM FOUND
378.34/376.14	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 x64 -x65 -x66 -x67 -x68 x69 x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 
378.34/376.14	c objective function=3
378.34/376.14	c Total wall clock time (in seconds): 376.031

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-3458166-1307158283/watcher-3458166-1307158283 -o /tmp/evaluation-result-3458166-1307158283/solver-3458166-1307158283 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458166-1307158283.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: 1.93 2.01 1.96 2/447 32453
/proc/meminfo: memFree=28968772/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 6372 0 1 0 0 0 0 0 25 0 2 0 827428738 13850947584 6073 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3381579 6087 917 9 0 3372735 0
[pid=32453/tid=32454] ppid=32451 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 5314 0 1 0 0 0 0 0 25 0 2 0 827428739 13850947584 6129 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.01681 s]
/proc/loadavg: 1.93 2.01 1.96 2/447 32453
/proc/meminfo: memFree=28968772/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 6903 0 1 0 0 0 0 0 25 0 2 0 827428738 13850947584 6605 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3381579 6623 917 9 0 3372735 0
[pid=32453/tid=32454] ppid=32451 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 5822 0 1 0 0 0 0 0 25 0 2 0 827428739 13850947584 6637 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13526316

[startup+0.1008 s]
/proc/loadavg: 1.93 2.01 1.96 2/447 32453
/proc/meminfo: memFree=28968772/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13687200 CPUtime=0.1 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 15574 0 1 0 8 2 0 0 25 0 18 0 827428738 14015692800 15235 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3421800 15236 2093 9 0 3412534 0
[pid=32453/tid=32454] ppid=32451 vsize=13687200 CPUtime=0.08 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 13629 0 1 0 7 1 0 0 25 0 18 0 827428739 14015692800 15236 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 47037200161891 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) 13687200

[startup+0.300762 s]
/proc/loadavg: 1.93 2.01 1.96 2/447 32453
/proc/meminfo: memFree=28968772/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688720 CPUtime=0.51 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 18553 0 1 0 48 3 0 0 25 0 19 0 827428738 14017249280 17526 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422180 17526 2215 9 0 3412914 0
[pid=32453/tid=32454] ppid=32451 vsize=13688720 CPUtime=0.28 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 14463 0 1 0 27 1 0 0 25 0 19 0 827428739 14017249280 17526 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505616128 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13688720

[startup+0.700686 s]
/proc/loadavg: 1.93 2.01 1.96 2/447 32453
/proc/meminfo: memFree=28968772/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688720 CPUtime=0.99 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 19161 0 1 0 96 3 0 0 25 0 19 0 827428738 14017249280 18134 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422180 18134 2217 9 0 3412914 0
[pid=32453/tid=32454] ppid=32451 vsize=13688720 CPUtime=0.69 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15000 0 1 0 67 2 0 0 25 0 19 0 827428739 14017249280 18134 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505589095 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13688720

[startup+1.50155 s]
/proc/loadavg: 1.93 2.01 1.96 3/466 32472
/proc/meminfo: memFree=28900136/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688720 CPUtime=1.88 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 20719 0 1 0 185 3 0 0 25 0 19 0 827428738 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422180 19684 2249 9 0 3412914 0
[pid=32453/tid=32454] ppid=32451 vsize=13688720 CPUtime=1.45 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15046 0 1 0 143 2 0 0 17 0 19 0 827428739 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505589557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688720 CPUtime=0.02 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 680 0 0 0 2 0 0 0 16 0 19 0 827428742 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688720 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1247 0 0 0 21 0 0 0 15 0 19 0 827428744 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688720 CPUtime=0.16 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 1799 0 0 0 16 0 0 0 15 0 19 0 827428744 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428744 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14017249280 19684 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13688720

[startup+3.10124 s]
/proc/loadavg: 1.93 2.01 1.96 3/466 32472
/proc/meminfo: memFree=28894804/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688720 CPUtime=3.52 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 21520 0 1 0 349 3 0 0 25 0 19 0 827428738 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422180 20482 2250 9 0 3412914 0
[pid=32453/tid=32454] ppid=32451 vsize=13688720 CPUtime=3.01 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15048 0 1 0 299 2 0 0 19 0 19 0 827428739 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505588842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 66 0 0 0 0 0 0 0 16 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 395 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688720 CPUtime=0.06 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 1095 0 0 0 6 0 0 0 16 0 19 0 827428742 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688720 CPUtime=0.25 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1261 0 0 0 25 0 0 0 15 0 19 0 827428744 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688720 CPUtime=0.16 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 1800 0 0 0 16 0 0 0 15 0 19 0 827428744 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827428744 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14017249280 20482 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13688720

[startup+6.30064 s]
/proc/loadavg: 1.94 2.01 1.96 3/466 32472
/proc/meminfo: memFree=28891464/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688720 CPUtime=6.73 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 22884 0 1 0 669 4 0 0 25 0 19 0 827428738 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422180 21213 2250 9 0 3412914 0
[pid=32453/tid=32454] ppid=32451 vsize=13688720 CPUtime=6.15 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15052 0 1 0 613 2 0 0 25 0 19 0 827428739 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505589223 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 488 0 0 0 0 0 0 0 15 0 19 0 827428741 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688720 CPUtime=0.11 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 2083 0 0 0 11 0 0 0 16 0 19 0 827428742 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688720 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688720 CPUtime=0.25 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1261 0 0 0 25 0 0 0 15 0 19 0 827428744 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688720 CPUtime=0.16 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 1800 0 0 0 16 0 0 0 15 0 19 0 827428744 14017249280 21213 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0

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

/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 524 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 237 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 444 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688244 CPUtime=0.24 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 141 0 0 0 24 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 166 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 206 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 120 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 562 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688244 CPUtime=10.07 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 6497 0 0 0 999 8 0 0 16 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688244 CPUtime=0.34 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1267 0 0 0 34 0 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688244 CPUtime=0.83 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 12859 0 0 0 82 1 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 376.52
Current children cumulated vsize (KiB) 13688244

[startup+375.116 s]
/proc/loadavg: 2.03 2.03 1.98 3/466 32482
/proc/meminfo: memFree=28856204/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688244 CPUtime=377.34 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 39662 0 1 0 37717 17 0 0 25 0 19 0 827428738 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422061 29341 2251 9 0 3412795 0
[pid=32453/tid=32454] ppid=32451 vsize=13688244 CPUtime=364.22 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15469 0 1 0 36420 2 0 0 25 0 19 0 827428739 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505662118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 524 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 237 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 444 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688244 CPUtime=0.24 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 141 0 0 0 24 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 166 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 206 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 120 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 562 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688244 CPUtime=10.07 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 6497 0 0 0 999 8 0 0 16 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688244 CPUtime=0.34 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1267 0 0 0 34 0 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688244 CPUtime=0.83 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 12859 0 0 0 82 1 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827428744 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14016761856 29341 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 377.34
Current children cumulated vsize (KiB) 13688244

[startup+375.901 s]
/proc/loadavg: 2.03 2.03 1.98 3/466 32482
/proc/meminfo: memFree=28856204/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688244 CPUtime=378.13 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 39670 0 1 0 37796 17 0 0 25 0 19 0 827428738 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422061 29348 2251 9 0 3412795 0
[pid=32453/tid=32454] ppid=32451 vsize=13688244 CPUtime=364.98 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15470 0 1 0 36496 2 0 0 25 0 19 0 827428739 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505538796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 524 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 237 0 0 0 23 0 0 0 16 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 444 0 0 0 20 0 0 0 16 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688244 CPUtime=0.24 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 148 0 0 0 24 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 166 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 206 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 120 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 562 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688244 CPUtime=10.1 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 6497 0 0 0 1002 8 0 0 16 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688244 CPUtime=0.34 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1267 0 0 0 34 0 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688244 CPUtime=0.83 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 12859 0 0 0 82 1 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 378.13
Current children cumulated vsize (KiB) 13688244

[startup+376.101 s]
/proc/loadavg: 2.03 2.03 1.98 3/466 32482
/proc/meminfo: memFree=28856080/32951124 swapFree=43324008/67111528
[pid=32453] ppid=32451 vsize=13688244 CPUtime=378.34 cores=1,3,5,7
/proc/32453/stat : 32453 (java) S 32451 32453 28402 0 -1 4202496 39670 0 1 0 37817 17 0 0 25 0 19 0 827428738 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/32453/statm: 3422061 29348 2251 9 0 3412795 0
[pid=32453/tid=32454] ppid=32451 vsize=13688244 CPUtime=365.2 cores=1,3,5,7
/proc/32453/task/32454/stat : 32454 (java) R 32451 32453 28402 0 -1 4202560 15470 0 1 0 36518 2 0 0 25 0 19 0 827428739 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 46912505220473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32453/tid=32456] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32456/stat : 32456 (java) S 32451 32453 28402 0 -1 4202560 524 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32457] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32457/stat : 32457 (java) S 32451 32453 28402 0 -1 4202560 237 0 0 0 23 0 0 0 16 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32458] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32458/stat : 32458 (java) S 32451 32453 28402 0 -1 4202560 444 0 0 0 20 0 0 0 16 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32459] ppid=32451 vsize=13688244 CPUtime=0.24 cores=1,3,5,7
/proc/32453/task/32459/stat : 32459 (java) S 32451 32453 28402 0 -1 4202560 148 0 0 0 24 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32460] ppid=32451 vsize=13688244 CPUtime=0.2 cores=1,3,5,7
/proc/32453/task/32460/stat : 32460 (java) S 32451 32453 28402 0 -1 4202560 166 0 0 0 20 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32461] ppid=32451 vsize=13688244 CPUtime=0.23 cores=1,3,5,7
/proc/32453/task/32461/stat : 32461 (java) S 32451 32453 28402 0 -1 4202560 206 0 0 0 23 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 7 0 0 0
[pid=32453/tid=32462] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32462/stat : 32462 (java) S 32451 32453 28402 0 -1 4202560 120 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32463] ppid=32451 vsize=13688244 CPUtime=0.21 cores=1,3,5,7
/proc/32453/task/32463/stat : 32463 (java) S 32451 32453 28402 0 -1 4202560 562 0 0 0 21 0 0 0 15 0 19 0 827428741 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
[pid=32453/tid=32464] ppid=32451 vsize=13688244 CPUtime=10.1 cores=1,3,5,7
/proc/32453/task/32464/stat : 32464 (java) S 32451 32453 28402 0 -1 4202560 6497 0 0 0 1002 8 0 0 16 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 0 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32465] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32465/stat : 32465 (java) S 32451 32453 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32466] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32466/stat : 32466 (java) S 32451 32453 28402 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827428742 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32467] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32467/stat : 32467 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458768817 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32468] ppid=32451 vsize=13688244 CPUtime=0.34 cores=1,3,5,7
/proc/32453/task/32468/stat : 32468 (java) S 32451 32453 28402 0 -1 4202560 1267 0 0 0 34 0 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32469] ppid=32451 vsize=13688244 CPUtime=0.83 cores=1,3,5,7
/proc/32453/task/32469/stat : 32469 (java) S 32451 32453 28402 0 -1 4202560 12859 0 0 0 82 1 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32470] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32470/stat : 32470 (java) S 32451 32453 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761113 0 4 0 16800975 18446604465769374080 0 0 -1 1 0 0 0
[pid=32453/tid=32471] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32471/stat : 32471 (java) S 32451 32453 28402 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827428744 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 3 0 0 0
[pid=32453/tid=32472] ppid=32451 vsize=13688244 CPUtime=0 cores=1,3,5,7
/proc/32453/task/32472/stat : 32472 (java) S 32451 32453 28402 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827428758 14016761856 29348 33554432000 1073741824 1073778376 140736482910448 18446744073709551615 244458761728 0 4 0 16800975 18446604465769374080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 378.34
Current children cumulated vsize (KiB) 13688244

Child status: 30
Real time (s): 376.15
CPU time (s): 378.385
CPU user time (s): 378.207
CPU system time (s): 0.177972
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 13688720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.208
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39691
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= 19967
involuntary context switches= 7130

runsolver used 1.54776 second user time and 3.81942 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 05:31:23
IDJOB=3458166
IDBENCH=47986
IDSOLVER=1952
FILE ID=node105/3458166-1307158283
RUNJOBID= node105-1307155872-31371
PBS_JOBID= 13508811
Free space on /tmp= 73768 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458166-1307158283/watcher-3458166-1307158283 -o /tmp/evaluation-result-3458166-1307158283/solver-3458166-1307158283 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458166-1307158283.opb

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

MD5SUM BENCH= e808e428ddeed4827e7f6cc4dcf60aa4
RANDOM SEED=706634695

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28969052 kB
Buffers:        324360 kB
Cached:         805912 kB
SwapCached:      20984 kB
Active:        2998892 kB
Inactive:       669516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28969052 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             616 kB
Writeback:         368 kB
AnonPages:     2534824 kB
Mapped:          27620 kB
Slab:           165188 kB
PageTables:      81756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128316444 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= 73768 MiB
End job on node105 at 2011-06-04 05:37:39