Trace number 2658296

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-26OPT3 1033.41 1030.21

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=307-P1=313-P2=331-P3=461-P4=131-P5=307-P6=149-P7=479-P8=317-P9=431-B.opb
MD5SUM8b00ea770361f301179000d52beb4a25
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark20.3299
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables243
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658296-1276646662.opb
0.22/0.21	c reading problem ... 
0.53/0.47	c ... done. Wall clock time 0.259s.
0.53/0.47	c #vars     972
0.53/0.47	c #constraints  1486
0.53/0.47	c constraints type 
0.53/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.53/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
2.99/2.18	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.50/3.50	c cleaning 4251 clauses out of 8501 with flag 11002/11002
5.81/4.81	c cleaning 5626 clauses out of 11252 with flag 18004/18004
7.34/6.31	c cleaning 6811 clauses out of 13622 with flag 26000/26000
9.56/8.50	c cleaning 7903 clauses out of 15812 with flag 35001/35001
12.38/11.30	c cleaning 8951 clauses out of 17908 with flag 45000/45000
14.69/13.69	c cleaning 9478 clauses out of 18958 with flag 55001/55001
16.61/15.60	c cleaning 9722 clauses out of 19480 with flag 65001/65001
18.51/17.49	c cleaning 9874 clauses out of 19757 with flag 75000/75000
21.05/19.93	c cleaning 9928 clauses out of 19883 with flag 85000/85000
23.25/22.15	c cleaning 9972 clauses out of 19957 with flag 95002/95002
25.85/24.73	c cleaning 9988 clauses out of 19984 with flag 105001/105001
28.16/27.06	c cleaning 9995 clauses out of 19996 with flag 115001/115001
30.06/28.93	c cleaning 9997 clauses out of 20001 with flag 125001/125001
31.97/30.81	c cleaning 9989 clauses out of 20003 with flag 135000/135000
33.97/32.81	c cleaning 10004 clauses out of 20015 with flag 145001/145001
35.87/34.73	c cleaning 9998 clauses out of 20011 with flag 155001/155001
37.49/36.34	c cleaning 9984 clauses out of 20013 with flag 165001/165001
39.39/38.27	c cleaning 9996 clauses out of 20028 with flag 175000/175000
41.70/40.55	c cleaning 10009 clauses out of 20032 with flag 185000/185000
43.70/42.53	c cleaning 10006 clauses out of 20024 with flag 195001/195001
46.21/45.01	c cleaning 10006 clauses out of 20017 with flag 205000/205000
48.91/47.76	c cleaning 10000 clauses out of 20012 with flag 215001/215001
50.91/49.79	c cleaning 10002 clauses out of 20016 with flag 225005/225005
53.62/52.47	c cleaning 10001 clauses out of 20009 with flag 235000/235000
56.32/55.10	c cleaning 9999 clauses out of 20009 with flag 245001/245001
58.62/57.41	c cleaning 9999 clauses out of 20010 with flag 255001/255001
60.53/59.34	c cleaning 10003 clauses out of 20011 with flag 265001/265001
62.23/61.02	c cleaning 9995 clauses out of 20007 with flag 275000/275000
64.03/62.85	c cleaning 10004 clauses out of 20013 with flag 285001/285001
66.14/64.95	c cleaning 9993 clauses out of 20009 with flag 295001/295001
68.25/67.04	c cleaning 10002 clauses out of 20015 with flag 305000/305000
69.85/68.68	c cleaning 9996 clauses out of 20015 with flag 315002/315002
71.45/70.23	c cleaning 9991 clauses out of 20017 with flag 325000/325000
74.16/72.97	c cleaning 10002 clauses out of 20028 with flag 335002/335002
76.77/75.52	c cleaning 10000 clauses out of 20025 with flag 345001/345001
78.67/77.44	c cleaning 10009 clauses out of 20024 with flag 355000/355000
81.24/79.85	c cleaning 10005 clauses out of 20016 with flag 365001/365001
83.64/81.97	c cleaning 9984 clauses out of 20010 with flag 375001/375001
85.28/83.54	c cleaning 9987 clauses out of 20026 with flag 385001/385001
87.17/85.40	c cleaning 9993 clauses out of 20038 with flag 395000/395000
89.58/87.90	c cleaning 9996 clauses out of 20047 with flag 405002/405002
91.99/90.22	c cleaning 9999 clauses out of 20049 with flag 415000/415000
94.59/92.86	c cleaning 10022 clauses out of 20050 with flag 425000/425000
97.89/96.17	c cleaning 10010 clauses out of 20029 with flag 435001/435001
101.31/99.53	c cleaning 10007 clauses out of 20020 with flag 445002/445002
103.61/101.86	c cleaning 10001 clauses out of 20012 with flag 455001/455001
105.92/104.11	c cleaning 10001 clauses out of 20010 with flag 465000/465000
108.53/106.78	c cleaning 9999 clauses out of 20009 with flag 475000/475000
111.63/109.83	c cleaning 10002 clauses out of 20011 with flag 485001/485001
114.63/112.81	c cleaning 9996 clauses out of 20008 with flag 495000/495000
117.63/115.80	c cleaning 10005 clauses out of 20013 with flag 505001/505001
120.34/118.52	c cleaning 9999 clauses out of 20007 with flag 515000/515000
123.04/121.29	c cleaning 9999 clauses out of 20008 with flag 525000/525000
125.65/123.80	c cleaning 10000 clauses out of 20009 with flag 535000/535000
128.15/126.35	c cleaning 10001 clauses out of 20009 with flag 545000/545000
130.86/129.09	c cleaning 9990 clauses out of 20008 with flag 555000/555000
132.86/131.00	c cleaning 10000 clauses out of 20018 with flag 565000/565000
134.67/132.84	c cleaning 9999 clauses out of 20018 with flag 575000/575000
136.37/134.50	c cleaning 9994 clauses out of 20019 with flag 585000/585000
138.08/136.29	c cleaning 10002 clauses out of 20025 with flag 595000/595000
139.88/138.06	c cleaning 10002 clauses out of 20023 with flag 605000/605000
141.48/139.70	c cleaning 10005 clauses out of 20021 with flag 615000/615000
144.38/142.58	c cleaning 10000 clauses out of 20016 with flag 625000/625000
147.29/145.46	c cleaning 10004 clauses out of 20016 with flag 635000/635000
150.30/148.47	c cleaning 10000 clauses out of 20012 with flag 645000/645000
153.49/151.66	c cleaning 10003 clauses out of 20013 with flag 655001/655001
156.39/154.54	c cleaning 9999 clauses out of 20009 with flag 665000/665000
159.21/157.34	c cleaning 9998 clauses out of 20011 with flag 675001/675001
161.91/160.03	c cleaning 9997 clauses out of 20012 with flag 685000/685000
164.51/162.68	c cleaning 10000 clauses out of 20016 with flag 695001/695001
167.50/165.62	c cleaning 10002 clauses out of 20015 with flag 705000/705000
170.30/168.50	c cleaning 10002 clauses out of 20014 with flag 715001/715001
173.20/171.34	c cleaning 10002 clauses out of 20012 with flag 725001/725001
175.20/173.30	c cleaning 9975 clauses out of 20010 with flag 735001/735001
177.34/175.40	c cleaning 9985 clauses out of 20035 with flag 745001/745001
179.06/177.19	c cleaning 10014 clauses out of 20051 with flag 755002/755002
180.65/178.77	c cleaning 10008 clauses out of 20035 with flag 765000/765000
182.26/180.31	c cleaning 10003 clauses out of 20027 with flag 775000/775000
183.46/181.58	c cleaning 10001 clauses out of 20028 with flag 785004/785004
184.85/182.95	c cleaning 9998 clauses out of 20024 with flag 795001/795001
186.56/184.60	c cleaning 9999 clauses out of 20025 with flag 805000/805000
188.35/186.45	c cleaning 9998 clauses out of 20027 with flag 815001/815001
191.36/189.43	c cleaning 9998 clauses out of 20028 with flag 825000/825000
194.16/192.20	c cleaning 9997 clauses out of 20031 with flag 835001/835001
196.87/195.00	c cleaning 10000 clauses out of 20034 with flag 845001/845001
199.87/197.95	c cleaning 10000 clauses out of 20033 with flag 855000/855000
202.37/200.42	c cleaning 10005 clauses out of 20032 with flag 865000/865000
204.48/202.51	c cleaning 10003 clauses out of 20027 with flag 875000/875000
206.38/204.42	c cleaning 10000 clauses out of 20024 with flag 885000/885000
208.18/206.29	c cleaning 10003 clauses out of 20026 with flag 895002/895002
210.19/208.20	c cleaning 10002 clauses out of 20022 with flag 905001/905001
212.09/210.11	c cleaning 10004 clauses out of 20019 with flag 915000/915000
214.69/212.73	c cleaning 9995 clauses out of 20015 with flag 925000/925000
217.09/215.12	c cleaning 10002 clauses out of 20021 with flag 935001/935001
218.60/216.68	c cleaning 9997 clauses out of 20019 with flag 945001/945001
220.00/218.07	c cleaning 9997 clauses out of 20021 with flag 955000/955000
221.50/219.56	c cleaning 10007 clauses out of 20024 with flag 965000/965000
224.00/222.00	c cleaning 10003 clauses out of 20018 with flag 975001/975001
226.43/224.45	c cleaning 10003 clauses out of 20014 with flag 985000/985000
228.93/226.94	c cleaning 10000 clauses out of 20011 with flag 995000/995000
230.84/228.81	c cleaning 9998 clauses out of 20012 with flag 1005001/1005001
232.84/230.80	c cleaning 9995 clauses out of 20014 with flag 1015001/1015001
234.74/232.71	c cleaning 10007 clauses out of 20019 with flag 1025001/1025001
237.84/235.84	c cleaning 10002 clauses out of 20012 with flag 1035001/1035001
240.45/238.45	c cleaning 9998 clauses out of 20010 with flag 1045001/1045001
241.96/239.93	c cleaning 9990 clauses out of 20012 with flag 1055001/1055001
244.15/242.10	c cleaning 9997 clauses out of 20021 with flag 1065000/1065000
246.66/244.64	c cleaning 10001 clauses out of 20025 with flag 1075001/1075001
249.17/247.16	c cleaning 10000 clauses out of 20024 with flag 1085001/1085001
251.57/249.54	c cleaning 10008 clauses out of 20023 with flag 1095000/1095000
254.77/252.72	c cleaning 10001 clauses out of 20016 with flag 1105001/1105001
257.68/255.68	c cleaning 10005 clauses out of 20014 with flag 1115000/1115000
260.38/258.35	c cleaning 10003 clauses out of 20011 with flag 1125002/1125002
262.48/260.44	c cleaning 9994 clauses out of 20007 with flag 1135001/1135001
264.09/262.06	c cleaning 9994 clauses out of 20013 with flag 1145001/1145001
265.79/263.79	c cleaning 9990 clauses out of 20020 with flag 1155002/1155002
268.00/265.90	c cleaning 10009 clauses out of 20029 with flag 1165001/1165001
270.20/268.13	c cleaning 10005 clauses out of 20019 with flag 1175000/1175000
272.80/270.78	c cleaning 10002 clauses out of 20015 with flag 1185001/1185001
275.11/273.00	c cleaning 10000 clauses out of 20013 with flag 1195001/1195001
277.51/275.44	c cleaning 10001 clauses out of 20012 with flag 1205000/1205000
279.82/277.71	c cleaning 9997 clauses out of 20011 with flag 1215000/1215000
282.22/280.16	c cleaning 10003 clauses out of 20015 with flag 1225001/1225001
284.62/282.54	c cleaning 9998 clauses out of 20012 with flag 1235001/1235001
286.73/284.65	c cleaning 9992 clauses out of 20013 with flag 1245001/1245001
288.73/286.68	c cleaning 10002 clauses out of 20020 with flag 1255000/1255000
290.33/288.21	c cleaning 9996 clauses out of 20018 with flag 1265000/1265000
291.83/289.72	c cleaning 9996 clauses out of 20022 with flag 1275000/1275000
293.44/291.32	c cleaning 10003 clauses out of 20027 with flag 1285001/1285001
295.04/292.91	c cleaning 10005 clauses out of 20025 with flag 1295002/1295002
296.85/294.73	c cleaning 10000 clauses out of 20020 with flag 1305002/1305002
298.45/296.35	c cleaning 9995 clauses out of 20018 with flag 1315000/1315000
300.16/298.02	c cleaning 9998 clauses out of 20023 with flag 1325000/1325000
301.66/299.59	c cleaning 10001 clauses out of 20026 with flag 1335001/1335001
303.36/301.21	c cleaning 10008 clauses out of 20025 with flag 1345001/1345001
305.87/303.72	c cleaning 10004 clauses out of 20017 with flag 1355001/1355001
307.88/305.78	c cleaning 10002 clauses out of 20013 with flag 1365001/1365001
310.68/308.58	c cleaning 10001 clauses out of 20012 with flag 1375002/1375002
313.99/311.80	c cleaning 10001 clauses out of 20010 with flag 1385001/1385001
316.00/313.85	c cleaning 9995 clauses out of 20008 with flag 1395000/1395000
318.40/316.27	c cleaning 10004 clauses out of 20014 with flag 1405001/1405001
320.51/318.31	c cleaning 10002 clauses out of 20010 with flag 1415001/1415001
323.51/321.32	c cleaning 9995 clauses out of 20008 with flag 1425001/1425001
326.42/324.21	c cleaning 9998 clauses out of 20012 with flag 1435000/1435000
329.82/327.62	c cleaning 10002 clauses out of 20015 with flag 1445001/1445001
331.83/329.60	c cleaning 9998 clauses out of 20012 with flag 1455000/1455000
334.34/332.15	c cleaning 10002 clauses out of 20014 with flag 1465000/1465000
336.84/334.64	c cleaning 10001 clauses out of 20013 with flag 1475001/1475001
339.34/337.10	c cleaning 10002 clauses out of 20012 with flag 1485001/1485001
341.54/339.37	c cleaning 10001 clauses out of 20009 with flag 1495000/1495000
343.26/341.02	c cleaning 9993 clauses out of 20008 with flag 1505000/1505000
345.56/343.32	c cleaning 10002 clauses out of 20016 with flag 1515001/1515001
348.27/346.10	c cleaning 10002 clauses out of 20014 with flag 1525001/1525001
351.67/349.42	c cleaning 10002 clauses out of 20012 with flag 1535001/1535001
354.77/352.55	c cleaning 10003 clauses out of 20009 with flag 1545000/1545000
356.97/354.70	c cleaning 10000 clauses out of 20009 with flag 1555003/1555003
358.68/356.49	c cleaning 9998 clauses out of 20006 with flag 1565000/1565000
360.88/358.64	c cleaning 10000 clauses out of 20008 with flag 1575000/1575000
363.78/361.51	c cleaning 10000 clauses out of 20009 with flag 1585001/1585001
366.98/364.74	c cleaning 9999 clauses out of 20008 with flag 1595000/1595000
370.08/367.81	c cleaning 10000 clauses out of 20009 with flag 1605000/1605000
372.99/370.73	c cleaning 10000 clauses out of 20010 with flag 1615001/1615001
376.08/373.82	c cleaning 9998 clauses out of 20010 with flag 1625001/1625001
378.80/376.56	c cleaning 9996 clauses out of 20011 with flag 1635000/1635000
380.50/378.21	c cleaning 9989 clauses out of 20018 with flag 1645003/1645003
382.41/380.11	c cleaning 9999 clauses out of 20026 with flag 1655000/1655000
384.32/382.06	c cleaning 9992 clauses out of 20027 with flag 1665000/1665000
385.72/383.47	c cleaning 9995 clauses out of 20035 with flag 1675000/1675000
387.23/385.00	c cleaning 9999 clauses out of 20041 with flag 1685001/1685001
389.63/387.30	c cleaning 10005 clauses out of 20041 with flag 1695000/1695000
391.64/389.34	c cleaning 10005 clauses out of 20037 with flag 1705001/1705001
393.23/390.92	c cleaning 10002 clauses out of 20032 with flag 1715001/1715001
395.23/392.98	c cleaning 10004 clauses out of 20031 with flag 1725002/1725002
397.63/395.34	c cleaning 10001 clauses out of 20027 with flag 1735002/1735002
399.53/397.20	c cleaning 10002 clauses out of 20025 with flag 1745001/1745001
401.43/399.18	c cleaning 9997 clauses out of 20022 with flag 1755000/1755000
403.74/401.45	c cleaning 10001 clauses out of 20026 with flag 1765001/1765001
405.84/403.50	c cleaning 9995 clauses out of 20024 with flag 1775000/1775000
407.84/405.58	c cleaning 10007 clauses out of 20029 with flag 1785000/1785000
410.24/407.93	c cleaning 10001 clauses out of 20023 with flag 1795001/1795001
412.95/410.61	c cleaning 9994 clauses out of 20021 with flag 1805000/1805000
415.75/413.48	c cleaning 9998 clauses out of 20028 with flag 1815001/1815001
418.96/416.63	c cleaning 9999 clauses out of 20029 with flag 1825000/1825000
421.86/419.54	c cleaning 10001 clauses out of 20031 with flag 1835001/1835001
424.26/421.98	c cleaning 10002 clauses out of 20029 with flag 1845000/1845000
426.77/424.50	c cleaning 10003 clauses out of 20027 with flag 1855000/1855000
429.18/426.88	c cleaning 9999 clauses out of 20025 with flag 1865001/1865001
431.87/429.53	c cleaning 9996 clauses out of 20026 with flag 1875001/1875001
435.08/432.78	c cleaning 9999 clauses out of 20030 with flag 1885001/1885001
437.58/435.27	c cleaning 10005 clauses out of 20030 with flag 1895000/1895000
440.38/438.06	c cleaning 10010 clauses out of 20024 with flag 1905000/1905000
443.18/440.84	c cleaning 10002 clauses out of 20014 with flag 1915000/1915000
445.78/443.45	c cleaning 10003 clauses out of 20013 with flag 1925001/1925001
448.39/446.09	c cleaning 10000 clauses out of 20010 with flag 1935001/1935001
451.29/448.90	c cleaning 10002 clauses out of 20009 with flag 1945000/1945000
453.90/451.56	c cleaning 10000 clauses out of 20008 with flag 1955001/1955001
456.00/453.65	c cleaning 9995 clauses out of 20006 with flag 1965000/1965000
458.30/455.94	c cleaning 9997 clauses out of 20012 with flag 1975001/1975001
460.11/457.79	c cleaning 10000 clauses out of 20014 with flag 1985000/1985000
462.32/459.90	c cleaning 9998 clauses out of 20014 with flag 1995000/1995000
464.23/461.82	c cleaning 9999 clauses out of 20017 with flag 2005001/2005001
466.03/463.60	c cleaning 10000 clauses out of 20018 with flag 2015001/2015001
467.74/465.34	c cleaning 10001 clauses out of 20019 with flag 2025002/2025002
469.53/467.15	c cleaning 9999 clauses out of 20017 with flag 2035001/2035001
471.33/468.99	c cleaning 10002 clauses out of 20017 with flag 2045000/2045000
473.24/470.81	c cleaning 10000 clauses out of 20015 with flag 2055000/2055000
474.93/472.55	c cleaning 9998 clauses out of 20016 with flag 2065001/2065001
476.64/474.29	c cleaning 9994 clauses out of 20017 with flag 2075000/2075000
478.54/476.12	c cleaning 9997 clauses out of 20024 with flag 2085001/2085001
480.05/477.68	c cleaning 9985 clauses out of 20026 with flag 2095000/2095000
481.85/479.45	c cleaning 10004 clauses out of 20041 with flag 2105000/2105000
483.75/481.36	c cleaning 10007 clauses out of 20037 with flag 2115000/2115000
486.16/483.71	c cleaning 10006 clauses out of 20031 with flag 2125001/2125001
488.67/486.23	c cleaning 10003 clauses out of 20025 with flag 2135001/2135001
491.17/488.73	c cleaning 10002 clauses out of 20021 with flag 2145000/2145000
493.57/491.14	c cleaning 10003 clauses out of 20021 with flag 2155002/2155002
496.16/493.73	c cleaning 10000 clauses out of 20017 with flag 2165001/2165001
499.07/496.64	c cleaning 10001 clauses out of 20016 with flag 2175000/2175000
501.88/499.42	c cleaning 10000 clauses out of 20015 with flag 2185000/2185000
504.77/502.31	c cleaning 9998 clauses out of 20016 with flag 2195001/2195001
507.68/505.24	c cleaning 10001 clauses out of 20017 with flag 2205000/2205000
510.78/508.35	c cleaning 10000 clauses out of 20016 with flag 2215000/2215000
513.68/511.20	c cleaning 10002 clauses out of 20018 with flag 2225002/2225002
516.48/514.04	c cleaning 10002 clauses out of 20015 with flag 2235001/2235001
519.39/516.93	c cleaning 9995 clauses out of 20012 with flag 2245000/2245000
521.59/519.19	c cleaning 10000 clauses out of 20017 with flag 2255001/2255001
523.60/521.19	c cleaning 9998 clauses out of 20017 with flag 2265001/2265001
525.40/522.92	c cleaning 10001 clauses out of 20019 with flag 2275001/2275001
527.21/524.71	c cleaning 10002 clauses out of 20017 with flag 2285000/2285000
529.20/526.73	c cleaning 9997 clauses out of 20015 with flag 2295000/2295000
531.11/528.65	c cleaning 10003 clauses out of 20018 with flag 2305000/2305000
532.91/530.43	c cleaning 10000 clauses out of 20015 with flag 2315000/2315000
534.82/532.39	c cleaning 10002 clauses out of 20018 with flag 2325003/2325003
536.91/534.43	c cleaning 9998 clauses out of 20013 with flag 2335000/2335000
538.81/536.38	c cleaning 9997 clauses out of 20016 with flag 2345001/2345001
540.82/538.33	c cleaning 9996 clauses out of 20018 with flag 2355000/2355000
542.71/540.24	c cleaning 10003 clauses out of 20023 with flag 2365001/2365001
544.32/541.89	c cleaning 9997 clauses out of 20020 with flag 2375001/2375001
546.52/544.08	c cleaning 10004 clauses out of 20023 with flag 2385001/2385001
548.83/546.31	c cleaning 10000 clauses out of 20018 with flag 2395000/2395000
552.13/549.63	c cleaning 10002 clauses out of 20019 with flag 2405001/2405001
553.93/551.45	c cleaning 9997 clauses out of 20016 with flag 2415000/2415000
556.14/553.65	c cleaning 10000 clauses out of 20020 with flag 2425001/2425001
558.24/555.78	c cleaning 9996 clauses out of 20020 with flag 2435001/2435001
560.34/557.88	c cleaning 10002 clauses out of 20025 with flag 2445002/2445002
562.64/560.15	c cleaning 10001 clauses out of 20022 with flag 2455001/2455001
565.05/562.58	c cleaning 10000 clauses out of 20020 with flag 2465000/2465000
567.96/565.44	c cleaning 10000 clauses out of 20020 with flag 2475000/2475000
570.26/567.80	c cleaning 10006 clauses out of 20020 with flag 2485000/2485000
572.27/569.77	c cleaning 9998 clauses out of 20014 with flag 2495000/2495000
574.27/571.76	c cleaning 9997 clauses out of 20017 with flag 2505001/2505001
576.17/573.68	c cleaning 10002 clauses out of 20019 with flag 2515000/2515000
577.89/575.36	c cleaning 9978 clauses out of 20018 with flag 2525001/2525001
579.49/576.97	c cleaning 10008 clauses out of 20040 with flag 2535001/2535001
582.50/579.99	c cleaning 10003 clauses out of 20032 with flag 2545001/2545001
584.51/581.99	c cleaning 9996 clauses out of 20028 with flag 2555000/2555000
584.71/582.15	c SATISFIABLE
584.71/582.15	c OPTIMIZING...
584.71/582.15	c Got one! Elapsed wall clock time (in seconds):581.942
584.71/582.15	o 257
586.61/584.05	c cleaning 10006 clauses out of 20032 with flag 2565000/2565000
588.52/585.93	c cleaning 10003 clauses out of 20027 with flag 2575001/2575001
590.62/588.09	c cleaning 10010 clauses out of 20023 with flag 2585000/2585000
593.33/590.77	c cleaning 10006 clauses out of 20016 with flag 2595003/2595003
596.22/593.65	c cleaning 9998 clauses out of 20007 with flag 2605000/2605000
599.22/596.64	c cleaning 10001 clauses out of 20011 with flag 2615002/2615002
602.33/599.71	c cleaning 10000 clauses out of 20009 with flag 2625001/2625001
605.53/602.99	c cleaning 10001 clauses out of 20009 with flag 2635001/2635001
606.93/604.35	c Got one! Elapsed wall clock time (in seconds):604.138
606.93/604.35	o 5
607.03/604.49	c cleaning 9989 clauses out of 20007 with flag 2645000/2645000
609.24/606.61	c cleaning 9994 clauses out of 20019 with flag 2655001/2655001
611.04/608.48	c cleaning 9994 clauses out of 20025 with flag 2665001/2665001
613.05/610.44	c cleaning 9999 clauses out of 20031 with flag 2675001/2675001
614.94/612.33	c cleaning 9995 clauses out of 20032 with flag 2685001/2685001
616.64/614.05	c cleaning 10006 clauses out of 20037 with flag 2695001/2695001
618.44/615.90	c cleaning 9996 clauses out of 20030 with flag 2705000/2705000
621.43/618.84	c cleaning 10011 clauses out of 20034 with flag 2715000/2715000
624.14/621.57	c cleaning 10007 clauses out of 20024 with flag 2725001/2725001
627.04/624.46	c cleaning 10004 clauses out of 20016 with flag 2735000/2735000
629.94/627.33	c cleaning 10003 clauses out of 20012 with flag 2745000/2745000
632.85/630.25	c cleaning 10001 clauses out of 20011 with flag 2755002/2755002
635.55/632.96	c cleaning 9998 clauses out of 20009 with flag 2765001/2765001
638.56/635.97	c cleaning 10002 clauses out of 20011 with flag 2775001/2775001
641.36/638.78	c cleaning 10001 clauses out of 20009 with flag 2785001/2785001
644.06/641.47	c cleaning 9999 clauses out of 20007 with flag 2795000/2795000
646.66/644.05	c cleaning 10001 clauses out of 20009 with flag 2805001/2805001
649.76/647.18	c cleaning 9999 clauses out of 20008 with flag 2815001/2815001
652.46/649.81	c cleaning 9999 clauses out of 20009 with flag 2825001/2825001
654.45/651.85	c cleaning 9985 clauses out of 20009 with flag 2835000/2835000
656.07/653.44	c cleaning 9995 clauses out of 20024 with flag 2845000/2845000
657.67/655.00	c cleaning 9993 clauses out of 20030 with flag 2855001/2855001
659.28/656.64	c cleaning 9995 clauses out of 20036 with flag 2865000/2865000
660.77/658.19	c cleaning 9998 clauses out of 20042 with flag 2875001/2875001
662.37/659.71	c cleaning 10000 clauses out of 20044 with flag 2885001/2885001
663.87/661.29	c cleaning 10002 clauses out of 20043 with flag 2895000/2895000
665.47/662.86	c cleaning 9999 clauses out of 20042 with flag 2905001/2905001
667.09/664.45	c cleaning 10000 clauses out of 20042 with flag 2915000/2915000
668.68/666.06	c cleaning 9999 clauses out of 20043 with flag 2925001/2925001
670.29/667.62	c cleaning 10003 clauses out of 20043 with flag 2935000/2935000
671.88/669.25	c cleaning 9997 clauses out of 20040 with flag 2945000/2945000
673.69/671.09	c cleaning 10001 clauses out of 20043 with flag 2955000/2955000
675.69/673.04	c cleaning 10018 clauses out of 20042 with flag 2965000/2965000
677.49/674.88	c cleaning 10001 clauses out of 20026 with flag 2975002/2975002
679.39/676.79	c cleaning 9998 clauses out of 20023 with flag 2985000/2985000
681.30/678.61	c cleaning 10000 clauses out of 20026 with flag 2995001/2995001
683.40/680.74	c cleaning 9999 clauses out of 20026 with flag 3005001/3005001
685.20/682.59	c cleaning 10000 clauses out of 20027 with flag 3015001/3015001
686.01/683.33	c Got one! Elapsed wall clock time (in seconds):683.12
686.01/683.33	o 3
686.92/684.29	c cleaning 10005 clauses out of 20027 with flag 3025001/3025001
688.92/686.25	c cleaning 9999 clauses out of 20023 with flag 3035002/3035002
690.72/688.09	c cleaning 9999 clauses out of 20022 with flag 3045000/3045000
692.43/689.78	c cleaning 9999 clauses out of 20023 with flag 3055000/3055000
694.22/691.50	c cleaning 10001 clauses out of 20025 with flag 3065001/3065001
696.53/693.81	c cleaning 10001 clauses out of 20024 with flag 3075001/3075001
698.52/695.85	c cleaning 10001 clauses out of 20023 with flag 3085001/3085001
700.53/697.80	c cleaning 9999 clauses out of 20021 with flag 3095000/3095000
702.03/699.32	c cleaning 9995 clauses out of 20022 with flag 3105000/3105000
703.73/701.07	c cleaning 9996 clauses out of 20028 with flag 3115001/3115001
705.64/702.92	c cleaning 10003 clauses out of 20031 with flag 3125000/3125000
707.34/704.67	c cleaning 10003 clauses out of 20029 with flag 3135001/3135001
709.14/706.45	c cleaning 9998 clauses out of 20025 with flag 3145000/3145000
710.84/708.13	c cleaning 9998 clauses out of 20027 with flag 3155000/3155000
712.34/709.69	c cleaning 10000 clauses out of 20029 with flag 3165000/3165000
714.05/711.31	c cleaning 9999 clauses out of 20029 with flag 3175000/3175000
715.56/712.87	c cleaning 10002 clauses out of 20031 with flag 3185001/3185001
717.35/714.69	c cleaning 9999 clauses out of 20029 with flag 3195001/3195001
719.06/716.33	c cleaning 10000 clauses out of 20030 with flag 3205001/3205001
720.56/717.85	c cleaning 9995 clauses out of 20029 with flag 3215000/3215000
722.17/719.48	c cleaning 10001 clauses out of 20034 with flag 3225000/3225000
724.27/721.55	c cleaning 10002 clauses out of 20033 with flag 3235000/3235000
725.87/723.17	c cleaning 10011 clauses out of 20032 with flag 3245001/3245001
728.47/725.74	c cleaning 10004 clauses out of 20020 with flag 3255000/3255000
730.77/728.10	c cleaning 10000 clauses out of 20017 with flag 3265001/3265001
733.57/730.84	c cleaning 10005 clauses out of 20016 with flag 3275000/3275000
736.58/733.86	c cleaning 10001 clauses out of 20011 with flag 3285000/3285000
739.37/736.64	c cleaning 10000 clauses out of 20010 with flag 3295000/3295000
741.77/739.08	c cleaning 10001 clauses out of 20010 with flag 3305000/3305000
744.19/741.48	c cleaning 10002 clauses out of 20010 with flag 3315001/3315001
746.79/744.02	c cleaning 9999 clauses out of 20007 with flag 3325000/3325000
749.29/746.58	c cleaning 10003 clauses out of 20009 with flag 3335001/3335001
751.70/748.95	c cleaning 9999 clauses out of 20006 with flag 3345001/3345001
754.20/751.42	c cleaning 10000 clauses out of 20007 with flag 3355001/3355001
756.80/754.00	c cleaning 9999 clauses out of 20007 with flag 3365001/3365001
759.41/756.60	c cleaning 10004 clauses out of 20008 with flag 3375001/3375001
761.41/758.60	c cleaning 9986 clauses out of 20003 with flag 3385001/3385001
763.12/760.31	c cleaning 9998 clauses out of 20016 with flag 3395000/3395000
764.62/761.83	c cleaning 10002 clauses out of 20021 with flag 3405003/3405003
766.23/763.48	c cleaning 9999 clauses out of 20016 with flag 3415000/3415000
767.84/765.05	c cleaning 10001 clauses out of 20018 with flag 3425001/3425001
769.74/766.95	c cleaning 9998 clauses out of 20016 with flag 3435000/3435000
771.65/768.83	c cleaning 10001 clauses out of 20019 with flag 3445001/3445001
773.34/770.58	c cleaning 9999 clauses out of 20017 with flag 3455000/3455000
775.14/772.31	c cleaning 10000 clauses out of 20020 with flag 3465002/3465002
776.95/774.14	c cleaning 10000 clauses out of 20019 with flag 3475001/3475001
778.85/776.02	c cleaning 9997 clauses out of 20018 with flag 3485000/3485000
780.56/777.76	c cleaning 10000 clauses out of 20022 with flag 3495001/3495001
782.35/779.50	c cleaning 10002 clauses out of 20021 with flag 3505000/3505000
784.25/781.45	c cleaning 10003 clauses out of 20021 with flag 3515002/3515002
785.96/783.15	c cleaning 9999 clauses out of 20016 with flag 3525000/3525000
787.75/784.97	c cleaning 9997 clauses out of 20018 with flag 3535001/3535001
789.56/786.78	c cleaning 10000 clauses out of 20020 with flag 3545000/3545000
791.56/788.74	c cleaning 10002 clauses out of 20021 with flag 3555001/3555001
793.26/790.48	c cleaning 10000 clauses out of 20018 with flag 3565000/3565000
795.16/792.30	c cleaning 9999 clauses out of 20018 with flag 3575000/3575000
797.07/794.23	c cleaning 10000 clauses out of 20021 with flag 3585002/3585002
798.77/795.96	c cleaning 9998 clauses out of 20019 with flag 3595000/3595000
800.57/797.73	c cleaning 10004 clauses out of 20022 with flag 3605001/3605001
802.37/799.59	c cleaning 9998 clauses out of 20018 with flag 3615001/3615001
804.07/801.28	c cleaning 10000 clauses out of 20020 with flag 3625001/3625001
805.88/803.04	c cleaning 10001 clauses out of 20019 with flag 3635000/3635000
807.58/804.76	c cleaning 9999 clauses out of 20018 with flag 3645000/3645000
809.19/806.37	c cleaning 9998 clauses out of 20020 with flag 3655001/3655001
810.78/807.93	c cleaning 10004 clauses out of 20023 with flag 3665002/3665002
812.88/810.08	c cleaning 9997 clauses out of 20018 with flag 3675001/3675001
814.99/812.19	c cleaning 10006 clauses out of 20021 with flag 3685001/3685001
817.49/814.60	c cleaning 10003 clauses out of 20013 with flag 3695000/3695000
819.79/816.93	c cleaning 9998 clauses out of 20012 with flag 3705002/3705002
822.30/819.47	c cleaning 10003 clauses out of 20016 with flag 3715004/3715004
825.30/822.42	c cleaning 10000 clauses out of 20010 with flag 3725001/3725001
827.91/825.06	c cleaning 9998 clauses out of 20009 with flag 3735000/3735000
830.50/827.62	c cleaning 10001 clauses out of 20011 with flag 3745000/3745000
832.70/829.81	c cleaning 10003 clauses out of 20011 with flag 3755001/3755001
834.70/831.86	c cleaning 9997 clauses out of 20009 with flag 3765002/3765002
836.92/834.06	c cleaning 9999 clauses out of 20012 with flag 3775002/3775002
839.42/836.53	c cleaning 9999 clauses out of 20012 with flag 3785001/3785001
841.42/838.53	c cleaning 10000 clauses out of 20013 with flag 3795001/3795001
844.12/841.26	c cleaning 9998 clauses out of 20013 with flag 3805001/3805001
846.92/844.05	c cleaning 9999 clauses out of 20014 with flag 3815000/3815000
849.52/846.66	c cleaning 10001 clauses out of 20016 with flag 3825001/3825001
851.13/848.24	c cleaning 9987 clauses out of 20014 with flag 3835000/3835000
853.34/850.42	c cleaning 10005 clauses out of 20028 with flag 3845001/3845001
855.45/852.55	c cleaning 10005 clauses out of 20023 with flag 3855001/3855001
857.65/854.79	c cleaning 10002 clauses out of 20017 with flag 3865000/3865000
860.04/857.14	c cleaning 10002 clauses out of 20015 with flag 3875000/3875000
861.85/858.99	c cleaning 9999 clauses out of 20014 with flag 3885001/3885001
864.05/861.19	c cleaning 10003 clauses out of 20014 with flag 3895000/3895000
866.56/863.63	c cleaning 10001 clauses out of 20011 with flag 3905000/3905000
869.26/866.33	c cleaning 9997 clauses out of 20010 with flag 3915000/3915000
871.97/869.09	c cleaning 10002 clauses out of 20016 with flag 3925003/3925003
874.47/871.51	c cleaning 9999 clauses out of 20013 with flag 3935002/3935002
876.97/874.09	c cleaning 9999 clauses out of 20014 with flag 3945002/3945002
879.77/876.88	c cleaning 9999 clauses out of 20014 with flag 3955001/3955001
882.67/879.72	c cleaning 10002 clauses out of 20015 with flag 3965001/3965001
885.18/882.28	c cleaning 9998 clauses out of 20012 with flag 3975000/3975000
887.17/884.22	c cleaning 10002 clauses out of 20015 with flag 3985001/3985001
889.67/886.77	c cleaning 10001 clauses out of 20013 with flag 3995001/3995001
892.08/889.10	c cleaning 10000 clauses out of 20012 with flag 4005001/4005001
894.37/891.46	c cleaning 9996 clauses out of 20012 with flag 4015001/4015001
896.38/893.47	c cleaning 10003 clauses out of 20015 with flag 4025000/4025000
899.40/896.45	c cleaning 10002 clauses out of 20012 with flag 4035000/4035000
901.19/898.29	c cleaning 10001 clauses out of 20011 with flag 4045001/4045001
903.82/900.85	c cleaning 10000 clauses out of 20009 with flag 4055000/4055000
907.12/904.13	c cleaning 9999 clauses out of 20009 with flag 4065000/4065000
908.82/905.81	c cleaning 9996 clauses out of 20011 with flag 4075001/4075001
910.93/907.94	c cleaning 10001 clauses out of 20014 with flag 4085000/4085000
913.03/910.07	c cleaning 10002 clauses out of 20014 with flag 4095001/4095001
915.04/912.07	c cleaning 10001 clauses out of 20012 with flag 4105001/4105001
917.04/914.09	c cleaning 9996 clauses out of 20010 with flag 4115000/4115000
919.35/916.32	c cleaning 9999 clauses out of 20014 with flag 4125000/4125000
921.45/918.43	c cleaning 10000 clauses out of 20016 with flag 4135001/4135001
923.65/920.61	c cleaning 10001 clauses out of 20016 with flag 4145001/4145001
925.75/922.79	c cleaning 10002 clauses out of 20015 with flag 4155001/4155001
928.06/925.05	c cleaning 9999 clauses out of 20013 with flag 4165001/4165001
930.55/927.54	c cleaning 10001 clauses out of 20016 with flag 4175003/4175003
932.95/929.95	c cleaning 10000 clauses out of 20014 with flag 4185002/4185002
935.35/932.39	c cleaning 9999 clauses out of 20012 with flag 4195000/4195000
937.15/934.13	c cleaning 9988 clauses out of 20013 with flag 4205000/4205000
939.17/936.16	c cleaning 10007 clauses out of 20025 with flag 4215001/4215001
940.87/937.81	c cleaning 9994 clauses out of 20017 with flag 4225000/4225000
942.67/939.68	c cleaning 9997 clauses out of 20023 with flag 4235000/4235000
945.07/942.10	c cleaning 10000 clauses out of 20026 with flag 4245000/4245000
947.27/944.29	c cleaning 10000 clauses out of 20027 with flag 4255001/4255001
949.27/946.27	c cleaning 10000 clauses out of 20026 with flag 4265000/4265000
951.07/948.02	c cleaning 10010 clauses out of 20027 with flag 4275001/4275001
953.08/950.05	c cleaning 10003 clauses out of 20016 with flag 4285000/4285000
955.59/952.59	c cleaning 10002 clauses out of 20014 with flag 4295001/4295001
958.39/955.39	c cleaning 10001 clauses out of 20011 with flag 4305000/4305000
961.29/958.22	c cleaning 10003 clauses out of 20011 with flag 4315001/4315001
962.99/959.98	c cleaning 9998 clauses out of 20007 with flag 4325001/4325001
964.70/961.64	c cleaning 9992 clauses out of 20009 with flag 4335001/4335001
966.71/963.63	c cleaning 9992 clauses out of 20016 with flag 4345000/4345000
968.60/965.54	c cleaning 9999 clauses out of 20024 with flag 4355000/4355000
970.41/967.35	c cleaning 10003 clauses out of 20030 with flag 4365005/4365005
972.23/969.13	c cleaning 10003 clauses out of 20024 with flag 4375002/4375002
974.02/970.97	c cleaning 10003 clauses out of 20019 with flag 4385000/4385000
976.03/972.99	c cleaning 9999 clauses out of 20016 with flag 4395000/4395000
978.03/974.99	c cleaning 10002 clauses out of 20018 with flag 4405001/4405001
980.24/977.14	c cleaning 10002 clauses out of 20015 with flag 4415000/4415000
982.74/979.65	c cleaning 10002 clauses out of 20013 with flag 4425000/4425000
985.05/981.96	c cleaning 10001 clauses out of 20012 with flag 4435001/4435001
987.25/984.16	c cleaning 10000 clauses out of 20010 with flag 4445000/4445000
989.65/986.51	c cleaning 10001 clauses out of 20010 with flag 4455000/4455000
991.96/988.83	c cleaning 10000 clauses out of 20009 with flag 4465000/4465000
994.16/991.07	c cleaning 10001 clauses out of 20010 with flag 4475001/4475001
996.46/993.33	c cleaning 9996 clauses out of 20009 with flag 4485001/4485001
998.75/995.69	c cleaning 10002 clauses out of 20012 with flag 4495000/4495000
1001.25/998.18	c cleaning 10000 clauses out of 20010 with flag 4505000/4505000
1004.16/1001.04	c cleaning 10001 clauses out of 20011 with flag 4515001/4515001
1006.47/1003.32	c cleaning 9998 clauses out of 20009 with flag 4525000/4525000
1008.87/1005.70	c cleaning 10000 clauses out of 20012 with flag 4535001/4535001
1011.17/1008.07	c cleaning 9998 clauses out of 20011 with flag 4545000/4545000
1013.47/1010.36	c cleaning 10005 clauses out of 20014 with flag 4555001/4555001
1015.57/1012.48	c cleaning 9998 clauses out of 20009 with flag 4565001/4565001
1018.08/1014.93	c cleaning 10003 clauses out of 20011 with flag 4575001/4575001
1020.38/1017.23	c cleaning 9998 clauses out of 20008 with flag 4585001/4585001
1022.79/1019.68	c cleaning 10002 clauses out of 20009 with flag 4595000/4595000
1025.18/1022.09	c cleaning 9999 clauses out of 20007 with flag 4605000/4605000
1027.39/1024.26	c cleaning 10002 clauses out of 20009 with flag 4615001/4615001
1029.80/1026.61	c cleaning 9998 clauses out of 20005 with flag 4625000/4625000
1032.20/1029.03	c cleaning 10000 clauses out of 20007 with flag 4635001/4635001
1033.30/1030.17	c starts		: 254
1033.30/1030.17	c conflicts		: 4640506
1033.30/1030.17	c decisions		: 4737425
1033.30/1030.17	c propagations		: 99846610
1033.30/1030.17	c inspects		: 2437820114
1033.30/1030.17	c learnt literals	: 23
1033.30/1030.17	c learnt binary clauses	: 130
1033.30/1030.17	c learnt ternary clauses	: 494
1033.30/1030.17	c learnt clauses	: 4640482
1033.30/1030.17	c ignored clauses	: 0
1033.30/1030.17	c root simplifications	: 0
1033.30/1030.17	c removed literals (reason simplification)	: 187697461
1033.30/1030.17	c reason swapping (by a shorter reason)	: 0
1033.30/1030.17	c Calls to reduceDB	: 465
1033.30/1030.17	c number of reductions to clauses (during analyze)	: 0
1033.30/1030.17	c number of learned constraints concerned by reduction	: 0
1033.30/1030.17	c number of learning phase by resolution	: 0
1033.30/1030.17	c number of learning phase by cutting planes	: 0
1033.30/1030.18	c speed (assignments/second)	: 287872.6397822646
1033.30/1030.18	c non guided choices	17677
1033.30/1030.18	c learnt constraints type 
1033.30/1030.18	c constraints type 
1033.30/1030.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
1033.30/1030.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
1033.30/1030.18	s OPTIMUM FOUND
1033.30/1030.18	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 x14 x15 -x16 x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 x27 x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 x53 x54 x55 -x56 -x57 x58 x59 x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 x82 -x83 x84 x85 x86 x87 x88 x89 -x90 x91 -x92 -x93 x94 x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 x103 x104 x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 x130 -x131 -x132 -x133 x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 x174 x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 x209 x210 x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 x238 x239 x240 -x241 -x242 -x243 
1033.30/1030.18	c objective function=3
1033.30/1030.18	c Total wall clock time (in seconds): 1029.967

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658296-1276646662/watcher-2658296-1276646662 -o /tmp/evaluation-result-2658296-1276646662/solver-2658296-1276646662 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658296-1276646662.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.87 0.97 1.08 3/105 15074
/proc/meminfo: memFree=1845548/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1832 CPUtime=0
/proc/15074/stat : 15074 (java6) R 15072 15074 14968 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 5957596 1875968 128 1992294400 134512640 134550932 4291056016 18446744073709551615 7708368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15074/statm: 458 132 96 10 0 63 0

[startup+0.038237 s]
/proc/loadavg: 0.87 0.97 1.08 3/105 15074
/proc/meminfo: memFree=1845548/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1520328 CPUtime=0.02
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 3308 0 1 0 1 1 0 0 15 0 4 0 5957596 1556815872 2751 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 380082 2752 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101237 s]
/proc/loadavg: 0.87 0.97 1.08 3/105 15074
/proc/meminfo: memFree=1845548/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1524184 CPUtime=0.08
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 3963 0 1 0 7 1 0 0 15 0 12 0 5957596 1560764416 3402 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301239 s]
/proc/loadavg: 0.87 0.97 1.08 3/105 15074
/proc/meminfo: memFree=1845548/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1526516 CPUtime=0.35
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 5364 0 1 0 33 2 0 0 15 0 12 0 5957596 1563152384 4801 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 381629 4801 1357 10 0 378931 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526516

[startup+0.701242 s]
/proc/loadavg: 0.87 0.97 1.08 3/105 15074
/proc/meminfo: memFree=1845548/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1528556 CPUtime=1.11
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 6599 0 1 0 108 3 0 0 15 0 13 0 5957596 1565241344 5862 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382139 5862 1419 10 0 379441 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528556

[startup+1.50025 s]
/proc/loadavg: 0.87 0.97 1.08 4/118 15087
/proc/meminfo: memFree=1823932/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1529560 CPUtime=2.36
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 10303 0 1 0 231 5 0 0 15 0 13 0 5957596 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382390 9374 1422 10 0 379692 0
[pid=15074/tid=15076] ppid=15072 vsize=1529560 CPUtime=1.46
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 7474 0 1 0 142 4 0 0 25 0 13 0 5957598 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4108852379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 5957599 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5957599 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 5957601 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 5957601 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1529560 CPUtime=0.46
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 925 0 0 0 46 0 0 0 20 0 13 0 5957605 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1529560 CPUtime=0.42
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 836 0 0 0 42 0 0 0 22 0 13 0 5957605 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5957606 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1566269440 9374 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1529560

[startup+3.10126 s]
/proc/loadavg: 0.87 0.97 1.08 2/118 15087
/proc/meminfo: memFree=1801240/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1529560 CPUtime=4.07
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 14815 0 1 0 400 7 0 0 15 0 13 0 5957596 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382390 13845 1440 10 0 379692 0
[pid=15074/tid=15076] ppid=15072 vsize=1529560 CPUtime=3.01
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 10923 0 1 0 296 5 0 0 25 0 13 0 5957598 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4109296676 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 368 0 0 0 0 0 0 0 16 0 13 0 5957599 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 143 0 0 0 0 0 0 0 18 0 13 0 5957599 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1529560 CPUtime=0.02
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 500 0 0 0 2 0 0 0 16 0 13 0 5957601 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1529560 CPUtime=0.51
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 972 0 0 0 51 0 0 0 16 0 13 0 5957605 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1529560 CPUtime=0.47
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 842 0 0 0 47 0 0 0 15 0 13 0 5957605 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5957606 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1566269440 13845 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1529560

[startup+6.30128 s]
/proc/loadavg: 0.88 0.97 1.08 2/118 15087
/proc/meminfo: memFree=1782516/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1529560 CPUtime=7.34
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 18557 0 1 0 726 8 0 0 15 0 13 0 5957596 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382390 17581 1440 10 0 379692 0
[pid=15074/tid=15076] ppid=15072 vsize=1529560 CPUtime=6.12
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 13610 0 1 0 606 6 0 0 25 0 13 0 5957598 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4109018844 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1529560 CPUtime=0.01
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 639 0 0 0 1 0 0 0 15 0 13 0 5957599 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 330 0 0 0 0 0 0 0 18 0 13 0 5957599 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1529560 CPUtime=0.07
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 1088 0 0 0 7 0 0 0 15 0 13 0 5957601 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1529560 CPUtime=0.57
/proc/15074/task/15083/stat : 15083 (java) R 15072 15074 14968 0 -1 4202560 977 0 0 0 57 0 0 0 15 0 13 0 5957605 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 105499081 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1529560 CPUtime=0.5
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 846 0 0 0 50 0 0 0 16 0 13 0 5957605 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5957606 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1566269440 17581 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 1529560

[startup+12.7013 s]
/proc/loadavg: 0.89 0.97 1.08 2/118 15087
/proc/meminfo: memFree=1751144/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1529560 CPUtime=13.79
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 25739 0 1 0 1366 13 0 0 15 0 13 0 5957596 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382390 24755 1440 10 0 379692 0
[pid=15074/tid=15076] ppid=15072 vsize=1529560 CPUtime=12.38
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 19535 0 1 0 1228 10 0 0 25 0 13 0 5957598 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4109348930 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1529560 CPUtime=0.03
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 872 0 0 0 3 0 0 0 16 0 13 0 5957599 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1529560 CPUtime=0.02
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 544 0 0 0 2 0 0 0 17 0 13 0 5957599 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1529560 CPUtime=0.18
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 1892 0 0 0 18 0 0 0 15 0 13 0 5957601 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1529560 CPUtime=0.61
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 983 0 0 0 61 0 0 0 15 0 13 0 5957605 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1529560 CPUtime=0.5
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 846 0 0 0 50 0 0 0 16 0 13 0 5957605 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5957606 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1529560 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1566269440 24755 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.79
Current children cumulated vsize (KiB) 1529560

[startup+25.5014 s]
/proc/loadavg: 0.91 0.97 1.08 2/118 15087
/proc/meminfo: memFree=1746928/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1529560 CPUtime=26.66
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 26800 0 1 0 2653 13 0 0 15 0 13 0 5957596 1566269440 25808 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 382390 25808 1440 10 0 379692 0
[pid=15074/tid=15076] ppid=15072 vsize=1529560 CPUtime=24.87
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 19541 0 1 0 2477 10 0 0 25 0 13 0 5957598 1566269440 25808 1992294400 134512640 134550932 4289210288 18446744073709551615 4109161092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1529560 CPUtime=0.07
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 1014 0 0 0 7 0 0 0 16 0 13 0 5957599 1566269440 25808 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1529560 CPUtime=0.06
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 683 0 0 0 6 0 0 0 15 0 13 0 5957599 1566269440 25808 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1529560 CPUtime=0.41

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

/proc/15074/statm: 383485 50138 1440 10 0 380787 0
[pid=15074/tid=15076] ppid=15072 vsize=1533940 CPUtime=999.78
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 35833 0 1 0 99957 21 0 0 25 0 13 0 5957598 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4109222248 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1533940 CPUtime=2.72
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 2114 0 0 0 263 9 0 0 15 0 13 0 5957599 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1533940 CPUtime=2.72
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1754 0 0 0 260 12 0 0 16 0 13 0 5957599 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1533940 CPUtime=23.27
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 8104 0 0 0 2320 7 0 0 16 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1533940 CPUtime=0.71
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 989 0 0 0 71 0 0 0 15 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1533940 CPUtime=1.03
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 3317 0 0 0 102 1 0 0 15 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 13 0 5957606 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1030.3
Current children cumulated vsize (KiB) 1533940

[startup+1028.7 s]
/proc/loadavg: 1.00 0.99 1.00 2/118 15115
/proc/meminfo: memFree=1647356/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1533940 CPUtime=1031.9
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 53237 0 1 0 103137 53 0 0 15 0 13 0 5957596 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 383485 50138 1440 10 0 380787 0
[pid=15074/tid=15076] ppid=15072 vsize=1533940 CPUtime=1001.38
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 35833 0 1 0 100117 21 0 0 25 0 13 0 5957598 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4109361223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1533940 CPUtime=2.72
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 2114 0 0 0 263 9 0 0 15 0 13 0 5957599 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1533940 CPUtime=2.72
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1754 0 0 0 260 12 0 0 16 0 13 0 5957599 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1533940 CPUtime=23.27
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 8104 0 0 0 2320 7 0 0 15 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1533940 CPUtime=0.71
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 989 0 0 0 71 0 0 0 15 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1533940 CPUtime=1.03
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 3317 0 0 0 102 1 0 0 15 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 13 0 5957606 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1570754560 50138 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1031.9
Current children cumulated vsize (KiB) 1533940

[startup+1029.5 s]
/proc/loadavg: 1.00 0.99 1.00 3/118 15115
/proc/meminfo: memFree=1647356/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1533940 CPUtime=1032.71
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 53244 0 1 0 103218 53 0 0 15 0 13 0 5957596 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 383485 50144 1440 10 0 380787 0
[pid=15074/tid=15076] ppid=15072 vsize=1533940 CPUtime=1002.12
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 35834 0 1 0 100191 21 0 0 25 0 13 0 5957598 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4109236420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 2114 0 0 0 264 9 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1754 0 0 0 261 12 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1533940 CPUtime=23.32
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 8110 0 0 0 2325 7 0 0 16 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1533940 CPUtime=0.71
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 989 0 0 0 71 0 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1533940 CPUtime=1.03
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 3317 0 0 0 102 1 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) R 15072 15074 14968 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 13 0 5957606 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1032.71
Current children cumulated vsize (KiB) 1533940

[startup+1029.9 s]
/proc/loadavg: 1.00 0.99 1.00 3/118 15115
/proc/meminfo: memFree=1647356/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1533940 CPUtime=1033.1
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 53244 0 1 0 103257 53 0 0 15 0 13 0 5957596 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 383485 50144 1440 10 0 380787 0
[pid=15074/tid=15076] ppid=15072 vsize=1533940 CPUtime=1002.51
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 35834 0 1 0 100230 21 0 0 25 0 13 0 5957598 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4109314712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 2114 0 0 0 264 9 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1754 0 0 0 261 12 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1533940 CPUtime=23.32
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 8110 0 0 0 2325 7 0 0 16 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1533940 CPUtime=0.71
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 989 0 0 0 71 0 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1533940 CPUtime=1.03
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 3317 0 0 0 102 1 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 13 0 5957606 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1033.1
Current children cumulated vsize (KiB) 1533940

[startup+1030.1 s]
/proc/loadavg: 1.00 0.99 1.00 3/118 15115
/proc/meminfo: memFree=1647356/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=1533940 CPUtime=1033.3
/proc/15074/stat : 15074 (java) S 15072 15074 14968 0 -1 4202496 53244 0 1 0 103277 53 0 0 15 0 13 0 5957596 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 383485 50144 1440 10 0 380787 0
[pid=15074/tid=15076] ppid=15072 vsize=1533940 CPUtime=1002.71
/proc/15074/task/15076/stat : 15076 (java) R 15072 15074 14968 0 -1 4202560 35834 0 1 0 100250 21 0 0 25 0 13 0 5957598 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4109219057 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15074/tid=15077] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15077/stat : 15077 (java) S 15072 15074 14968 0 -1 4202560 2114 0 0 0 264 9 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15078] ppid=15072 vsize=1533940 CPUtime=2.73
/proc/15074/task/15078/stat : 15078 (java) S 15072 15074 14968 0 -1 4202560 1754 0 0 0 261 12 0 0 15 0 13 0 5957599 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15079] ppid=15072 vsize=1533940 CPUtime=23.32
/proc/15074/task/15079/stat : 15079 (java) S 15072 15074 14968 0 -1 4202560 8110 0 0 0 2325 7 0 0 16 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 0 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15080] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15080/stat : 15080 (java) S 15072 15074 14968 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15081] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15081/stat : 15081 (java) S 15072 15074 14968 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5957601 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15082] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15082/stat : 15082 (java) S 15072 15074 14968 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15083] ppid=15072 vsize=1533940 CPUtime=0.71
/proc/15074/task/15083/stat : 15083 (java) S 15072 15074 14968 0 -1 4202560 989 0 0 0 71 0 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15084] ppid=15072 vsize=1533940 CPUtime=1.03
/proc/15074/task/15084/stat : 15084 (java) S 15072 15074 14968 0 -1 4202560 3317 0 0 0 102 1 0 0 15 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15085] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15085/stat : 15085 (java) S 15072 15074 14968 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5957605 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
[pid=15074/tid=15086] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15086/stat : 15086 (java) S 15072 15074 14968 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 13 0 5957606 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 1 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=1533940 CPUtime=0
/proc/15074/task/15087/stat : 15087 (java) S 15072 15074 14968 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5957644 1570754560 50144 1992294400 134512640 134550932 4289210288 18446744073709551615 4294960144 0 4 0 16800975 18446604437825538112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1033.3
Current children cumulated vsize (KiB) 1533940

[startup+1030.2 s]
/proc/loadavg: 1.00 0.99 1.00 3/118 15115
/proc/meminfo: memFree=1647356/2059040 swapFree=4140536/4192956
[pid=15074] ppid=15072 vsize=0 CPUtime=1033.4
/proc/15074/stat : 15074 (java) Z 15072 15074 14968 0 -1 4203548 53256 0 1 0 103285 55 0 0 15 0 2 0 5957596 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15074/statm: 0 0 0 0 0 0 0
[pid=15074/tid=15087] ppid=15072 vsize=0 CPUtime=0.01
/proc/15074/task/15087/stat : 15087 (java) R 15072 15074 14968 0 -1 4203588 4 0 0 0 0 1 0 0 18 0 2 0 5957644 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1033.4
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 1030.21
CPU time (s): 1033.41
CPU user time (s): 1032.86
CPU system time (s): 0.553915
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 1537164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1032.86
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53256
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= 26272
involuntary context switches= 12839

runsolver used 2.08968 second user time and 5.41818 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 02:04:22
IDJOB=2658296
IDBENCH=47910
IDSOLVER=1164
FILE ID=node054/2658296-1276646662
PBS_JOBID= 11172449
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=307-P1=313-P2=331-P3=461-P4=131-P5=307-P6=149-P7=479-P8=317-P9=431-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658296-1276646662/watcher-2658296-1276646662 -o /tmp/evaluation-result-2658296-1276646662/solver-2658296-1276646662 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658296-1276646662.opb

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

MD5SUM BENCH= 8b00ea770361f301179000d52beb4a25
RANDOM SEED=2139200573

node054.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1845820 kB
Buffers:         36144 kB
Cached:          98132 kB
SwapCached:       6676 kB
Active:          89140 kB
Inactive:        58756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1845820 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:             368 kB
Writeback:           0 kB
AnonPages:       10964 kB
Mapped:          13044 kB
Slab:            43568 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node054 at 2010-06-16 02:21:32