Trace number 3190588

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 NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06SAT 229.824 229.222

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S946474812-075.SATISFIABLE.cnf
MD5SUM4f143e0181b25ed3751a7b54d50b3635
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3190588-1302601889.cnf
0.06/0.09	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.02s.
0.11/0.11	c #vars     350
0.11/0.11	c #constraints  1491
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
0.74/0.58	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.49/1.01	c cleaning 4252 clauses out of 8506 with flag 11001/11001
1.99/1.55	c cleaning 5623 clauses out of 11253 with flag 18000/18000
2.71/2.25	c cleaning 6808 clauses out of 13631 with flag 26001/26001
3.61/3.11	c cleaning 7908 clauses out of 15822 with flag 35000/35000
4.61/4.15	c cleaning 8951 clauses out of 17914 with flag 45000/45000
5.71/5.24	c cleaning 9474 clauses out of 18964 with flag 55001/55001
6.81/6.37	c cleaning 9742 clauses out of 19490 with flag 65001/65001
8.02/7.50	c cleaning 9872 clauses out of 19747 with flag 75000/75000
9.12/8.62	c cleaning 9936 clauses out of 19875 with flag 85000/85000
10.22/9.73	c cleaning 9965 clauses out of 19941 with flag 95002/95002
11.32/10.82	c cleaning 9977 clauses out of 19974 with flag 105000/105000
12.42/11.90	c cleaning 9994 clauses out of 19998 with flag 115001/115001
13.52/13.04	c cleaning 9998 clauses out of 20007 with flag 125004/125004
14.62/14.12	c cleaning 9996 clauses out of 20005 with flag 135000/135000
15.72/15.23	c cleaning 9997 clauses out of 20010 with flag 145001/145001
16.83/16.36	c cleaning 10002 clauses out of 20012 with flag 155000/155000
17.92/17.48	c cleaning 10002 clauses out of 20013 with flag 165003/165003
19.13/18.60	c cleaning 9996 clauses out of 20010 with flag 175002/175002
20.13/19.66	c cleaning 10002 clauses out of 20012 with flag 185000/185000
21.23/20.74	c cleaning 9997 clauses out of 20010 with flag 195000/195000
22.33/21.86	c cleaning 10003 clauses out of 20014 with flag 205001/205001
23.43/22.95	c cleaning 10000 clauses out of 20013 with flag 215003/215003
24.53/24.03	c cleaning 9995 clauses out of 20010 with flag 225000/225000
25.64/25.10	c cleaning 10002 clauses out of 20015 with flag 235000/235000
26.74/26.22	c cleaning 10004 clauses out of 20013 with flag 245000/245000
27.84/27.30	c cleaning 9996 clauses out of 20009 with flag 255000/255000
28.84/28.40	c cleaning 10002 clauses out of 20014 with flag 265001/265001
29.94/29.49	c cleaning 10003 clauses out of 20011 with flag 275000/275000
31.04/30.55	c cleaning 10000 clauses out of 20009 with flag 285001/285001
32.14/31.65	c cleaning 9999 clauses out of 20008 with flag 295000/295000
33.24/32.73	c cleaning 9998 clauses out of 20009 with flag 305000/305000
34.34/33.80	c cleaning 10001 clauses out of 20011 with flag 315000/315000
35.34/34.83	c cleaning 10001 clauses out of 20011 with flag 325001/325001
36.44/35.90	c cleaning 9999 clauses out of 20010 with flag 335001/335001
37.44/36.96	c cleaning 10003 clauses out of 20012 with flag 345002/345002
38.54/38.01	c cleaning 9999 clauses out of 20007 with flag 355000/355000
39.54/39.08	c cleaning 10002 clauses out of 20010 with flag 365002/365002
40.64/40.17	c cleaning 9997 clauses out of 20006 with flag 375000/375000
41.74/41.25	c cleaning 9998 clauses out of 20010 with flag 385001/385001
42.84/42.31	c cleaning 9998 clauses out of 20011 with flag 395000/395000
43.84/43.37	c cleaning 10004 clauses out of 20013 with flag 405000/405000
44.94/44.47	c cleaning 9997 clauses out of 20009 with flag 415000/415000
46.04/45.52	c cleaning 9995 clauses out of 20012 with flag 425000/425000
47.04/46.57	c cleaning 9992 clauses out of 20017 with flag 435000/435000
48.04/47.59	c cleaning 10007 clauses out of 20026 with flag 445001/445001
49.14/48.64	c cleaning 10001 clauses out of 20018 with flag 455000/455000
50.15/49.69	c cleaning 10004 clauses out of 20019 with flag 465002/465002
51.25/50.75	c cleaning 9998 clauses out of 20013 with flag 475000/475000
52.25/51.79	c cleaning 10004 clauses out of 20016 with flag 485001/485001
53.35/52.83	c cleaning 9997 clauses out of 20011 with flag 495000/495000
54.45/53.94	c cleaning 10009 clauses out of 20018 with flag 505004/505004
55.55/55.04	c cleaning 9998 clauses out of 20006 with flag 515001/515001
56.54/56.10	c cleaning 9997 clauses out of 20008 with flag 525001/525001
57.64/57.14	c cleaning 10000 clauses out of 20011 with flag 535001/535001
58.64/58.15	c cleaning 10001 clauses out of 20011 with flag 545001/545001
59.74/59.23	c cleaning 9999 clauses out of 20010 with flag 555001/555001
60.84/60.31	c cleaning 9997 clauses out of 20010 with flag 565000/565000
61.84/61.37	c cleaning 10002 clauses out of 20013 with flag 575000/575000
62.94/62.42	c cleaning 9999 clauses out of 20012 with flag 585001/585001
63.94/63.44	c cleaning 9999 clauses out of 20012 with flag 595000/595000
65.04/64.52	c cleaning 10003 clauses out of 20014 with flag 605001/605001
66.14/65.62	c cleaning 9998 clauses out of 20010 with flag 615000/615000
67.14/66.66	c cleaning 10001 clauses out of 20012 with flag 625000/625000
68.24/67.72	c cleaning 9996 clauses out of 20011 with flag 635000/635000
69.24/68.74	c cleaning 10002 clauses out of 20017 with flag 645002/645002
70.24/69.78	c cleaning 9999 clauses out of 20013 with flag 655000/655000
71.34/70.82	c cleaning 10003 clauses out of 20016 with flag 665002/665002
72.34/71.86	c cleaning 10004 clauses out of 20012 with flag 675001/675001
73.44/72.92	c cleaning 9996 clauses out of 20007 with flag 685000/685000
74.44/73.97	c cleaning 10001 clauses out of 20011 with flag 695000/695000
75.54/75.02	c cleaning 10000 clauses out of 20010 with flag 705000/705000
76.55/76.09	c cleaning 9997 clauses out of 20011 with flag 715001/715001
77.65/77.15	c cleaning 9993 clauses out of 20013 with flag 725000/725000
78.67/78.18	c cleaning 10005 clauses out of 20022 with flag 735002/735002
79.77/79.23	c cleaning 10006 clauses out of 20019 with flag 745004/745004
80.88/80.34	c cleaning 9997 clauses out of 20011 with flag 755002/755002
81.87/81.38	c cleaning 10001 clauses out of 20012 with flag 765000/765000
82.97/82.43	c cleaning 10002 clauses out of 20012 with flag 775001/775001
83.97/83.44	c cleaning 9992 clauses out of 20010 with flag 785001/785001
84.97/84.47	c cleaning 9999 clauses out of 20017 with flag 795000/795000
86.07/85.54	c cleaning 10005 clauses out of 20019 with flag 805001/805001
87.07/86.60	c cleaning 10001 clauses out of 20013 with flag 815000/815000
88.17/87.65	c cleaning 9995 clauses out of 20013 with flag 825001/825001
89.27/88.72	c cleaning 10001 clauses out of 20017 with flag 835000/835000
90.27/89.75	c cleaning 10003 clauses out of 20020 with flag 845004/845004
91.37/90.80	c cleaning 9998 clauses out of 20014 with flag 855001/855001
92.37/91.84	c cleaning 10002 clauses out of 20016 with flag 865001/865001
93.47/92.91	c cleaning 10001 clauses out of 20013 with flag 875000/875000
94.47/93.92	c cleaning 10002 clauses out of 20014 with flag 885002/885002
95.57/95.00	c cleaning 10005 clauses out of 20013 with flag 895003/895003
96.57/96.03	c cleaning 9997 clauses out of 20005 with flag 905000/905000
97.67/97.11	c cleaning 10000 clauses out of 20008 with flag 915000/915000
98.67/98.17	c cleaning 9997 clauses out of 20009 with flag 925001/925001
99.77/99.22	c cleaning 9997 clauses out of 20012 with flag 935001/935001
100.78/100.26	c cleaning 9994 clauses out of 20014 with flag 945000/945000
101.88/101.34	c cleaning 10005 clauses out of 20021 with flag 955001/955001
102.88/102.37	c cleaning 9997 clauses out of 20015 with flag 965000/965000
103.98/103.45	c cleaning 10006 clauses out of 20019 with flag 975001/975001
105.08/104.51	c cleaning 10001 clauses out of 20013 with flag 985001/985001
106.07/105.55	c cleaning 10001 clauses out of 20013 with flag 995002/995002
107.17/106.63	c cleaning 9997 clauses out of 20010 with flag 1005000/1005000
108.27/107.76	c cleaning 9997 clauses out of 20013 with flag 1015000/1015000
109.37/108.85	c cleaning 10001 clauses out of 20016 with flag 1025000/1025000
110.37/109.89	c cleaning 9995 clauses out of 20016 with flag 1035001/1035001
111.47/110.97	c cleaning 10000 clauses out of 20020 with flag 1045000/1045000
112.57/112.01	c cleaning 10005 clauses out of 20022 with flag 1055002/1055002
113.57/113.07	c cleaning 10000 clauses out of 20015 with flag 1065000/1065000
114.67/114.17	c cleaning 10003 clauses out of 20016 with flag 1075001/1075001
115.77/115.20	c cleaning 10001 clauses out of 20013 with flag 1085001/1085001
116.77/116.23	c cleaning 9997 clauses out of 20012 with flag 1095001/1095001
117.77/117.27	c cleaning 10004 clauses out of 20014 with flag 1105000/1105000
118.87/118.32	c cleaning 10002 clauses out of 20011 with flag 1115001/1115001
119.97/119.43	c cleaning 9998 clauses out of 20008 with flag 1125000/1125000
121.07/120.51	c cleaning 9994 clauses out of 20010 with flag 1135000/1135000
122.07/121.53	c cleaning 9998 clauses out of 20016 with flag 1145000/1145000
123.07/122.57	c cleaning 10004 clauses out of 20019 with flag 1155001/1155001
124.17/123.60	c cleaning 9997 clauses out of 20014 with flag 1165000/1165000
125.17/124.65	c cleaning 9999 clauses out of 20018 with flag 1175001/1175001
126.27/125.71	c cleaning 10004 clauses out of 20019 with flag 1185001/1185001
127.27/126.76	c cleaning 9997 clauses out of 20014 with flag 1195000/1195000
128.37/127.81	c cleaning 9998 clauses out of 20018 with flag 1205001/1205001
129.38/128.85	c cleaning 9999 clauses out of 20019 with flag 1215000/1215000
130.48/129.91	c cleaning 10006 clauses out of 20021 with flag 1225001/1225001
131.48/130.97	c cleaning 10001 clauses out of 20014 with flag 1235000/1235000
132.58/132.02	c cleaning 10003 clauses out of 20013 with flag 1245000/1245000
133.57/133.05	c cleaning 10000 clauses out of 20010 with flag 1255000/1255000
134.67/134.11	c cleaning 9998 clauses out of 20010 with flag 1265000/1265000
135.67/135.15	c cleaning 9996 clauses out of 20012 with flag 1275000/1275000
136.68/136.17	c cleaning 10001 clauses out of 20018 with flag 1285002/1285002
137.78/137.20	c cleaning 9995 clauses out of 20016 with flag 1295001/1295001
138.78/138.22	c cleaning 10005 clauses out of 20020 with flag 1305000/1305000
139.78/139.25	c cleaning 10001 clauses out of 20015 with flag 1315000/1315000
140.78/140.25	c cleaning 9998 clauses out of 20014 with flag 1325000/1325000
141.78/141.26	c cleaning 9999 clauses out of 20021 with flag 1335005/1335005
142.88/142.31	c cleaning 10004 clauses out of 20017 with flag 1345000/1345000
143.88/143.34	c cleaning 10002 clauses out of 20013 with flag 1355000/1355000
144.98/144.41	c cleaning 10000 clauses out of 20012 with flag 1365001/1365001
145.97/145.49	c cleaning 10001 clauses out of 20011 with flag 1375000/1375000
147.08/146.53	c cleaning 9999 clauses out of 20011 with flag 1385001/1385001
148.09/147.56	c cleaning 9994 clauses out of 20012 with flag 1395001/1395001
149.09/148.58	c cleaning 10004 clauses out of 20018 with flag 1405001/1405001
150.19/149.62	c cleaning 9999 clauses out of 20015 with flag 1415002/1415002
151.18/150.67	c cleaning 9994 clauses out of 20014 with flag 1425000/1425000
152.28/151.72	c cleaning 10006 clauses out of 20021 with flag 1435001/1435001
153.28/152.77	c cleaning 9996 clauses out of 20015 with flag 1445001/1445001
154.38/153.81	c cleaning 9998 clauses out of 20018 with flag 1455000/1455000
155.48/154.90	c cleaning 10005 clauses out of 20020 with flag 1465000/1465000
156.48/155.98	c cleaning 9996 clauses out of 20015 with flag 1475000/1475000
157.58/157.00	c cleaning 10001 clauses out of 20019 with flag 1485000/1485000
158.58/158.01	c cleaning 10002 clauses out of 20019 with flag 1495001/1495001
159.58/159.07	c cleaning 10004 clauses out of 20018 with flag 1505002/1505002
160.68/160.13	c cleaning 10001 clauses out of 20013 with flag 1515001/1515001
161.68/161.19	c cleaning 10000 clauses out of 20013 with flag 1525002/1525002
162.78/162.20	c cleaning 10001 clauses out of 20011 with flag 1535000/1535000
163.78/163.23	c cleaning 10000 clauses out of 20012 with flag 1545002/1545002
164.78/164.27	c cleaning 9993 clauses out of 20011 with flag 1555001/1555001
165.78/165.28	c cleaning 10001 clauses out of 20018 with flag 1565001/1565001
166.88/166.33	c cleaning 9999 clauses out of 20017 with flag 1575001/1575001
167.89/167.35	c cleaning 10005 clauses out of 20020 with flag 1585003/1585003
168.89/168.38	c cleaning 9994 clauses out of 20013 with flag 1595001/1595001
169.99/169.41	c cleaning 9995 clauses out of 20020 with flag 1605002/1605002
170.98/170.43	c cleaning 10003 clauses out of 20024 with flag 1615001/1615001
171.98/171.44	c cleaning 10000 clauses out of 20020 with flag 1625000/1625000
172.98/172.45	c cleaning 10002 clauses out of 20020 with flag 1635000/1635000
173.98/173.48	c cleaning 9998 clauses out of 20018 with flag 1645000/1645000
175.08/174.52	c cleaning 9998 clauses out of 20020 with flag 1655000/1655000
176.18/175.60	c cleaning 10005 clauses out of 20023 with flag 1665001/1665001
177.18/176.64	c cleaning 10006 clauses out of 20020 with flag 1675003/1675003
178.18/177.66	c cleaning 10001 clauses out of 20012 with flag 1685001/1685001
179.18/178.67	c cleaning 9997 clauses out of 20010 with flag 1695000/1695000
180.28/179.72	c cleaning 10000 clauses out of 20013 with flag 1705000/1705000
181.28/180.75	c cleaning 10003 clauses out of 20014 with flag 1715001/1715001
182.28/181.79	c cleaning 9999 clauses out of 20012 with flag 1725002/1725002
183.38/182.82	c cleaning 9997 clauses out of 20011 with flag 1735000/1735000
184.39/183.86	c cleaning 9999 clauses out of 20015 with flag 1745001/1745001
185.39/184.88	c cleaning 10004 clauses out of 20015 with flag 1755000/1755000
186.38/185.90	c cleaning 9993 clauses out of 20011 with flag 1765000/1765000
187.48/186.93	c cleaning 10003 clauses out of 20018 with flag 1775000/1775000
188.48/187.99	c cleaning 10001 clauses out of 20017 with flag 1785002/1785002
189.58/189.05	c cleaning 9998 clauses out of 20014 with flag 1795000/1795000
190.68/190.10	c cleaning 10002 clauses out of 20017 with flag 1805001/1805001
191.68/191.14	c cleaning 10002 clauses out of 20015 with flag 1815001/1815001
192.68/192.13	c cleaning 9991 clauses out of 20012 with flag 1825000/1825000
193.68/193.19	c cleaning 10003 clauses out of 20022 with flag 1835001/1835001
194.78/194.24	c cleaning 9999 clauses out of 20018 with flag 1845000/1845000
195.88/195.31	c cleaning 10000 clauses out of 20019 with flag 1855000/1855000
196.88/196.33	c cleaning 10001 clauses out of 20019 with flag 1865000/1865000
197.98/197.40	c cleaning 10002 clauses out of 20019 with flag 1875001/1875001
198.98/198.45	c cleaning 10003 clauses out of 20019 with flag 1885003/1885003
199.98/199.48	c cleaning 10003 clauses out of 20016 with flag 1895003/1895003
201.08/200.52	c cleaning 9998 clauses out of 20010 with flag 1905000/1905000
202.08/201.55	c cleaning 10003 clauses out of 20013 with flag 1915001/1915001
203.09/202.57	c cleaning 10000 clauses out of 20012 with flag 1925003/1925003
204.09/203.57	c cleaning 9998 clauses out of 20009 with flag 1935000/1935000
205.08/204.59	c cleaning 9995 clauses out of 20011 with flag 1945000/1945000
206.18/205.60	c cleaning 10002 clauses out of 20017 with flag 1955001/1955001
207.18/206.61	c cleaning 10004 clauses out of 20015 with flag 1965001/1965001
208.19/207.65	c cleaning 9998 clauses out of 20011 with flag 1975001/1975001
209.19/208.68	c cleaning 9996 clauses out of 20013 with flag 1985001/1985001
210.29/209.72	c cleaning 9996 clauses out of 20016 with flag 1995000/1995000
211.29/210.72	c cleaning 9997 clauses out of 20020 with flag 2005000/2005000
212.29/211.76	c cleaning 10008 clauses out of 20023 with flag 2015000/2015000
213.39/212.84	c cleaning 10005 clauses out of 20018 with flag 2025003/2025003
214.49/213.90	c cleaning 10002 clauses out of 20013 with flag 2035003/2035003
215.49/214.95	c cleaning 9998 clauses out of 20008 with flag 2045000/2045000
216.49/215.98	c cleaning 10002 clauses out of 20010 with flag 2055000/2055000
217.59/217.00	c cleaning 9995 clauses out of 20008 with flag 2065000/2065000
218.59/218.06	c cleaning 10006 clauses out of 20014 with flag 2075001/2075001
219.69/219.12	c cleaning 9995 clauses out of 20007 with flag 2085000/2085000
220.69/220.15	c cleaning 9996 clauses out of 20013 with flag 2095001/2095001
221.69/221.19	c cleaning 9999 clauses out of 20017 with flag 2105001/2105001
222.79/222.20	c cleaning 10003 clauses out of 20017 with flag 2115000/2115000
223.79/223.26	c cleaning 9994 clauses out of 20014 with flag 2125000/2125000
224.79/224.29	c cleaning 10007 clauses out of 20024 with flag 2135004/2135004
225.89/225.31	c cleaning 9997 clauses out of 20014 with flag 2145001/2145001
226.89/226.33	c cleaning 10005 clauses out of 20017 with flag 2155001/2155001
227.89/227.35	c cleaning 10000 clauses out of 20011 with flag 2165000/2165000
228.89/228.34	c cleaning 9997 clauses out of 20012 with flag 2175001/2175001
229.79/229.20	c starts		: 1594
229.79/229.20	c conflicts		: 2183865
229.79/229.20	c decisions		: 2542760
229.79/229.20	c propagations		: 113841628
229.79/229.20	c inspects		: 3217830315
229.79/229.20	c shortcuts		: 0
229.79/229.20	c learnt literals	: 0
229.79/229.20	c learnt binary clauses	: 0
229.79/229.20	c learnt ternary clauses	: 77
229.79/229.20	c learnt constraints	: 2183865
229.79/229.20	c ignored constraints	: 0
229.79/229.20	c root simplifications	: 1594
229.79/229.20	c removed literals (reason simplification)	: 14172984
229.79/229.20	c reason swapping (by a shorter reason)	: 0
229.79/229.20	c Calls to reduceDB	: 219
229.79/229.20	c speed (assignments/second)	: 496921.03677966254
229.79/229.20	c non guided choices	43
229.79/229.21	c learnt constraints type 
229.79/229.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18879
229.79/229.21	c constraints type 
229.79/229.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1491
229.79/229.21	s SATISFIABLE
229.79/229.21	v 1 2 3 -4 -5 -6 7 8 9 -10 -11 -12 -13 -14 -15 16 17 -18 -19 20 -21 22 23 -24 -25 26 27 -28 29 -30 -31 32 33 34 -35 36 -37 38 -39 40 -41 -42 43 -44 45 -46 -47 -48 -49 -50 -51 52 -53 54 -55 56 57 -58 59 -60 -61 -62 63 64 -65 -66 -67 68 -69 70 -71 72 -73 -74 75 -76 -77 78 -79 80 81 -82 -83 -84 -85 86 87 -88 89 -90 91 -92 -93 -94 95 96 -97 98 99 100 -101 102 -103 104 -105 -106 107 -108 -109 -110 -111 112 -113 -114 -115 -116 117 -118 -119 120 121 122 123 124 125 -126 127 -128 -129 -130 -131 -132 -133 134 -135 136 -137 138 -139 140 141 -142 -143 -144 -145 146 147 -148 149 150 -151 -152 -153 -154 -155 156 -157 -158 159 160 -161 -162 -163 164 -165 166 167 168 -169 170 -171 -172 173 174 175 176 177 178 179 -180 181 182 -183 184 185 -186 -187 -188 -189 190 191 192 -193 -194 -195 196 197 -198 -199 -200 -201 -202 -203 204 -205 206 207 -208 209 -210 211 212 -213 -214 -215 -216 -217 218 219 -220 221 -222 223 -224 -225 -226 -227 228 229 -230 -231 232 233 234 -235 236 237 -238 239 240 241 242 -243 244 245 -246 -247 -248 249 -250 251 -252 -253 -254 -255 256 -257 258 -259 260 -261 -262 -263 264 265 266 -267 -268 -269 270 -271 272 273 -274 275 276 -277 278 279 280 281 282 -283 -284 -285 -286 287 -288 -289 290 291 292 293 294 295 296 -297 -298 299 300 -301 302 -303 304 -305 -306 307 308 309 310 311 -312 313 -314 315 316 -317 -318 319 -320 321 322 -323 -324 -325 -326 327 -328 -329 -330 -331 -332 -333 -334 -335 336 -337 -338 339 -340 341 342 343 344 -345 -346 -347 348 -349 -350 0
229.79/229.21	c Total wall clock time (in seconds) : 229.115

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190588-1302601889/watcher-3190588-1302601889 -o /tmp/evaluation-result-3190588-1302601889/solver-3190588-1302601889 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190588-1302601889.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 3.95 3.98 3/202 19544
/proc/meminfo: memFree=14535964/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=30536 CPUtime=0 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 1251 0 0 0 0 0 0 0 25 0 2 0 371789342 31268864 967 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 7240 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 7635 968 741 9 0 386 0
[pid=19544/tid=19545] ppid=19542 vsize=30540 CPUtime=0 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 134 0 0 0 0 0 0 0 25 0 2 0 371789342 31272960 968 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230809165627 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0791611 s]
/proc/loadavg: 3.69 3.95 3.98 3/202 19544
/proc/meminfo: memFree=14535964/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 9518 0 1 0 5 1 0 0 25 0 18 0 371789342 7751618560 9211 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1892485 9211 1754 9 0 1883223 0
[pid=19544/tid=19545] ppid=19542 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8340 0 1 0 5 1 0 0 18 0 18 0 371789342 7751618560 9211 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.101153 s]
/proc/loadavg: 3.69 3.95 3.98 3/202 19544
/proc/meminfo: memFree=14535964/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7636328 CPUtime=0.11 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 10341 0 1 0 9 2 0 0 25 0 18 0 371789342 7819599872 10034 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1909082 10034 2093 9 0 1899820 0
[pid=19544/tid=19545] ppid=19542 vsize=7636328 CPUtime=0.08 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8607 0 1 0 7 1 0 0 18 0 18 0 371789342 7819599872 10034 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505164144 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636328

[startup+0.341884 s]
/proc/loadavg: 3.69 3.95 3.98 3/202 19544
/proc/meminfo: memFree=14535964/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7644156 CPUtime=0.56 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 13047 0 1 0 54 2 0 0 25 0 19 0 371789342 7827615744 12000 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1911039 12000 2199 9 0 1901777 0
[pid=19544/tid=19545] ppid=19542 vsize=7644156 CPUtime=0.32 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8761 0 1 0 31 1 0 0 19 0 19 0 371789342 7827615744 12000 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 7644156

[startup+0.738008 s]
/proc/loadavg: 3.69 3.95 3.98 3/202 19544
/proc/meminfo: memFree=14535964/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7663960 CPUtime=1.18 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 20346 0 1 0 115 3 0 0 25 0 19 0 371789342 7847895040 17364 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915990 17364 2235 9 0 1906728 0
[pid=19544/tid=19545] ppid=19542 vsize=7663960 CPUtime=0.7 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8925 0 1 0 69 1 0 0 19 0 19 0 371789342 7847895040 17364 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505548020 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 7663960

[startup+1.5009 s]
/proc/loadavg: 3.69 3.95 3.98 5/262 19654
/proc/meminfo: memFree=14344688/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7663960 CPUtime=1.99 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 20710 0 1 0 196 3 0 0 25 0 19 0 371789342 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915990 17727 2238 9 0 1906728 0
[pid=19544/tid=19545] ppid=19542 vsize=7663960 CPUtime=1.45 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8926 0 1 0 144 1 0 0 21 0 19 0 371789342 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505510175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7663960 CPUtime=0.02 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 358 0 0 0 2 0 0 0 16 0 19 0 371789344 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7663960 CPUtime=0.16 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 864 0 0 0 16 0 0 0 15 0 19 0 371789347 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7663960 CPUtime=0.32 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8972 0 0 0 31 1 0 0 15 0 19 0 371789347 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789347 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7847895040 17727 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 7663960

[startup+3.1006 s]
/proc/loadavg: 3.69 3.95 3.98 5/262 19654
/proc/meminfo: memFree=14314184/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7663960 CPUtime=3.61 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 20913 0 1 0 358 3 0 0 25 0 19 0 371789342 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915990 17928 2241 9 0 1906728 0
[pid=19544/tid=19545] ppid=19542 vsize=7663960 CPUtime=3.02 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8930 0 1 0 301 1 0 0 25 0 19 0 371789342 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505549477 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 371789343 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7663960 CPUtime=0.04 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 449 0 0 0 4 0 0 0 16 0 19 0 371789344 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7663960 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7663960 CPUtime=0.34 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8974 0 0 0 33 1 0 0 15 0 19 0 371789347 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789347 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7663960 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7847895040 17928 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 7663960

[startup+6.30102 s]
/proc/loadavg: 3.71 3.95 3.98 5/262 19654
/proc/meminfo: memFree=14312456/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7660684 CPUtime=6.81 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 21164 0 1 0 678 3 0 0 25 0 19 0 371789342 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915171 17481 2241 9 0 1905909 0
[pid=19544/tid=19545] ppid=19542 vsize=7660684 CPUtime=6.18 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 8934 0 1 0 617 1 0 0 25 0 19 0 371789342 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505510456 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 371789343 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7660684 CPUtime=0.07 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 660 0 0 0 7 0 0 0 15 0 19 0 371789344 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7660684 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7660684 CPUtime=0.34 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8974 0 0 0 33 1 0 0 15 0 19 0 371789347 7844540416 17481 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0

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

/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 228 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7660684 CPUtime=2.65 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 818 0 0 0 264 1 0 0 16 0 19 0 371789344 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7660684 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7660684 CPUtime=0.37 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8978 0 0 0 36 1 0 0 15 0 19 0 371789347 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 371789347 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7844540416 17657 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 227.79
Current children cumulated vsize (KiB) 7660684

[startup+228.001 s]
/proc/loadavg: 4.08 4.00 3.99 5/262 19660
/proc/meminfo: memFree=14309752/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7660684 CPUtime=228.59 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 21585 0 1 0 22852 7 0 0 25 0 19 0 371789342 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915171 17662 2242 9 0 1905909 0
[pid=19544/tid=19545] ppid=19542 vsize=7660684 CPUtime=225.03 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 9144 0 1 0 22501 2 0 0 25 0 19 0 371789342 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505548053 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 8 0 0 0 4 0 0 0 16 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 24 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 228 0 0 0 4 0 0 0 16 0 19 0 371789343 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7660684 CPUtime=2.66 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 822 0 0 0 265 1 0 0 16 0 19 0 371789344 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7660684 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7660684 CPUtime=0.37 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8978 0 0 0 36 1 0 0 15 0 19 0 371789347 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 371789347 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7844540416 17662 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 228.59
Current children cumulated vsize (KiB) 7660684

[startup+228.801 s]
/proc/loadavg: 4.07 4.00 3.99 5/262 19660
/proc/meminfo: memFree=14309752/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7660684 CPUtime=229.39 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 21587 0 1 0 22932 7 0 0 25 0 19 0 371789342 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915171 17663 2242 9 0 1905909 0
[pid=19544/tid=19545] ppid=19542 vsize=7660684 CPUtime=225.82 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 9145 0 1 0 22580 2 0 0 25 0 19 0 371789342 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505510383 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 228 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7660684 CPUtime=2.67 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 823 0 0 0 266 1 0 0 16 0 19 0 371789344 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7660684 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7660684 CPUtime=0.37 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8978 0 0 0 36 1 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 229.39
Current children cumulated vsize (KiB) 7660684

[startup+229.201 s]
/proc/loadavg: 4.07 4.00 3.99 5/262 19660
/proc/meminfo: memFree=14309752/32951124 swapFree=67111528/67111528
[pid=19544] ppid=19542 vsize=7660684 CPUtime=229.79 cores=5,7
/proc/19544/stat : 19544 (java) S 19542 19544 18602 0 -1 4202496 21587 0 1 0 22972 7 0 0 25 0 19 0 371789342 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19544/statm: 1915171 17663 2242 9 0 1905909 0
[pid=19544/tid=19545] ppid=19542 vsize=7660684 CPUtime=226.22 cores=5,7
/proc/19544/task/19545/stat : 19545 (java) R 19542 19544 18602 0 -1 4202560 9145 0 1 0 22620 2 0 0 25 0 19 0 371789342 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 46912505510363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19544/tid=19547] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19547/stat : 19547 (java) S 19542 19544 18602 0 -1 4202560 314 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19548] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19548/stat : 19548 (java) S 19542 19544 18602 0 -1 4202560 12 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19549] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19549/stat : 19549 (java) S 19542 19544 18602 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19550] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19550/stat : 19550 (java) S 19542 19544 18602 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19551] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19551/stat : 19551 (java) S 19542 19544 18602 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19552] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19552/stat : 19552 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19553] ppid=19542 vsize=7660684 CPUtime=0.03 cores=5,7
/proc/19544/task/19553/stat : 19553 (java) S 19542 19544 18602 0 -1 4202560 24 0 0 0 3 0 0 0 16 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19554] ppid=19542 vsize=7660684 CPUtime=0.04 cores=5,7
/proc/19544/task/19554/stat : 19554 (java) S 19542 19544 18602 0 -1 4202560 228 0 0 0 4 0 0 0 15 0 19 0 371789343 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19555] ppid=19542 vsize=7660684 CPUtime=2.67 cores=5,7
/proc/19544/task/19555/stat : 19555 (java) S 19542 19544 18602 0 -1 4202560 823 0 0 0 266 1 0 0 16 0 19 0 371789344 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 0 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19556] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19556/stat : 19556 (java) S 19542 19544 18602 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371789345 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19557] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19557/stat : 19557 (java) S 19542 19544 18602 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 371789345 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19559] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19559/stat : 19559 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820989361 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19560] ppid=19542 vsize=7660684 CPUtime=0.17 cores=5,7
/proc/19544/task/19560/stat : 19560 (java) S 19542 19544 18602 0 -1 4202560 865 0 0 0 17 0 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19561] ppid=19542 vsize=7660684 CPUtime=0.37 cores=5,7
/proc/19544/task/19561/stat : 19561 (java) S 19542 19544 18602 0 -1 4202560 8978 0 0 0 36 1 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19562] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19562/stat : 19562 (java) S 19542 19544 18602 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820981657 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
[pid=19544/tid=19563] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19563/stat : 19563 (java) S 19542 19544 18602 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 371789347 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 7 0 0 0
[pid=19544/tid=19570] ppid=19542 vsize=7660684 CPUtime=0 cores=5,7
/proc/19544/task/19570/stat : 19570 (java) S 19542 19544 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371789353 7844540416 17663 33554432000 1073741824 1073778376 140735429081056 18446744073709551615 230820982272 0 4 0 16800975 18446604465510025920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 229.79
Current children cumulated vsize (KiB) 7660684

Child status: 10
Real time (s): 229.222
CPU time (s): 229.824
CPU user time (s): 229.746
CPU system time (s): 0.077988
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 7663960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.746
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21616
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= 10596
involuntary context switches= 4889

runsolver used 0.413937 second user time and 0.85287 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-12 11:51:29
IDJOB=3190588
IDBENCH=82919
IDSOLVER=1611
FILE ID=node104/3190588-1302601889
RUNJOBID= node104-1302596679-18623
PBS_JOBID= 12958087
Free space on /tmp= 71480 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S946474812-075.SATISFIABLE.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190588-1302601889/watcher-3190588-1302601889 -o /tmp/evaluation-result-3190588-1302601889/solver-3190588-1302601889 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190588-1302601889.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4f143e0181b25ed3751a7b54d50b3635
RANDOM SEED=324744477

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14536244 kB
Buffers:        660780 kB
Cached:       17244968 kB
SwapCached:          0 kB
Active:        9547200 kB
Inactive:      8460500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14536244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:      100992 kB
Mapped:          22460 kB
Slab:           342732 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7519004 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= 71480 MiB
End job on node104 at 2011-04-12 11:55:18