Trace number 2659662

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 PB Resolution 2.2.0 2010-05-26SAT (TO)18 1800.22 1795.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-jac3.opb
MD5SUM05a03b946ede4da21fcf30fd621632f5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.705892
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables1731
Total number of constraints1254
Number of constraints which are clauses1254
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 constraint2
Maximum length of a constraint694
Number of terms in the objective function 1731
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 1731
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1731
Number of bits of the biggest sum of numbers11
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2659662-1276410360.opb
0.23/0.20	c reading problem ... 
1.17/0.75	c ... done. Wall clock time 0.551s.
1.17/0.75	c #vars     1731
1.17/0.75	c #constraints  1254
1.17/0.75	c constraints type 
1.17/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1056
1.17/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198
1.57/0.91	c SATISFIABLE
1.57/0.91	c OPTIMIZING...
1.57/0.91	c Got one! Elapsed wall clock time (in seconds):0.704
1.57/0.91	o 26
2.55/1.42	c Got one! Elapsed wall clock time (in seconds):1.219
2.55/1.42	o 23
2.96/1.60	c Got one! Elapsed wall clock time (in seconds):1.402
2.96/1.60	o 22
3.35/1.80	c Got one! Elapsed wall clock time (in seconds):1.596
3.35/1.80	o 21
4.92/3.04	c cleaning 2498 clauses out of 5000 with flag 5000/5000
6.47/4.56	c cleaning 4243 clauses out of 8502 with flag 11000/11000
8.18/6.24	c cleaning 5625 clauses out of 11259 with flag 18000/18000
11.49/9.52	c cleaning 6807 clauses out of 13634 with flag 26000/26000
14.23/12.29	c cleaning 7911 clauses out of 15827 with flag 35000/35000
16.34/14.31	c Got one! Elapsed wall clock time (in seconds):14.113
16.34/14.32	o 20
16.57/14.56	c cleaning 8955 clauses out of 17916 with flag 45000/45000
19.37/17.37	c cleaning 9480 clauses out of 18961 with flag 55000/55000
22.58/20.57	c cleaning 9740 clauses out of 19482 with flag 65001/65001
25.69/23.66	c cleaning 9855 clauses out of 19743 with flag 75002/75002
29.39/27.38	c cleaning 9940 clauses out of 19886 with flag 85000/85000
33.70/31.66	c cleaning 9964 clauses out of 19946 with flag 95000/95000
40.81/38.76	c cleaning 9987 clauses out of 19982 with flag 105000/105000
45.52/43.44	c cleaning 9994 clauses out of 19995 with flag 115000/115000
49.12/47.09	c cleaning 9990 clauses out of 20001 with flag 125000/125000
52.74/50.64	c cleaning 9997 clauses out of 20011 with flag 135000/135000
55.04/52.91	c Got one! Elapsed wall clock time (in seconds):52.711
55.04/52.91	o 19
56.45/54.37	c cleaning 10002 clauses out of 20015 with flag 145001/145001
59.56/57.48	c cleaning 10003 clauses out of 20013 with flag 155001/155001
62.27/60.16	c cleaning 9994 clauses out of 20009 with flag 165000/165000
64.98/62.85	c cleaning 10001 clauses out of 20015 with flag 175000/175000
68.19/66.03	c cleaning 10003 clauses out of 20015 with flag 185001/185001
71.59/69.46	c cleaning 9999 clauses out of 20011 with flag 195000/195000
75.40/73.22	c cleaning 9996 clauses out of 20012 with flag 205000/205000
80.50/78.37	c cleaning 10002 clauses out of 20016 with flag 215000/215000
84.82/82.65	c cleaning 10000 clauses out of 20016 with flag 225002/225002
88.23/86.05	c cleaning 10000 clauses out of 20014 with flag 235000/235000
91.24/89.10	c cleaning 9997 clauses out of 20014 with flag 245000/245000
94.55/92.38	c cleaning 10002 clauses out of 20017 with flag 255000/255000
97.86/95.69	c cleaning 10000 clauses out of 20015 with flag 265000/265000
101.05/98.87	c cleaning 10004 clauses out of 20015 with flag 275000/275000
103.16/100.99	c cleaning 9996 clauses out of 20011 with flag 285000/285000
106.97/104.78	c cleaning 10000 clauses out of 20015 with flag 295000/295000
110.18/107.94	c cleaning 10001 clauses out of 20015 with flag 305000/305000
112.88/110.60	c cleaning 9998 clauses out of 20014 with flag 315000/315000
115.39/113.14	c cleaning 10003 clauses out of 20016 with flag 325000/325000
117.81/115.59	c cleaning 10002 clauses out of 20013 with flag 335000/335000
119.91/117.63	c cleaning 9993 clauses out of 20011 with flag 345000/345000
123.11/120.89	c cleaning 10005 clauses out of 20018 with flag 355000/355000
126.01/123.71	c cleaning 10003 clauses out of 20014 with flag 365001/365001
129.32/127.03	c cleaning 9998 clauses out of 20011 with flag 375001/375001
131.93/129.66	c cleaning 10000 clauses out of 20016 with flag 385004/385004
134.83/132.53	c cleaning 9997 clauses out of 20012 with flag 395000/395000
138.04/135.72	c cleaning 10000 clauses out of 20015 with flag 405000/405000
143.15/140.82	c cleaning 9964 clauses out of 20015 with flag 415000/415000
146.05/143.75	c cleaning 10021 clauses out of 20051 with flag 425000/425000
148.96/146.61	c cleaning 10010 clauses out of 20038 with flag 435008/435008
153.16/150.81	c cleaning 10004 clauses out of 20021 with flag 445001/445001
156.17/153.89	c cleaning 10005 clauses out of 20018 with flag 455002/455002
158.17/155.88	c cleaning 9999 clauses out of 20011 with flag 465000/465000
160.38/158.00	c cleaning 10002 clauses out of 20013 with flag 475001/475001
162.78/160.47	c cleaning 10001 clauses out of 20010 with flag 485000/485000
165.79/163.45	c cleaning 10004 clauses out of 20014 with flag 495005/495005
169.30/166.91	c cleaning 9998 clauses out of 20005 with flag 505000/505000
172.61/170.30	c cleaning 10000 clauses out of 20010 with flag 515003/515003
175.52/173.19	c cleaning 9996 clauses out of 20007 with flag 525000/525000
178.13/175.70	c cleaning 9993 clauses out of 20011 with flag 535000/535000
180.54/178.15	c cleaning 9998 clauses out of 20018 with flag 545000/545000
183.44/181.00	c cleaning 10004 clauses out of 20021 with flag 555001/555001
186.64/184.27	c cleaning 9994 clauses out of 20016 with flag 565000/565000
189.84/187.44	c cleaning 10003 clauses out of 20023 with flag 575001/575001
193.94/191.51	c cleaning 10004 clauses out of 20021 with flag 585002/585002
197.65/195.20	c cleaning 9990 clauses out of 20015 with flag 595000/595000
201.65/199.23	c cleaning 10001 clauses out of 20025 with flag 605000/605000
204.35/201.97	c cleaning 10005 clauses out of 20025 with flag 615001/615001
207.86/205.46	c cleaning 10004 clauses out of 20020 with flag 625001/625001
213.86/211.43	c cleaning 9992 clauses out of 20016 with flag 635001/635001
217.07/214.66	c cleaning 9999 clauses out of 20024 with flag 645001/645001
219.77/217.36	c cleaning 10008 clauses out of 20024 with flag 655000/655000
222.78/220.37	c cleaning 10003 clauses out of 20018 with flag 665002/665002
225.80/223.31	c cleaning 9995 clauses out of 20015 with flag 675002/675002
228.82/226.35	c cleaning 10006 clauses out of 20018 with flag 685000/685000
231.93/229.43	c cleaning 10003 clauses out of 20020 with flag 695008/695008
234.44/231.95	c cleaning 10000 clauses out of 20010 with flag 705001/705001
237.54/235.09	c cleaning 9987 clauses out of 20009 with flag 715000/715000
240.54/238.00	c cleaning 9998 clauses out of 20022 with flag 725000/725000
243.55/241.07	c cleaning 10008 clauses out of 20025 with flag 735001/735001
246.67/244.15	c cleaning 10004 clauses out of 20017 with flag 745001/745001
249.37/246.87	c cleaning 9999 clauses out of 20012 with flag 755000/755000
252.59/250.09	c cleaning 10001 clauses out of 20014 with flag 765001/765001
256.70/254.16	c cleaning 10001 clauses out of 20012 with flag 775000/775000
260.90/258.40	c cleaning 10005 clauses out of 20013 with flag 785002/785002
263.90/261.39	c cleaning 9998 clauses out of 20007 with flag 795001/795001
267.11/264.57	c cleaning 9997 clauses out of 20009 with flag 805001/805001
271.02/268.47	c cleaning 9993 clauses out of 20011 with flag 815000/815000
274.82/272.26	c cleaning 10000 clauses out of 20022 with flag 825004/825004
278.83/276.23	c cleaning 10001 clauses out of 20020 with flag 835002/835002
281.83/279.23	c cleaning 9998 clauses out of 20018 with flag 845001/845001
285.14/282.58	c cleaning 9999 clauses out of 20020 with flag 855001/855001
287.94/285.35	c cleaning 10005 clauses out of 20021 with flag 865001/865001
289.94/287.30	c cleaning 9999 clauses out of 20016 with flag 875001/875001
292.44/289.88	c cleaning 9992 clauses out of 20016 with flag 885000/885000
296.35/293.74	c cleaning 10006 clauses out of 20025 with flag 895001/895001
300.05/297.47	c cleaning 10004 clauses out of 20022 with flag 905004/905004
304.15/301.51	c cleaning 9982 clauses out of 20014 with flag 915000/915000
308.15/305.53	c cleaning 10008 clauses out of 20032 with flag 925000/925000
313.25/310.67	c cleaning 9997 clauses out of 20024 with flag 935000/935000
316.86/314.20	c cleaning 10005 clauses out of 20028 with flag 945001/945001
320.16/317.54	c cleaning 10004 clauses out of 20022 with flag 955000/955000
323.78/321.18	c cleaning 9992 clauses out of 20018 with flag 965000/965000
326.19/323.55	c cleaning 10006 clauses out of 20026 with flag 975000/975000
328.70/326.09	c cleaning 9999 clauses out of 20020 with flag 985000/985000
331.20/328.56	c cleaning 10003 clauses out of 20022 with flag 995001/995001
334.41/331.76	c cleaning 9997 clauses out of 20021 with flag 1005003/1005003
337.91/335.22	c cleaning 10008 clauses out of 20023 with flag 1015002/1015002
340.92/338.21	c cleaning 9997 clauses out of 20013 with flag 1025000/1025000
343.73/341.07	c cleaning 10003 clauses out of 20019 with flag 1035003/1035003
346.94/344.26	c cleaning 9994 clauses out of 20013 with flag 1045000/1045000
350.54/347.82	c cleaning 9999 clauses out of 20019 with flag 1055000/1055000
354.25/351.54	c cleaning 10008 clauses out of 20021 with flag 1065001/1065001
357.25/354.53	c cleaning 9999 clauses out of 20012 with flag 1075000/1075000
359.96/357.26	c cleaning 9993 clauses out of 20013 with flag 1085000/1085000
362.76/360.07	c cleaning 10008 clauses out of 20026 with flag 1095006/1095006
365.47/362.70	c cleaning 9992 clauses out of 20012 with flag 1105000/1105000
368.08/365.32	c cleaning 10001 clauses out of 20021 with flag 1115001/1115001
370.58/367.90	c cleaning 10002 clauses out of 20021 with flag 1125002/1125002
373.19/370.49	c cleaning 9999 clauses out of 20018 with flag 1135001/1135001
375.89/373.19	c cleaning 10004 clauses out of 20021 with flag 1145003/1145003
378.70/375.95	c cleaning 10003 clauses out of 20015 with flag 1155001/1155001
381.90/379.14	c cleaning 9998 clauses out of 20011 with flag 1165000/1165000
384.91/382.18	c cleaning 10004 clauses out of 20016 with flag 1175003/1175003
387.31/384.51	c cleaning 10000 clauses out of 20010 with flag 1185001/1185001
390.31/387.52	c cleaning 9994 clauses out of 20009 with flag 1195000/1195000
392.91/390.10	c cleaning 9999 clauses out of 20015 with flag 1205000/1205000
395.31/392.56	c cleaning 10001 clauses out of 20016 with flag 1215000/1215000
397.91/395.18	c cleaning 10000 clauses out of 20015 with flag 1225000/1225000
400.41/397.63	c cleaning 10000 clauses out of 20016 with flag 1235001/1235001
402.92/400.13	c cleaning 9993 clauses out of 20015 with flag 1245000/1245000
405.82/403.09	c cleaning 10005 clauses out of 20023 with flag 1255001/1255001
409.42/406.62	c cleaning 10004 clauses out of 20021 with flag 1265004/1265004
413.04/410.30	c cleaning 9998 clauses out of 20013 with flag 1275000/1275000
416.24/413.42	c cleaning 10003 clauses out of 20015 with flag 1285000/1285000
419.84/417.05	c cleaning 9997 clauses out of 20012 with flag 1295000/1295000
423.43/420.69	c cleaning 9997 clauses out of 20016 with flag 1305001/1305001
426.14/423.36	c cleaning 9997 clauses out of 20018 with flag 1315000/1315000
428.94/426.14	c cleaning 10002 clauses out of 20021 with flag 1325000/1325000
431.94/429.17	c cleaning 10007 clauses out of 20019 with flag 1335000/1335000
435.05/432.25	c cleaning 10003 clauses out of 20013 with flag 1345001/1345001
439.75/436.97	c cleaning 9996 clauses out of 20009 with flag 1355000/1355000
443.06/440.25	c cleaning 9997 clauses out of 20013 with flag 1365000/1365000
446.66/443.82	c cleaning 9996 clauses out of 20016 with flag 1375000/1375000
450.37/447.52	c cleaning 10007 clauses out of 20022 with flag 1385002/1385002
453.57/450.71	c cleaning 10003 clauses out of 20014 with flag 1395001/1395001
458.38/455.51	c cleaning 9994 clauses out of 20010 with flag 1405000/1405000
461.59/458.79	c cleaning 10002 clauses out of 20016 with flag 1415000/1415000
464.29/461.43	c cleaning 10004 clauses out of 20015 with flag 1425001/1425001
467.01/464.12	c cleaning 9996 clauses out of 20013 with flag 1435003/1435003
469.60/466.76	c cleaning 10001 clauses out of 20014 with flag 1445000/1445000
472.01/469.14	c cleaning 9998 clauses out of 20013 with flag 1455000/1455000
474.83/471.93	c cleaning 9990 clauses out of 20015 with flag 1465000/1465000
478.22/475.30	c cleaning 10006 clauses out of 20026 with flag 1475001/1475001
482.33/479.48	c cleaning 10007 clauses out of 20022 with flag 1485003/1485003
486.14/483.25	c cleaning 9995 clauses out of 20012 with flag 1495000/1495000
490.44/487.51	c cleaning 9994 clauses out of 20019 with flag 1505002/1505002
494.34/491.44	c cleaning 10007 clauses out of 20024 with flag 1515001/1515001
497.35/494.47	c cleaning 10005 clauses out of 20016 with flag 1525000/1525000
500.25/497.30	c cleaning 9996 clauses out of 20011 with flag 1535000/1535000
502.66/499.79	c cleaning 10002 clauses out of 20015 with flag 1545000/1545000
505.36/502.47	c cleaning 10001 clauses out of 20013 with flag 1555000/1555000
507.58/504.69	c cleaning 9998 clauses out of 20012 with flag 1565000/1565000
509.99/507.05	c cleaning 10003 clauses out of 20015 with flag 1575001/1575001
512.78/509.84	c cleaning 9988 clauses out of 20011 with flag 1585000/1585000
515.78/512.84	c cleaning 10006 clauses out of 20023 with flag 1595000/1595000
518.58/515.67	c cleaning 9977 clauses out of 20017 with flag 1605000/1605000
521.48/518.55	c cleaning 10003 clauses out of 20040 with flag 1615000/1615000
524.29/521.35	c cleaning 10012 clauses out of 20039 with flag 1625002/1625002
527.09/524.16	c cleaning 10002 clauses out of 20025 with flag 1635000/1635000
529.69/526.76	c cleaning 10001 clauses out of 20023 with flag 1645000/1645000
532.20/529.21	c cleaning 10000 clauses out of 20022 with flag 1655000/1655000
534.71/531.70	c cleaning 9999 clauses out of 20022 with flag 1665000/1665000
537.81/534.83	c cleaning 10002 clauses out of 20023 with flag 1675000/1675000
540.92/537.94	c cleaning 10002 clauses out of 20022 with flag 1685001/1685001
543.82/540.89	c cleaning 10000 clauses out of 20019 with flag 1695000/1695000
546.92/543.91	c cleaning 9993 clauses out of 20019 with flag 1705000/1705000
550.93/547.94	c cleaning 10008 clauses out of 20027 with flag 1715001/1715001
554.34/551.37	c cleaning 9998 clauses out of 20018 with flag 1725000/1725000
557.35/554.37	c cleaning 9999 clauses out of 20023 with flag 1735003/1735003
560.55/557.51	c cleaning 9997 clauses out of 20022 with flag 1745001/1745001
563.56/560.54	c cleaning 9992 clauses out of 20024 with flag 1755000/1755000
566.56/563.53	c cleaning 9999 clauses out of 20032 with flag 1765000/1765000
569.17/566.16	c cleaning 10012 clauses out of 20033 with flag 1775000/1775000
571.17/568.18	c cleaning 10005 clauses out of 20021 with flag 1785000/1785000
573.08/570.05	c cleaning 9997 clauses out of 20016 with flag 1795000/1795000
575.28/572.24	c cleaning 10006 clauses out of 20019 with flag 1805000/1805000
577.49/574.45	c cleaning 9996 clauses out of 20014 with flag 1815001/1815001
579.69/576.62	c cleaning 10001 clauses out of 20017 with flag 1825000/1825000
582.19/579.16	c cleaning 10001 clauses out of 20017 with flag 1835001/1835001
584.49/581.41	c cleaning 9999 clauses out of 20015 with flag 1845000/1845000
586.70/583.61	c cleaning 9997 clauses out of 20020 with flag 1855004/1855004
588.80/585.71	c cleaning 9997 clauses out of 20020 with flag 1865001/1865001
590.72/587.64	c cleaning 10002 clauses out of 20022 with flag 1875000/1875000
592.82/589.70	c cleaning 9997 clauses out of 20020 with flag 1885000/1885000
594.82/591.79	c cleaning 10002 clauses out of 20024 with flag 1895001/1895001
596.81/593.70	c cleaning 9997 clauses out of 20021 with flag 1905000/1905000
598.51/595.40	c cleaning 10000 clauses out of 20024 with flag 1915000/1915000
600.32/597.27	c cleaning 10003 clauses out of 20024 with flag 1925000/1925000
601.92/598.81	c cleaning 10003 clauses out of 20021 with flag 1935000/1935000
603.64/600.54	c cleaning 10001 clauses out of 20019 with flag 1945001/1945001
605.63/602.56	c cleaning 9993 clauses out of 20018 with flag 1955001/1955001
607.93/604.82	c cleaning 10000 clauses out of 20024 with flag 1965000/1965000
610.53/607.45	c cleaning 10000 clauses out of 20024 with flag 1975000/1975000
612.64/609.52	c cleaning 10006 clauses out of 20025 with flag 1985001/1985001
615.14/612.06	c cleaning 10004 clauses out of 20018 with flag 1995000/1995000
618.06/614.96	c cleaning 10001 clauses out of 20014 with flag 2005000/2005000
621.06/617.96	c cleaning 10001 clauses out of 20014 with flag 2015001/2015001
623.66/620.57	c cleaning 9998 clauses out of 20013 with flag 2025001/2025001
626.37/623.25	c cleaning 10004 clauses out of 20016 with flag 2035002/2035002
629.97/626.89	c cleaning 9994 clauses out of 20010 with flag 2045000/2045000
633.38/630.22	c cleaning 10003 clauses out of 20018 with flag 2055002/2055002
635.78/632.65	c cleaning 10003 clauses out of 20013 with flag 2065000/2065000
638.49/635.37	c cleaning 9994 clauses out of 20010 with flag 2075000/2075000
642.20/639.08	c cleaning 10001 clauses out of 20016 with flag 2085000/2085000
646.80/643.63	c cleaning 9998 clauses out of 20015 with flag 2095000/2095000
650.31/647.19	c cleaning 10002 clauses out of 20019 with flag 2105002/2105002
656.31/653.18	c cleaning 9990 clauses out of 20015 with flag 2115000/2115000
660.92/657.76	c cleaning 10012 clauses out of 20029 with flag 2125004/2125004
663.92/660.73	c cleaning 10004 clauses out of 20016 with flag 2135003/2135003
666.33/663.20	c cleaning 9997 clauses out of 20012 with flag 2145003/2145003
669.33/666.18	c cleaning 9995 clauses out of 20013 with flag 2155001/2155001
672.33/669.17	c cleaning 9998 clauses out of 20017 with flag 2165000/2165000
674.92/671.75	c cleaning 10005 clauses out of 20019 with flag 2175000/2175000
677.44/674.23	c cleaning 10001 clauses out of 20014 with flag 2185000/2185000
680.53/677.39	c cleaning 10000 clauses out of 20015 with flag 2195002/2195002
684.64/681.42	c cleaning 9995 clauses out of 20013 with flag 2205000/2205000
688.45/685.22	c cleaning 10001 clauses out of 20018 with flag 2215000/2215000
692.44/689.26	c cleaning 10003 clauses out of 20018 with flag 2225001/2225001
696.55/693.36	c cleaning 10001 clauses out of 20015 with flag 2235001/2235001
700.55/697.32	c cleaning 10000 clauses out of 20014 with flag 2245001/2245001
705.35/702.17	c cleaning 10002 clauses out of 20014 with flag 2255001/2255001
710.25/707.05	c cleaning 9998 clauses out of 20013 with flag 2265002/2265002
715.66/712.49	c cleaning 10001 clauses out of 20015 with flag 2275002/2275002
721.58/718.33	c cleaning 9994 clauses out of 20012 with flag 2285000/2285000
724.88/721.62	c cleaning 10001 clauses out of 20021 with flag 2295003/2295003
727.77/724.56	c cleaning 10001 clauses out of 20017 with flag 2305000/2305000
730.57/727.32	c cleaning 10002 clauses out of 20022 with flag 2315006/2315006
733.97/730.73	c cleaning 9994 clauses out of 20014 with flag 2325000/2325000
737.18/733.94	c cleaning 9996 clauses out of 20020 with flag 2335000/2335000
740.09/736.85	c cleaning 9995 clauses out of 20026 with flag 2345002/2345002
742.79/739.51	c cleaning 10010 clauses out of 20029 with flag 2355000/2355000
746.00/742.72	c cleaning 10003 clauses out of 20020 with flag 2365001/2365001
749.20/745.99	c cleaning 9998 clauses out of 20016 with flag 2375000/2375000
752.00/748.78	c cleaning 9998 clauses out of 20018 with flag 2385000/2385000
754.21/750.99	c cleaning 9999 clauses out of 20020 with flag 2395000/2395000
757.61/754.36	c cleaning 9999 clauses out of 20021 with flag 2405000/2405000
760.61/757.32	c cleaning 10002 clauses out of 20022 with flag 2415000/2415000
763.52/760.27	c cleaning 10002 clauses out of 20020 with flag 2425000/2425000
766.33/763.00	c Got one! Elapsed wall clock time (in seconds):762.8
766.33/763.00	o 18
766.46/763.18	c cleaning 10007 clauses out of 20018 with flag 2435000/2435000
769.55/766.20	c cleaning 10000 clauses out of 20011 with flag 2445000/2445000
772.86/769.54	c cleaning 9988 clauses out of 20011 with flag 2455000/2455000
776.27/772.96	c cleaning 10007 clauses out of 20023 with flag 2465000/2465000
780.08/776.78	c cleaning 10000 clauses out of 20016 with flag 2475000/2475000
783.89/780.59	c cleaning 10001 clauses out of 20018 with flag 2485002/2485002
787.59/784.21	c cleaning 10000 clauses out of 20016 with flag 2495001/2495001
791.08/787.80	c cleaning 9993 clauses out of 20015 with flag 2505000/2505000
795.19/791.80	c cleaning 10006 clauses out of 20023 with flag 2515001/2515001
798.80/795.41	c cleaning 10000 clauses out of 20017 with flag 2525001/2525001
801.80/798.47	c cleaning 9999 clauses out of 20016 with flag 2535000/2535000
805.11/801.80	c cleaning 9988 clauses out of 20017 with flag 2545000/2545000
810.02/806.65	c cleaning 9998 clauses out of 20029 with flag 2555000/2555000
813.53/810.14	c cleaning 10006 clauses out of 20031 with flag 2565000/2565000
817.34/813.96	c cleaning 10004 clauses out of 20028 with flag 2575003/2575003
820.24/816.85	c cleaning 10006 clauses out of 20028 with flag 2585007/2585007
823.74/820.31	c cleaning 9995 clauses out of 20015 with flag 2595000/2595000
827.26/823.86	c cleaning 10004 clauses out of 20020 with flag 2605000/2605000
830.96/827.57	c cleaning 9996 clauses out of 20017 with flag 2615001/2615001
835.16/831.80	c cleaning 9998 clauses out of 20020 with flag 2625000/2625000
839.48/836.07	c cleaning 9999 clauses out of 20022 with flag 2635000/2635000
844.17/840.71	c cleaning 10004 clauses out of 20025 with flag 2645002/2645002
847.28/843.89	c cleaning 10002 clauses out of 20019 with flag 2655000/2655000
850.09/846.61	c cleaning 10002 clauses out of 20017 with flag 2665000/2665000
853.50/850.06	c cleaning 10003 clauses out of 20016 with flag 2675001/2675001
856.01/852.56	c cleaning 10004 clauses out of 20013 with flag 2685001/2685001
858.60/855.18	c cleaning 9997 clauses out of 20008 with flag 2695000/2695000
860.90/857.41	c cleaning 10002 clauses out of 20013 with flag 2705002/2705002
863.01/859.50	c cleaning 9995 clauses out of 20009 with flag 2715000/2715000
865.21/861.75	c cleaning 9998 clauses out of 20015 with flag 2725001/2725001
867.51/864.02	c cleaning 9995 clauses out of 20016 with flag 2735000/2735000
870.12/866.65	c cleaning 10003 clauses out of 20022 with flag 2745001/2745001
872.22/868.72	c cleaning 10001 clauses out of 20019 with flag 2755001/2755001
874.12/870.67	c cleaning 9994 clauses out of 20017 with flag 2765000/2765000
876.32/872.81	c cleaning 10006 clauses out of 20025 with flag 2775002/2775002
878.42/874.99	c cleaning 10000 clauses out of 20017 with flag 2785000/2785000
880.92/877.44	c cleaning 10004 clauses out of 20018 with flag 2795001/2795001
883.03/879.55	c cleaning 9996 clauses out of 20013 with flag 2805000/2805000
885.33/881.85	c cleaning 9998 clauses out of 20017 with flag 2815000/2815000
887.53/884.06	c cleaning 10002 clauses out of 20019 with flag 2825000/2825000
889.64/886.18	c cleaning 9999 clauses out of 20019 with flag 2835002/2835002
891.84/888.37	c cleaning 10004 clauses out of 20019 with flag 2845001/2845001
894.14/890.70	c cleaning 9993 clauses out of 20014 with flag 2855000/2855000
896.94/893.42	c cleaning 10004 clauses out of 20021 with flag 2865000/2865000
899.34/895.88	c cleaning 10001 clauses out of 20017 with flag 2875000/2875000
901.84/898.37	c cleaning 9998 clauses out of 20016 with flag 2885000/2885000
904.24/900.80	c cleaning 10002 clauses out of 20019 with flag 2895001/2895001
906.54/903.09	c cleaning 10002 clauses out of 20017 with flag 2905001/2905001
908.94/905.40	c cleaning 10000 clauses out of 20015 with flag 2915001/2915001
910.95/907.46	c cleaning 10000 clauses out of 20014 with flag 2925000/2925000
913.35/909.84	c cleaning 9997 clauses out of 20014 with flag 2935000/2935000
915.55/912.07	c cleaning 10002 clauses out of 20018 with flag 2945001/2945001
917.55/914.05	c cleaning 9993 clauses out of 20015 with flag 2955000/2955000
919.65/916.14	c cleaning 10005 clauses out of 20023 with flag 2965001/2965001
921.85/918.31	c cleaning 9998 clauses out of 20017 with flag 2975000/2975000
924.04/920.52	c cleaning 9996 clauses out of 20019 with flag 2985000/2985000
927.05/923.50	c cleaning 10000 clauses out of 20024 with flag 2995001/2995001
930.55/927.00	c cleaning 9988 clauses out of 20023 with flag 3005000/3005000
933.15/929.61	c cleaning 10010 clauses out of 20036 with flag 3015001/3015001
936.46/932.98	c cleaning 10000 clauses out of 20025 with flag 3025000/3025000
939.16/935.67	c cleaning 10006 clauses out of 20027 with flag 3035002/3035002
943.07/939.51	c cleaning 9989 clauses out of 20020 with flag 3045001/3045001
946.29/942.74	c cleaning 10012 clauses out of 20031 with flag 3055001/3055001
949.59/946.03	c cleaning 9998 clauses out of 20018 with flag 3065000/3065000
952.38/948.89	c cleaning 10007 clauses out of 20022 with flag 3075002/3075002
954.69/951.13	c cleaning 10004 clauses out of 20013 with flag 3085000/3085000
956.99/953.43	c cleaning 10000 clauses out of 20010 with flag 3095001/3095001
959.40/955.84	c cleaning 9996 clauses out of 20009 with flag 3105000/3105000
961.39/957.89	c cleaning 9998 clauses out of 20013 with flag 3115000/3115000
963.99/960.42	c cleaning 9996 clauses out of 20016 with flag 3125001/3125001
967.39/963.82	c cleaning 9999 clauses out of 20020 with flag 3135001/3135001
970.90/967.35	c cleaning 10002 clauses out of 20020 with flag 3145000/3145000
976.01/972.43	c cleaning 9999 clauses out of 20019 with flag 3155001/3155001
981.81/978.30	c cleaning 10007 clauses out of 20023 with flag 3165004/3165004
985.31/981.71	c cleaning 9993 clauses out of 20012 with flag 3175000/3175000
989.31/985.77	c cleaning 10002 clauses out of 20019 with flag 3185000/3185000
991.91/988.36	c cleaning 10001 clauses out of 20017 with flag 3195000/3195000
994.42/990.82	c cleaning 10001 clauses out of 20016 with flag 3205000/3205000
997.31/993.73	c cleaning 9996 clauses out of 20015 with flag 3215000/3215000
1000.32/996.77	c cleaning 10005 clauses out of 20019 with flag 3225000/3225000
1003.33/999.76	c cleaning 10000 clauses out of 20014 with flag 3235000/3235000
1006.43/1002.84	c cleaning 10000 clauses out of 20014 with flag 3245000/3245000
1009.13/1005.51	c cleaning 9999 clauses out of 20014 with flag 3255000/3255000
1011.94/1008.39	c cleaning 10005 clauses out of 20023 with flag 3265008/3265008
1014.94/1011.39	c cleaning 9993 clauses out of 20011 with flag 3275001/3275001
1017.64/1014.04	c cleaning 10007 clauses out of 20018 with flag 3285001/3285001
1021.06/1017.46	c cleaning 9998 clauses out of 20010 with flag 3295000/3295000
1023.45/1019.82	c cleaning 10000 clauses out of 20012 with flag 3305000/3305000
1026.16/1022.51	c cleaning 9994 clauses out of 20012 with flag 3315000/3315000
1028.36/1024.72	c cleaning 10004 clauses out of 20018 with flag 3325000/3325000
1031.87/1028.21	c cleaning 10002 clauses out of 20016 with flag 3335002/3335002
1034.97/1031.38	c cleaning 10000 clauses out of 20012 with flag 3345000/3345000
1037.67/1034.07	c cleaning 9995 clauses out of 20013 with flag 3355001/3355001
1040.57/1036.94	c cleaning 10001 clauses out of 20017 with flag 3365000/3365000
1043.08/1039.40	c cleaning 10000 clauses out of 20016 with flag 3375000/3375000
1045.87/1042.26	c cleaning 10002 clauses out of 20020 with flag 3385004/3385004
1047.67/1044.07	c cleaning 9999 clauses out of 20015 with flag 3395001/3395001
1049.68/1046.03	c cleaning 9994 clauses out of 20015 with flag 3405000/3405000
1051.99/1048.31	c cleaning 10005 clauses out of 20021 with flag 3415000/3415000
1054.88/1051.23	c cleaning 10000 clauses out of 20016 with flag 3425000/3425000
1057.48/1053.82	c cleaning 10000 clauses out of 20016 with flag 3435000/3435000
1059.58/1055.93	c cleaning 9995 clauses out of 20016 with flag 3445000/3445000
1062.07/1058.47	c cleaning 10004 clauses out of 20021 with flag 3455000/3455000
1064.48/1060.89	c cleaning 10000 clauses out of 20017 with flag 3465000/3465000
1066.78/1063.15	c cleaning 9993 clauses out of 20017 with flag 3475000/3475000
1069.60/1065.94	c cleaning 10003 clauses out of 20025 with flag 3485001/3485001
1072.10/1068.42	c cleaning 10007 clauses out of 20027 with flag 3495006/3495006
1074.81/1071.10	c cleaning 10002 clauses out of 20016 with flag 3505002/3505002
1077.61/1073.92	c cleaning 10001 clauses out of 20016 with flag 3515004/3515004
1080.11/1076.43	c cleaning 9998 clauses out of 20011 with flag 3525000/3525000
1082.83/1079.12	c cleaning 9999 clauses out of 20015 with flag 3535002/3535002
1085.42/1081.72	c cleaning 9989 clauses out of 20014 with flag 3545000/3545000
1088.52/1084.86	c cleaning 10006 clauses out of 20026 with flag 3555001/3555001
1090.83/1087.17	c cleaning 10000 clauses out of 20019 with flag 3565000/3565000
1093.22/1089.55	c cleaning 10008 clauses out of 20022 with flag 3575003/3575003
1095.73/1092.08	c cleaning 9993 clauses out of 20015 with flag 3585004/3585004
1098.53/1094.90	c cleaning 9997 clauses out of 20018 with flag 3595000/3595000
1101.23/1097.52	c cleaning 10000 clauses out of 20021 with flag 3605000/3605000
1103.94/1100.27	c cleaning 10002 clauses out of 20023 with flag 3615002/3615002
1106.43/1102.75	c cleaning 10003 clauses out of 20021 with flag 3625002/3625002
1109.03/1105.37	c cleaning 9997 clauses out of 20016 with flag 3635000/3635000
1112.04/1108.39	c cleaning 9999 clauses out of 20020 with flag 3645001/3645001
1115.04/1111.32	c cleaning 10006 clauses out of 20021 with flag 3655001/3655001
1117.54/1113.88	c cleaning 10003 clauses out of 20015 with flag 3665001/3665001
1120.15/1116.50	c cleaning 10000 clauses out of 20012 with flag 3675001/3675001
1122.65/1118.98	c cleaning 9992 clauses out of 20012 with flag 3685001/3685001
1125.46/1121.76	c cleaning 9998 clauses out of 20019 with flag 3695000/3695000
1127.87/1124.18	c cleaning 10003 clauses out of 20022 with flag 3705001/3705001
1130.66/1126.98	c cleaning 10006 clauses out of 20020 with flag 3715002/3715002
1133.37/1129.61	c cleaning 10001 clauses out of 20015 with flag 3725003/3725003
1135.57/1131.90	c cleaning 9992 clauses out of 20012 with flag 3735001/3735001
1137.87/1134.20	c cleaning 10008 clauses out of 20024 with flag 3745005/3745005
1141.07/1137.39	c cleaning 9997 clauses out of 20011 with flag 3755000/3755000
1143.66/1139.90	c cleaning 9999 clauses out of 20014 with flag 3765000/3765000
1146.37/1142.62	c cleaning 9998 clauses out of 20017 with flag 3775002/3775002
1148.88/1145.16	c cleaning 10001 clauses out of 20017 with flag 3785000/3785000
1151.08/1147.31	c cleaning 9999 clauses out of 20018 with flag 3795002/3795002
1153.47/1149.78	c cleaning 9981 clauses out of 20018 with flag 3805001/3805001
1155.57/1151.83	c cleaning 10016 clauses out of 20037 with flag 3815001/3815001
1157.58/1153.88	c cleaning 10000 clauses out of 20020 with flag 3825000/3825000
1160.07/1156.30	c cleaning 10001 clauses out of 20020 with flag 3835000/3835000
1162.77/1159.08	c cleaning 10002 clauses out of 20020 with flag 3845001/3845001
1164.88/1161.19	c cleaning 10003 clauses out of 20018 with flag 3855001/3855001
1167.87/1164.12	c cleaning 9999 clauses out of 20014 with flag 3865000/3865000
1170.57/1166.83	c cleaning 10002 clauses out of 20016 with flag 3875001/3875001
1173.08/1169.33	c cleaning 10003 clauses out of 20016 with flag 3885003/3885003
1175.58/1171.84	c cleaning 9996 clauses out of 20010 with flag 3895000/3895000
1177.50/1173.75	c cleaning 9997 clauses out of 20014 with flag 3905000/3905000
1179.98/1176.28	c cleaning 9997 clauses out of 20017 with flag 3915000/3915000
1182.48/1178.70	c cleaning 9994 clauses out of 20020 with flag 3925000/3925000
1184.58/1180.82	c cleaning 10007 clauses out of 20028 with flag 3935002/3935002
1187.08/1183.30	c cleaning 10003 clauses out of 20019 with flag 3945000/3945000
1188.88/1185.12	c cleaning 10004 clauses out of 20016 with flag 3955000/3955000
1191.38/1187.62	c cleaning 9996 clauses out of 20012 with flag 3965000/3965000
1193.68/1189.95	c cleaning 10003 clauses out of 20019 with flag 3975003/3975003
1195.98/1192.28	c cleaning 10002 clauses out of 20014 with flag 3985001/3985001
1200.68/1196.97	c cleaning 10001 clauses out of 20012 with flag 3995001/3995001
1204.48/1200.74	c cleaning 10004 clauses out of 20014 with flag 4005004/4005004
1208.59/1204.84	c cleaning 9996 clauses out of 20007 with flag 4015001/4015001
1212.70/1208.99	c cleaning 9996 clauses out of 20010 with flag 4025000/4025000
1217.80/1214.08	c cleaning 10003 clauses out of 20015 with flag 4035001/4035001
1222.30/1218.56	c cleaning 10001 clauses out of 20012 with flag 4045001/4045001
1227.51/1223.73	c cleaning 9982 clauses out of 20013 with flag 4055003/4055003
1231.51/1227.77	c cleaning 9993 clauses out of 20029 with flag 4065001/4065001
1235.92/1232.14	c cleaning 10007 clauses out of 20036 with flag 4075001/4075001
1240.02/1236.27	c cleaning 10012 clauses out of 20031 with flag 4085003/4085003
1243.83/1240.08	c cleaning 9971 clauses out of 20016 with flag 4095000/4095000
1248.94/1245.19	c cleaning 9990 clauses out of 20048 with flag 4105003/4105003
1253.94/1250.15	c cleaning 10023 clauses out of 20058 with flag 4115003/4115003
1258.74/1254.96	c cleaning 10001 clauses out of 20032 with flag 4125000/4125000
1263.74/1259.99	c cleaning 9991 clauses out of 20031 with flag 4135000/4135000
1268.94/1265.18	c cleaning 10015 clauses out of 20045 with flag 4145005/4145005
1276.24/1272.45	c cleaning 10004 clauses out of 20027 with flag 4155002/4155002
1281.66/1277.88	c cleaning 10001 clauses out of 20021 with flag 4165000/4165000
1286.86/1283.00	c cleaning 9983 clauses out of 20020 with flag 4175000/4175000
1292.37/1288.56	c cleaning 10008 clauses out of 20038 with flag 4185001/4185001
1297.78/1293.91	c cleaning 9988 clauses out of 20030 with flag 4195001/4195001
1303.38/1299.56	c cleaning 10005 clauses out of 20041 with flag 4205000/4205000
1309.29/1305.45	c cleaning 10005 clauses out of 20036 with flag 4215000/4215000
1314.31/1310.46	c cleaning 10012 clauses out of 20031 with flag 4225000/4225000
1320.11/1316.29	c cleaning 9986 clauses out of 20020 with flag 4235001/4235001
1325.71/1321.82	c cleaning 10009 clauses out of 20034 with flag 4245001/4245001
1330.52/1326.63	c cleaning 9994 clauses out of 20026 with flag 4255002/4255002
1336.22/1332.30	c cleaning 10000 clauses out of 20030 with flag 4265000/4265000
1341.03/1337.14	c cleaning 10009 clauses out of 20030 with flag 4275000/4275000
1345.94/1342.06	c cleaning 9982 clauses out of 20021 with flag 4285000/4285000
1350.73/1346.88	c cleaning 10014 clauses out of 20041 with flag 4295002/4295002
1356.14/1352.25	c cleaning 10007 clauses out of 20027 with flag 4305002/4305002
1361.64/1357.72	c cleaning 9988 clauses out of 20018 with flag 4315000/4315000
1367.04/1363.18	c cleaning 10011 clauses out of 20030 with flag 4325000/4325000
1373.35/1369.48	c cleaning 10003 clauses out of 20020 with flag 4335001/4335001
1377.35/1373.49	c cleaning 10003 clauses out of 20017 with flag 4345001/4345001
1382.36/1378.47	c cleaning 9989 clauses out of 20013 with flag 4355000/4355000
1388.06/1384.15	c cleaning 9998 clauses out of 20024 with flag 4365000/4365000
1395.16/1391.21	c cleaning 10004 clauses out of 20027 with flag 4375001/4375001
1400.67/1396.77	c cleaning 10000 clauses out of 20022 with flag 4385000/4385000
1405.97/1402.07	c cleaning 10004 clauses out of 20024 with flag 4395002/4395002
1410.88/1406.95	c cleaning 9998 clauses out of 20018 with flag 4405000/4405000
1416.88/1412.90	c cleaning 10007 clauses out of 20023 with flag 4415003/4415003
1422.78/1418.86	c cleaning 9998 clauses out of 20016 with flag 4425003/4425003
1428.78/1424.87	c cleaning 9962 clauses out of 20015 with flag 4435000/4435000
1434.69/1430.76	c cleaning 10020 clauses out of 20053 with flag 4445000/4445000
1439.89/1435.96	c cleaning 9992 clauses out of 20033 with flag 4455000/4455000
1445.29/1441.40	c cleaning 10005 clauses out of 20042 with flag 4465001/4465001
1450.29/1446.40	c cleaning 9998 clauses out of 20036 with flag 4475000/4475000
1455.69/1451.70	c cleaning 10014 clauses out of 20044 with flag 4485006/4485006
1460.00/1456.08	c cleaning 10009 clauses out of 20024 with flag 4495000/4495000
1464.10/1460.13	c cleaning 10004 clauses out of 20016 with flag 4505001/4505001
1467.81/1463.88	c cleaning 9996 clauses out of 20011 with flag 4515000/4515000
1472.31/1468.39	c cleaning 10002 clauses out of 20016 with flag 4525001/4525001
1476.21/1472.24	c cleaning 9996 clauses out of 20013 with flag 4535000/4535000
1479.31/1475.38	c cleaning 10003 clauses out of 20018 with flag 4545001/4545001
1485.22/1481.22	c cleaning 9984 clauses out of 20014 with flag 4555000/4555000
1490.44/1486.40	c cleaning 10013 clauses out of 20031 with flag 4565001/4565001
1495.85/1491.83	c cleaning 10006 clauses out of 20018 with flag 4575001/4575001
1498.06/1494.00	c cleaning 9988 clauses out of 20011 with flag 4585000/4585000
1500.56/1496.51	c cleaning 10005 clauses out of 20023 with flag 4595000/4595000
1503.46/1499.42	c cleaning 9999 clauses out of 20018 with flag 4605000/4605000
1506.86/1502.83	c cleaning 10001 clauses out of 20019 with flag 4615000/4615000
1510.36/1506.31	c cleaning 10006 clauses out of 20019 with flag 4625001/4625001
1513.57/1509.56	c cleaning 10006 clauses out of 20013 with flag 4635001/4635001
1517.29/1513.26	c cleaning 9995 clauses out of 20008 with flag 4645002/4645002
1520.30/1516.20	c cleaning 9993 clauses out of 20011 with flag 4655000/4655000
1523.80/1519.73	c cleaning 9998 clauses out of 20018 with flag 4665000/4665000
1527.11/1523.06	c cleaning 9997 clauses out of 20020 with flag 4675000/4675000
1529.72/1525.64	c cleaning 10003 clauses out of 20023 with flag 4685000/4685000
1532.71/1528.61	c cleaning 10002 clauses out of 20021 with flag 4695001/4695001
1535.82/1531.78	c cleaning 10004 clauses out of 20019 with flag 4705001/4705001
1538.32/1534.28	c cleaning 10002 clauses out of 20014 with flag 4715000/4715000
1540.52/1536.46	c cleaning 9997 clauses out of 20012 with flag 4725000/4725000
1542.93/1538.85	c cleaning 10003 clauses out of 20016 with flag 4735001/4735001
1545.53/1541.40	c cleaning 9995 clauses out of 20012 with flag 4745000/4745000
1547.84/1543.71	c cleaning 10002 clauses out of 20017 with flag 4755000/4755000
1550.04/1545.99	c cleaning 10001 clauses out of 20017 with flag 4765002/4765002
1552.86/1548.75	c cleaning 10003 clauses out of 20015 with flag 4775001/4775001
1555.55/1551.47	c cleaning 9995 clauses out of 20011 with flag 4785000/4785000
1558.77/1554.66	c cleaning 9999 clauses out of 20021 with flag 4795005/4795005
1561.47/1557.30	c cleaning 10004 clauses out of 20019 with flag 4805002/4805002
1564.98/1560.82	c cleaning 9986 clauses out of 20014 with flag 4815001/4815001
1568.18/1564.03	c cleaning 10008 clauses out of 20027 with flag 4825000/4825000
1570.88/1566.74	c cleaning 10005 clauses out of 20020 with flag 4835001/4835001
1574.78/1570.61	c cleaning 9992 clauses out of 20014 with flag 4845000/4845000
1578.48/1574.34	c cleaning 10003 clauses out of 20022 with flag 4855000/4855000
1582.38/1578.20	c cleaning 10006 clauses out of 20021 with flag 4865002/4865002
1585.68/1581.53	c cleaning 9998 clauses out of 20013 with flag 4875000/4875000
1588.68/1584.54	c cleaning 10000 clauses out of 20017 with flag 4885002/4885002
1592.09/1587.92	c cleaning 10001 clauses out of 20015 with flag 4895000/4895000
1595.60/1591.42	c cleaning 9998 clauses out of 20014 with flag 4905000/4905000
1599.11/1594.93	c cleaning 9999 clauses out of 20016 with flag 4915000/4915000
1602.41/1598.22	c cleaning 10002 clauses out of 20023 with flag 4925006/4925006
1605.61/1601.48	c cleaning 10003 clauses out of 20015 with flag 4935000/4935000
1610.51/1606.36	c cleaning 9978 clauses out of 20015 with flag 4945003/4945003
1615.02/1610.83	c cleaning 10008 clauses out of 20034 with flag 4955000/4955000
1620.43/1616.26	c cleaning 10008 clauses out of 20030 with flag 4965004/4965004
1625.83/1621.65	c cleaning 10005 clauses out of 20021 with flag 4975003/4975003
1631.93/1627.77	c cleaning 9987 clauses out of 20013 with flag 4985000/4985000
1636.84/1632.60	c cleaning 10006 clauses out of 20029 with flag 4995003/4995003
1640.95/1636.77	c cleaning 9990 clauses out of 20020 with flag 5005000/5005000
1645.35/1641.12	c cleaning 10002 clauses out of 20030 with flag 5015000/5015000
1649.45/1645.21	c cleaning 10007 clauses out of 20028 with flag 5025000/5025000
1652.55/1648.35	c cleaning 10000 clauses out of 20021 with flag 5035000/5035000
1656.95/1652.76	c cleaning 9995 clauses out of 20022 with flag 5045001/5045001
1661.56/1657.30	c cleaning 10000 clauses out of 20027 with flag 5055001/5055001
1665.28/1661.05	c cleaning 10010 clauses out of 20032 with flag 5065006/5065006
1669.87/1665.63	c cleaning 10002 clauses out of 20017 with flag 5075001/5075001
1673.87/1669.66	c cleaning 10000 clauses out of 20017 with flag 5085003/5085003
1678.47/1674.29	c cleaning 9994 clauses out of 20014 with flag 5095000/5095000
1682.97/1678.77	c cleaning 10002 clauses out of 20022 with flag 5105002/5105002
1686.97/1682.78	c cleaning 9997 clauses out of 20018 with flag 5115000/5115000
1692.48/1688.22	c cleaning 9999 clauses out of 20022 with flag 5125001/5125001
1696.98/1692.71	c cleaning 9997 clauses out of 20022 with flag 5135000/5135000
1700.69/1696.48	c cleaning 10001 clauses out of 20026 with flag 5145001/5145001
1704.39/1700.17	c cleaning 9991 clauses out of 20024 with flag 5155000/5155000
1707.10/1702.82	c cleaning 10009 clauses out of 20033 with flag 5165000/5165000
1710.31/1706.03	c cleaning 10001 clauses out of 20024 with flag 5175000/5175000
1713.81/1709.54	c cleaning 10004 clauses out of 20023 with flag 5185000/5185000
1717.50/1713.24	c cleaning 10005 clauses out of 20020 with flag 5195001/5195001
1720.21/1715.93	c cleaning 9998 clauses out of 20015 with flag 5205001/5205001
1723.00/1718.77	c cleaning 9998 clauses out of 20016 with flag 5215000/5215000
1726.70/1722.46	c cleaning 10000 clauses out of 20019 with flag 5225001/5225001
1729.50/1725.20	c cleaning 10001 clauses out of 20019 with flag 5235001/5235001
1732.60/1728.39	c cleaning 10000 clauses out of 20018 with flag 5245001/5245001
1735.50/1731.27	c cleaning 10004 clauses out of 20018 with flag 5255001/5255001
1738.70/1734.46	c cleaning 10004 clauses out of 20013 with flag 5265000/5265000
1742.21/1737.97	c cleaning 10000 clauses out of 20011 with flag 5275002/5275002
1745.10/1740.80	c cleaning 10001 clauses out of 20013 with flag 5285004/5285004
1748.51/1744.25	c cleaning 9991 clauses out of 20008 with flag 5295000/5295000
1752.11/1747.89	c cleaning 10002 clauses out of 20017 with flag 5305000/5305000
1756.31/1752.07	c cleaning 9997 clauses out of 20015 with flag 5315000/5315000
1760.31/1756.09	c cleaning 9999 clauses out of 20018 with flag 5325000/5325000
1764.11/1759.83	c cleaning 10002 clauses out of 20021 with flag 5335002/5335002
1767.52/1763.29	c cleaning 10000 clauses out of 20019 with flag 5345002/5345002
1770.02/1765.79	c cleaning 10004 clauses out of 20018 with flag 5355001/5355001
1773.52/1769.26	c cleaning 10001 clauses out of 20013 with flag 5365000/5365000
1776.92/1772.66	c cleaning 9999 clauses out of 20013 with flag 5375001/5375001
1780.82/1776.51	c cleaning 9961 clauses out of 20013 with flag 5385000/5385000
1784.12/1779.85	c cleaning 10016 clauses out of 20053 with flag 5395001/5395001
1786.62/1782.38	c cleaning 10008 clauses out of 20036 with flag 5405000/5405000
1789.02/1784.74	c cleaning 10001 clauses out of 20028 with flag 5415000/5415000
1791.73/1787.50	c cleaning 10007 clauses out of 20027 with flag 5425000/5425000
1793.82/1789.53	c cleaning 10000 clauses out of 20022 with flag 5435002/5435002
1796.23/1791.93	c cleaning 10003 clauses out of 20020 with flag 5445000/5445000
1799.92/1795.68	c cleaning 9994 clauses out of 20017 with flag 5455000/5455000
1800.04/1795.74	c starts		: 281
1800.04/1795.74	c conflicts		: 5455003
1800.04/1795.74	c decisions		: 24865151
1800.04/1795.74	c propagations		: 364304535
1800.04/1795.74	c inspects		: 972644769
1800.04/1795.74	c learnt literals	: 0
1800.04/1795.74	c learnt binary clauses	: 0
1800.04/1795.74	c learnt ternary clauses	: 0
1800.04/1795.74	c learnt clauses	: 5455002
1800.04/1795.74	c ignored clauses	: 0
1800.04/1795.74	c root simplifications	: 0
1800.04/1795.74	c removed literals (reason simplification)	: 17215928
1800.04/1795.74	c reason swapping (by a shorter reason)	: 0
1800.04/1795.74	c Calls to reduceDB	: 547
1800.04/1795.74	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.74	c number of learned constraints concerned by reduction	: 0
1800.04/1795.74	c number of learning phase by resolution	: 0
1800.04/1795.74	c number of learning phase by cutting planes	: 0
1800.04/1795.74	c speed (assignments/second)	: 352760.44929676346
1800.04/1795.74	c non guided choices	44205
1800.04/1795.76	c learnt constraints type 
1800.04/1795.76	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10113
1800.04/1795.76	c constraints type 
1800.04/1795.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1056
1800.04/1795.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1795.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198
1800.04/1795.76	s SATISFIABLE
1800.04/1795.79	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 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 x1001 -x1002 -x1003 x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 
1800.04/1795.79	c objective function=18
1800.04/1795.79	c Total wall clock time (in seconds): 1795.587

Verifier Data

OK	18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659662-1276410360/watcher-2659662-1276410360 -o /tmp/evaluation-result-2659662-1276410360/solver-2659662-1276410360 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659662-1276410360.opb 

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


[startup+0 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 22486
/proc/meminfo: memFree=1710236/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=248 CPUtime=0
/proc/22486/stat : 22486 (java) R 22484 22486 21767 0 -1 4194304 282 0 0 0 0 0 0 0 21 0 1 0 16639655 253952 28 1992294400 134512640 134550932 4292026208 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22486/statm: 62 28 21 10 0 23 0

[startup+0.0320611 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 22486
/proc/meminfo: memFree=1710236/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1518368 CPUtime=0.01
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 2795 0 1 0 0 1 0 0 18 0 4 0 16639655 1554808832 2238 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 380044 2539 780 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.102279 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 22486
/proc/meminfo: memFree=1710236/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1524184 CPUtime=0.08
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 3975 0 1 0 6 2 0 0 18 0 12 0 16639655 1560764416 3414 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 381046 3415 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300279 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 22486
/proc/meminfo: memFree=1710236/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1526276 CPUtime=0.37
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 5348 0 1 0 34 3 0 0 18 0 12 0 16639655 1562906624 4785 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 381569 4785 1361 10 0 378871 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526276

[startup+0.700279 s]
/proc/loadavg: 0.94 0.98 0.99 3/106 22486
/proc/meminfo: memFree=1710236/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1530700 CPUtime=1.17
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 8364 0 1 0 112 5 0 0 18 0 12 0 16639655 1567436800 7603 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 382675 7604 1401 10 0 379977 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530700

[startup+1.50128 s]
/proc/loadavg: 0.94 0.98 0.99 4/119 22499
/proc/meminfo: memFree=1675972/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=2.76
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 11811 0 1 0 269 7 0 0 18 0 13 0 16639655 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 10631 1424 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=1.45
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 7943 0 1 0 141 4 0 0 20 0 13 0 16639656 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 103615274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 16639658 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 16639658 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 16639659 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 16639660 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 16639660 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=0.85
/proc/22486/task/22495/stat : 22495 (java) R 22484 22486 21767 0 -1 4202560 1324 0 0 0 85 0 0 0 18 0 13 0 16639664 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 103147101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.42
/proc/22486/task/22496/stat : 22496 (java) R 22484 22486 21767 0 -1 4202560 1475 0 0 0 42 0 0 0 25 0 13 0 16639664 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 105576975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 10631 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1533464

[startup+3.10228 s]
/proc/loadavg: 0.94 0.98 0.99 4/119 22499
/proc/meminfo: memFree=1666176/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=5.04
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 15866 0 1 0 496 8 0 0 18 0 13 0 16639655 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 14219 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=3
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10217 0 1 0 295 5 0 0 24 0 13 0 16639656 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4109630463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 310 0 0 0 0 0 0 0 18 0 13 0 16639658 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 300 0 0 0 0 0 0 0 18 0 13 0 16639658 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=0.02
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 595 0 0 0 2 0 0 0 17 0 13 0 16639659 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.2
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1369 0 0 0 120 0 0 0 18 0 13 0 16639664 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.77
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2008 0 0 0 77 0 0 0 18 0 13 0 16639664 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 14219 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1533464

[startup+6.30127 s]
/proc/loadavg: 0.95 0.98 0.99 3/119 22499
/proc/meminfo: memFree=1653032/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=8.29
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 18643 0 1 0 819 10 0 0 18 0 13 0 16639655 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 16929 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=6.08
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10221 0 1 0 603 5 0 0 25 0 13 0 16639656 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4109920488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=0.01
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 1582 0 0 0 1 0 0 0 15 0 13 0 16639658 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=0.01
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 1305 0 0 0 1 0 0 0 18 0 13 0 16639658 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=0.07
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 1084 0 0 0 7 0 0 0 16 0 13 0 16639659 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.23
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1373 0 0 0 123 0 0 0 18 0 13 0 16639664 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.81
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2011 0 0 0 81 0 0 0 15 0 13 0 16639664 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 16929 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1533464

[startup+12.7003 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 22499
/proc/meminfo: memFree=1640508/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=14.74
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 21081 0 1 0 1463 11 0 0 18 0 13 0 16639655 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 19365 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=12.35
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10223 0 1 0 1230 5 0 0 25 0 13 0 16639656 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4109630965 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=0.05
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 3019 0 0 0 4 1 0 0 15 0 13 0 16639658 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=0.03
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 2198 0 0 0 2 1 0 0 16 0 13 0 16639658 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=0.14
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 1185 0 0 0 14 0 0 0 16 0 13 0 16639659 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.24
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1373 0 0 0 124 0 0 0 16 0 13 0 16639664 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.86
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2016 0 0 0 86 0 0 0 15 0 13 0 16639664 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 19365 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.74
Current children cumulated vsize (KiB) 1533464

[startup+25.5019 s]
/proc/loadavg: 0.96 0.98 0.99 3/119 22499
/proc/meminfo: memFree=1635672/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=27.59
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 21569 0 1 0 2748 11 0 0 18 0 13 0 16639655 1570267136 19848 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 19848 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=24.95
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10227 0 1 0 2490 5 0 0 25 0 13 0 16639656 1570267136 19848 1992294400 134512640 134550932 4292026208 18446744073709551615 4109630965 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=0.09
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 3068 0 0 0 8 1 0 0 16 0 13 0 16639658 1570267136 19848 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=0.07
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 2313 0 0 0 6 1 0 0 15 0 13 0 16639658 1570267136 19848 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=0.28

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

[pid=22486] ppid=22484 vsize=1533464 CPUtime=1666.57
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 29910 0 1 0 166601 56 0 0 18 0 13 0 16639655 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 27490 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=1635.05
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10726 0 1 0 163481 24 0 0 25 0 13 0 16639656 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4109630434 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=3.42
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4653 0 0 0 333 9 0 0 15 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=3.38
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 3943 0 0 0 327 11 0 0 16 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=22.39
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 6032 0 0 0 2232 7 0 0 15 0 13 0 16639659 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.31
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1376 0 0 0 131 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.94
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2018 0 0 0 94 0 0 0 16 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.57
Current children cumulated vsize (KiB) 1533464

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22545
/proc/meminfo: memFree=1601572/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=1726.6
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 29931 0 1 0 172603 57 0 0 18 0 13 0 16639655 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 27490 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=1694.14
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10741 0 1 0 169389 25 0 0 25 0 13 0 16639656 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4109711984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=3.5
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4653 0 0 0 341 9 0 0 15 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=3.46
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 3943 0 0 0 335 11 0 0 16 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=23.15
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 6034 0 0 0 2308 7 0 0 15 0 13 0 16639659 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.31
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1376 0 0 0 131 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.94
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2018 0 0 0 94 0 0 0 16 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.6
Current children cumulated vsize (KiB) 1533464

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22547
/proc/meminfo: memFree=1601200/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=1786.62
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 29955 0 1 0 178604 58 0 0 18 0 13 0 16639655 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 27490 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=1753.06
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10759 0 1 0 175281 25 0 0 25 0 13 0 16639656 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4109956859 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=3.58
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4653 0 0 0 349 9 0 0 15 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=3.54
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 3943 0 0 0 342 12 0 0 15 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=24.08
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 6038 0 0 0 2401 7 0 0 15 0 13 0 16639659 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.31
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1376 0 0 0 131 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.94
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2018 0 0 0 94 0 0 0 16 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) S 22484 22486 21767 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (KiB) 1533464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22547
/proc/meminfo: memFree=1601200/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1533464 CPUtime=1800.04
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 29965 0 1 0 179946 58 0 0 18 0 13 0 16639655 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22486/statm: 383366 27490 1445 10 0 380668 0
[pid=22486/tid=22488] ppid=22484 vsize=1533464 CPUtime=1766.18
/proc/22486/task/22488/stat : 22488 (java) S 22484 22486 21767 0 -1 4202560 10765 0 1 0 176593 25 0 0 25 0 13 0 16639656 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1533464 CPUtime=3.6
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4653 0 0 0 351 9 0 0 16 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1533464 CPUtime=3.56
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 3943 0 0 0 344 12 0 0 15 0 13 0 16639658 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1533464 CPUtime=24.35
/proc/22486/task/22491/stat : 22491 (java) R 22484 22486 21767 0 -1 4202560 6040 0 0 0 2428 7 0 0 15 0 13 0 16639659 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 105880854 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16639660 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1533464 CPUtime=1.31
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1376 0 0 0 131 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1533464 CPUtime=0.94
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2018 0 0 0 94 0 0 0 16 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) R 22484 22486 21767 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 16639664 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1533464 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16639740 1570267136 27490 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1795.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22547
/proc/meminfo: memFree=1601200/2059040 swapFree=4158992/4192956
[pid=22486] ppid=22484 vsize=1534112 CPUtime=1800.2
/proc/22486/stat : 22486 (java) S 22484 22486 21767 0 -1 4202496 29989 0 1 0 179962 58 0 0 18 0 14 0 16639655 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22486/statm: 383528 27514 1448 10 0 380830 0
[pid=22486/tid=22488] ppid=22484 vsize=1534112 CPUtime=1766.26
/proc/22486/task/22488/stat : 22488 (java) R 22484 22486 21767 0 -1 4202560 10765 0 1 0 176601 25 0 0 25 0 14 0 16639656 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4109630443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22486/tid=22489] ppid=22484 vsize=1534112 CPUtime=3.6
/proc/22486/task/22489/stat : 22489 (java) S 22484 22486 21767 0 -1 4202560 4653 0 0 0 351 9 0 0 16 0 14 0 16639658 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22490] ppid=22484 vsize=1534112 CPUtime=3.56
/proc/22486/task/22490/stat : 22490 (java) S 22484 22486 21767 0 -1 4202560 3943 0 0 0 344 12 0 0 15 0 14 0 16639658 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22491] ppid=22484 vsize=1534112 CPUtime=24.38
/proc/22486/task/22491/stat : 22491 (java) S 22484 22486 21767 0 -1 4202560 6040 0 0 0 2431 7 0 0 16 0 14 0 16639659 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 0 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22492] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22492/stat : 22492 (java) S 22484 22486 21767 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 16639660 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22493] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22493/stat : 22493 (java) S 22484 22486 21767 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16639660 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22494] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22494/stat : 22494 (java) S 22484 22486 21767 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 16639664 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22495] ppid=22484 vsize=1534112 CPUtime=1.34
/proc/22486/task/22495/stat : 22495 (java) S 22484 22486 21767 0 -1 4202560 1377 0 0 0 134 0 0 0 15 0 14 0 16639664 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
[pid=22486/tid=22496] ppid=22484 vsize=1534112 CPUtime=0.95
/proc/22486/task/22496/stat : 22496 (java) S 22484 22486 21767 0 -1 4202560 2020 0 0 0 95 0 0 0 15 0 14 0 16639664 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22497] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22497/stat : 22497 (java) S 22484 22486 21767 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 16639664 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 0 0 0 0
[pid=22486/tid=22498] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22498/stat : 22498 (java) R 22484 22486 21767 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 16639664 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22486/tid=22499] ppid=22484 vsize=1534112 CPUtime=0
/proc/22486/task/22499/stat : 22499 (java) S 22484 22486 21767 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 16639740 1570930688 27514 1992294400 134512640 134550932 4292026208 18446744073709551615 4294960144 0 4 0 16800975 18446604437822668992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1534112

Child status: 143
Real time (s): 1795.83
CPU time (s): 1800.22
CPU user time (s): 1799.62
CPU system time (s): 0.597909
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 1534488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29989
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= 42587
involuntary context switches= 19879

runsolver used 3.77842 second user time and 9.53955 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-13 08:26:00
IDJOB=2659662
IDBENCH=2045
IDSOLVER=1164
FILE ID=node006/2659662-1276410360
PBS_JOBID= 11173276
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-jac3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659662-1276410360/watcher-2659662-1276410360 -o /tmp/evaluation-result-2659662-1276410360/solver-2659662-1276410360 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659662-1276410360.opb

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

MD5SUM BENCH= 05a03b946ede4da21fcf30fd621632f5
RANDOM SEED=2012018904

node006.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1710632 kB
Buffers:         93448 kB
Cached:         158104 kB
SwapCached:       2232 kB
Active:         131120 kB
Inactive:       148744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1710632 kB
SwapTotal:     4192956 kB
SwapFree:      4158992 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:       26184 kB
Mapped:          14056 kB
Slab:            46740 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62472 MiB
End job on node006 at 2010-06-13 08:55:58