Trace number 3455076

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT18 522.526 300.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark1.19282
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint123
Number of terms in the objective function 406
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 406
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 406
Number of bits of the biggest sum of numbers9
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.12	c Pseudo Boolean Optimization
0.00/0.12	c ManyCore solver with 2 solvers running in parallel
0.00/0.12	c --- Begin Solver configuration ---
0.00/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.00/0.12	c Learn all clauses as in MiniSAT
0.00/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.12	c Expensive reason simplification
0.00/0.12	c Armin Biere (Picosat) restarts strategy
0.00/0.12	c Glucose learned constraints deletion strategy
0.00/0.12	c timeout=2147483s
0.00/0.12	c DB Simplification allowed=false
0.00/0.12	c --- End Solver configuration ---
0.00/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.12	c --- Begin Solver configuration ---
0.00/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.00/0.12	c Learn all clauses as in MiniSAT
0.00/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.12	c No reason simplification
0.00/0.12	c Armin Biere (Picosat) restarts strategy
0.00/0.12	c Glucose learned constraints deletion strategy
0.00/0.12	c timeout=2147483s
0.00/0.12	c DB Simplification allowed=false
0.00/0.12	c --- End Solver configuration ---
0.00/0.12	c solving HOME/instance-3455076-1307188735.opb
0.00/0.12	c reading problem ... 
0.57/0.31	c ... done. Wall clock time 0.185s.
0.57/0.31	c #vars     406
0.57/0.31	c #constraints  503
0.57/0.31	c constraints type 
0.57/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
0.57/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.57/0.31	c constraints type 
0.57/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.57/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
0.57/0.31	c  And the winner is Resolution
0.65/0.81	c SATISFIABLE
0.65/0.81	c OPTIMIZING...
0.65/0.81	c Got one! Elapsed wall clock time (in seconds):0.694
0.65/0.81	o 26
0.65/0.89	c  And the winner is Resolution
0.94/1.32	c Got one! Elapsed wall clock time (in seconds):1.202
0.94/1.32	o 25
0.94/1.36	c  And the winner is Resolution
1.12/1.82	c Got one! Elapsed wall clock time (in seconds):1.708
1.12/1.82	o 24
1.12/1.84	c  And the winner is Resolution
1.52/2.34	c Got one! Elapsed wall clock time (in seconds):2.227
1.52/2.34	o 23
1.52/2.39	c  And the winner is CuttingPlanes
1.65/2.85	c Got one! Elapsed wall clock time (in seconds):2.732
1.65/2.85	o 22
1.65/2.88	c  And the winner is CuttingPlanes
1.74/3.35	c Got one! Elapsed wall clock time (in seconds):3.237
1.74/3.35	o 21
1.74/3.38	c  And the winner is CuttingPlanes
1.92/3.86	c Got one! Elapsed wall clock time (in seconds):3.741
1.92/3.86	o 20
1.92/3.90	c  And the winner is CuttingPlanes
2.08/4.36	c Got one! Elapsed wall clock time (in seconds):4.244
2.08/4.36	o 19
2.58/4.66	c cleaning 3926 clauses out of 7855 with flag 5001/7855
3.47/5.01	c cleaning 4963 clauses out of 9929 with flag 11001/13855
4.12/5.32	c cleaning 5978 clauses out of 11965 with flag 18000/20854
4.98/5.78	c cleaning 6984 clauses out of 13987 with flag 26000/28854
6.03/6.26	c cleaning 7995 clauses out of 16003 with flag 35000/37854
7.04/6.79	c cleaning 8993 clauses out of 18008 with flag 45000/47854
8.19/7.33	c cleaning 9503 clauses out of 19015 with flag 55000/57854
8.57/7.58	c  And the winner is CuttingPlanes
8.74/7.87	c Got one! Elapsed wall clock time (in seconds):7.758
8.74/7.87	o 18
9.18/8.12	c cleaning 9852 clauses out of 19709 with flag 5005/68051
9.75/8.46	c cleaning 7919 clauses out of 15853 with flag 11001/74047
10.52/8.83	c cleaning 7457 clauses out of 14933 with flag 18000/81046
11.29/9.23	c cleaning 7734 clauses out of 15476 with flag 26000/89046
12.31/9.72	c cleaning 8366 clauses out of 16742 with flag 35000/98046
13.27/10.26	c cleaning 9185 clauses out of 18376 with flag 45000/108046
14.43/10.83	c cleaning 9588 clauses out of 19191 with flag 55000/118046
15.39/11.37	c cleaning 9797 clauses out of 19604 with flag 65001/128047
16.75/12.09	c cleaning 9897 clauses out of 19806 with flag 75000/138046
17.89/12.66	c cleaning 9951 clauses out of 19910 with flag 85001/148047
18.86/13.19	c cleaning 9967 clauses out of 19958 with flag 95000/158046
20.21/13.82	c cleaning 9988 clauses out of 19992 with flag 105001/168047
21.76/14.60	c cleaning 10000 clauses out of 20004 with flag 115001/178047
22.69/15.19	c cleaning 10003 clauses out of 20007 with flag 125004/188050
23.64/15.68	c cleaning 9991 clauses out of 20000 with flag 135000/198046
24.79/16.24	c cleaning 10006 clauses out of 20017 with flag 145008/208054
25.93/16.88	c cleaning 9995 clauses out of 20004 with flag 155001/218047
27.05/17.42	c cleaning 9996 clauses out of 20008 with flag 165000/228046
28.00/17.95	c cleaning 10002 clauses out of 20013 with flag 175001/238047
29.14/18.52	c cleaning 9997 clauses out of 20010 with flag 185000/248046
30.08/19.05	c cleaning 10004 clauses out of 20015 with flag 195002/258048
31.40/19.78	c cleaning 10000 clauses out of 20009 with flag 205000/268046
32.74/20.41	c cleaning 10000 clauses out of 20010 with flag 215001/278047
33.69/20.92	c cleaning 9998 clauses out of 20010 with flag 225001/288047
34.83/21.51	c cleaning 10004 clauses out of 20013 with flag 235002/298048
36.14/22.23	c cleaning 9991 clauses out of 20007 with flag 245000/308046
37.68/23.01	c cleaning 9997 clauses out of 20019 with flag 255003/318049
38.80/23.62	c cleaning 10007 clauses out of 20019 with flag 265000/328046
39.95/24.23	c cleaning 10003 clauses out of 20012 with flag 275000/338046
41.03/24.81	c cleaning 9996 clauses out of 20009 with flag 285000/348046
42.20/25.45	c cleaning 10003 clauses out of 20013 with flag 295000/358046
43.33/26.04	c cleaning 9994 clauses out of 20011 with flag 305001/368047
44.66/26.77	c cleaning 10003 clauses out of 20016 with flag 315000/378046
45.75/27.34	c cleaning 10004 clauses out of 20015 with flag 325002/388048
46.68/27.89	c cleaning 9998 clauses out of 20009 with flag 335000/398046
47.80/28.40	c cleaning 9995 clauses out of 20012 with flag 345001/408047
48.94/29.05	c cleaning 10002 clauses out of 20018 with flag 355002/418048
50.24/29.76	c cleaning 9997 clauses out of 20014 with flag 365000/428046
51.55/30.46	c cleaning 10002 clauses out of 20017 with flag 375000/438046
52.87/31.18	c cleaning 10004 clauses out of 20017 with flag 385002/448048
54.25/31.85	c cleaning 9986 clauses out of 20011 with flag 395000/458046
55.33/32.49	c cleaning 10007 clauses out of 20025 with flag 405000/468046
56.85/33.21	c cleaning 10006 clauses out of 20019 with flag 415001/478047
57.97/33.83	c cleaning 10000 clauses out of 20020 with flag 425008/488054
59.29/34.51	c cleaning 9999 clauses out of 20012 with flag 435000/498046
60.81/35.33	c cleaning 9997 clauses out of 20014 with flag 445001/508047
61.89/35.97	c cleaning 10003 clauses out of 20016 with flag 455000/518046
63.01/36.51	c cleaning 10000 clauses out of 20013 with flag 465000/528046
63.93/37.04	c cleaning 9999 clauses out of 20013 with flag 475000/538046
65.20/37.75	c cleaning 10008 clauses out of 20025 with flag 485011/548057
66.52/38.46	c cleaning 9994 clauses out of 20006 with flag 495000/558046
67.83/39.17	c cleaning 9992 clauses out of 20012 with flag 505000/568046
69.35/39.92	c cleaning 9996 clauses out of 20020 with flag 515000/578046
70.42/40.59	c cleaning 10007 clauses out of 20025 with flag 525001/588047
71.53/41.17	c cleaning 10002 clauses out of 20017 with flag 535000/598046
72.64/41.71	c cleaning 9998 clauses out of 20016 with flag 545001/608047
73.54/42.29	c cleaning 10005 clauses out of 20023 with flag 555006/618052
74.61/42.90	c cleaning 9996 clauses out of 20012 with flag 565000/628046
75.91/43.50	c cleaning 9997 clauses out of 20017 with flag 575001/638047
77.05/44.13	c cleaning 9999 clauses out of 20019 with flag 585000/648046
78.12/44.72	c cleaning 10001 clauses out of 20020 with flag 595000/658046
79.18/45.35	c cleaning 10000 clauses out of 20020 with flag 605001/668047
80.28/45.94	c cleaning 10001 clauses out of 20019 with flag 615000/678046
81.18/46.48	c cleaning 10002 clauses out of 20019 with flag 625001/688047
82.90/47.33	c cleaning 10004 clauses out of 20021 with flag 635005/698051
84.74/48.32	c cleaning 10001 clauses out of 20012 with flag 645000/708046
85.84/48.96	c cleaning 10003 clauses out of 20011 with flag 655000/718046
86.95/49.60	c cleaning 9990 clauses out of 20008 with flag 665000/728046
88.24/50.22	c cleaning 10010 clauses out of 20026 with flag 675008/738054
89.49/50.93	c cleaning 9996 clauses out of 20009 with flag 685001/748047
90.79/51.61	c cleaning 9995 clauses out of 20012 with flag 695000/758046
91.88/52.22	c cleaning 10000 clauses out of 20017 with flag 705000/768046
92.99/52.87	c cleaning 10000 clauses out of 20018 with flag 715001/778047
94.23/53.51	c cleaning 10002 clauses out of 20017 with flag 725000/788046
95.16/54.08	c cleaning 9990 clauses out of 20015 with flag 735000/798046
96.21/54.64	c cleaning 10003 clauses out of 20026 with flag 745001/808047
97.31/55.25	c cleaning 10003 clauses out of 20022 with flag 755000/818046
98.55/55.91	c cleaning 10002 clauses out of 20019 with flag 765000/828046
99.64/56.52	c cleaning 10002 clauses out of 20017 with flag 775000/838046
100.74/57.18	c cleaning 9999 clauses out of 20015 with flag 785000/848046
102.03/57.80	c cleaning 9995 clauses out of 20016 with flag 795000/858046
103.10/58.49	c cleaning 10001 clauses out of 20022 with flag 805001/868047
104.35/59.11	c cleaning 10004 clauses out of 20021 with flag 815001/878047
105.24/59.69	c cleaning 9996 clauses out of 20016 with flag 825000/888046
106.53/60.34	c cleaning 10004 clauses out of 20021 with flag 835001/898047
107.77/61.02	c cleaning 9997 clauses out of 20017 with flag 845001/908047
108.87/61.67	c cleaning 9993 clauses out of 20019 with flag 855000/918046
110.14/62.34	c cleaning 10006 clauses out of 20026 with flag 865000/928046
111.43/63.02	c cleaning 10002 clauses out of 20021 with flag 875001/938047
112.66/63.73	c cleaning 10001 clauses out of 20018 with flag 885000/948046
113.95/64.40	c cleaning 10003 clauses out of 20018 with flag 895001/958047
115.06/65.09	c cleaning 10003 clauses out of 20017 with flag 905003/968049
116.71/65.92	c cleaning 9996 clauses out of 20011 with flag 915000/978046
118.14/66.75	c cleaning 9997 clauses out of 20017 with flag 925002/988048
119.63/67.55	c cleaning 9989 clauses out of 20019 with flag 935001/998047
120.71/68.20	c cleaning 10009 clauses out of 20031 with flag 945002/1008048
121.80/68.73	c cleaning 10006 clauses out of 20021 with flag 955001/1018047
122.84/69.35	c cleaning 10001 clauses out of 20016 with flag 965002/1028048
123.90/69.98	c cleaning 9999 clauses out of 20013 with flag 975000/1038046
125.38/70.70	c cleaning 10001 clauses out of 20015 with flag 985001/1048047
126.67/71.40	c cleaning 9999 clauses out of 20014 with flag 995001/1058047
127.90/72.13	c cleaning 10003 clauses out of 20014 with flag 1005000/1068046
129.18/72.84	c cleaning 10003 clauses out of 20012 with flag 1015001/1078047
130.45/73.53	c cleaning 9998 clauses out of 20009 with flag 1025001/1088047
131.74/74.25	c cleaning 10005 clauses out of 20016 with flag 1035006/1098052
133.16/75.00	c cleaning 9999 clauses out of 20010 with flag 1045005/1108051
134.23/75.69	c cleaning 9998 clauses out of 20006 with flag 1055000/1118046
135.51/76.37	c cleaning 9986 clauses out of 20009 with flag 1065001/1128047
136.80/77.10	c cleaning 10008 clauses out of 20025 with flag 1075003/1138049
138.20/77.82	c cleaning 10000 clauses out of 20015 with flag 1085001/1148047
139.48/78.53	c cleaning 10004 clauses out of 20015 with flag 1095001/1158047
140.77/79.28	c cleaning 10002 clauses out of 20012 with flag 1105002/1168048
142.24/80.07	c cleaning 9999 clauses out of 20009 with flag 1115001/1178047
143.65/80.87	c cleaning 10002 clauses out of 20010 with flag 1125001/1188047
144.96/81.56	c cleaning 9999 clauses out of 20007 with flag 1135000/1198046
146.20/82.25	c cleaning 9997 clauses out of 20008 with flag 1145000/1208046
147.48/82.97	c cleaning 9997 clauses out of 20013 with flag 1155002/1218048
148.93/83.72	c cleaning 9998 clauses out of 20015 with flag 1165001/1228047
150.17/84.40	c cleaning 9995 clauses out of 20016 with flag 1175000/1238046
151.24/85.05	c cleaning 10008 clauses out of 20021 with flag 1185000/1248046
152.31/85.63	c cleaning 10002 clauses out of 20013 with flag 1195000/1258046
153.32/86.27	c cleaning 10002 clauses out of 20011 with flag 1205000/1268046
154.39/86.88	c cleaning 10002 clauses out of 20012 with flag 1215003/1278049
155.45/87.47	c cleaning 10001 clauses out of 20010 with flag 1225003/1288049
156.75/88.14	c cleaning 9998 clauses out of 20007 with flag 1235001/1298047
157.93/88.82	c cleaning 9997 clauses out of 20008 with flag 1245000/1308046
158.99/89.40	c cleaning 9992 clauses out of 20011 with flag 1255000/1318046
159.86/89.96	c cleaning 10004 clauses out of 20020 with flag 1265001/1328047
160.93/90.57	c cleaning 10002 clauses out of 20017 with flag 1275002/1338048
162.13/91.29	c cleaning 9999 clauses out of 20017 with flag 1285004/1348050
163.40/91.93	c cleaning 10001 clauses out of 20014 with flag 1295000/1358046
164.50/92.55	c cleaning 9993 clauses out of 20013 with flag 1305000/1368046
165.53/93.18	c cleaning 10004 clauses out of 20021 with flag 1315001/1378047
166.74/93.86	c cleaning 9993 clauses out of 20016 with flag 1325000/1388046
167.80/94.48	c cleaning 10006 clauses out of 20026 with flag 1335003/1398049
169.06/95.14	c cleaning 10005 clauses out of 20018 with flag 1345001/1408047
170.36/95.85	c cleaning 10002 clauses out of 20013 with flag 1355001/1418047
172.14/96.85	c cleaning 9998 clauses out of 20011 with flag 1365001/1428047
173.39/97.52	c cleaning 9992 clauses out of 20012 with flag 1375000/1438046
174.46/98.12	c cleaning 10005 clauses out of 20021 with flag 1385001/1448047
175.52/98.74	c cleaning 9998 clauses out of 20015 with flag 1395000/1458046
176.72/99.46	c cleaning 10000 clauses out of 20019 with flag 1405002/1468048
177.78/100.06	c cleaning 10002 clauses out of 20018 with flag 1415001/1478047
179.04/100.75	c cleaning 9999 clauses out of 20015 with flag 1425000/1488046
180.14/101.36	c cleaning 10004 clauses out of 20019 with flag 1435003/1498049
181.30/102.08	c cleaning 10001 clauses out of 20013 with flag 1445001/1508047
182.76/102.81	c cleaning 9999 clauses out of 20013 with flag 1455002/1518048
184.05/103.53	c cleaning 10006 clauses out of 20017 with flag 1465005/1528051
185.48/104.32	c cleaning 9999 clauses out of 20007 with flag 1475001/1538047
186.88/105.18	c cleaning 9998 clauses out of 20010 with flag 1485003/1548049
188.34/106.00	c cleaning 9998 clauses out of 20010 with flag 1495001/1558047
189.81/106.78	c cleaning 10002 clauses out of 20012 with flag 1505001/1568047
191.25/107.57	c cleaning 9998 clauses out of 20009 with flag 1515000/1578046
192.65/108.35	c cleaning 10000 clauses out of 20011 with flag 1525000/1588046
193.71/108.93	c cleaning 9998 clauses out of 20012 with flag 1535001/1598047
194.76/109.52	c cleaning 9994 clauses out of 20013 with flag 1545000/1608046
195.62/110.11	c cleaning 9997 clauses out of 20019 with flag 1555000/1618046
196.80/110.79	c cleaning 10005 clauses out of 20022 with flag 1565000/1628046
197.85/111.39	c cleaning 9998 clauses out of 20020 with flag 1575003/1638049
198.91/111.97	c cleaning 10004 clauses out of 20021 with flag 1585002/1648048
199.96/112.56	c cleaning 9995 clauses out of 20015 with flag 1595000/1658046
201.15/113.21	c cleaning 10006 clauses out of 20022 with flag 1605002/1668048
202.20/113.83	c cleaning 9997 clauses out of 20015 with flag 1615001/1678047
203.27/114.46	c cleaning 10005 clauses out of 20018 with flag 1625001/1688047
204.51/115.14	c cleaning 10000 clauses out of 20012 with flag 1635000/1698046
205.89/115.95	c cleaning 9998 clauses out of 20012 with flag 1645000/1708046
207.15/116.70	c cleaning 9999 clauses out of 20014 with flag 1655000/1718046
208.59/117.42	c cleaning 9994 clauses out of 20015 with flag 1665000/1728046
209.84/118.11	c cleaning 10003 clauses out of 20021 with flag 1675000/1738046
211.26/118.93	c cleaning 9997 clauses out of 20018 with flag 1685000/1748046
212.48/119.63	c cleaning 9996 clauses out of 20021 with flag 1695000/1758046
213.73/120.33	c cleaning 10008 clauses out of 20026 with flag 1705001/1768047
214.78/121.00	c cleaning 9999 clauses out of 20017 with flag 1715000/1778046
216.16/121.79	c cleaning 9994 clauses out of 20018 with flag 1725000/1788046
217.60/122.51	c cleaning 10011 clauses out of 20028 with flag 1735004/1798050
218.65/123.21	c cleaning 10000 clauses out of 20016 with flag 1745003/1808049
220.09/123.92	c cleaning 9998 clauses out of 20013 with flag 1755000/1818046
221.47/124.74	c cleaning 9996 clauses out of 20015 with flag 1765000/1828046
222.73/125.47	c cleaning 10004 clauses out of 20022 with flag 1775003/1838049
224.17/126.22	c cleaning 10003 clauses out of 20018 with flag 1785003/1848049
225.41/126.91	c cleaning 9998 clauses out of 20013 with flag 1795001/1858047
226.59/127.71	c cleaning 9997 clauses out of 20014 with flag 1805000/1868046
227.82/128.35	c cleaning 9999 clauses out of 20017 with flag 1815000/1878046
229.07/129.04	c cleaning 10000 clauses out of 20019 with flag 1825001/1888047
230.32/129.72	c cleaning 10003 clauses out of 20023 with flag 1835005/1898051
231.49/130.49	c cleaning 9985 clauses out of 20015 with flag 1845000/1908046
232.93/131.22	c cleaning 10007 clauses out of 20030 with flag 1855000/1918046
234.17/131.92	c cleaning 10004 clauses out of 20024 with flag 1865001/1928047
235.41/132.62	c cleaning 10003 clauses out of 20019 with flag 1875000/1938046
236.78/133.40	c cleaning 10001 clauses out of 20018 with flag 1885002/1948048
237.82/134.04	c cleaning 9999 clauses out of 20020 with flag 1895005/1958051
239.07/134.74	c cleaning 9997 clauses out of 20017 with flag 1905001/1968047
240.35/135.48	c cleaning 9986 clauses out of 20019 with flag 1915000/1978046
241.88/136.31	c cleaning 10005 clauses out of 20034 with flag 1925001/1988047
243.12/137.04	c cleaning 10007 clauses out of 20028 with flag 1935000/1998046
244.35/137.79	c cleaning 10006 clauses out of 20027 with flag 1945006/2008052
245.79/138.58	c cleaning 10002 clauses out of 20018 with flag 1955003/2018049
247.35/139.41	c cleaning 9998 clauses out of 20014 with flag 1965001/2028047
248.58/140.15	c cleaning 9998 clauses out of 20016 with flag 1975001/2038047
249.82/140.89	c cleaning 10005 clauses out of 20024 with flag 1985007/2048053
251.25/141.60	c cleaning 10001 clauses out of 20012 with flag 1995000/2058046
252.41/142.34	c cleaning 10002 clauses out of 20011 with flag 2005000/2068046
253.65/143.04	c cleaning 10002 clauses out of 20011 with flag 2015002/2078048
254.87/143.71	c cleaning 9998 clauses out of 20007 with flag 2025000/2088046
256.10/144.48	c cleaning 9994 clauses out of 20009 with flag 2035000/2098046
258.06/145.50	c cleaning 10000 clauses out of 20016 with flag 2045001/2108047
259.50/146.34	c cleaning 10003 clauses out of 20017 with flag 2055002/2118048
260.92/147.17	c cleaning 9988 clauses out of 20012 with flag 2065000/2128046
262.35/148.00	c cleaning 10005 clauses out of 20025 with flag 2075001/2138047
264.11/148.92	c cleaning 10001 clauses out of 20019 with flag 2085000/2148046
265.74/149.84	c cleaning 10001 clauses out of 20018 with flag 2095000/2158046
267.39/150.78	c cleaning 10004 clauses out of 20018 with flag 2105001/2168047
269.01/151.65	c cleaning 9999 clauses out of 20013 with flag 2115000/2178046
270.56/152.53	c cleaning 10002 clauses out of 20014 with flag 2125000/2188046
271.79/153.24	c cleaning 9995 clauses out of 20012 with flag 2135000/2198046
272.82/153.89	c cleaning 9989 clauses out of 20017 with flag 2145000/2208046
274.05/154.57	c cleaning 10009 clauses out of 20029 with flag 2155001/2218047
275.23/155.29	c cleaning 10001 clauses out of 20019 with flag 2165000/2228046
276.43/155.92	c cleaning 9999 clauses out of 20018 with flag 2175000/2238046
277.45/156.58	c cleaning 9998 clauses out of 20020 with flag 2185001/2248047
278.68/157.24	c cleaning 10002 clauses out of 20021 with flag 2195000/2258046
280.03/158.04	c cleaning 9998 clauses out of 20019 with flag 2205000/2268046
281.26/158.73	c cleaning 10003 clauses out of 20022 with flag 2215001/2278047
282.48/159.47	c cleaning 10003 clauses out of 20021 with flag 2225003/2288049
283.70/160.19	c cleaning 10001 clauses out of 20015 with flag 2235000/2298046
285.25/161.04	c cleaning 10002 clauses out of 20015 with flag 2245001/2308047
286.49/161.79	c cleaning 10001 clauses out of 20012 with flag 2255000/2318046
287.90/162.51	c cleaning 9995 clauses out of 20011 with flag 2265000/2328046
289.13/163.29	c cleaning 9997 clauses out of 20016 with flag 2275000/2338046
290.68/164.16	c cleaning 10004 clauses out of 20021 with flag 2285002/2348048
291.70/164.76	c cleaning 10004 clauses out of 20019 with flag 2295004/2358050
292.73/165.31	c cleaning 10000 clauses out of 20014 with flag 2305003/2368049
293.55/165.87	c cleaning 10000 clauses out of 20011 with flag 2315000/2378046
294.69/166.51	c cleaning 10001 clauses out of 20011 with flag 2325000/2388046
295.52/167.05	c cleaning 9995 clauses out of 20010 with flag 2335000/2398046
296.34/167.59	c cleaning 9999 clauses out of 20016 with flag 2345001/2408047
297.36/168.14	c cleaning 10005 clauses out of 20017 with flag 2355001/2418047
298.30/168.75	c cleaning 10002 clauses out of 20012 with flag 2365001/2428047
299.12/169.28	c cleaning 9996 clauses out of 20009 with flag 2375000/2438046
300.14/169.84	c cleaning 10001 clauses out of 20013 with flag 2385000/2448046
300.96/170.39	c cleaning 10001 clauses out of 20012 with flag 2395000/2458046
302.11/171.01	c cleaning 9999 clauses out of 20012 with flag 2405001/2468047
302.93/171.57	c cleaning 9997 clauses out of 20012 with flag 2415000/2478046
303.95/172.13	c cleaning 9997 clauses out of 20015 with flag 2425000/2488046
304.98/172.74	c cleaning 9997 clauses out of 20020 with flag 2435002/2498048
306.71/173.80	c cleaning 10006 clauses out of 20021 with flag 2445000/2508046
308.53/174.78	c cleaning 10002 clauses out of 20015 with flag 2455000/2518046
310.35/175.74	c cleaning 10002 clauses out of 20014 with flag 2465001/2528047
312.16/176.75	c cleaning 10004 clauses out of 20015 with flag 2475004/2538050
314.10/177.88	c cleaning 9990 clauses out of 20007 with flag 2485000/2548046
315.92/178.83	c cleaning 10001 clauses out of 20019 with flag 2495002/2558048
317.53/179.75	c cleaning 9991 clauses out of 20016 with flag 2505000/2568046
319.35/180.77	c cleaning 10008 clauses out of 20026 with flag 2515001/2578047
321.11/181.77	c cleaning 9998 clauses out of 20019 with flag 2525002/2588048
322.73/182.69	c cleaning 10005 clauses out of 20019 with flag 2535000/2598046
324.34/183.59	c cleaning 9994 clauses out of 20014 with flag 2545000/2608046
326.15/184.55	c cleaning 9990 clauses out of 20020 with flag 2555000/2618046
328.09/185.63	c cleaning 10006 clauses out of 20030 with flag 2565000/2628046
329.70/186.59	c cleaning 10006 clauses out of 20026 with flag 2575002/2638048
331.31/187.49	c cleaning 10008 clauses out of 20024 with flag 2585006/2648052
333.33/188.51	c cleaning 9993 clauses out of 20010 with flag 2595000/2658046
335.26/189.66	c cleaning 10002 clauses out of 20017 with flag 2605000/2668046
337.07/190.66	c cleaning 10003 clauses out of 20015 with flag 2615000/2678046
339.08/191.72	c cleaning 10001 clauses out of 20012 with flag 2625000/2688046
340.89/192.73	c cleaning 9993 clauses out of 20012 with flag 2635001/2698047
343.01/193.90	c cleaning 10006 clauses out of 20018 with flag 2645000/2708046
344.82/194.94	c cleaning 10003 clauses out of 20015 with flag 2655003/2718049
346.04/195.60	c cleaning 9999 clauses out of 20009 with flag 2665000/2728046
347.05/196.27	c cleaning 10001 clauses out of 20012 with flag 2675002/2738048
348.40/197.08	c cleaning 10000 clauses out of 20010 with flag 2685001/2748047
349.58/197.76	c cleaning 9997 clauses out of 20009 with flag 2695000/2758046
350.78/198.43	c cleaning 9998 clauses out of 20012 with flag 2705000/2768046
351.79/199.11	c cleaning 10003 clauses out of 20015 with flag 2715001/2778047
353.11/199.88	c cleaning 10003 clauses out of 20015 with flag 2725004/2788050
354.32/200.59	c cleaning 9997 clauses out of 20008 with flag 2735000/2798046
355.53/201.28	c cleaning 10000 clauses out of 20014 with flag 2745003/2808049
356.74/201.96	c cleaning 9998 clauses out of 20011 with flag 2755000/2818046
358.06/202.75	c cleaning 10000 clauses out of 20013 with flag 2765000/2828046
359.27/203.43	c cleaning 9999 clauses out of 20015 with flag 2775002/2838048
360.47/204.11	c cleaning 9988 clauses out of 20015 with flag 2785001/2848047
361.51/204.78	c cleaning 10006 clauses out of 20026 with flag 2795000/2858046
362.80/205.50	c cleaning 10000 clauses out of 20021 with flag 2805001/2868047
363.80/206.20	c cleaning 10005 clauses out of 20021 with flag 2815001/2878047
365.02/206.86	c cleaning 10000 clauses out of 20018 with flag 2825003/2888049
366.41/207.63	c cleaning 10002 clauses out of 20015 with flag 2835000/2898046
367.73/208.44	c cleaning 9997 clauses out of 20013 with flag 2845000/2908046
368.96/209.19	c cleaning 10002 clauses out of 20018 with flag 2855002/2918048
370.33/209.93	c cleaning 9996 clauses out of 20014 with flag 2865000/2928046
371.54/210.65	c cleaning 10002 clauses out of 20021 with flag 2875003/2938049
372.85/211.44	c cleaning 9997 clauses out of 20018 with flag 2885002/2948048
374.05/212.12	c cleaning 10003 clauses out of 20019 with flag 2895000/2958046
375.25/212.81	c cleaning 10003 clauses out of 20017 with flag 2905001/2968047
376.49/213.52	c cleaning 10003 clauses out of 20013 with flag 2915000/2978046
377.78/214.31	c cleaning 9998 clauses out of 20010 with flag 2925000/2988046
378.78/215.00	c cleaning 9995 clauses out of 20014 with flag 2935002/2998048
380.01/215.64	c cleaning 9996 clauses out of 20017 with flag 2945000/3008046
381.20/216.31	c cleaning 10001 clauses out of 20021 with flag 2955000/3018046
382.32/217.06	c cleaning 10001 clauses out of 20020 with flag 2965000/3028046
383.52/217.76	c cleaning 10000 clauses out of 20019 with flag 2975000/3038046
384.72/218.48	c cleaning 9991 clauses out of 20019 with flag 2985000/3048046
386.12/219.21	c cleaning 10009 clauses out of 20029 with flag 2995001/3058047
387.44/220.05	c cleaning 10003 clauses out of 20022 with flag 3005003/3068049
388.63/220.70	c cleaning 10006 clauses out of 20018 with flag 3015002/3078048
390.23/221.61	c cleaning 10000 clauses out of 20010 with flag 3025000/3088046
391.47/222.33	c cleaning 9994 clauses out of 20010 with flag 3035000/3098046
392.74/223.11	c cleaning 10003 clauses out of 20016 with flag 3045000/3108046
394.14/223.97	c cleaning 9998 clauses out of 20013 with flag 3055000/3118046
395.94/224.95	c cleaning 9995 clauses out of 20015 with flag 3065000/3128046
397.54/225.85	c cleaning 10004 clauses out of 20026 with flag 3075006/3138052
398.87/226.61	c cleaning 10004 clauses out of 20016 with flag 3085000/3148046
400.05/227.37	c cleaning 9998 clauses out of 20012 with flag 3095000/3158046
401.45/228.11	c cleaning 10003 clauses out of 20015 with flag 3105001/3168047
402.66/228.84	c cleaning 9996 clauses out of 20011 with flag 3115000/3178046
403.95/229.65	c cleaning 10005 clauses out of 20016 with flag 3125001/3188047
405.15/230.39	c cleaning 10003 clauses out of 20012 with flag 3135002/3198048
406.37/231.08	c cleaning 10002 clauses out of 20007 with flag 3145000/3208046
407.76/231.84	c cleaning 9999 clauses out of 20006 with flag 3155001/3218047
409.27/232.73	c cleaning 9996 clauses out of 20007 with flag 3165001/3228047
410.46/233.46	c cleaning 9992 clauses out of 20012 with flag 3175002/3238048
411.86/234.22	c cleaning 10006 clauses out of 20018 with flag 3185000/3248046
412.86/234.88	c cleaning 10000 clauses out of 20013 with flag 3195001/3258047
414.00/235.58	c cleaning 9999 clauses out of 20012 with flag 3205000/3268046
415.17/236.23	c cleaning 9993 clauses out of 20013 with flag 3215000/3278046
416.17/236.86	c cleaning 10002 clauses out of 20020 with flag 3225000/3288046
417.36/237.51	c cleaning 10003 clauses out of 20020 with flag 3235002/3298048
418.47/238.21	c cleaning 10000 clauses out of 20018 with flag 3245003/3308049
419.50/238.84	c cleaning 9999 clauses out of 20015 with flag 3255000/3318046
420.46/239.49	c cleaning 9999 clauses out of 20016 with flag 3265000/3328046
421.65/240.14	c cleaning 10000 clauses out of 20019 with flag 3275002/3338048
422.76/240.89	c cleaning 10004 clauses out of 20017 with flag 3285000/3348046
423.97/241.59	c cleaning 10001 clauses out of 20013 with flag 3295000/3358046
425.16/242.25	c cleaning 9997 clauses out of 20012 with flag 3305000/3368046
426.36/242.99	c cleaning 9998 clauses out of 20015 with flag 3315000/3378046
427.68/243.77	c cleaning 10001 clauses out of 20018 with flag 3325001/3388047
428.88/244.46	c cleaning 10000 clauses out of 20017 with flag 3335001/3398047
430.07/245.16	c cleaning 10000 clauses out of 20016 with flag 3345000/3408046
431.27/245.86	c cleaning 10001 clauses out of 20019 with flag 3355003/3418049
432.60/246.61	c cleaning 9995 clauses out of 20015 with flag 3365000/3428046
433.60/247.28	c cleaning 9996 clauses out of 20020 with flag 3375000/3438046
434.79/247.94	c cleaning 10000 clauses out of 20027 with flag 3385003/3448049
435.78/248.58	c cleaning 10007 clauses out of 20026 with flag 3395002/3458048
437.09/249.32	c cleaning 10003 clauses out of 20020 with flag 3405003/3468049
438.09/249.97	c cleaning 10002 clauses out of 20015 with flag 3415001/3478047
439.28/250.60	c cleaning 9995 clauses out of 20012 with flag 3425000/3488046
440.27/251.29	c cleaning 9999 clauses out of 20017 with flag 3435000/3498046
441.79/252.15	c cleaning 10003 clauses out of 20018 with flag 3445000/3508046
442.98/252.89	c cleaning 10002 clauses out of 20017 with flag 3455002/3518048
444.37/253.65	c cleaning 10003 clauses out of 20014 with flag 3465001/3528047
445.76/254.41	c cleaning 9997 clauses out of 20010 with flag 3475000/3538046
447.07/255.29	c cleaning 9996 clauses out of 20013 with flag 3485000/3548046
448.44/256.05	c cleaning 10002 clauses out of 20017 with flag 3495000/3558046
449.84/256.84	c cleaning 10004 clauses out of 20015 with flag 3505000/3568046
451.43/257.74	c cleaning 10004 clauses out of 20015 with flag 3515004/3578050
452.73/258.61	c cleaning 9999 clauses out of 20008 with flag 3525001/3588047
454.31/259.40	c cleaning 9999 clauses out of 20010 with flag 3535002/3598048
455.50/260.15	c cleaning 10000 clauses out of 20010 with flag 3545001/3608047
456.89/260.90	c cleaning 10001 clauses out of 20011 with flag 3555002/3618048
458.41/261.85	c cleaning 9999 clauses out of 20008 with flag 3565000/3628046
459.78/262.65	c cleaning 9999 clauses out of 20012 with flag 3575003/3638049
461.17/263.47	c cleaning 9999 clauses out of 20014 with flag 3585004/3648050
462.56/264.30	c cleaning 9993 clauses out of 20012 with flag 3595001/3658047
464.06/265.17	c cleaning 10000 clauses out of 20018 with flag 3605000/3668046
465.43/265.96	c cleaning 10002 clauses out of 20018 with flag 3615000/3678046
466.82/266.79	c cleaning 10000 clauses out of 20016 with flag 3625000/3688046
468.40/267.61	c cleaning 10003 clauses out of 20018 with flag 3635002/3698048
469.93/268.52	c cleaning 10003 clauses out of 20014 with flag 3645001/3708047
471.28/269.30	c cleaning 9993 clauses out of 20010 with flag 3655000/3718046
472.47/270.02	c cleaning 10004 clauses out of 20017 with flag 3665000/3728046
473.69/270.76	c cleaning 9997 clauses out of 20013 with flag 3675000/3738046
474.95/271.55	c cleaning 10004 clauses out of 20017 with flag 3685001/3748047
476.13/272.29	c cleaning 10003 clauses out of 20014 with flag 3695002/3758048
477.36/272.99	c cleaning 10001 clauses out of 20012 with flag 3705003/3768049
478.50/273.69	c cleaning 9994 clauses out of 20009 with flag 3715001/3778047
479.79/274.49	c cleaning 9995 clauses out of 20014 with flag 3725000/3788046
481.01/275.19	c cleaning 10004 clauses out of 20019 with flag 3735000/3798046
482.16/275.87	c cleaning 9999 clauses out of 20016 with flag 3745001/3808047
483.35/276.58	c cleaning 10000 clauses out of 20016 with flag 3755000/3818046
484.68/277.39	c cleaning 9998 clauses out of 20017 with flag 3765001/3828047
486.23/278.20	c cleaning 10000 clauses out of 20018 with flag 3775000/3838046
487.41/278.99	c cleaning 10005 clauses out of 20018 with flag 3785000/3848046
488.80/279.72	c cleaning 10005 clauses out of 20015 with flag 3795002/3858048
490.10/280.54	c cleaning 9999 clauses out of 20009 with flag 3805001/3868047
491.48/281.34	c cleaning 10000 clauses out of 20013 with flag 3815004/3878050
492.66/282.09	c cleaning 10001 clauses out of 20009 with flag 3825000/3888046
494.08/282.85	c cleaning 9997 clauses out of 20008 with flag 3835000/3898046
495.54/283.72	c cleaning 9995 clauses out of 20011 with flag 3845000/3908046
496.72/284.46	c cleaning 10003 clauses out of 20018 with flag 3855002/3918048
498.10/285.20	c cleaning 10002 clauses out of 20014 with flag 3865001/3928047
499.29/285.93	c cleaning 10001 clauses out of 20013 with flag 3875002/3938048
500.58/286.78	c cleaning 9993 clauses out of 20010 with flag 3885000/3948046
501.96/287.58	c cleaning 10004 clauses out of 20019 with flag 3895002/3958048
503.37/288.32	c cleaning 10002 clauses out of 20018 with flag 3905005/3968051
504.52/289.04	c cleaning 9997 clauses out of 20011 with flag 3915000/3978046
505.83/289.82	c cleaning 10000 clauses out of 20015 with flag 3925001/3988047
507.04/290.58	c cleaning 9999 clauses out of 20014 with flag 3935000/3998046
508.38/291.35	c cleaning 10002 clauses out of 20017 with flag 3945002/4008048
509.76/292.11	c cleaning 10006 clauses out of 20017 with flag 3955004/4018050
511.09/292.99	c cleaning 9998 clauses out of 20008 with flag 3965001/4028047
512.48/293.77	c cleaning 9999 clauses out of 20009 with flag 3975000/4038046
513.65/294.49	c cleaning 9996 clauses out of 20010 with flag 3985000/4048046
515.23/295.36	c cleaning 9997 clauses out of 20014 with flag 3995000/4058046
516.90/296.39	c cleaning 9996 clauses out of 20017 with flag 4005000/4068046
518.48/297.22	c cleaning 10006 clauses out of 20021 with flag 4015000/4078046
520.07/298.12	c cleaning 10002 clauses out of 20016 with flag 4025001/4088047
521.04/298.79	c  And the winner is CuttingPlanes
522.39/300.18	c starts		: 30
522.39/300.18	c conflicts		: 5353
522.39/300.18	c decisions		: 68068
522.39/300.18	c propagations		: 276004
522.39/300.18	c inspects		: 104427432
522.39/300.18	c shortcuts		: 0
522.39/300.18	c learnt literals	: 0
522.39/300.18	c learnt binary clauses	: 0
522.39/300.18	c learnt ternary clauses	: 0
522.39/300.18	c learnt constraints	: 5351
522.39/300.18	c ignored constraints	: 0
522.39/300.18	c root simplifications	: 0
522.39/300.18	c removed literals (reason simplification)	: 0
522.39/300.18	c reason swapping (by a shorter reason)	: 0
522.39/300.18	c Calls to reduceDB	: 0
522.39/300.18	c number of reductions to clauses (during analyze)	: 0
522.39/300.18	c number of learned constraints concerned by reduction	: 0
522.39/300.18	c number of learning phase by resolution	: 0
522.39/300.18	c number of learning phase by cutting planes	: 0
522.39/300.18	c speed (assignments/second)	: 944.2329074083577
522.39/300.18	c non guided choices	0
522.39/300.18	c learnt constraints type 
522.39/300.18	c constraints type 
522.39/300.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
522.39/300.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
522.39/300.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
522.39/300.18	c constraints type 
522.39/300.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
522.39/300.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
522.39/300.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
522.39/300.18	s OPTIMUM FOUND
522.39/300.18	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 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 x327 x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 
522.39/300.18	c objective function=18
522.39/300.18	c Total wall clock time (in seconds): 300.065

Verifier Data

OK	18

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455076-1307188735/watcher-3455076-1307188735 -o /tmp/evaluation-result-3455076-1307188735/solver-3455076-1307188735 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455076-1307188735.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.06 1.13 1.49 2/466 15861
/proc/meminfo: memFree=24104704/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/15861/stat : 15861 (java) R 15859 15861 13385 0 -1 4202496 950 0 0 0 0 0 0 0 18 0 1 0 909103941 23580672 693 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252453096304 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15861/statm: 5757 693 510 9 0 124 0
[pid=15861/tid=15863] ppid=15859 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 4091 0 1 0 0 0 0 0 17 0 2 0 909103942 10694979584 4908 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.118072 s]
/proc/loadavg: 1.06 1.13 1.49 2/466 15861
/proc/meminfo: memFree=24104704/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10605212 CPUtime=0.13 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 13379 0 1 0 11 2 0 0 18 0 18 0 909103941 10859737088 13044 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2651303 13044 2133 9 0 2642037 0
[pid=15861/tid=15863] ppid=15859 vsize=10605212 CPUtime=0.1 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 11374 0 1 0 9 1 0 0 18 0 18 0 909103942 10859737088 13044 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10605212

[startup+0.244708 s]
/proc/loadavg: 1.06 1.13 1.49 2/466 15861
/proc/meminfo: memFree=24104704/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10609456 CPUtime=0.4 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 16579 0 1 0 38 2 0 0 18 0 18 0 909103941 10864082944 15466 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2652364 15466 2192 9 0 2643098 0
[pid=15861/tid=15863] ppid=15859 vsize=10609456 CPUtime=0.22 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 12178 0 1 0 21 1 0 0 18 0 18 0 909103942 10864082944 15466 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505558822 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10609456

[startup+0.301069 s]
/proc/loadavg: 1.06 1.13 1.49 2/466 15861
/proc/meminfo: memFree=24104704/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10609456 CPUtime=0.57 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 18291 0 1 0 55 2 0 0 18 0 18 0 909103941 10864082944 16880 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2652364 16880 2200 9 0 2643098 0
[pid=15861/tid=15863] ppid=15859 vsize=10609456 CPUtime=0.27 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 13324 0 1 0 26 1 0 0 18 0 18 0 909103942 10864082944 16880 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505215947 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10609456

[startup+0.701039 s]
/proc/loadavg: 1.06 1.13 1.49 2/466 15861
/proc/meminfo: memFree=24104704/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10613568 CPUtime=0.65 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 19168 0 1 0 63 2 0 0 18 0 19 0 909103941 10868293632 16882 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2653392 16882 2218 9 0 2644126 0
[pid=15861/tid=15863] ppid=15859 vsize=10613568 CPUtime=0.28 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) S 15859 15861 13385 0 -1 4202560 13377 0 1 0 27 1 0 0 19 0 19 0 909103942 10868293632 16882 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10613568

[startup+1.50088 s]
/proc/loadavg: 1.06 1.13 1.49 1/506 15915
/proc/meminfo: memFree=23980028/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10613568 CPUtime=1.12 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 20306 0 1 0 110 2 0 0 18 0 19 0 909103941 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2653392 17667 2234 9 0 2644126 0
[pid=15861/tid=15863] ppid=15859 vsize=10613568 CPUtime=0.28 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) S 15859 15861 13385 0 -1 4202560 13477 0 1 0 27 1 0 0 16 0 19 0 909103942 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 909103945 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 909103945 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 19 0 909103945 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103948 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10613568 CPUtime=0.29 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 1997 0 0 0 29 0 0 0 15 0 19 0 909103948 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10613568 CPUtime=0.34 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 3326 0 0 0 34 0 0 0 16 0 19 0 909103948 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909103948 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909103948 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15906] ppid=15859 vsize=10613568 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15906/stat : 15906 (java) S 15859 15861 13385 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 909103973 10868293632 17667 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10613568

[startup+3.10059 s]
/proc/loadavg: 1.06 1.13 1.49 2/507 15927
/proc/meminfo: memFree=23950632/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10627528 CPUtime=1.74 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 26784 0 1 0 170 4 0 0 18 0 19 0 909103941 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2656882 22299 2240 9 0 2647616 0
[pid=15861/tid=15863] ppid=15859 vsize=10627528 CPUtime=0.29 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) S 15859 15861 13385 0 -1 4202560 13592 0 1 0 28 1 0 0 15 0 19 0 909103942 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103944 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 909103945 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 909103945 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 19 0 909103945 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103948 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=0.64 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7252 0 0 0 63 1 0 0 15 0 19 0 909103948 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.43 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 3335 0 0 0 43 0 0 0 16 0 19 0 909103948 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909103948 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909103948 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15924] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15924/stat : 15924 (java) S 15859 15861 13385 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 909104126 10882588672 22299 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 10627528
heavy processes:

[startup+6.30095 s]
/proc/loadavg: 1.30 1.18 1.51 4/512 15946
/proc/meminfo: memFree=23176784/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10627528 CPUtime=6.21 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 115653 0 1 0 607 14 0 0 18 0 22 0 909103941 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2656882 111160 2266 9 0 2647616 0
[pid=15861/tid=15863] ppid=15859 vsize=10627528 CPUtime=0.29 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) S 15859 15861 13385 0 -1 4202560 13706 0 1 0 28 1 0 0 15 0 22 0 909103942 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 508 0 0 0 0 0 0 0 16 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 313 0 0 0 0 0 0 0 15 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 260 0 0 0 0 0 0 0 16 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 207 0 0 0 0 0 0 0 16 0 22 0 909103944 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10627528 CPUtime=0.1 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 2167 0 0 0 10 0 0 0 15 0 22 0 909103945 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909103945 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909103945 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909103948 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=1.12 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7402 0 0 0 111 1 0 0 15 0 22 0 909103948 10882588672 111160 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.68 cores=1,3,5,7

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

[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=1.16 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7406 0 0 0 115 1 0 0 16 0 22 0 909103948 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.92 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 5650 0 0 0 92 0 0 0 15 0 22 0 909103948 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909103948 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 909103948 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15924] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15924/stat : 15924 (java) S 15859 15861 13385 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 22 0 909104126 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15947] ppid=15859 vsize=10627528 CPUtime=213.96 cores=1,3,5,7
/proc/15861/task/15947/stat : 15947 (java) R 15859 15861 13385 0 -1 4202560 291 0 0 0 21395 1 0 0 16 0 22 0 909104729 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505673846 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15861/tid=15948] ppid=15859 vsize=10627528 CPUtime=214 cores=1,3,5,7
/proc/15861/task/15948/stat : 15948 (java) R 15859 15861 13385 0 -1 4202560 62543 0 0 0 21392 8 0 0 16 0 22 0 909104729 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505915074 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15861/tid=15949] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15949/stat : 15949 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909104729 10882588672 226820 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 513.65
Current children cumulated vsize (KiB) 10627528

[startup+297.601 s]
/proc/loadavg: 3.52 2.69 2.07 5/512 16276
/proc/meminfo: memFree=22677200/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10627528 CPUtime=519.06 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 233255 0 1 0 51866 40 0 0 18 0 22 0 909103941 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2656882 226940 2267 9 0 2647616 0
[pid=15861/tid=15863] ppid=15859 vsize=10627528 CPUtime=0.29 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) S 15859 15861 13385 0 -1 4202560 13774 0 1 0 28 1 0 0 15 0 22 0 909103942 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10627528 CPUtime=0.69 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 551 0 0 0 69 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10627528 CPUtime=0.82 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 405 0 0 0 82 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10627528 CPUtime=0.76 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 47 0 0 0 76 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10627528 CPUtime=0.79 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 322 0 0 0 79 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10627528 CPUtime=0.86 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 465 0 0 0 86 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10627528 CPUtime=0.75 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 140 0 0 0 75 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10627528 CPUtime=0.83 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 145 0 0 0 83 0 0 0 15 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10627528 CPUtime=0.76 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 262 0 0 0 76 0 0 0 16 0 22 0 909103944 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10627528 CPUtime=71.62 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 33276 0 0 0 7153 9 0 0 16 0 22 0 909103945 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909103945 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909103945 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909103948 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=1.16 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7406 0 0 0 115 1 0 0 16 0 22 0 909103948 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.92 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 5650 0 0 0 92 0 0 0 15 0 22 0 909103948 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 909103948 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 909103948 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15924] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15924/stat : 15924 (java) S 15859 15861 13385 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 22 0 909104126 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15947] ppid=15859 vsize=10627528 CPUtime=216.11 cores=1,3,5,7
/proc/15861/task/15947/stat : 15947 (java) R 15859 15861 13385 0 -1 4202560 291 0 0 0 21610 1 0 0 15 0 22 0 909104729 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505705537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15861/tid=15948] ppid=15859 vsize=10627528 CPUtime=216.16 cores=1,3,5,7
/proc/15861/task/15948/stat : 15948 (java) R 15859 15861 13385 0 -1 4202560 62546 0 0 0 21608 8 0 0 15 0 22 0 909104729 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912506150062 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15861/tid=15949] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15949/stat : 15949 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 909104729 10882588672 226940 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 519.06
Current children cumulated vsize (KiB) 10627528

[startup+299.201 s]
/proc/loadavg: 3.48 2.70 2.07 4/509 16276
/proc/meminfo: memFree=22674248/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10627528 CPUtime=521.5 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 233351 0 1 0 52110 40 0 0 18 0 19 0 909103941 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2656882 227034 2267 9 0 2647616 0
[pid=15861/tid=15863] ppid=15859 vsize=10627528 CPUtime=0.55 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 13774 0 1 0 54 1 0 0 16 0 19 0 909103942 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10627528 CPUtime=0.69 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 551 0 0 0 69 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10627528 CPUtime=0.82 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 405 0 0 0 82 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10627528 CPUtime=0.76 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 47 0 0 0 76 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10627528 CPUtime=0.79 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 322 0 0 0 79 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10627528 CPUtime=0.87 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 467 0 0 0 87 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10627528 CPUtime=0.75 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 140 0 0 0 75 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10627528 CPUtime=0.83 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 145 0 0 0 83 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10627528 CPUtime=0.77 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 263 0 0 0 77 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10627528 CPUtime=71.85 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 33366 0 0 0 7176 9 0 0 16 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=1.17 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7407 0 0 0 116 1 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.92 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 5651 0 0 0 92 0 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15924] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15924/stat : 15924 (java) S 15859 15861 13385 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 909104126 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 521.5
Current children cumulated vsize (KiB) 10627528

[startup+300.001 s]
/proc/loadavg: 3.48 2.70 2.07 4/509 16276
/proc/meminfo: memFree=22674248/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=10627528 CPUtime=522.29 cores=1,3,5,7
/proc/15861/stat : 15861 (java) S 15859 15861 13385 0 -1 4202496 233351 0 1 0 52189 40 0 0 18 0 19 0 909103941 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 2656882 227034 2267 9 0 2647616 0
[pid=15861/tid=15863] ppid=15859 vsize=10627528 CPUtime=1.33 cores=1,3,5,7
/proc/15861/task/15863/stat : 15863 (java) R 15859 15861 13385 0 -1 4202560 13774 0 1 0 132 1 0 0 17 0 19 0 909103942 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15861/tid=15870] ppid=15859 vsize=10627528 CPUtime=0.69 cores=1,3,5,7
/proc/15861/task/15870/stat : 15870 (java) S 15859 15861 13385 0 -1 4202560 551 0 0 0 69 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15871] ppid=15859 vsize=10627528 CPUtime=0.82 cores=1,3,5,7
/proc/15861/task/15871/stat : 15871 (java) S 15859 15861 13385 0 -1 4202560 405 0 0 0 82 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15872] ppid=15859 vsize=10627528 CPUtime=0.76 cores=1,3,5,7
/proc/15861/task/15872/stat : 15872 (java) S 15859 15861 13385 0 -1 4202560 47 0 0 0 76 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15873] ppid=15859 vsize=10627528 CPUtime=0.79 cores=1,3,5,7
/proc/15861/task/15873/stat : 15873 (java) S 15859 15861 13385 0 -1 4202560 322 0 0 0 79 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15874] ppid=15859 vsize=10627528 CPUtime=0.87 cores=1,3,5,7
/proc/15861/task/15874/stat : 15874 (java) S 15859 15861 13385 0 -1 4202560 467 0 0 0 87 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 5 0 0 0
[pid=15861/tid=15875] ppid=15859 vsize=10627528 CPUtime=0.75 cores=1,3,5,7
/proc/15861/task/15875/stat : 15875 (java) S 15859 15861 13385 0 -1 4202560 140 0 0 0 75 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15876] ppid=15859 vsize=10627528 CPUtime=0.83 cores=1,3,5,7
/proc/15861/task/15876/stat : 15876 (java) S 15859 15861 13385 0 -1 4202560 145 0 0 0 83 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=10627528 CPUtime=0.77 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) S 15859 15861 13385 0 -1 4202560 263 0 0 0 77 0 0 0 15 0 19 0 909103944 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 7 0 0 0
[pid=15861/tid=15887] ppid=15859 vsize=10627528 CPUtime=71.85 cores=1,3,5,7
/proc/15861/task/15887/stat : 15887 (java) S 15859 15861 13385 0 -1 4202560 33366 0 0 0 7176 9 0 0 15 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 0 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15888] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15888/stat : 15888 (java) S 15859 15861 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15889] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15889/stat : 15889 (java) S 15859 15861 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909103945 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15893] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15893/stat : 15893 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469889457 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15894] ppid=15859 vsize=10627528 CPUtime=1.17 cores=1,3,5,7
/proc/15861/task/15894/stat : 15894 (java) S 15859 15861 13385 0 -1 4202560 7407 0 0 0 116 1 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15895] ppid=15859 vsize=10627528 CPUtime=0.92 cores=1,3,5,7
/proc/15861/task/15895/stat : 15895 (java) S 15859 15861 13385 0 -1 4202560 5651 0 0 0 92 0 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15896] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15896/stat : 15896 (java) S 15859 15861 13385 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469881753 0 4 0 16800975 18446604458944314368 0 0 -1 1 0 0 0
[pid=15861/tid=15897] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15897/stat : 15897 (java) S 15859 15861 13385 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 909103948 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
[pid=15861/tid=15924] ppid=15859 vsize=10627528 CPUtime=0 cores=1,3,5,7
/proc/15861/task/15924/stat : 15924 (java) S 15859 15861 13385 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 909104126 10882588672 227034 33554432000 1073741824 1073778376 140734186261344 18446744073709551615 252469882368 0 4 0 16800975 18446604458944314368 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 10627528

[startup+300.208 s]
/proc/loadavg: 3.48 2.70 2.07 4/509 16276
/proc/meminfo: memFree=22674248/32951124 swapFree=56297244/67111528
[pid=15861] ppid=15859 vsize=0 CPUtime=522.5 cores=1,3,5,7
/proc/15861/stat : 15861 (java) Z 15859 15861 13385 0 -1 4203548 233361 0 1 0 52208 42 0 0 18 0 2 0 909103941 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15861/statm: 0 0 0 0 0 0 0
[pid=15861/tid=15877] ppid=15859 vsize=0 CPUtime=0.79 cores=1,3,5,7
/proc/15861/task/15877/stat : 15877 (java) R 15859 15861 13385 0 -1 4203588 263 0 0 0 77 2 0 0 15 0 2 0 909103944 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 522.5
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 300.22
CPU time (s): 522.526
CPU user time (s): 522.085
CPU system time (s): 0.440932
CPU usage (%): 174.047
Max. virtual memory (cumulated for all children) (KiB): 10627528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 522.085
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233361
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= 19826
involuntary context switches= 11540

runsolver used 1.40479 second user time and 3.49747 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 13:58:55
IDJOB=3455076
IDBENCH=2050
IDSOLVER=1950
FILE ID=node111/3455076-1307188735
RUNJOBID= node111-1307188735-15848
PBS_JOBID= 13508842
Free space on /tmp= 73868 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455076-1307188735/watcher-3455076-1307188735 -o /tmp/evaluation-result-3455076-1307188735/solver-3455076-1307188735 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455076-1307188735.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=617781858

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24104992 kB
Buffers:        326136 kB
Cached:         847704 kB
SwapCached:      11784 kB
Active:        7784948 kB
Inactive:       782264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24104992 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:             424 kB
Writeback:          12 kB
AnonPages:     7390908 kB
Mapped:          27436 kB
Slab:           143560 kB
PageTables:      66044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149061740 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= 73868 MiB
End job on node111 at 2011-06-04 14:03:55