Trace number 3190643

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 216.279 215.582

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1129651135-081.SATISFIABLE.cnf
MD5SUMf54f75ab88c77b4cc676aaab44569f75
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c no version file found!!!
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		6997539544
0.05/0.07	c Max memory 		7034241024
0.05/0.07	c Total memory 		7034241024
0.05/0.07	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483647s
0.05/0.09	c DB Simplification allowed=true
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-3190643-1302602654.cnf
0.05/0.09	c reading problem ... 
0.11/0.11	c ... done. Wall clock time 0.025s.
0.11/0.11	c #vars     75
0.11/0.11	c #constraints  1597
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
0.98/0.60	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.47/0.95	c cleaning 4249 clauses out of 8502 with flag 11000/11000
1.97/1.42	c cleaning 5627 clauses out of 11253 with flag 18000/18000
2.58/2.04	c cleaning 6813 clauses out of 13626 with flag 26000/26000
3.31/2.79	c cleaning 7907 clauses out of 15815 with flag 35002/35002
4.31/3.71	c cleaning 8951 clauses out of 17906 with flag 45000/45000
5.21/4.68	c cleaning 9477 clauses out of 18956 with flag 55001/55001
6.21/5.69	c cleaning 9732 clauses out of 19478 with flag 65000/65000
7.21/6.64	c cleaning 9870 clauses out of 19746 with flag 75000/75000
8.21/7.62	c cleaning 9936 clauses out of 19877 with flag 85001/85001
9.11/8.58	c cleaning 9964 clauses out of 19940 with flag 95000/95000
10.11/9.56	c cleaning 9985 clauses out of 19976 with flag 105000/105000
11.11/10.53	c cleaning 9992 clauses out of 19991 with flag 115000/115000
12.01/11.49	c cleaning 10001 clauses out of 20001 with flag 125002/125002
13.01/12.45	c cleaning 9993 clauses out of 19999 with flag 135001/135001
14.01/13.43	c cleaning 9997 clauses out of 20005 with flag 145000/145000
14.92/14.40	c cleaning 9998 clauses out of 20008 with flag 155000/155000
15.91/15.32	c cleaning 9996 clauses out of 20010 with flag 165000/165000
16.81/16.27	c cleaning 10004 clauses out of 20015 with flag 175001/175001
17.81/17.24	c cleaning 10001 clauses out of 20011 with flag 185001/185001
18.71/18.19	c cleaning 10001 clauses out of 20010 with flag 195001/195001
19.71/19.13	c cleaning 9999 clauses out of 20008 with flag 205000/205000
20.71/20.10	c cleaning 10001 clauses out of 20009 with flag 215000/215000
21.61/21.06	c cleaning 10002 clauses out of 20008 with flag 225000/225000
22.61/22.01	c cleaning 10000 clauses out of 20008 with flag 235002/235002
23.51/22.96	c cleaning 9997 clauses out of 20007 with flag 245001/245001
24.51/23.90	c cleaning 10000 clauses out of 20009 with flag 255000/255000
25.41/24.84	c cleaning 10000 clauses out of 20009 with flag 265000/265000
26.31/25.78	c cleaning 9998 clauses out of 20009 with flag 275000/275000
27.31/26.71	c cleaning 9999 clauses out of 20011 with flag 285000/285000
28.21/27.67	c cleaning 10002 clauses out of 20012 with flag 295000/295000
29.23/28.66	c cleaning 10001 clauses out of 20010 with flag 305000/305000
30.23/29.61	c cleaning 9995 clauses out of 20009 with flag 315000/315000
31.12/30.53	c cleaning 10001 clauses out of 20015 with flag 325001/325001
32.12/31.51	c cleaning 10003 clauses out of 20016 with flag 335003/335003
33.02/32.41	c cleaning 10000 clauses out of 20010 with flag 345000/345000
33.92/33.33	c cleaning 9998 clauses out of 20010 with flag 355000/355000
34.82/34.29	c cleaning 10002 clauses out of 20015 with flag 365003/365003
35.83/35.26	c cleaning 10002 clauses out of 20011 with flag 375001/375001
36.73/36.18	c cleaning 10000 clauses out of 20011 with flag 385003/385003
37.73/37.12	c cleaning 9995 clauses out of 20008 with flag 395000/395000
38.63/38.05	c cleaning 10003 clauses out of 20013 with flag 405000/405000
39.53/39.00	c cleaning 9997 clauses out of 20010 with flag 415000/415000
40.53/39.94	c cleaning 10002 clauses out of 20013 with flag 425000/425000
41.43/40.84	c cleaning 10002 clauses out of 20013 with flag 435002/435002
42.33/41.76	c cleaning 9996 clauses out of 20009 with flag 445000/445000
43.33/42.73	c cleaning 10006 clauses out of 20017 with flag 455004/455004
44.23/43.66	c cleaning 9999 clauses out of 20008 with flag 465001/465001
45.13/44.55	c cleaning 10002 clauses out of 20010 with flag 475002/475002
46.03/45.45	c cleaning 9999 clauses out of 20007 with flag 485001/485001
46.93/46.34	c cleaning 9996 clauses out of 20008 with flag 495001/495001
47.83/47.29	c cleaning 9995 clauses out of 20011 with flag 505000/505000
48.83/48.20	c cleaning 10004 clauses out of 20016 with flag 515000/515000
49.73/49.13	c cleaning 9999 clauses out of 20013 with flag 525001/525001
50.63/50.04	c cleaning 10003 clauses out of 20013 with flag 535000/535000
51.53/50.94	c cleaning 10001 clauses out of 20010 with flag 545000/545000
52.43/51.88	c cleaning 10000 clauses out of 20010 with flag 555001/555001
53.33/52.80	c cleaning 10000 clauses out of 20009 with flag 565000/565000
54.33/53.71	c cleaning 10002 clauses out of 20010 with flag 575001/575001
55.23/54.64	c cleaning 9999 clauses out of 20007 with flag 585000/585000
56.13/55.57	c cleaning 9998 clauses out of 20008 with flag 595000/595000
57.13/56.51	c cleaning 10001 clauses out of 20010 with flag 605000/605000
58.03/57.48	c cleaning 9996 clauses out of 20009 with flag 615000/615000
59.03/58.42	c cleaning 10000 clauses out of 20014 with flag 625001/625001
59.93/59.36	c cleaning 10002 clauses out of 20014 with flag 635001/635001
60.83/60.27	c cleaning 10002 clauses out of 20011 with flag 645000/645000
61.73/61.18	c cleaning 9999 clauses out of 20009 with flag 655000/655000
62.63/62.08	c cleaning 9999 clauses out of 20011 with flag 665001/665001
63.53/62.98	c cleaning 10002 clauses out of 20011 with flag 675000/675000
64.53/63.92	c cleaning 9998 clauses out of 20009 with flag 685000/685000
65.43/64.87	c cleaning 10002 clauses out of 20011 with flag 695000/695000
66.43/65.84	c cleaning 9998 clauses out of 20009 with flag 705000/705000
67.43/66.80	c cleaning 10001 clauses out of 20011 with flag 715000/715000
68.23/67.70	c cleaning 9998 clauses out of 20010 with flag 725000/725000
69.15/68.59	c cleaning 10000 clauses out of 20013 with flag 735001/735001
70.15/69.50	c cleaning 9997 clauses out of 20012 with flag 745000/745000
71.06/70.45	c cleaning 10004 clauses out of 20015 with flag 755000/755000
71.95/71.39	c cleaning 10003 clauses out of 20012 with flag 765001/765001
72.95/72.31	c cleaning 10000 clauses out of 20009 with flag 775001/775001
73.85/73.22	c cleaning 9998 clauses out of 20009 with flag 785001/785001
74.75/74.17	c cleaning 10001 clauses out of 20011 with flag 795001/795001
75.65/75.08	c cleaning 9997 clauses out of 20009 with flag 805000/805000
76.65/76.00	c cleaning 10000 clauses out of 20014 with flag 815002/815002
77.45/76.87	c cleaning 9997 clauses out of 20012 with flag 825000/825000
78.45/77.80	c cleaning 10003 clauses out of 20015 with flag 835000/835000
79.35/78.73	c cleaning 9997 clauses out of 20012 with flag 845000/845000
80.25/79.63	c cleaning 10006 clauses out of 20017 with flag 855002/855002
81.05/80.49	c cleaning 10000 clauses out of 20009 with flag 865000/865000
81.96/81.38	c cleaning 9999 clauses out of 20011 with flag 875002/875002
82.85/82.28	c cleaning 10002 clauses out of 20010 with flag 885000/885000
83.85/83.22	c cleaning 9997 clauses out of 20008 with flag 895000/895000
84.66/84.09	c cleaning 10002 clauses out of 20012 with flag 905001/905001
85.66/85.02	c cleaning 10003 clauses out of 20009 with flag 915000/915000
86.56/85.96	c cleaning 10003 clauses out of 20007 with flag 925001/925001
87.47/86.86	c cleaning 9999 clauses out of 20006 with flag 935003/935003
88.37/87.78	c cleaning 9995 clauses out of 20004 with flag 945000/945000
89.26/88.68	c cleaning 10001 clauses out of 20010 with flag 955001/955001
90.16/89.58	c cleaning 9998 clauses out of 20008 with flag 965000/965000
91.07/90.48	c cleaning 10000 clauses out of 20010 with flag 975000/975000
91.97/91.39	c cleaning 10003 clauses out of 20011 with flag 985001/985001
92.87/92.29	c cleaning 9998 clauses out of 20008 with flag 995001/995001
93.77/93.15	c cleaning 9999 clauses out of 20011 with flag 1005002/1005002
94.67/94.07	c cleaning 9998 clauses out of 20010 with flag 1015000/1015000
95.67/95.02	c cleaning 10000 clauses out of 20012 with flag 1025000/1025000
96.57/95.96	c cleaning 10005 clauses out of 20015 with flag 1035003/1035003
97.48/96.86	c cleaning 9999 clauses out of 20008 with flag 1045001/1045001
98.37/97.79	c cleaning 9996 clauses out of 20009 with flag 1055001/1055001
99.37/98.71	c cleaning 10001 clauses out of 20012 with flag 1065000/1065000
100.27/99.61	c cleaning 9999 clauses out of 20012 with flag 1075001/1075001
101.07/100.47	c cleaning 10001 clauses out of 20014 with flag 1085002/1085002
101.97/101.36	c cleaning 9998 clauses out of 20012 with flag 1095001/1095001
102.88/102.25	c cleaning 10004 clauses out of 20013 with flag 1105000/1105000
103.77/103.17	c cleaning 9998 clauses out of 20010 with flag 1115001/1115001
104.77/104.13	c cleaning 10001 clauses out of 20012 with flag 1125001/1125001
105.67/105.06	c cleaning 9999 clauses out of 20010 with flag 1135000/1135000
106.57/105.96	c cleaning 10001 clauses out of 20011 with flag 1145000/1145000
107.47/106.85	c cleaning 10001 clauses out of 20011 with flag 1155001/1155001
108.38/107.74	c cleaning 10001 clauses out of 20009 with flag 1165000/1165000
109.27/108.63	c cleaning 9999 clauses out of 20009 with flag 1175001/1175001
110.17/109.55	c cleaning 10002 clauses out of 20010 with flag 1185001/1185001
111.07/110.45	c cleaning 9998 clauses out of 20008 with flag 1195001/1195001
111.97/111.35	c cleaning 9999 clauses out of 20009 with flag 1205000/1205000
112.88/112.25	c cleaning 10000 clauses out of 20012 with flag 1215002/1215002
113.77/113.16	c cleaning 10001 clauses out of 20010 with flag 1225000/1225000
114.67/114.07	c cleaning 10000 clauses out of 20012 with flag 1235003/1235003
115.67/115.01	c cleaning 10001 clauses out of 20009 with flag 1245000/1245000
116.57/115.93	c cleaning 9992 clauses out of 20009 with flag 1255001/1255001
117.47/116.83	c cleaning 10004 clauses out of 20016 with flag 1265000/1265000
118.38/117.75	c cleaning 9998 clauses out of 20014 with flag 1275002/1275002
119.27/118.64	c cleaning 10003 clauses out of 20015 with flag 1285001/1285001
120.18/119.55	c cleaning 10001 clauses out of 20011 with flag 1295000/1295000
121.07/120.44	c cleaning 10002 clauses out of 20010 with flag 1305000/1305000
121.97/121.32	c cleaning 9995 clauses out of 20009 with flag 1315001/1315001
122.87/122.22	c cleaning 10003 clauses out of 20017 with flag 1325004/1325004
123.78/123.14	c cleaning 10001 clauses out of 20011 with flag 1335001/1335001
124.67/124.07	c cleaning 9997 clauses out of 20010 with flag 1345001/1345001
125.57/124.98	c cleaning 10002 clauses out of 20012 with flag 1355000/1355000
126.57/125.91	c cleaning 10005 clauses out of 20012 with flag 1365002/1365002
127.47/126.82	c cleaning 9996 clauses out of 20005 with flag 1375000/1375000
128.37/127.74	c cleaning 9997 clauses out of 20009 with flag 1385000/1385000
129.28/128.66	c cleaning 10004 clauses out of 20012 with flag 1395000/1395000
130.17/129.58	c cleaning 9997 clauses out of 20010 with flag 1405002/1405002
131.07/130.48	c cleaning 10001 clauses out of 20011 with flag 1415000/1415000
131.97/131.37	c cleaning 10001 clauses out of 20010 with flag 1425000/1425000
132.87/132.29	c cleaning 10001 clauses out of 20009 with flag 1435000/1435000
133.78/133.19	c cleaning 9997 clauses out of 20009 with flag 1445001/1445001
134.68/134.10	c cleaning 10001 clauses out of 20012 with flag 1455001/1455001
135.58/134.99	c cleaning 10000 clauses out of 20012 with flag 1465002/1465002
136.48/135.87	c cleaning 9996 clauses out of 20010 with flag 1475000/1475000
137.38/136.76	c cleaning 10002 clauses out of 20015 with flag 1485001/1485001
138.28/137.69	c cleaning 9999 clauses out of 20012 with flag 1495000/1495000
139.29/138.65	c cleaning 10002 clauses out of 20014 with flag 1505001/1505001
140.18/139.57	c cleaning 10000 clauses out of 20011 with flag 1515000/1515000
141.08/140.48	c cleaning 10002 clauses out of 20011 with flag 1525000/1525000
141.98/141.39	c cleaning 10000 clauses out of 20012 with flag 1535003/1535003
142.98/142.30	c cleaning 10000 clauses out of 20010 with flag 1545001/1545001
143.78/143.18	c cleaning 9996 clauses out of 20009 with flag 1555000/1555000
144.69/144.09	c cleaning 10001 clauses out of 20014 with flag 1565001/1565001
145.68/145.03	c cleaning 9999 clauses out of 20013 with flag 1575001/1575001
146.58/145.96	c cleaning 10002 clauses out of 20015 with flag 1585002/1585002
147.48/146.87	c cleaning 9999 clauses out of 20011 with flag 1595000/1595000
148.38/147.78	c cleaning 9999 clauses out of 20012 with flag 1605000/1605000
149.28/148.66	c cleaning 9997 clauses out of 20013 with flag 1615000/1615000
150.19/149.52	c cleaning 10000 clauses out of 20016 with flag 1625000/1625000
151.08/150.41	c cleaning 9999 clauses out of 20016 with flag 1635000/1635000
151.98/151.30	c cleaning 10005 clauses out of 20021 with flag 1645004/1645004
152.88/152.21	c cleaning 10002 clauses out of 20013 with flag 1655001/1655001
153.78/153.14	c cleaning 9994 clauses out of 20010 with flag 1665000/1665000
154.69/154.07	c cleaning 10004 clauses out of 20018 with flag 1675002/1675002
155.58/154.96	c cleaning 10001 clauses out of 20013 with flag 1685001/1685001
156.48/155.85	c cleaning 9998 clauses out of 20011 with flag 1695000/1695000
157.39/156.76	c cleaning 10000 clauses out of 20014 with flag 1705001/1705001
158.29/157.67	c cleaning 10004 clauses out of 20014 with flag 1715001/1715001
159.19/158.57	c cleaning 9994 clauses out of 20009 with flag 1725000/1725000
160.09/159.47	c cleaning 10002 clauses out of 20016 with flag 1735001/1735001
160.99/160.37	c cleaning 10000 clauses out of 20014 with flag 1745001/1745001
161.89/161.28	c cleaning 9997 clauses out of 20013 with flag 1755000/1755000
162.79/162.13	c cleaning 10002 clauses out of 20016 with flag 1765000/1765000
163.69/163.03	c cleaning 10000 clauses out of 20014 with flag 1775000/1775000
164.59/163.96	c cleaning 9999 clauses out of 20014 with flag 1785000/1785000
165.49/164.89	c cleaning 9998 clauses out of 20015 with flag 1795000/1795000
166.49/165.80	c cleaning 9997 clauses out of 20017 with flag 1805000/1805000
167.29/166.68	c cleaning 10001 clauses out of 20020 with flag 1815000/1815000
168.19/167.54	c cleaning 10006 clauses out of 20020 with flag 1825001/1825001
169.09/168.49	c cleaning 9996 clauses out of 20013 with flag 1835000/1835000
169.99/169.39	c cleaning 10002 clauses out of 20018 with flag 1845001/1845001
170.89/170.28	c cleaning 10003 clauses out of 20016 with flag 1855001/1855001
171.79/171.16	c cleaning 10000 clauses out of 20013 with flag 1865001/1865001
172.69/172.08	c cleaning 10000 clauses out of 20012 with flag 1875000/1875000
173.59/172.98	c cleaning 10002 clauses out of 20013 with flag 1885001/1885001
174.59/173.91	c cleaning 10002 clauses out of 20011 with flag 1895001/1895001
175.39/174.80	c cleaning 9996 clauses out of 20008 with flag 1905000/1905000
176.39/175.70	c cleaning 10002 clauses out of 20012 with flag 1915000/1915000
177.19/176.59	c cleaning 10000 clauses out of 20011 with flag 1925001/1925001
178.09/177.46	c cleaning 9998 clauses out of 20010 with flag 1935000/1935000
178.99/178.37	c cleaning 10000 clauses out of 20013 with flag 1945001/1945001
179.89/179.29	c cleaning 10005 clauses out of 20012 with flag 1955000/1955000
180.79/180.17	c cleaning 9995 clauses out of 20008 with flag 1965001/1965001
181.69/181.08	c cleaning 10001 clauses out of 20015 with flag 1975003/1975003
182.69/182.01	c cleaning 10001 clauses out of 20012 with flag 1985001/1985001
183.59/182.92	c cleaning 9999 clauses out of 20011 with flag 1995001/1995001
184.49/183.81	c cleaning 10001 clauses out of 20011 with flag 2005000/2005000
185.39/184.70	c cleaning 10001 clauses out of 20012 with flag 2015002/2015002
186.29/185.63	c cleaning 10003 clauses out of 20010 with flag 2025001/2025001
187.29/186.61	c cleaning 10001 clauses out of 20007 with flag 2035001/2035001
188.19/187.52	c cleaning 9996 clauses out of 20005 with flag 2045000/2045000
189.09/188.44	c cleaning 10000 clauses out of 20009 with flag 2055000/2055000
189.99/189.35	c cleaning 10000 clauses out of 20009 with flag 2065000/2065000
190.89/190.25	c cleaning 9997 clauses out of 20010 with flag 2075001/2075001
191.79/191.16	c cleaning 9997 clauses out of 20012 with flag 2085000/2085000
192.69/192.05	c cleaning 10000 clauses out of 20015 with flag 2095000/2095000
193.59/192.94	c cleaning 10000 clauses out of 20016 with flag 2105001/2105001
194.49/193.86	c cleaning 10002 clauses out of 20015 with flag 2115000/2115000
195.39/194.77	c cleaning 10002 clauses out of 20015 with flag 2125002/2125002
196.29/195.65	c cleaning 9998 clauses out of 20011 with flag 2135000/2135000
197.19/196.52	c cleaning 10002 clauses out of 20014 with flag 2145001/2145001
197.99/197.37	c cleaning 9999 clauses out of 20014 with flag 2155003/2155003
198.89/198.27	c cleaning 9999 clauses out of 20013 with flag 2165001/2165001
199.89/199.20	c cleaning 10000 clauses out of 20014 with flag 2175001/2175001
200.79/200.11	c cleaning 10000 clauses out of 20014 with flag 2185001/2185001
201.59/200.99	c cleaning 10002 clauses out of 20015 with flag 2195002/2195002
202.59/201.90	c cleaning 10001 clauses out of 20012 with flag 2205001/2205001
203.49/202.80	c cleaning 10000 clauses out of 20012 with flag 2215002/2215002
204.39/203.75	c cleaning 10000 clauses out of 20011 with flag 2225001/2225001
205.29/204.67	c cleaning 10000 clauses out of 20011 with flag 2235001/2235001
206.19/205.60	c cleaning 10000 clauses out of 20010 with flag 2245000/2245000
207.09/206.49	c cleaning 10004 clauses out of 20011 with flag 2255001/2255001
208.09/207.40	c cleaning 9994 clauses out of 20006 with flag 2265000/2265000
208.89/208.29	c cleaning 10002 clauses out of 20013 with flag 2275001/2275001
209.80/209.16	c cleaning 9998 clauses out of 20010 with flag 2285000/2285000
210.70/210.04	c cleaning 10003 clauses out of 20014 with flag 2295002/2295002
211.60/210.95	c cleaning 9998 clauses out of 20009 with flag 2305000/2305000
212.50/211.86	c cleaning 10000 clauses out of 20011 with flag 2315000/2315000
213.50/212.81	c cleaning 9998 clauses out of 20011 with flag 2325000/2325000
214.40/213.71	c cleaning 10000 clauses out of 20013 with flag 2335000/2335000
215.29/214.60	c cleaning 10001 clauses out of 20013 with flag 2345000/2345000
216.20/215.51	c cleaning 10000 clauses out of 20014 with flag 2355002/2355002
216.20/215.56	c starts		: 1648
216.20/215.56	c conflicts		: 2355529
216.20/215.56	c decisions		: 2604319
216.20/215.56	c propagations		: 30855742
216.20/215.56	c inspects		: 3929990058
216.20/215.56	c shortcuts		: 0
216.20/215.56	c learnt literals	: 0
216.20/215.56	c learnt binary clauses	: 0
216.20/215.56	c learnt ternary clauses	: 0
216.20/215.56	c learnt constraints	: 2355529
216.20/215.56	c ignored constraints	: 0
216.20/215.56	c root simplifications	: 1648
216.20/215.56	c removed literals (reason simplification)	: 8107479
216.20/215.56	c reason swapping (by a shorter reason)	: 0
216.20/215.56	c Calls to reduceDB	: 237
216.20/215.56	c speed (assignments/second)	: 143215.99079132415
216.20/215.56	c non guided choices	24
216.20/215.57	c learnt constraints type 
216.20/215.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10541
216.20/215.57	c constraints type 
216.20/215.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1597
216.20/215.57	s SATISFIABLE
216.20/215.57	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 0
216.20/215.57	c Total wall clock time (in seconds) : 215.475

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-3190643-1302602654/watcher-3190643-1302602654 -o /tmp/evaluation-result-3190643-1302602654/solver-3190643-1302602654 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190643-1302602654.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.84 3.97 3.99 6/243 16248
/proc/meminfo: memFree=17468028/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=30540 CPUtime=0 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 1251 0 0 0 0 0 0 0 25 0 2 0 371865796 31272960 969 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 7635 969 741 9 0 386 0
[pid=16248/tid=16249] ppid=16246 vsize=30536 CPUtime=0 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 139 0 0 0 0 0 0 0 25 0 2 0 371865797 31268864 972 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253635935879 0 2147483391 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0648369 s]
/proc/loadavg: 3.84 3.97 3.99 6/243 16248
/proc/meminfo: memFree=17468028/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 9326 0 1 0 4 1 0 0 25 0 18 0 371865796 7751618560 9021 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1892485 9022 1740 9 0 1883223 0
[pid=16248/tid=16249] ppid=16246 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8152 0 1 0 4 1 0 0 25 0 18 0 371865797 7751618560 9023 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 47928395820131 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.100808 s]
/proc/loadavg: 3.84 3.97 3.99 6/243 16248
/proc/meminfo: memFree=17468028/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7636572 CPUtime=0.11 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 10468 0 1 0 9 2 0 0 25 0 18 0 371865796 7819849728 10163 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1909143 10163 2093 9 0 1899881 0
[pid=16248/tid=16249] ppid=16246 vsize=7636572 CPUtime=0.08 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8616 0 1 0 7 1 0 0 18 0 18 0 371865797 7819849728 10163 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 47928396159827 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) 7636572

[startup+0.300737 s]
/proc/loadavg: 3.84 3.97 3.99 6/243 16248
/proc/meminfo: memFree=17468028/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7645404 CPUtime=0.49 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 13363 0 1 0 47 2 0 0 25 0 19 0 371865796 7828893696 12338 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1911351 12338 2200 9 0 1902089 0
[pid=16248/tid=16249] ppid=16246 vsize=7645404 CPUtime=0.28 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8742 0 1 0 27 1 0 0 19 0 19 0 371865797 7828893696 12338 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 47928391680915 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7645404

[startup+0.700668 s]
/proc/loadavg: 3.84 3.97 3.99 6/243 16248
/proc/meminfo: memFree=17468028/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=1.17 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 20108 0 1 0 114 3 0 0 25 0 19 0 371865796 7846264832 17148 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 17148 2239 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=0.65 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8980 0 1 0 64 1 0 0 19 0 19 0 371865797 7846264832 17148 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505570619 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 7662368

[startup+1.50056 s]
/proc/loadavg: 3.84 3.97 3.99 4/243 16270
/proc/meminfo: memFree=17446460/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=2.08 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 20672 0 1 0 205 3 0 0 25 0 19 0 371865796 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 17710 2242 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=1.43 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8981 0 1 0 142 1 0 0 20 0 19 0 371865797 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505551817 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=0.02 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 483 0 0 0 2 0 0 0 16 0 19 0 371865799 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.21 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3011 0 0 0 21 0 0 0 17 0 19 0 371865802 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 17710 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 7662368

[startup+3.10127 s]
/proc/loadavg: 3.77 3.95 3.98 4/242 16270
/proc/meminfo: memFree=17443616/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=3.71 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 20839 0 1 0 368 3 0 0 25 0 19 0 371865796 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 17875 2242 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=3 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8982 0 1 0 299 1 0 0 25 0 19 0 371865797 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505570619 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=0.05 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 549 0 0 0 5 0 0 0 16 0 19 0 371865799 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.23 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3016 0 0 0 23 0 0 0 15 0 19 0 371865802 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 17875 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 7662368

[startup+6.30068 s]
/proc/loadavg: 3.77 3.95 3.98 5/262 16361
/proc/meminfo: memFree=17379008/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=6.91 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 21034 0 1 0 688 3 0 0 25 0 19 0 371865796 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 17986 2242 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=6.16 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 8986 0 1 0 615 1 0 0 25 0 19 0 371865797 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505551812 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 371865798 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=0.08 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 728 0 0 0 8 0 0 0 16 0 19 0 371865799 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.23 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3016 0 0 0 23 0 0 0 15 0 19 0 371865802 7846264832 17986 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0

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

/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 16 0 0 0 3 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0.05 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 5 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 4 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 4 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=2.83 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 837 0 0 0 282 1 0 0 16 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.25 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3021 0 0 0 25 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 213.4
Current children cumulated vsize (KiB) 7662368

[startup+214.301 s]
/proc/loadavg: 4.05 4.00 4.00 5/262 16367
/proc/meminfo: memFree=17375464/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=214.99 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 21424 0 1 0 21492 7 0 0 25 0 19 0 371865796 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 18123 2243 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=211.11 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 9212 0 1 0 21109 2 0 0 25 0 19 0 371865797 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505570486 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 3 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0.05 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 5 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 4 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=2.86 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 837 0 0 0 285 1 0 0 16 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.25 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3021 0 0 0 25 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.99
Current children cumulated vsize (KiB) 7662368

[startup+215.101 s]
/proc/loadavg: 4.05 4.00 4.00 5/262 16367
/proc/meminfo: memFree=17375464/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=215.8 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 21425 0 1 0 21573 7 0 0 25 0 19 0 371865796 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 18123 2243 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=211.9 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 9213 0 1 0 21188 2 0 0 25 0 19 0 371865797 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505583605 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0.05 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 5 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 3 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=2.87 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 837 0 0 0 286 1 0 0 16 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.25 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3021 0 0 0 25 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 215.8
Current children cumulated vsize (KiB) 7662368

[startup+215.501 s]
/proc/loadavg: 4.05 4.00 4.00 5/262 16367
/proc/meminfo: memFree=17375464/32951124 swapFree=67111528/67111528
[pid=16248] ppid=16246 vsize=7662368 CPUtime=216.2 cores=5,7
/proc/16248/stat : 16248 (java) S 16246 16248 15204 0 -1 4202496 21425 0 1 0 21613 7 0 0 25 0 19 0 371865796 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16248/statm: 1915592 18123 2243 9 0 1906330 0
[pid=16248/tid=16249] ppid=16246 vsize=7662368 CPUtime=212.3 cores=5,7
/proc/16248/task/16249/stat : 16249 (java) R 16246 16248 15204 0 -1 4202560 9213 0 1 0 21228 2 0 0 25 0 19 0 371865797 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 46912505710558 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16248/tid=16251] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16251/stat : 16251 (java) S 16246 16248 15204 0 -1 4202560 205 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16252] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16252/stat : 16252 (java) S 16246 16248 15204 0 -1 4202560 16 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16253] ppid=16246 vsize=7662368 CPUtime=0.05 cores=5,7
/proc/16248/task/16253/stat : 16253 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 5 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16254] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16254/stat : 16254 (java) S 16246 16248 15204 0 -1 4202560 32 0 0 0 3 0 0 0 16 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16255] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16255/stat : 16255 (java) S 16246 16248 15204 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16256] ppid=16246 vsize=7662368 CPUtime=0.03 cores=5,7
/proc/16248/task/16256/stat : 16256 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16257] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16257/stat : 16257 (java) S 16246 16248 15204 0 -1 4202560 26 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16258] ppid=16246 vsize=7662368 CPUtime=0.04 cores=5,7
/proc/16248/task/16258/stat : 16258 (java) S 16246 16248 15204 0 -1 4202560 289 0 0 0 4 0 0 0 15 0 19 0 371865798 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16259] ppid=16246 vsize=7662368 CPUtime=2.87 cores=5,7
/proc/16248/task/16259/stat : 16259 (java) S 16246 16248 15204 0 -1 4202560 837 0 0 0 286 1 0 0 16 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 0 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16260] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16260/stat : 16260 (java) S 16246 16248 15204 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16261] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16261/stat : 16261 (java) S 16246 16248 15204 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 371865799 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16262] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16262/stat : 16262 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652683185 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16263] ppid=16246 vsize=7662368 CPUtime=0.37 cores=5,7
/proc/16248/task/16263/stat : 16263 (java) S 16246 16248 15204 0 -1 4202560 6568 0 0 0 37 0 0 0 19 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 5 0 0 0
[pid=16248/tid=16264] ppid=16246 vsize=7662368 CPUtime=0.25 cores=5,7
/proc/16248/task/16264/stat : 16264 (java) S 16246 16248 15204 0 -1 4202560 3021 0 0 0 25 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16265] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16265/stat : 16265 (java) S 16246 16248 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652675481 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16266] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16266/stat : 16266 (java) S 16246 16248 15204 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371865802 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
[pid=16248/tid=16267] ppid=16246 vsize=7662368 CPUtime=0 cores=5,7
/proc/16248/task/16267/stat : 16267 (java) S 16246 16248 15204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371865808 7846264832 18123 33554432000 1073741824 1073778376 140733540909040 18446744073709551615 253652676096 0 4 0 16800975 18446604466601846080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 216.2
Current children cumulated vsize (KiB) 7662368

Child status: 10
Real time (s): 215.582
CPU time (s): 216.279
CPU user time (s): 216.204
CPU system time (s): 0.074988
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 7662368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.204
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21447
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= 10781
involuntary context switches= 5598

runsolver used 0.361944 second user time and 0.836872 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-12 12:04:14
IDJOB=3190643
IDBENCH=82974
IDSOLVER=1611
FILE ID=node106/3190643-1302602654
RUNJOBID= node106-1302597443-15225
PBS_JOBID= 12958099
Free space on /tmp= 71564 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1129651135-081.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-3190643-1302602654/watcher-3190643-1302602654 -o /tmp/evaluation-result-3190643-1302602654/solver-3190643-1302602654 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190643-1302602654.cnf

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

MD5SUM BENCH= f54f75ab88c77b4cc676aaab44569f75
RANDOM SEED=388102317

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.82
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17468060 kB
Buffers:        734184 kB
Cached:       14122852 kB
SwapCached:          0 kB
Active:        9059216 kB
Inactive:      6029316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17468060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1964 kB
Writeback:           0 kB
AnonPages:      231860 kB
Mapped:          23348 kB
Slab:           329660 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22057312 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= 71564 MiB
End job on node106 at 2011-04-12 12:07:50