Trace number 2694775

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 PB RES // CP 2.2.0 2010-05-31Wrong Opt. 820.403 438.567

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554072--soft-66-100-0.wbo
MD5SUM94413eaf3e98de59f2ecdb125fc71636
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark313.541
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints961
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

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 version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
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		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694775-1277901336.wbo
0.11/0.10	c reading problem ... 
0.50/0.32	c ... done. Wall clock time 0.22s.
0.50/0.32	c #vars     1192
0.50/0.32	c #constraints  2707
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1593
0.50/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 967
0.50/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146
0.50/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1593
0.50/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 967
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.83/0.47	c And the winner is Resolution
1.45/1.33	c SATISFIABLE
1.45/1.33	c OPTIMIZING...
1.45/1.33	c Got one! Elapsed wall clock time (in seconds):1.226
1.45/1.33	o 133
1.71/1.46	c And the winner is Resolution
2.08/2.34	c Got one! Elapsed wall clock time (in seconds):2.234
2.08/2.34	o 106
2.31/2.40	c And the winner is Resolution
2.37/3.34	c Got one! Elapsed wall clock time (in seconds):3.241
2.37/3.34	o 102
2.74/3.54	c And the winner is Resolution
2.86/4.35	c Got one! Elapsed wall clock time (in seconds):4.248
2.86/4.35	o 87
2.98/4.46	c cleaning 2499 clauses out of 5002 with flag 5002/5002
4.42/5.03	c cleaning 4249 clauses out of 8502 with flag 11001/11001
5.84/5.75	c cleaning 5625 clauses out of 11254 with flag 18002/18002
7.64/6.65	c cleaning 6810 clauses out of 13627 with flag 26000/26000
8.04/6.83	c And the winner is Resolution
8.14/7.36	c Got one! Elapsed wall clock time (in seconds):7.26
8.14/7.36	o 32
9.21/7.94	c And the winner is Resolution
9.31/8.37	c Got one! Elapsed wall clock time (in seconds):8.266
9.31/8.37	o 25
9.76/8.64	c cleaning 7906 clauses out of 15817 with flag 35000/35000
11.75/9.62	c cleaning 8951 clauses out of 17912 with flag 45001/45001
13.75/10.67	c cleaning 9475 clauses out of 18961 with flag 55001/55001
15.75/11.69	c cleaning 9739 clauses out of 19485 with flag 65000/65000
17.72/12.60	c cleaning 9861 clauses out of 19746 with flag 75000/75000
19.70/13.61	c cleaning 9935 clauses out of 19886 with flag 85001/85001
21.68/14.67	c cleaning 9970 clauses out of 19950 with flag 95000/95000
23.65/15.69	c cleaning 9990 clauses out of 19983 with flag 105003/105003
25.63/16.69	c cleaning 9984 clauses out of 19990 with flag 115000/115000
27.81/17.72	c cleaning 9999 clauses out of 20006 with flag 125000/125000
29.60/18.66	c cleaning 9996 clauses out of 20007 with flag 135000/135000
31.56/19.62	c cleaning 10003 clauses out of 20013 with flag 145002/145002
33.31/20.52	c cleaning 10000 clauses out of 20008 with flag 155000/155000
35.10/21.44	c cleaning 10000 clauses out of 20009 with flag 165001/165001
36.86/22.35	c cleaning 9987 clauses out of 20008 with flag 175000/175000
38.63/23.21	c cleaning 10003 clauses out of 20021 with flag 185000/185000
40.39/24.11	c cleaning 10003 clauses out of 20018 with flag 195000/195000
42.15/25.03	c cleaning 9997 clauses out of 20015 with flag 205000/205000
44.12/26.01	c cleaning 9999 clauses out of 20018 with flag 215000/215000
45.88/26.97	c cleaning 10004 clauses out of 20019 with flag 225000/225000
47.63/27.89	c cleaning 9997 clauses out of 20016 with flag 235001/235001
49.40/28.76	c cleaning 9999 clauses out of 20018 with flag 245000/245000
51.19/29.61	c cleaning 10003 clauses out of 20019 with flag 255000/255000
52.73/30.49	c cleaning 10003 clauses out of 20017 with flag 265001/265001
54.69/31.46	c cleaning 10003 clauses out of 20014 with flag 275001/275001
56.46/32.37	c cleaning 10000 clauses out of 20012 with flag 285002/285002
58.22/33.24	c cleaning 9993 clauses out of 20010 with flag 295000/295000
59.98/34.16	c cleaning 10002 clauses out of 20019 with flag 305002/305002
61.72/35.09	c cleaning 10003 clauses out of 20018 with flag 315003/315003
63.47/35.94	c cleaning 10002 clauses out of 20012 with flag 325000/325000
65.01/36.77	c cleaning 10000 clauses out of 20011 with flag 335001/335001
66.57/37.56	c cleaning 10001 clauses out of 20012 with flag 345002/345002
68.33/38.42	c cleaning 9999 clauses out of 20009 with flag 355000/355000
69.87/39.21	c cleaning 10003 clauses out of 20012 with flag 365002/365002
71.43/40.07	c cleaning 10001 clauses out of 20009 with flag 375002/375002
73.19/40.95	c cleaning 9998 clauses out of 20006 with flag 385000/385000
74.73/41.80	c cleaning 9992 clauses out of 20008 with flag 395000/395000
76.47/42.69	c cleaning 10003 clauses out of 20016 with flag 405000/405000
78.22/43.56	c cleaning 9999 clauses out of 20013 with flag 415000/415000
79.96/44.40	c cleaning 9998 clauses out of 20014 with flag 425000/425000
81.50/45.29	c cleaning 10001 clauses out of 20016 with flag 435000/435000
83.06/46.09	c cleaning 9990 clauses out of 20015 with flag 445000/445000
84.81/46.91	c cleaning 10007 clauses out of 20025 with flag 455000/455000
86.38/47.74	c cleaning 10002 clauses out of 20018 with flag 465000/465000
88.12/48.60	c cleaning 10004 clauses out of 20017 with flag 475001/475001
89.68/49.46	c cleaning 10001 clauses out of 20014 with flag 485002/485002
91.42/50.31	c cleaning 10003 clauses out of 20013 with flag 495002/495002
92.97/51.16	c cleaning 9999 clauses out of 20010 with flag 505002/505002
94.70/52.04	c cleaning 9995 clauses out of 20011 with flag 515002/515002
96.27/52.86	c cleaning 9994 clauses out of 20014 with flag 525000/525000
98.00/53.72	c cleaning 10007 clauses out of 20021 with flag 535001/535001
99.54/54.56	c cleaning 9999 clauses out of 20013 with flag 545000/545000
101.29/55.42	c cleaning 10001 clauses out of 20015 with flag 555001/555001
102.23/55.94	c cleaning 0 clauses out of 5000 with flag 0/5000
103.11/56.38	c cleaning 9997 clauses out of 20013 with flag 565000/565000
104.99/57.21	c cleaning 9999 clauses out of 20016 with flag 575000/575000
106.50/58.09	c cleaning 10005 clauses out of 20018 with flag 585001/585001
108.44/59.04	c cleaning 9999 clauses out of 20014 with flag 595002/595002
110.19/59.94	c cleaning 10001 clauses out of 20013 with flag 605000/605000
111.74/60.77	c cleaning 10001 clauses out of 20013 with flag 615001/615001
113.47/61.62	c cleaning 10004 clauses out of 20012 with flag 625001/625001
115.00/62.43	c cleaning 9995 clauses out of 20007 with flag 635000/635000
116.53/63.28	c cleaning 10004 clauses out of 20013 with flag 645001/645001
118.29/64.15	c cleaning 10001 clauses out of 20008 with flag 655000/655000
120.01/65.00	c cleaning 9998 clauses out of 20007 with flag 665000/665000
121.55/65.87	c cleaning 10001 clauses out of 20010 with flag 675001/675001
123.28/66.70	c cleaning 10000 clauses out of 20009 with flag 685001/685001
124.82/67.56	c cleaning 10001 clauses out of 20009 with flag 695001/695001
126.55/68.44	c cleaning 9996 clauses out of 20007 with flag 705000/705000
128.09/69.25	c cleaning 10004 clauses out of 20013 with flag 715002/715002
129.62/70.08	c cleaning 9996 clauses out of 20009 with flag 725002/725002
131.36/70.90	c cleaning 10000 clauses out of 20011 with flag 735000/735000
132.88/71.76	c cleaning 10001 clauses out of 20012 with flag 745001/745001
134.63/72.61	c cleaning 10002 clauses out of 20012 with flag 755002/755002
136.35/73.50	c cleaning 9996 clauses out of 20008 with flag 765000/765000
138.09/74.41	c cleaning 10002 clauses out of 20016 with flag 775004/775004
139.79/75.36	c cleaning 9998 clauses out of 20011 with flag 785001/785001
141.52/76.27	c cleaning 10004 clauses out of 20015 with flag 795003/795003
143.26/77.18	c cleaning 10001 clauses out of 20010 with flag 805002/805002
145.20/78.12	c cleaning 9992 clauses out of 20008 with flag 815001/815001
146.90/79.01	c cleaning 10002 clauses out of 20019 with flag 825004/825004
148.64/79.93	c cleaning 10004 clauses out of 20014 with flag 835001/835001
150.38/80.84	c cleaning 9996 clauses out of 20009 with flag 845000/845000
152.10/81.75	c cleaning 10003 clauses out of 20016 with flag 855003/855003
153.83/82.66	c cleaning 9996 clauses out of 20010 with flag 865000/865000
155.78/83.60	c cleaning 9998 clauses out of 20014 with flag 875000/875000
157.71/84.63	c cleaning 10001 clauses out of 20016 with flag 885000/885000
159.63/85.62	c cleaning 10005 clauses out of 20015 with flag 895000/895000
161.55/86.62	c cleaning 9999 clauses out of 20011 with flag 905001/905001
163.48/87.62	c cleaning 10000 clauses out of 20012 with flag 915001/915001
165.21/88.54	c cleaning 10001 clauses out of 20012 with flag 925001/925001
166.93/89.45	c cleaning 10002 clauses out of 20010 with flag 935000/935000
168.83/90.46	c cleaning 9997 clauses out of 20008 with flag 945000/945000
170.96/91.51	c cleaning 9998 clauses out of 20011 with flag 955000/955000
172.69/92.46	c cleaning 10000 clauses out of 20013 with flag 965000/965000
174.61/93.40	c cleaning 10001 clauses out of 20015 with flag 975002/975002
176.30/94.33	c cleaning 10001 clauses out of 20012 with flag 985000/985000
177.82/95.15	c cleaning 10003 clauses out of 20014 with flag 995003/995003
179.55/96.00	c cleaning 9999 clauses out of 20009 with flag 1005001/1005001
181.26/96.93	c cleaning 10004 clauses out of 20013 with flag 1015004/1015004
182.76/97.78	c cleaning 9996 clauses out of 20008 with flag 1025003/1025003
184.48/98.66	c cleaning 9999 clauses out of 20009 with flag 1035000/1035000
186.21/99.50	c cleaning 9998 clauses out of 20010 with flag 1045000/1045000
187.73/100.39	c cleaning 9998 clauses out of 20013 with flag 1055001/1055001
189.64/101.30	c cleaning 9994 clauses out of 20015 with flag 1065001/1065001
191.16/102.18	c cleaning 10002 clauses out of 20020 with flag 1075000/1075000
192.88/103.01	c cleaning 10005 clauses out of 20019 with flag 1085001/1085001
194.59/103.90	c cleaning 10003 clauses out of 20016 with flag 1095003/1095003
196.09/104.76	c cleaning 10003 clauses out of 20011 with flag 1105001/1105001
197.81/105.60	c cleaning 9999 clauses out of 20008 with flag 1115001/1115001
199.32/106.46	c cleaning 9999 clauses out of 20008 with flag 1125000/1125000
201.03/107.34	c cleaning 10001 clauses out of 20010 with flag 1135001/1135001
202.73/108.24	c cleaning 9997 clauses out of 20010 with flag 1145002/1145002
204.25/109.08	c cleaning 9996 clauses out of 20011 with flag 1155000/1155000
205.97/109.99	c cleaning 10002 clauses out of 20015 with flag 1165000/1165000
207.87/110.92	c cleaning 9999 clauses out of 20013 with flag 1175000/1175000
209.56/111.85	c cleaning 10003 clauses out of 20016 with flag 1185002/1185002
211.28/112.79	c cleaning 9998 clauses out of 20014 with flag 1195003/1195003
213.00/113.64	c cleaning 10002 clauses out of 20013 with flag 1205000/1205000
214.71/114.51	c cleaning 10000 clauses out of 20011 with flag 1215000/1215000
216.41/115.41	c cleaning 9999 clauses out of 20011 with flag 1225000/1225000
218.11/116.33	c cleaning 10000 clauses out of 20013 with flag 1235001/1235001
219.83/117.20	c cleaning 9997 clauses out of 20013 with flag 1245001/1245001
221.55/118.11	c cleaning 10005 clauses out of 20015 with flag 1255000/1255000
223.22/119.02	c cleaning 9995 clauses out of 20010 with flag 1265000/1265000
224.75/119.84	c cleaning 10008 clauses out of 20021 with flag 1275006/1275006
226.25/120.68	c cleaning 9996 clauses out of 20008 with flag 1285001/1285001
227.97/121.56	c cleaning 10001 clauses out of 20014 with flag 1295003/1295003
229.66/122.41	c cleaning 10001 clauses out of 20011 with flag 1305001/1305001
231.37/123.30	c cleaning 9999 clauses out of 20009 with flag 1315000/1315000
232.89/124.16	c cleaning 9997 clauses out of 20010 with flag 1325000/1325000
234.60/125.01	c cleaning 10004 clauses out of 20017 with flag 1335004/1335004
236.29/125.92	c cleaning 9996 clauses out of 20009 with flag 1345000/1345000
238.00/126.85	c cleaning 10000 clauses out of 20013 with flag 1355000/1355000
239.72/127.79	c cleaning 10003 clauses out of 20015 with flag 1365002/1365002
241.45/128.63	c cleaning 9994 clauses out of 20010 with flag 1375000/1375000
242.93/129.49	c cleaning 10005 clauses out of 20018 with flag 1385002/1385002
244.65/130.35	c cleaning 9999 clauses out of 20012 with flag 1395001/1395001
246.15/131.17	c cleaning 10003 clauses out of 20012 with flag 1405000/1405000
247.89/132.01	c cleaning 10002 clauses out of 20010 with flag 1415001/1415001
249.37/132.87	c cleaning 9993 clauses out of 20007 with flag 1425000/1425000
251.09/133.77	c cleaning 9995 clauses out of 20014 with flag 1435000/1435000
252.80/134.60	c cleaning 10004 clauses out of 20019 with flag 1445000/1445000
254.32/135.42	c cleaning 9997 clauses out of 20016 with flag 1455001/1455001
255.80/136.24	c cleaning 10008 clauses out of 20021 with flag 1465003/1465003
257.31/137.05	c cleaning 9999 clauses out of 20010 with flag 1475000/1475000
258.83/137.88	c cleaning 10000 clauses out of 20011 with flag 1485000/1485000
260.35/138.68	c cleaning 10000 clauses out of 20011 with flag 1495000/1495000
262.06/139.57	c cleaning 10001 clauses out of 20011 with flag 1505000/1505000
263.77/140.40	c cleaning 9997 clauses out of 20010 with flag 1515000/1515000
265.29/141.22	c cleaning 10003 clauses out of 20014 with flag 1525001/1525001
266.80/142.03	c cleaning 10000 clauses out of 20010 with flag 1535000/1535000
268.29/142.87	c cleaning 9998 clauses out of 20010 with flag 1545000/1545000
270.03/143.76	c cleaning 10000 clauses out of 20012 with flag 1555000/1555000
271.53/144.59	c cleaning 9992 clauses out of 20012 with flag 1565000/1565000
273.05/145.38	c cleaning 10004 clauses out of 20022 with flag 1575002/1575002
274.76/146.27	c cleaning 10003 clauses out of 20016 with flag 1585000/1585000
276.47/147.10	c cleaning 10002 clauses out of 20014 with flag 1595001/1595001
277.99/147.95	c cleaning 9999 clauses out of 20013 with flag 1605002/1605002
279.50/148.78	c cleaning 9995 clauses out of 20012 with flag 1615000/1615000
281.20/149.64	c cleaning 10002 clauses out of 20020 with flag 1625003/1625003
282.92/150.51	c cleaning 10003 clauses out of 20015 with flag 1635000/1635000
284.44/151.40	c cleaning 10000 clauses out of 20012 with flag 1645000/1645000
286.15/152.23	c cleaning 9997 clauses out of 20012 with flag 1655000/1655000
287.84/153.11	c cleaning 10003 clauses out of 20016 with flag 1665001/1665001
289.37/153.96	c cleaning 10001 clauses out of 20014 with flag 1675002/1675002
291.07/154.86	c cleaning 10000 clauses out of 20011 with flag 1685000/1685000
292.99/155.82	c cleaning 10002 clauses out of 20011 with flag 1695000/1695000
294.89/156.84	c cleaning 9998 clauses out of 20010 with flag 1705001/1705001
296.80/157.83	c cleaning 9993 clauses out of 20012 with flag 1715001/1715001
298.51/158.78	c cleaning 10003 clauses out of 20018 with flag 1725000/1725000
300.23/159.68	c cleaning 10002 clauses out of 20020 with flag 1735005/1735005
302.13/160.64	c cleaning 10003 clauses out of 20013 with flag 1745000/1745000
304.05/161.65	c cleaning 10001 clauses out of 20012 with flag 1755002/1755002
305.75/162.56	c cleaning 10002 clauses out of 20009 with flag 1765000/1765000
307.66/163.58	c cleaning 10003 clauses out of 20007 with flag 1775000/1775000
309.55/164.57	c cleaning 9993 clauses out of 20005 with flag 1785001/1785001
311.26/165.43	c cleaning 10001 clauses out of 20014 with flag 1795003/1795003
312.98/166.36	c cleaning 9998 clauses out of 20012 with flag 1805002/1805002
314.90/167.31	c cleaning 9998 clauses out of 20013 with flag 1815001/1815001
316.59/168.27	c cleaning 9998 clauses out of 20014 with flag 1825000/1825000
318.29/169.18	c cleaning 10000 clauses out of 20016 with flag 1835000/1835000
320.21/170.12	c cleaning 10002 clauses out of 20016 with flag 1845000/1845000
322.13/171.11	c cleaning 10000 clauses out of 20016 with flag 1855002/1855002
323.82/172.03	c cleaning 10000 clauses out of 20014 with flag 1865000/1865000
325.53/172.92	c cleaning 10000 clauses out of 20014 with flag 1875000/1875000
327.26/173.86	c cleaning 9999 clauses out of 20015 with flag 1885001/1885001
328.96/174.79	c cleaning 10003 clauses out of 20017 with flag 1895002/1895002
330.64/175.69	c cleaning 9999 clauses out of 20013 with flag 1905001/1905001
332.37/176.57	c cleaning 10002 clauses out of 20016 with flag 1915003/1915003
334.08/177.47	c cleaning 9996 clauses out of 20011 with flag 1925000/1925000
335.79/178.35	c cleaning 10000 clauses out of 20016 with flag 1935001/1935001
337.69/179.31	c cleaning 10004 clauses out of 20017 with flag 1945002/1945002
339.40/180.23	c cleaning 9996 clauses out of 20011 with flag 1955000/1955000
341.11/181.15	c cleaning 9996 clauses out of 20015 with flag 1965000/1965000
343.02/182.16	c cleaning 10000 clauses out of 20019 with flag 1975000/1975000
344.91/183.10	c cleaning 9999 clauses out of 20019 with flag 1985000/1985000
346.63/184.03	c cleaning 10004 clauses out of 20020 with flag 1995000/1995000
348.55/185.04	c cleaning 9999 clauses out of 20016 with flag 2005000/2005000
350.26/185.93	c cleaning 10001 clauses out of 20017 with flag 2015000/2015000
351.94/186.88	c cleaning 10003 clauses out of 20016 with flag 2025000/2025000
353.86/187.82	c cleaning 10000 clauses out of 20013 with flag 2035000/2035000
355.56/188.77	c cleaning 10002 clauses out of 20015 with flag 2045002/2045002
357.47/189.70	c cleaning 9999 clauses out of 20012 with flag 2055001/2055001
359.36/190.77	c cleaning 10002 clauses out of 20013 with flag 2065001/2065001
361.27/191.70	c cleaning 9999 clauses out of 20010 with flag 2075000/2075000
362.97/192.65	c cleaning 10002 clauses out of 20011 with flag 2085000/2085000
364.90/193.63	c cleaning 9995 clauses out of 20010 with flag 2095001/2095001
366.79/194.62	c cleaning 10000 clauses out of 20014 with flag 2105000/2105000
368.48/195.59	c cleaning 10003 clauses out of 20016 with flag 2115002/2115002
370.39/196.58	c cleaning 10000 clauses out of 20014 with flag 2125003/2125003
372.09/197.46	c cleaning 10002 clauses out of 20011 with flag 2135000/2135000
373.78/198.34	c cleaning 10000 clauses out of 20011 with flag 2145002/2145002
375.69/199.31	c cleaning 9995 clauses out of 20009 with flag 2155000/2155000
377.20/200.20	c cleaning 10000 clauses out of 20014 with flag 2165000/2165000
379.12/201.16	c cleaning 10004 clauses out of 20015 with flag 2175001/2175001
380.80/202.08	c cleaning 9993 clauses out of 20010 with flag 2185000/2185000
382.51/202.95	c cleaning 10007 clauses out of 20020 with flag 2195003/2195003
384.24/203.86	c cleaning 9999 clauses out of 20010 with flag 2205000/2205000
385.93/204.79	c cleaning 9995 clauses out of 20012 with flag 2215001/2215001
387.82/205.79	c cleaning 9999 clauses out of 20016 with flag 2225000/2225000
389.74/206.72	c cleaning 10003 clauses out of 20018 with flag 2235001/2235001
391.44/207.66	c cleaning 10002 clauses out of 20014 with flag 2245000/2245000
393.56/208.72	c cleaning 9998 clauses out of 20013 with flag 2255001/2255001
395.45/209.79	c cleaning 10004 clauses out of 20015 with flag 2265001/2265001
397.35/210.70	c cleaning 9999 clauses out of 20010 with flag 2275000/2275000
399.04/211.66	c cleaning 10000 clauses out of 20011 with flag 2285000/2285000
400.96/212.63	c cleaning 10001 clauses out of 20013 with flag 2295002/2295002
402.63/213.59	c cleaning 9994 clauses out of 20010 with flag 2305000/2305000
404.55/214.57	c cleaning 10001 clauses out of 20016 with flag 2315000/2315000
406.24/215.50	c cleaning 9997 clauses out of 20016 with flag 2325001/2325001
408.15/216.47	c cleaning 10003 clauses out of 20018 with flag 2335000/2335000
410.03/217.44	c cleaning 10003 clauses out of 20016 with flag 2345001/2345001
411.73/218.39	c cleaning 10001 clauses out of 20015 with flag 2355003/2355003
413.83/219.40	c cleaning 9997 clauses out of 20013 with flag 2365002/2365002
415.73/220.40	c cleaning 10002 clauses out of 20014 with flag 2375000/2375000
417.41/221.37	c cleaning 10000 clauses out of 20012 with flag 2385000/2385000
419.31/222.32	c cleaning 10003 clauses out of 20013 with flag 2395001/2395001
421.03/223.27	c cleaning 9999 clauses out of 20009 with flag 2405000/2405000
422.92/224.25	c cleaning 9997 clauses out of 20010 with flag 2415000/2415000
424.57/225.16	c cleaning 10002 clauses out of 20014 with flag 2425001/2425001
426.49/226.12	c cleaning 10000 clauses out of 20014 with flag 2435003/2435003
428.40/227.18	c cleaning 9999 clauses out of 20012 with flag 2445001/2445001
430.29/228.15	c cleaning 10002 clauses out of 20014 with flag 2455002/2455002
432.16/229.19	c cleaning 10002 clauses out of 20011 with flag 2465001/2465001
434.06/230.14	c cleaning 10001 clauses out of 20010 with flag 2475002/2475002
435.76/231.04	c cleaning 9999 clauses out of 20008 with flag 2485001/2485001
437.46/231.98	c cleaning 9997 clauses out of 20009 with flag 2495001/2495001
439.33/232.96	c cleaning 9996 clauses out of 20011 with flag 2505000/2505000
441.03/233.89	c cleaning 10004 clauses out of 20015 with flag 2515000/2515000
442.94/234.85	c cleaning 10003 clauses out of 20012 with flag 2525001/2525001
444.64/235.79	c cleaning 9999 clauses out of 20009 with flag 2535001/2535001
446.70/236.81	c cleaning 9996 clauses out of 20009 with flag 2545000/2545000
448.40/237.77	c cleaning 10000 clauses out of 20014 with flag 2555001/2555001
450.31/238.73	c cleaning 10000 clauses out of 20013 with flag 2565000/2565000
452.01/239.68	c cleaning 10001 clauses out of 20014 with flag 2575001/2575001
454.07/240.70	c cleaning 9995 clauses out of 20012 with flag 2585000/2585000
455.56/241.57	c cleaning 10000 clauses out of 20018 with flag 2595001/2595001
457.26/242.49	c cleaning 10004 clauses out of 20018 with flag 2605001/2605001
458.97/243.38	c cleaning 10001 clauses out of 20014 with flag 2615001/2615001
460.86/244.37	c cleaning 10001 clauses out of 20012 with flag 2625000/2625000
462.55/245.29	c cleaning 9996 clauses out of 20013 with flag 2635002/2635002
464.42/246.21	c cleaning 10004 clauses out of 20015 with flag 2645000/2645000
466.10/247.12	c cleaning 9999 clauses out of 20011 with flag 2655000/2655000
467.73/248.07	c cleaning 9999 clauses out of 20012 with flag 2665000/2665000
469.43/248.97	c cleaning 10002 clauses out of 20014 with flag 2675001/2675001
471.09/249.87	c cleaning 10001 clauses out of 20013 with flag 2685002/2685002
472.80/250.79	c cleaning 9998 clauses out of 20010 with flag 2695000/2695000
474.67/251.74	c cleaning 10000 clauses out of 20012 with flag 2705000/2705000
476.33/252.66	c cleaning 10004 clauses out of 20017 with flag 2715005/2715005
478.01/253.54	c cleaning 9999 clauses out of 20010 with flag 2725002/2725002
479.69/254.48	c cleaning 9993 clauses out of 20009 with flag 2735000/2735000
481.55/255.46	c cleaning 10001 clauses out of 20016 with flag 2745000/2745000
483.23/256.36	c cleaning 9999 clauses out of 20015 with flag 2755000/2755000
484.91/257.21	c cleaning 10001 clauses out of 20016 with flag 2765000/2765000
486.37/258.06	c cleaning 10004 clauses out of 20015 with flag 2775000/2775000
488.00/258.98	c cleaning 10002 clauses out of 20014 with flag 2785003/2785003
489.68/259.88	c cleaning 9998 clauses out of 20011 with flag 2795002/2795002
491.59/260.80	c cleaning 10000 clauses out of 20012 with flag 2805001/2805001
493.29/261.72	c cleaning 9997 clauses out of 20012 with flag 2815001/2815001
495.12/262.76	c cleaning 10001 clauses out of 20016 with flag 2825002/2825002
496.78/263.69	c cleaning 10002 clauses out of 20015 with flag 2835002/2835002
498.70/264.66	c cleaning 10003 clauses out of 20011 with flag 2845000/2845000
500.58/265.60	c cleaning 10000 clauses out of 20008 with flag 2855000/2855000
502.21/266.56	c cleaning 10000 clauses out of 20008 with flag 2865000/2865000
503.89/267.45	c cleaning 10001 clauses out of 20011 with flag 2875003/2875003
505.59/268.32	c cleaning 9999 clauses out of 20008 with flag 2885001/2885001
507.04/269.19	c cleaning 9993 clauses out of 20009 with flag 2895001/2895001
508.88/270.16	c cleaning 10005 clauses out of 20017 with flag 2905002/2905002
510.56/271.08	c cleaning 9996 clauses out of 20010 with flag 2915000/2915000
512.23/271.97	c cleaning 9993 clauses out of 20014 with flag 2925000/2925000
513.92/272.89	c cleaning 10001 clauses out of 20022 with flag 2935001/2935001
515.80/273.83	c cleaning 10007 clauses out of 20021 with flag 2945001/2945001
517.24/274.65	c cleaning 10000 clauses out of 20015 with flag 2955002/2955002
518.70/275.50	c cleaning 10002 clauses out of 20013 with flag 2965000/2965000
520.36/276.39	c cleaning 9998 clauses out of 20011 with flag 2975000/2975000
522.22/277.31	c cleaning 10001 clauses out of 20015 with flag 2985002/2985002
523.91/278.25	c cleaning 10001 clauses out of 20012 with flag 2995000/2995000
525.79/279.22	c cleaning 10003 clauses out of 20012 with flag 3005001/3005001
527.46/280.19	c cleaning 9997 clauses out of 20009 with flag 3015001/3015001
529.31/281.16	c cleaning 9999 clauses out of 20012 with flag 3025001/3025001
530.97/282.09	c cleaning 9997 clauses out of 20012 with flag 3035000/3035000
532.83/283.00	c cleaning 10003 clauses out of 20015 with flag 3045000/3045000
534.50/283.95	c cleaning 10003 clauses out of 20014 with flag 3055002/3055002
536.16/284.90	c cleaning 9999 clauses out of 20010 with flag 3065001/3065001
538.03/285.84	c cleaning 10001 clauses out of 20011 with flag 3075001/3075001
539.69/286.79	c cleaning 9999 clauses out of 20011 with flag 3085002/3085002
541.35/287.66	c cleaning 10000 clauses out of 20011 with flag 3095001/3095001
542.97/288.58	c cleaning 10000 clauses out of 20010 with flag 3105000/3105000
544.84/289.50	c cleaning 10000 clauses out of 20011 with flag 3115001/3115001
546.54/290.41	c cleaning 10000 clauses out of 20011 with flag 3125001/3125001
548.18/291.39	c cleaning 9999 clauses out of 20011 with flag 3135001/3135001
550.04/292.36	c cleaning 10005 clauses out of 20015 with flag 3145004/3145004
551.72/293.21	c cleaning 9999 clauses out of 20008 with flag 3155002/3155002
553.40/294.11	c cleaning 9999 clauses out of 20008 with flag 3165001/3165001
555.07/295.09	c cleaning 9997 clauses out of 20010 with flag 3175002/3175002
556.94/296.07	c cleaning 9998 clauses out of 20012 with flag 3185001/3185001
558.62/296.97	c cleaning 10005 clauses out of 20016 with flag 3195003/3195003
560.26/297.86	c cleaning 9994 clauses out of 20008 with flag 3205000/3205000
562.35/298.92	c cleaning 10000 clauses out of 20015 with flag 3215001/3215001
564.20/299.93	c cleaning 9998 clauses out of 20014 with flag 3225000/3225000
566.09/300.91	c cleaning 10004 clauses out of 20018 with flag 3235002/3235002
567.96/301.91	c cleaning 10001 clauses out of 20013 with flag 3245001/3245001
569.63/302.84	c cleaning 10003 clauses out of 20015 with flag 3255004/3255004
571.49/303.81	c cleaning 9997 clauses out of 20010 with flag 3265002/3265002
573.18/304.73	c cleaning 9995 clauses out of 20013 with flag 3275002/3275002
574.83/305.63	c cleaning 9999 clauses out of 20016 with flag 3285000/3285000
576.51/306.56	c cleaning 10002 clauses out of 20019 with flag 3295002/3295002
578.38/307.54	c cleaning 10003 clauses out of 20015 with flag 3305000/3305000
580.04/308.44	c cleaning 10002 clauses out of 20013 with flag 3315001/3315001
581.92/309.43	c cleaning 9999 clauses out of 20012 with flag 3325002/3325002
583.58/310.36	c cleaning 10001 clauses out of 20012 with flag 3335001/3335001
585.22/311.27	c cleaning 10000 clauses out of 20010 with flag 3345000/3345000
587.08/312.25	c cleaning 9996 clauses out of 20011 with flag 3355001/3355001
588.96/313.29	c cleaning 10002 clauses out of 20015 with flag 3365001/3365001
590.84/314.27	c cleaning 10000 clauses out of 20014 with flag 3375002/3375002
592.66/315.22	c cleaning 10001 clauses out of 20013 with flag 3385001/3385001
594.35/316.18	c cleaning 10000 clauses out of 20013 with flag 3395002/3395002
596.22/317.16	c cleaning 10002 clauses out of 20013 with flag 3405002/3405002
598.10/318.11	c cleaning 10002 clauses out of 20011 with flag 3415002/3415002
599.94/319.12	c cleaning 10000 clauses out of 20008 with flag 3425001/3425001
601.61/320.10	c cleaning 10000 clauses out of 20007 with flag 3435000/3435000
603.28/320.97	c cleaning 9999 clauses out of 20008 with flag 3445001/3445001
604.94/321.88	c cleaning 9999 clauses out of 20009 with flag 3455001/3455001
606.78/322.82	c cleaning 9998 clauses out of 20010 with flag 3465001/3465001
608.48/323.75	c cleaning 9999 clauses out of 20011 with flag 3475000/3475000
610.36/324.70	c cleaning 9993 clauses out of 20012 with flag 3485000/3485000
611.82/325.59	c cleaning 10000 clauses out of 20020 with flag 3495001/3495001
613.63/326.59	c cleaning 10000 clauses out of 20022 with flag 3505003/3505003
615.52/327.56	c cleaning 10004 clauses out of 20019 with flag 3515000/3515000
617.18/328.44	c cleaning 9998 clauses out of 20015 with flag 3525000/3525000
619.06/329.41	c cleaning 10004 clauses out of 20019 with flag 3535002/3535002
620.69/330.39	c cleaning 9992 clauses out of 20014 with flag 3545001/3545001
622.57/331.35	c cleaning 10006 clauses out of 20024 with flag 3555003/3555003
624.46/332.31	c cleaning 10002 clauses out of 20015 with flag 3565000/3565000
625.91/333.20	c cleaning 10000 clauses out of 20014 with flag 3575001/3575001
627.73/334.12	c cleaning 10002 clauses out of 20014 with flag 3585001/3585001
629.38/335.06	c cleaning 10001 clauses out of 20012 with flag 3595001/3595001
631.24/336.01	c cleaning 10000 clauses out of 20014 with flag 3605004/3605004
632.90/336.94	c cleaning 10000 clauses out of 20013 with flag 3615003/3615003
634.53/337.83	c cleaning 10000 clauses out of 20012 with flag 3625002/3625002
636.41/338.82	c cleaning 10000 clauses out of 20012 with flag 3635002/3635002
638.06/339.72	c cleaning 9996 clauses out of 20013 with flag 3645003/3645003
639.52/340.58	c cleaning 9996 clauses out of 20014 with flag 3655000/3655000
641.34/341.53	c cleaning 9995 clauses out of 20018 with flag 3665000/3665000
643.22/342.50	c cleaning 10005 clauses out of 20024 with flag 3675001/3675001
644.87/343.46	c cleaning 10001 clauses out of 20018 with flag 3685000/3685000
646.75/344.40	c cleaning 10006 clauses out of 20023 with flag 3695006/3695006
648.59/345.48	c cleaning 10000 clauses out of 20014 with flag 3705003/3705003
650.66/346.58	c cleaning 10005 clauses out of 20013 with flag 3715002/3715002
652.74/347.61	c cleaning 9992 clauses out of 20006 with flag 3725000/3725000
654.82/348.71	c cleaning 10004 clauses out of 20014 with flag 3735000/3735000
656.67/349.77	c cleaning 9994 clauses out of 20013 with flag 3745003/3745003
658.94/350.94	c cleaning 9996 clauses out of 20019 with flag 3755003/3755003
660.80/351.97	c cleaning 10008 clauses out of 20021 with flag 3765001/3765001
662.65/352.92	c cleaning 10000 clauses out of 20013 with flag 3775001/3775001
664.51/353.93	c cleaning 9998 clauses out of 20013 with flag 3785001/3785001
666.58/355.05	c cleaning 9994 clauses out of 20016 with flag 3795002/3795002
668.66/356.14	c cleaning 9998 clauses out of 20022 with flag 3805002/3805002
670.32/357.09	c cleaning 10007 clauses out of 20023 with flag 3815001/3815001
672.37/358.14	c cleaning 10001 clauses out of 20016 with flag 3825001/3825001
674.02/359.09	c cleaning 10005 clauses out of 20015 with flag 3835001/3835001
675.89/360.05	c cleaning 9996 clauses out of 20010 with flag 3845001/3845001
677.78/361.00	c cleaning 9998 clauses out of 20013 with flag 3855000/3855000
679.63/362.00	c cleaning 10001 clauses out of 20017 with flag 3865002/3865002
681.09/362.87	c cleaning 10003 clauses out of 20014 with flag 3875000/3875000
683.16/363.93	c cleaning 9999 clauses out of 20012 with flag 3885001/3885001
684.82/364.83	c cleaning 10001 clauses out of 20012 with flag 3895000/3895000
686.65/365.81	c cleaning 9995 clauses out of 20011 with flag 3905000/3905000
688.31/366.73	c cleaning 9999 clauses out of 20018 with flag 3915002/3915002
690.16/367.73	c cleaning 10004 clauses out of 20018 with flag 3925001/3925001
691.85/368.67	c cleaning 9989 clauses out of 20013 with flag 3935000/3935000
693.68/369.66	c cleaning 10008 clauses out of 20025 with flag 3945001/3945001
695.34/370.57	c cleaning 10001 clauses out of 20018 with flag 3955002/3955002
696.99/371.45	c cleaning 0 clauses out of 11003 with flag 0/11003
697.27/371.67	c cleaning 10001 clauses out of 20015 with flag 3965000/3965000
699.07/372.67	c cleaning 9993 clauses out of 20014 with flag 3975000/3975000
701.16/373.70	c cleaning 9995 clauses out of 20021 with flag 3985000/3985000
702.81/374.67	c cleaning 10010 clauses out of 20028 with flag 3995002/3995002
704.47/375.55	c cleaning 10004 clauses out of 20016 with flag 4005000/4005000
706.10/376.47	c cleaning 10001 clauses out of 20012 with flag 4015000/4015000
707.96/377.44	c cleaning 9996 clauses out of 20011 with flag 4025000/4025000
709.83/378.43	c cleaning 10003 clauses out of 20020 with flag 4035005/4035005
711.50/379.34	c cleaning 9999 clauses out of 20012 with flag 4045000/4045000
713.33/380.32	c cleaning 10002 clauses out of 20015 with flag 4055002/4055002
714.98/381.24	c cleaning 9992 clauses out of 20011 with flag 4065000/4065000
716.64/382.17	c cleaning 10002 clauses out of 20020 with flag 4075001/4075001
718.49/383.16	c cleaning 9998 clauses out of 20017 with flag 4085000/4085000
720.34/384.14	c cleaning 9998 clauses out of 20021 with flag 4095002/4095002
722.21/385.12	c cleaning 10008 clauses out of 20021 with flag 4105000/4105000
724.10/386.16	c cleaning 9992 clauses out of 20014 with flag 4115001/4115001
725.95/387.20	c cleaning 10005 clauses out of 20022 with flag 4125001/4125001
727.97/388.22	c cleaning 10005 clauses out of 20017 with flag 4135001/4135001
729.84/389.21	c cleaning 9997 clauses out of 20012 with flag 4145001/4145001
731.71/390.21	c cleaning 9997 clauses out of 20014 with flag 4155000/4155000
733.36/391.16	c cleaning 10005 clauses out of 20017 with flag 4165000/4165000
735.21/392.17	c cleaning 9998 clauses out of 20013 with flag 4175001/4175001
737.10/393.15	c cleaning 10004 clauses out of 20016 with flag 4185002/4185002
738.98/394.11	c cleaning 10002 clauses out of 20013 with flag 4195003/4195003
740.85/395.19	c cleaning 9997 clauses out of 20010 with flag 4205002/4205002
742.89/396.29	c cleaning 10000 clauses out of 20011 with flag 4215000/4215000
744.96/397.37	c cleaning 10004 clauses out of 20014 with flag 4225003/4225003
746.62/398.29	c cleaning 9995 clauses out of 20007 with flag 4235000/4235000
748.30/399.20	c cleaning 10000 clauses out of 20012 with flag 4245000/4245000
750.33/400.21	c cleaning 9998 clauses out of 20014 with flag 4255002/4255002
751.98/401.14	c cleaning 10005 clauses out of 20017 with flag 4265003/4265003
753.63/402.05	c cleaning 10000 clauses out of 20010 with flag 4275001/4275001
755.32/402.99	c cleaning 9988 clauses out of 20009 with flag 4285000/4285000
757.41/404.06	c cleaning 9995 clauses out of 20021 with flag 4295000/4295000
759.27/405.06	c cleaning 10004 clauses out of 20028 with flag 4305002/4305002
761.19/406.09	c cleaning 10000 clauses out of 20022 with flag 4315000/4315000
763.05/407.09	c cleaning 10003 clauses out of 20022 with flag 4325000/4325000
765.14/408.12	c cleaning 9992 clauses out of 20019 with flag 4335000/4335000
767.00/409.15	c cleaning 10005 clauses out of 20027 with flag 4345000/4345000
769.10/410.21	c cleaning 9997 clauses out of 20025 with flag 4355003/4355003
770.97/411.26	c cleaning 9996 clauses out of 20025 with flag 4365000/4365000
773.02/412.39	c cleaning 10005 clauses out of 20029 with flag 4375000/4375000
775.32/413.53	c cleaning 9999 clauses out of 20027 with flag 4385003/4385003
777.41/414.70	c cleaning 9995 clauses out of 20026 with flag 4395001/4395001
779.88/415.98	c cleaning 10007 clauses out of 20032 with flag 4405002/4405002
782.33/417.26	c cleaning 10008 clauses out of 20023 with flag 4415000/4415000
784.39/418.32	c cleaning 9992 clauses out of 20017 with flag 4425002/4425002
786.28/419.39	c cleaning 10001 clauses out of 20026 with flag 4435003/4435003
788.16/420.39	c cleaning 10009 clauses out of 20023 with flag 4445001/4445001
790.17/421.43	c cleaning 10002 clauses out of 20013 with flag 4455000/4455000
792.28/422.53	c cleaning 10004 clauses out of 20011 with flag 4465000/4465000
794.56/423.76	c cleaning 10000 clauses out of 20008 with flag 4475001/4475001
797.04/425.00	c cleaning 9992 clauses out of 20009 with flag 4485002/4485002
799.31/426.22	c cleaning 10004 clauses out of 20016 with flag 4495001/4495001
801.18/427.28	c cleaning 9993 clauses out of 20011 with flag 4505000/4505000
803.05/428.25	c cleaning 10002 clauses out of 20019 with flag 4515001/4515001
805.14/429.31	c cleaning 9996 clauses out of 20016 with flag 4525000/4525000
806.77/430.28	c cleaning 10007 clauses out of 20021 with flag 4535001/4535001
808.64/431.21	c cleaning 10003 clauses out of 20013 with flag 4545000/4545000
810.53/432.21	c cleaning 9995 clauses out of 20010 with flag 4555000/4555000
812.60/433.31	c cleaning 10006 clauses out of 20018 with flag 4565003/4565003
814.23/434.29	c cleaning 9999 clauses out of 20008 with flag 4575000/4575000
815.89/435.17	c cleaning 10002 clauses out of 20009 with flag 4585000/4585000
817.57/436.08	c cleaning 10000 clauses out of 20007 with flag 4595001/4595001
818.23/436.49	c And the winner is Resolution
820.34/438.54	c starts		: 274
820.34/438.54	c conflicts		: 4598837
820.34/438.54	c decisions		: 6949441
820.34/438.54	c propagations		: 269894684
820.34/438.54	c inspects		: 2354322423
820.34/438.54	c learnt literals	: 4
820.34/438.54	c learnt binary clauses	: 19
820.34/438.54	c learnt ternary clauses	: 1041
820.34/438.54	c learnt clauses	: 4598832
820.34/438.54	c ignored clauses	: 0
820.34/438.54	c root simplifications	: 0
820.34/438.54	c removed literals (reason simplification)	: 23563351
820.34/438.54	c reason swapping (by a shorter reason)	: 0
820.34/438.54	c Calls to reduceDB	: 461
820.34/438.54	c number of reductions to clauses (during analyze)	: 0
820.34/438.54	c number of learned constraints concerned by reduction	: 0
820.34/438.54	c number of learning phase by resolution	: 0
820.34/438.54	c number of learning phase by cutting planes	: 0
820.34/438.54	c speed (assignments/second)	: 627415.466944387
820.34/438.54	c non guided choices	1366
820.34/438.54	c learnt constraints type 
820.34/438.54	c constraints type 
820.34/438.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1593
820.34/438.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 967
820.34/438.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
820.34/438.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
820.34/438.54	c constraints type 
820.34/438.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146
820.34/438.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1593
820.34/438.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 967
820.34/438.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
820.34/438.54	s OPTIMUM FOUND
820.34/438.54	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
820.34/438.54	c objective function=25
820.34/438.54	c Total wall clock time (in seconds): 438.438

Verifier Data

OK	25

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694775-1277901336/watcher-2694775-1277901336 -o /tmp/evaluation-result-2694775-1277901336/solver-2694775-1277901336 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694775-1277901336.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.90 2.73 3/178 15274
/proc/meminfo: memFree=30971736/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=13164 CPUtime=0
/proc/15274/stat : 15274 (java) R 15272 15274 14951 0 -1 4194304 761 0 0 0 0 0 0 0 18 0 1 0 131429443 13479936 338 4089446400 134512640 134550932 4292449440 18446744073709551615 3749499 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15274/statm: 3291 344 141 10 0 1121 0

[startup+0.0696829 s]
/proc/loadavg: 2.18 2.90 2.73 3/178 15274
/proc/meminfo: memFree=30971736/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1528556 CPUtime=0.05
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 4275 0 1 0 5 0 0 0 18 0 18 0 131429443 1565241344 3715 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 382139 3715 1090 10 0 379442 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528556

[startup+0.100674 s]
/proc/loadavg: 2.18 2.90 2.73 3/178 15274
/proc/meminfo: memFree=30971736/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1529676 CPUtime=0.11
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 5236 0 1 0 10 1 0 0 18 0 18 0 131429443 1566388224 4674 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 382419 4675 1346 10 0 379722 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529676

[startup+0.303635 s]
/proc/loadavg: 2.18 2.90 2.73 3/178 15274
/proc/meminfo: memFree=30971736/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1531592 CPUtime=0.5
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 8737 0 1 0 49 1 0 0 18 0 18 0 131429443 1568350208 8003 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 382898 8006 1395 10 0 380201 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 1531592

[startup+0.700583 s]
/proc/loadavg: 2.18 2.90 2.73 3/178 15274
/proc/meminfo: memFree=30971736/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1537588 CPUtime=1.45
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 13578 0 1 0 143 2 0 0 18 0 20 0 131429443 1574490112 10999 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 384397 10999 1425 10 0 381700 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 1537588

[startup+1.50142 s]
/proc/loadavg: 2.25 2.90 2.73 2/198 15296
/proc/meminfo: memFree=30931372/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1537464 CPUtime=2.03
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 18227 0 1 0 201 2 0 0 18 0 20 0 131429443 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 384366 15209 1433 10 0 381669 0
[pid=15274/tid=15276] ppid=15272 vsize=1537464 CPUtime=0.31
/proc/15274/task/15276/stat : 15276 (java) S 15272 15274 14951 0 -1 4202560 7064 0 1 0 30 1 0 0 18 0 20 0 131429444 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131429445 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 20 0 131429446 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429446 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1537464 CPUtime=0.57
/proc/15274/task/15289/stat : 15289 (java) R 15272 15274 14951 0 -1 4202560 2669 0 0 0 57 0 0 0 16 0 20 0 131429448 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1537464 CPUtime=0.58
/proc/15274/task/15290/stat : 15290 (java) R 15272 15274 14951 0 -1 4202560 2225 0 0 0 58 0 0 0 16 0 20 0 131429448 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 106917648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 131429448 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1537464 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1574363136 15209 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1537464

[startup+3.10114 s]
/proc/loadavg: 2.25 2.90 2.73 2/198 15298
/proc/meminfo: memFree=30910416/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1538472 CPUtime=2.37
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 22418 0 1 0 234 3 0 0 18 0 20 0 131429443 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 384618 19039 1433 10 0 381921 0
[pid=15274/tid=15276] ppid=15272 vsize=1538472 CPUtime=0.32
/proc/15274/task/15276/stat : 15276 (java) S 15272 15274 14951 0 -1 4202560 7171 0 1 0 31 1 0 0 19 0 20 0 131429444 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 131429445 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 20 0 131429446 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429446 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1538472 CPUtime=0.67
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 2959 0 0 0 67 0 0 0 15 0 20 0 131429448 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1538472 CPUtime=0.68
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 2455 0 0 0 68 0 0 0 15 0 20 0 131429448 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 131429448 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1538472 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1575395328 19039 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1538472
heavy processes:

[startup+6.30156 s]
/proc/loadavg: 2.25 2.90 2.73 4/200 15304
/proc/meminfo: memFree=30807480/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1540816 CPUtime=7.03
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 49495 0 1 0 698 5 0 0 18 0 22 0 131429443 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 385204 45434 1451 10 0 382507 0
[pid=15274/tid=15276] ppid=15272 vsize=1540816 CPUtime=0.32
/proc/15274/task/15276/stat : 15276 (java) S 15272 15274 14951 0 -1 4202560 7387 0 1 0 31 1 0 0 18 0 22 0 131429444 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1540816 CPUtime=0.01
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 622 0 0 0 1 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 391 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1540816 CPUtime=0.05
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 1697 0 0 0 5 0 0 0 15 0 22 0 131429445 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 131429446 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 131429446 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 131429448 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1540816 CPUtime=0.91
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 3473 0 0 0 91 0 0 0 15 0 22 0 131429448 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1540816 CPUtime=0.85
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 2923 0 0 0 85 0 0 0 15 0 22 0 131429448 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 131429448 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 131429448 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 131429479 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1540816 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 131429479 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15303] ppid=15272 vsize=1540816 CPUtime=1.85
/proc/15274/task/15303/stat : 15303 (java) R 15272 15274 14951 0 -1 4202560 43 0 0 0 185 0 0 0 24 0 22 0 131429879 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4110237032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15274/tid=15304] ppid=15272 vsize=1540816 CPUtime=1.84
/proc/15274/task/15304/stat : 15304 (java) R 15272 15274 14951 0 -1 4202560 8163 0 0 0 184 0 0 0 18 0 22 0 131429879 1577795584 45434 4089446400 134512640 134550932 4292449440 18446744073709551615 4110260093 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1540816

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

/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2170 0 0 0 214 26 0 0 15 0 20 0 131429445 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1540720 CPUtime=2.62
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1760 0 0 0 234 28 0 0 16 0 20 0 131429445 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1540720 CPUtime=2.68
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1899 0 0 0 239 29 0 0 16 0 20 0 131429445 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 6 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1540720 CPUtime=2.56
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1623 0 0 0 229 27 0 0 16 0 20 0 131429445 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1540720 CPUtime=60.03
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 7533 0 0 0 5985 18 0 0 16 0 20 0 131429445 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1540720 CPUtime=0.94
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 3474 0 0 0 94 0 0 0 16 0 20 0 131429448 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1540720 CPUtime=1.33
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 4165 0 0 0 133 0 0 0 15 0 20 0 131429448 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 20 0 131429448 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1577697280 64044 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 818.56
Current children cumulated vsize (KiB) 1540720

[startup+437.501 s]
/proc/loadavg: 2.88 2.89 2.78 3/199 15347
/proc/meminfo: memFree=30117704/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1540720 CPUtime=819.34
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 71149 0 1 0 81690 244 0 0 18 0 20 0 131429443 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 385180 64045 1451 10 0 382483 0
[pid=15274/tid=15276] ppid=15272 vsize=1540720 CPUtime=1.1
/proc/15274/task/15276/stat : 15276 (java) R 15272 15274 14951 0 -1 4202560 7422 0 1 0 109 1 0 0 16 0 20 0 131429444 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4110414626 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1540720 CPUtime=2.57
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 2208 0 0 0 231 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1540720 CPUtime=2.53
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 2754 0 0 0 227 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1540720 CPUtime=2.46
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 2060 0 0 0 222 24 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 2 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1540720 CPUtime=2.49
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 1598 0 0 0 224 25 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1540720 CPUtime=2.4
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2170 0 0 0 214 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1540720 CPUtime=2.62
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1760 0 0 0 234 28 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1540720 CPUtime=2.68
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1899 0 0 0 239 29 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 6 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1540720 CPUtime=2.56
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1623 0 0 0 229 27 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1540720 CPUtime=60.03
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 7533 0 0 0 5985 18 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1540720 CPUtime=0.95
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 3474 0 0 0 95 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1540720 CPUtime=1.34
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 4165 0 0 0 134 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 819.34
Current children cumulated vsize (KiB) 1540720

[startup+438.301 s]
/proc/loadavg: 2.88 2.89 2.78 3/198 15347
/proc/meminfo: memFree=30115356/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1540720 CPUtime=820.14
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 71149 0 1 0 81770 244 0 0 18 0 20 0 131429443 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 385180 64045 1451 10 0 382483 0
[pid=15274/tid=15276] ppid=15272 vsize=1540720 CPUtime=1.9
/proc/15274/task/15276/stat : 15276 (java) R 15272 15274 14951 0 -1 4202560 7422 0 1 0 189 1 0 0 17 0 20 0 131429444 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4110414634 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1540720 CPUtime=2.57
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 2208 0 0 0 231 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1540720 CPUtime=2.53
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 2754 0 0 0 227 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1540720 CPUtime=2.46
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 2060 0 0 0 222 24 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 2 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1540720 CPUtime=2.49
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 1598 0 0 0 224 25 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1540720 CPUtime=2.4
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2170 0 0 0 214 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1540720 CPUtime=2.62
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1760 0 0 0 234 28 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1540720 CPUtime=2.68
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1899 0 0 0 239 29 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 6 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1540720 CPUtime=2.56
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1623 0 0 0 229 27 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1540720 CPUtime=60.03
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 7533 0 0 0 5985 18 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1540720 CPUtime=0.95
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 3474 0 0 0 95 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1540720 CPUtime=1.34
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 4165 0 0 0 134 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 820.14
Current children cumulated vsize (KiB) 1540720

[startup+438.501 s]
/proc/loadavg: 2.88 2.89 2.78 3/198 15347
/proc/meminfo: memFree=30115356/32951124 swapFree=67111528/67111528
[pid=15274] ppid=15272 vsize=1540720 CPUtime=820.34
/proc/15274/stat : 15274 (java) S 15272 15274 14951 0 -1 4202496 71149 0 1 0 81790 244 0 0 18 0 20 0 131429443 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15274/statm: 385180 64045 1451 10 0 382483 0
[pid=15274/tid=15276] ppid=15272 vsize=1540720 CPUtime=2.1
/proc/15274/task/15276/stat : 15276 (java) R 15272 15274 14951 0 -1 4202560 7422 0 1 0 209 1 0 0 17 0 20 0 131429444 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4109752023 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15274/tid=15277] ppid=15272 vsize=1540720 CPUtime=2.57
/proc/15274/task/15277/stat : 15277 (java) S 15272 15274 14951 0 -1 4202560 2208 0 0 0 231 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15278] ppid=15272 vsize=1540720 CPUtime=2.53
/proc/15274/task/15278/stat : 15278 (java) S 15272 15274 14951 0 -1 4202560 2754 0 0 0 227 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15279] ppid=15272 vsize=1540720 CPUtime=2.46
/proc/15274/task/15279/stat : 15279 (java) S 15272 15274 14951 0 -1 4202560 2060 0 0 0 222 24 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 2 0 0 0
[pid=15274/tid=15280] ppid=15272 vsize=1540720 CPUtime=2.49
/proc/15274/task/15280/stat : 15280 (java) S 15272 15274 14951 0 -1 4202560 1598 0 0 0 224 25 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 3 0 0 0
[pid=15274/tid=15281] ppid=15272 vsize=1540720 CPUtime=2.4
/proc/15274/task/15281/stat : 15281 (java) S 15272 15274 14951 0 -1 4202560 2170 0 0 0 214 26 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 0 0 0 0
[pid=15274/tid=15282] ppid=15272 vsize=1540720 CPUtime=2.62
/proc/15274/task/15282/stat : 15282 (java) S 15272 15274 14951 0 -1 4202560 1760 0 0 0 234 28 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15283] ppid=15272 vsize=1540720 CPUtime=2.68
/proc/15274/task/15283/stat : 15283 (java) S 15272 15274 14951 0 -1 4202560 1899 0 0 0 239 29 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 6 0 0 0
[pid=15274/tid=15284] ppid=15272 vsize=1540720 CPUtime=2.56
/proc/15274/task/15284/stat : 15284 (java) S 15272 15274 14951 0 -1 4202560 1623 0 0 0 229 27 0 0 16 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15285] ppid=15272 vsize=1540720 CPUtime=60.03
/proc/15274/task/15285/stat : 15285 (java) S 15272 15274 14951 0 -1 4202560 7533 0 0 0 5985 18 0 0 15 0 20 0 131429445 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 0 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15286] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15286/stat : 15286 (java) S 15272 15274 14951 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15287] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15287/stat : 15287 (java) S 15272 15274 14951 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 131429446 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15288] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15288/stat : 15288 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15289] ppid=15272 vsize=1540720 CPUtime=0.95
/proc/15274/task/15289/stat : 15289 (java) S 15272 15274 14951 0 -1 4202560 3474 0 0 0 95 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15290] ppid=15272 vsize=1540720 CPUtime=1.34
/proc/15274/task/15290/stat : 15290 (java) S 15272 15274 14951 0 -1 4202560 4165 0 0 0 134 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 7 0 0 0
[pid=15274/tid=15291] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15291/stat : 15291 (java) S 15272 15274 14951 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 4 0 0 0
[pid=15274/tid=15292] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15292/stat : 15292 (java) S 15272 15274 14951 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 20 0 131429448 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 5 0 0 0
[pid=15274/tid=15295] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15295/stat : 15295 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
[pid=15274/tid=15296] ppid=15272 vsize=1540720 CPUtime=0
/proc/15274/task/15296/stat : 15296 (java) S 15272 15274 14951 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 131429479 1577697280 64045 4089446400 134512640 134550932 4292449440 18446744073709551615 4294960144 0 4 0 16800975 18446604454225021888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 820.34
Current children cumulated vsize (KiB) 1540720

Child status: 30
Real time (s): 438.567
CPU time (s): 820.403
CPU user time (s): 817.948
CPU system time (s): 2.45563
CPU usage (%): 187.064
Max. virtual memory (cumulated for all children) (KiB): 1544372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 817.948
system time used= 2.45563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71158
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= 37091
involuntary context switches= 670790

runsolver used 0.746886 second user time and 1.69574 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 14:35:36
IDJOB=2694775
IDBENCH=78890
IDSOLVER=1207
FILE ID=node138/2694775-1277901336
PBS_JOBID= 11197236
Free space on /tmp= 74136 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554072--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694775-1277901336/watcher-2694775-1277901336 -o /tmp/evaluation-result-2694775-1277901336/solver-2694775-1277901336 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694775-1277901336.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 94413eaf3e98de59f2ecdb125fc71636
RANDOM SEED=1220342536

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30972496 kB
Buffers:        186688 kB
Cached:        1470120 kB
SwapCached:          0 kB
Active:         821064 kB
Inactive:      1011980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30972496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      176056 kB
Mapped:          15276 kB
Slab:            82248 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   319816 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= 74136 MiB
End job on node138 at 2010-06-30 14:42:54