Trace number 2698185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1MSAT (TO) 1800.11 1794.87

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.065989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints67
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/1.49	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/1.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/1.49	c See www.sat4j.org for details.
0.04/1.49	c version 2.2.1.v20100705
0.04/1.49	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/1.49	c java.vm.name		Java HotSpot(TM) Server VM
0.04/1.49	c java.vm.version	11.2-b01
0.04/1.49	c java.vm.vendor	Sun Microsystems Inc.
0.04/1.49	c sun.arch.data.model	32
0.04/1.49	c java.version		1.6.0_12
0.04/1.49	c os.name		Linux
0.04/1.49	c os.version		2.6.18-164.el5
0.04/1.49	c os.arch		i386
0.04/1.49	c Free memory 		1393557488
0.04/1.49	c Max memory 		1395916800
0.04/1.49	c Total memory 		1395916800
0.04/1.49	c Number of processors 	8
0.11/1.51	c Pseudo Boolean Optimization
0.11/1.51	c --- Begin Solver configuration ---
0.11/1.51	c Stops conflict analysis at the first Unique Implication Point
0.11/1.51	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/1.51	c Learn all clauses as in MiniSAT
0.11/1.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/1.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/1.51	c Expensive reason simplification
0.11/1.51	c Armin Biere (Picosat) restarts strategy
0.11/1.51	c Glucose learned constraints deletion strategy
0.11/1.51	c timeout=2147483s
0.11/1.51	c DB Simplification allowed=false
0.11/1.51	c --- End Solver configuration ---
0.11/1.51	c solving HOME/instance-2698185-1278323728.wbo
0.11/1.51	c reading problem ... 
0.28/1.60	c ... done. Wall clock time 0.083s.
0.28/1.60	c #vars     1267
0.28/1.60	c #constraints  100
0.28/1.60	c constraints type 
0.28/1.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60
0.28/1.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.28/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26
0.52/1.77	c SATISFIABLE
0.52/1.77	c OPTIMIZING...
0.52/1.77	c Got one! Elapsed wall clock time (in seconds):0.259
0.52/1.77	o 135
0.78/1.83	c Got one! Elapsed wall clock time (in seconds):0.314
0.78/1.83	o 60
0.94/1.94	c Got one! Elapsed wall clock time (in seconds):0.426
0.94/1.94	o 58
1.27/2.25	c Got one! Elapsed wall clock time (in seconds):0.734
1.27/2.25	o 52
1.50/2.43	c cleaning 2490 clauses out of 5000 with flag 5000/5000
1.92/2.84	c Got one! Elapsed wall clock time (in seconds):1.329
1.92/2.84	o 41
2.66/3.50	c cleaning 4225 clauses out of 8511 with flag 11001/11001
2.86/3.70	c Got one! Elapsed wall clock time (in seconds):2.189
2.86/3.70	o 40
4.26/5.13	c cleaning 5574 clauses out of 11285 with flag 18000/18000
4.37/5.27	c Got one! Elapsed wall clock time (in seconds):3.758
4.37/5.27	o 13
6.27/7.18	c cleaning 6845 clauses out of 13713 with flag 26002/26002
8.20/9.04	c cleaning 7915 clauses out of 15867 with flag 35001/35001
10.61/11.42	c cleaning 8970 clauses out of 17951 with flag 45000/45000
12.62/13.44	c cleaning 9484 clauses out of 18982 with flag 55001/55001
14.53/15.32	c cleaning 9739 clauses out of 19497 with flag 65000/65000
17.14/17.96	c cleaning 9857 clauses out of 19758 with flag 75000/75000
19.44/20.21	c cleaning 9917 clauses out of 19901 with flag 85000/85000
21.35/22.15	c cleaning 9991 clauses out of 19986 with flag 95002/95002
23.26/24.09	c cleaning 9962 clauses out of 19996 with flag 105003/105003
27.36/28.13	c cleaning 10016 clauses out of 20034 with flag 115003/115003
29.88/30.63	c cleaning 9990 clauses out of 20017 with flag 125002/125002
32.79/33.52	c cleaning 9997 clauses out of 20027 with flag 135002/135002
35.40/36.18	c cleaning 9985 clauses out of 20029 with flag 145001/145001
38.11/38.85	c cleaning 10008 clauses out of 20048 with flag 155005/155005
42.61/43.31	c cleaning 10003 clauses out of 20036 with flag 165001/165001
45.83/46.56	c cleaning 10001 clauses out of 20033 with flag 175001/175001
47.44/48.18	c cleaning 10012 clauses out of 20031 with flag 185000/185000
49.85/50.53	c cleaning 9980 clauses out of 20020 with flag 195001/195001
52.86/53.53	c cleaning 9998 clauses out of 20040 with flag 205001/205001
55.77/56.46	c cleaning 9983 clauses out of 20041 with flag 215000/215000
59.68/60.35	c cleaning 9989 clauses out of 20058 with flag 225000/225000
62.59/63.26	c cleaning 10020 clauses out of 20069 with flag 235000/235000
65.00/65.66	c cleaning 9987 clauses out of 20051 with flag 245002/245002
67.52/68.13	c cleaning 9977 clauses out of 20062 with flag 255000/255000
69.83/70.45	c cleaning 10034 clauses out of 20088 with flag 265003/265003
72.53/73.17	c cleaning 10013 clauses out of 20055 with flag 275004/275004
75.94/76.51	c cleaning 10003 clauses out of 20038 with flag 285000/285000
79.55/80.15	c cleaning 10000 clauses out of 20036 with flag 295001/295001
82.86/83.41	c cleaning 10005 clauses out of 20036 with flag 305001/305001
86.78/87.37	c cleaning 10003 clauses out of 20034 with flag 315004/315004
88.90/89.44	c cleaning 10006 clauses out of 20028 with flag 325001/325001
91.81/92.36	c cleaning 10003 clauses out of 20022 with flag 335001/335001
95.61/96.15	c cleaning 9998 clauses out of 20018 with flag 345000/345000
97.32/97.84	c cleaning 9993 clauses out of 20022 with flag 355002/355002
99.43/99.99	c cleaning 9994 clauses out of 20027 with flag 365000/365000
101.85/102.34	c cleaning 9996 clauses out of 20035 with flag 375002/375002
103.75/104.28	c cleaning 9999 clauses out of 20038 with flag 385001/385001
105.86/106.38	c cleaning 9997 clauses out of 20039 with flag 395001/395001
108.67/109.16	c cleaning 9998 clauses out of 20043 with flag 405002/405002
110.99/111.45	c cleaning 9998 clauses out of 20044 with flag 415001/415001
113.80/114.29	c cleaning 9992 clauses out of 20046 with flag 425001/425001
116.21/116.63	c cleaning 10013 clauses out of 20054 with flag 435001/435001
119.03/119.41	c cleaning 10006 clauses out of 20040 with flag 445000/445000
121.45/121.83	c cleaning 9999 clauses out of 20035 with flag 455001/455001
124.56/124.99	c cleaning 9997 clauses out of 20038 with flag 465003/465003
127.67/128.03	c cleaning 10001 clauses out of 20043 with flag 475005/475005
129.77/130.16	c cleaning 10014 clauses out of 20037 with flag 485000/485000
132.19/132.56	c cleaning 9991 clauses out of 20024 with flag 495001/495001
134.70/135.07	c cleaning 10005 clauses out of 20034 with flag 505002/505002
136.21/136.57	c cleaning 9984 clauses out of 20027 with flag 515000/515000
138.02/138.36	c cleaning 9999 clauses out of 20044 with flag 525001/525001
142.53/142.83	c cleaning 9996 clauses out of 20045 with flag 535001/535001
146.93/147.23	c cleaning 9996 clauses out of 20048 with flag 545000/545000
151.85/152.13	c cleaning 10004 clauses out of 20055 with flag 555003/555003
154.97/155.27	c cleaning 9966 clauses out of 20050 with flag 565002/565002
157.97/158.29	c cleaning 9973 clauses out of 20082 with flag 575000/575000
162.18/162.44	c cleaning 9960 clauses out of 20111 with flag 585002/585002
164.30/164.58	c cleaning 10024 clauses out of 20151 with flag 595002/595002
167.21/167.47	c cleaning 9991 clauses out of 20125 with flag 605000/605000
169.82/170.01	c cleaning 9974 clauses out of 20135 with flag 615001/615001
173.43/173.60	c cleaning 9985 clauses out of 20160 with flag 625000/625000
175.75/175.99	c cleaning 9959 clauses out of 20175 with flag 635000/635000
178.76/178.99	c cleaning 9997 clauses out of 20219 with flag 645003/645003
180.97/181.19	c cleaning 10006 clauses out of 20219 with flag 655000/655000
184.90/185.07	c cleaning 10004 clauses out of 20214 with flag 665001/665001
188.21/188.37	c cleaning 9996 clauses out of 20210 with flag 675001/675001
191.22/191.30	c cleaning 10051 clauses out of 20216 with flag 685003/685003
194.83/194.98	c cleaning 10021 clauses out of 20165 with flag 695003/695003
197.44/197.53	c cleaning 10002 clauses out of 20141 with flag 705000/705000
200.35/200.44	c cleaning 9994 clauses out of 20139 with flag 715000/715000
203.56/203.60	c cleaning 10059 clauses out of 20145 with flag 725000/725000
206.97/207.07	c cleaning 10028 clauses out of 20088 with flag 735002/735002
210.88/210.96	c cleaning 10016 clauses out of 20058 with flag 745000/745000
215.09/215.16	c cleaning 10009 clauses out of 20042 with flag 755000/755000
219.40/219.43	c cleaning 10006 clauses out of 20034 with flag 765001/765001
223.51/223.58	c cleaning 10003 clauses out of 20027 with flag 775000/775000
227.62/227.65	c cleaning 9999 clauses out of 20025 with flag 785001/785001
229.62/229.60	c cleaning 9985 clauses out of 20025 with flag 795000/795000
231.74/231.79	c cleaning 10019 clauses out of 20043 with flag 805003/805003
233.94/233.91	c cleaning 10006 clauses out of 20021 with flag 815000/815000
235.86/235.80	c cleaning 9977 clauses out of 20016 with flag 825001/825001
237.57/237.56	c cleaning 10007 clauses out of 20040 with flag 835002/835002
240.17/240.15	c cleaning 10004 clauses out of 20031 with flag 845000/845000
242.38/242.37	c cleaning 10005 clauses out of 20028 with flag 855001/855001
244.49/244.40	c cleaning 10001 clauses out of 20023 with flag 865001/865001
246.70/246.60	c cleaning 9995 clauses out of 20021 with flag 875000/875000
248.41/248.36	c cleaning 10011 clauses out of 20027 with flag 885001/885001
251.41/251.33	c cleaning 9987 clauses out of 20018 with flag 895003/895003
254.53/254.41	c cleaning 9990 clauses out of 20028 with flag 905000/905000
257.65/257.52	c cleaning 10004 clauses out of 20039 with flag 915001/915001
260.05/259.91	c cleaning 9992 clauses out of 20036 with flag 925002/925002
262.86/262.71	c cleaning 10003 clauses out of 20047 with flag 935005/935005
265.07/264.94	c cleaning 10000 clauses out of 20039 with flag 945000/945000
267.99/267.85	c cleaning 9978 clauses out of 20041 with flag 955002/955002
270.90/270.77	c cleaning 10020 clauses out of 20061 with flag 965000/965000
273.31/273.18	c cleaning 9982 clauses out of 20041 with flag 975000/975000
277.02/276.83	c cleaning 9993 clauses out of 20060 with flag 985001/985001
280.73/280.58	c cleaning 10003 clauses out of 20067 with flag 995001/995001
283.94/283.74	c cleaning 9998 clauses out of 20065 with flag 1005002/1005002
286.66/286.47	c cleaning 10013 clauses out of 20067 with flag 1015002/1015002
289.07/288.86	c cleaning 9964 clauses out of 20052 with flag 1025000/1025000
291.18/290.99	c cleaning 9978 clauses out of 20088 with flag 1035000/1035000
293.90/293.70	c cleaning 9993 clauses out of 20111 with flag 1045001/1045001
296.70/296.42	c cleaning 9993 clauses out of 20118 with flag 1055001/1055001
300.41/300.12	c cleaning 9999 clauses out of 20127 with flag 1065003/1065003
303.43/303.16	c cleaning 9999 clauses out of 20126 with flag 1075001/1075001
305.64/305.38	c cleaning 10037 clauses out of 20127 with flag 1085001/1085001
308.65/308.30	c cleaning 10024 clauses out of 20092 with flag 1095003/1095003
311.45/311.10	c cleaning 9978 clauses out of 20067 with flag 1105002/1105002
313.66/313.33	c cleaning 9974 clauses out of 20088 with flag 1115001/1115001
316.37/316.05	c cleaning 10008 clauses out of 20115 with flag 1125002/1125002
318.99/318.63	c cleaning 9971 clauses out of 20107 with flag 1135002/1135002
321.90/321.52	c cleaning 10066 clauses out of 20137 with flag 1145003/1145003
324.21/323.81	c cleaning 9996 clauses out of 20068 with flag 1155000/1155000
327.41/327.09	c cleaning 9960 clauses out of 20074 with flag 1165002/1165002
329.82/329.43	c cleaning 10047 clauses out of 20113 with flag 1175001/1175001
332.23/331.88	c cleaning 10027 clauses out of 20069 with flag 1185004/1185004
336.14/335.70	c cleaning 10005 clauses out of 20038 with flag 1195000/1195000
339.25/338.85	c cleaning 10005 clauses out of 20033 with flag 1205000/1205000
342.85/342.41	c cleaning 10004 clauses out of 20029 with flag 1215001/1215001
346.46/346.06	c cleaning 10003 clauses out of 20025 with flag 1225001/1225001
349.87/349.45	c cleaning 9993 clauses out of 20022 with flag 1235001/1235001
353.59/353.18	c cleaning 10002 clauses out of 20028 with flag 1245000/1245000
356.89/356.49	c cleaning 10004 clauses out of 20027 with flag 1255001/1255001
360.30/359.86	c cleaning 10002 clauses out of 20024 with flag 1265002/1265002
363.42/362.96	c cleaning 9989 clauses out of 20020 with flag 1275000/1275000
366.72/366.20	c cleaning 10005 clauses out of 20032 with flag 1285001/1285001
369.92/369.45	c cleaning 10003 clauses out of 20026 with flag 1295000/1295000
373.53/373.09	c cleaning 10001 clauses out of 20024 with flag 1305001/1305001
376.74/376.26	c cleaning 9997 clauses out of 20022 with flag 1315000/1315000
379.95/379.45	c cleaning 10003 clauses out of 20027 with flag 1325002/1325002
382.26/381.71	c cleaning 10004 clauses out of 20022 with flag 1335000/1335000
384.76/384.24	c cleaning 9969 clauses out of 20018 with flag 1345000/1345000
387.97/387.43	c cleaning 10002 clauses out of 20051 with flag 1355002/1355002
392.08/391.56	c cleaning 10000 clauses out of 20049 with flag 1365002/1365002
396.79/396.23	c cleaning 10016 clauses out of 20047 with flag 1375000/1375000
400.91/400.38	c cleaning 9997 clauses out of 20032 with flag 1385001/1385001
403.82/403.20	c cleaning 10005 clauses out of 20034 with flag 1395000/1395000
406.63/406.09	c cleaning 10000 clauses out of 20030 with flag 1405001/1405001
409.24/408.66	c cleaning 9980 clauses out of 20031 with flag 1415002/1415002
412.36/411.76	c cleaning 10013 clauses out of 20049 with flag 1425000/1425000
414.86/414.21	c cleaning 9986 clauses out of 20036 with flag 1435000/1435000
417.78/417.18	c cleaning 9963 clauses out of 20051 with flag 1445001/1445001
420.70/420.10	c cleaning 9968 clauses out of 20088 with flag 1455001/1455001
423.11/422.49	c cleaning 10028 clauses out of 20119 with flag 1465000/1465000
426.21/425.59	c cleaning 10027 clauses out of 20091 with flag 1475000/1475000
429.92/429.26	c cleaning 10012 clauses out of 20064 with flag 1485000/1485000
433.53/432.85	c cleaning 9997 clauses out of 20052 with flag 1495000/1495000
437.04/436.36	c cleaning 10014 clauses out of 20055 with flag 1505000/1505000
440.45/439.74	c cleaning 10003 clauses out of 20042 with flag 1515001/1515001
443.56/442.88	c cleaning 9988 clauses out of 20039 with flag 1525001/1525001
446.18/445.47	c cleaning 10001 clauses out of 20051 with flag 1535001/1535001
448.88/448.18	c cleaning 10002 clauses out of 20054 with flag 1545005/1545005
451.70/450.99	c cleaning 9998 clauses out of 20047 with flag 1555000/1555000
454.91/454.18	c cleaning 10000 clauses out of 20051 with flag 1565002/1565002
457.71/456.91	c cleaning 9999 clauses out of 20050 with flag 1575001/1575001
460.42/459.65	c cleaning 9997 clauses out of 20050 with flag 1585000/1585000
463.13/462.31	c cleaning 10003 clauses out of 20054 with flag 1595001/1595001
466.14/465.32	c cleaning 10000 clauses out of 20050 with flag 1605000/1605000
468.85/468.02	c cleaning 9996 clauses out of 20051 with flag 1615001/1615001
470.66/469.88	c cleaning 9977 clauses out of 20054 with flag 1625000/1625000
474.17/473.37	c cleaning 9997 clauses out of 20078 with flag 1635001/1635001
477.38/476.58	c cleaning 9980 clauses out of 20085 with flag 1645005/1645005
481.00/480.12	c cleaning 10000 clauses out of 20100 with flag 1655000/1655000
484.41/483.54	c cleaning 10008 clauses out of 20101 with flag 1665001/1665001
487.42/486.53	c cleaning 10004 clauses out of 20095 with flag 1675003/1675003
490.63/489.74	c cleaning 10002 clauses out of 20090 with flag 1685002/1685002
493.54/492.68	c cleaning 10000 clauses out of 20087 with flag 1695001/1695001
496.85/495.94	c cleaning 9993 clauses out of 20087 with flag 1705001/1705001
499.95/499.09	c cleaning 10004 clauses out of 20095 with flag 1715002/1715002
503.16/502.21	c cleaning 10001 clauses out of 20089 with flag 1725000/1725000
506.17/505.29	c cleaning 10000 clauses out of 20089 with flag 1735001/1735001
509.39/508.42	c cleaning 10002 clauses out of 20090 with flag 1745002/1745002
512.30/511.34	c cleaning 10002 clauses out of 20087 with flag 1755001/1755001
515.51/514.51	c cleaning 9997 clauses out of 20084 with flag 1765000/1765000
517.92/516.93	c cleaning 10041 clauses out of 20088 with flag 1775001/1775001
522.12/521.20	c cleaning 9973 clauses out of 20054 with flag 1785008/1785008
525.23/524.28	c cleaning 10033 clauses out of 20073 with flag 1795000/1795000
528.34/527.30	c cleaning 10020 clauses out of 20043 with flag 1805003/1805003
531.06/530.09	c cleaning 9981 clauses out of 20023 with flag 1815003/1815003
534.27/533.22	c cleaning 10007 clauses out of 20039 with flag 1825000/1825000
537.18/536.11	c cleaning 9976 clauses out of 20032 with flag 1835000/1835000
540.59/539.58	c cleaning 9961 clauses out of 20057 with flag 1845001/1845001
543.60/542.51	c cleaning 10001 clauses out of 20097 with flag 1855002/1855002
546.71/545.66	c cleaning 10038 clauses out of 20096 with flag 1865002/1865002
550.12/549.04	c cleaning 9990 clauses out of 20066 with flag 1875010/1875010
553.34/552.25	c cleaning 10027 clauses out of 20069 with flag 1885003/1885003
556.54/555.49	c cleaning 10018 clauses out of 20042 with flag 1895003/1895003
560.25/559.13	c cleaning 10003 clauses out of 20024 with flag 1905003/1905003
563.67/562.55	c cleaning 9965 clauses out of 20018 with flag 1915000/1915000
567.17/566.08	c cleaning 9948 clauses out of 20056 with flag 1925003/1925003
570.99/569.89	c cleaning 9978 clauses out of 20106 with flag 1935001/1935001
574.49/573.32	c cleaning 10013 clauses out of 20128 with flag 1945001/1945001
578.00/576.84	c cleaning 9995 clauses out of 20114 with flag 1955000/1955000
580.81/579.65	c cleaning 9996 clauses out of 20120 with flag 1965001/1965001
584.01/582.88	c cleaning 10051 clauses out of 20131 with flag 1975008/1975008
587.22/586.03	c cleaning 10017 clauses out of 20077 with flag 1985005/1985005
589.74/588.57	c cleaning 10022 clauses out of 20055 with flag 1995000/1995000
592.05/590.86	c cleaning 9934 clauses out of 20036 with flag 2005003/2005003
595.06/593.89	c cleaning 9957 clauses out of 20100 with flag 2015001/2015001
597.17/595.96	c cleaning 9971 clauses out of 20144 with flag 2025002/2025002
599.29/598.03	c cleaning 9945 clauses out of 20174 with flag 2035003/2035003
601.60/600.37	c cleaning 9955 clauses out of 20226 with flag 2045000/2045000
604.51/603.28	c cleaning 10013 clauses out of 20271 with flag 2055000/2055000
607.83/606.52	c cleaning 10005 clauses out of 20258 with flag 2065000/2065000
610.34/609.02	c cleaning 10031 clauses out of 20255 with flag 2075002/2075002
612.64/611.33	c cleaning 9998 clauses out of 20223 with flag 2085001/2085001
614.74/613.47	c cleaning 9988 clauses out of 20225 with flag 2095001/2095001
618.06/616.70	c cleaning 10023 clauses out of 20236 with flag 2105000/2105000
620.77/619.47	c cleaning 10015 clauses out of 20219 with flag 2115006/2115006
623.17/621.88	c cleaning 10019 clauses out of 20200 with flag 2125002/2125002
625.78/624.46	c cleaning 10011 clauses out of 20179 with flag 2135000/2135000
628.49/627.10	c cleaning 10007 clauses out of 20170 with flag 2145002/2145002
631.10/629.71	c cleaning 10001 clauses out of 20162 with flag 2155001/2155001
633.60/632.24	c cleaning 10002 clauses out of 20164 with flag 2165004/2165004
636.22/634.88	c cleaning 9987 clauses out of 20161 with flag 2175003/2175003
639.12/637.74	c cleaning 9997 clauses out of 20172 with flag 2185001/2185001
642.13/640.72	c cleaning 9996 clauses out of 20175 with flag 2195001/2195001
644.33/642.94	c cleaning 10030 clauses out of 20182 with flag 2205004/2205004
646.14/644.72	c cleaning 9960 clauses out of 20149 with flag 2215001/2215001
649.85/648.45	c cleaning 10015 clauses out of 20190 with flag 2225002/2225002
653.78/652.37	c cleaning 10009 clauses out of 20174 with flag 2235001/2235001
657.98/656.56	c cleaning 10006 clauses out of 20168 with flag 2245004/2245004
661.80/660.33	c cleaning 10001 clauses out of 20160 with flag 2255002/2255002
665.40/663.99	c cleaning 9999 clauses out of 20158 with flag 2265001/2265001
669.42/667.97	c cleaning 9999 clauses out of 20158 with flag 2275000/2275000
672.64/671.14	c cleaning 10004 clauses out of 20161 with flag 2285002/2285002
674.85/673.38	c cleaning 10029 clauses out of 20155 with flag 2295000/2295000
677.17/675.67	c cleaning 10015 clauses out of 20128 with flag 2305002/2305002
679.57/678.02	c cleaning 10006 clauses out of 20112 with flag 2315001/2315001
681.98/680.45	c cleaning 10006 clauses out of 20105 with flag 2325000/2325000
684.60/683.10	c cleaning 10004 clauses out of 20103 with flag 2335004/2335004
687.31/685.71	c cleaning 9999 clauses out of 20095 with flag 2345000/2345000
689.91/688.35	c cleaning 9999 clauses out of 20096 with flag 2355000/2355000
692.43/690.84	c cleaning 10002 clauses out of 20097 with flag 2365000/2365000
694.93/693.38	c cleaning 9999 clauses out of 20095 with flag 2375000/2375000
697.54/695.91	c cleaning 9999 clauses out of 20099 with flag 2385003/2385003
700.06/698.44	c cleaning 10002 clauses out of 20100 with flag 2395003/2395003
702.77/701.14	c cleaning 9999 clauses out of 20095 with flag 2405000/2405000
705.39/703.71	c cleaning 9998 clauses out of 20096 with flag 2415000/2415000
707.80/706.10	c cleaning 10000 clauses out of 20098 with flag 2425000/2425000
710.39/708.79	c cleaning 10023 clauses out of 20100 with flag 2435002/2435002
712.82/711.14	c cleaning 10008 clauses out of 20075 with flag 2445000/2445000
715.82/714.16	c cleaning 9989 clauses out of 20067 with flag 2455000/2455000
718.53/716.87	c cleaning 10010 clauses out of 20078 with flag 2465000/2465000
721.74/720.07	c cleaning 10004 clauses out of 20068 with flag 2475000/2475000
724.55/722.88	c cleaning 10002 clauses out of 20065 with flag 2485001/2485001
727.76/726.04	c cleaning 10002 clauses out of 20064 with flag 2495002/2495002
730.87/729.13	c cleaning 9996 clauses out of 20061 with flag 2505001/2505001
734.78/733.00	c cleaning 10004 clauses out of 20065 with flag 2515001/2515001
737.89/736.11	c cleaning 10002 clauses out of 20061 with flag 2525001/2525001
740.50/738.78	c cleaning 9991 clauses out of 20058 with flag 2535000/2535000
743.02/741.22	c cleaning 9999 clauses out of 20067 with flag 2545000/2545000
745.72/743.92	c cleaning 10005 clauses out of 20069 with flag 2555001/2555001
748.63/746.83	c cleaning 10002 clauses out of 20067 with flag 2565004/2565004
751.54/749.74	c cleaning 9992 clauses out of 20062 with flag 2575001/2575001
754.75/752.92	c cleaning 10005 clauses out of 20071 with flag 2585002/2585002
757.77/755.90	c cleaning 10000 clauses out of 20068 with flag 2595004/2595004
760.58/758.79	c cleaning 9996 clauses out of 20067 with flag 2605003/2605003
763.88/762.00	c cleaning 9996 clauses out of 20068 with flag 2615000/2615000
766.69/764.81	c cleaning 9997 clauses out of 20073 with flag 2625001/2625001
769.91/768.04	c cleaning 10006 clauses out of 20076 with flag 2635001/2635001
773.02/771.18	c cleaning 10002 clauses out of 20070 with flag 2645001/2645001
776.42/774.50	c cleaning 10002 clauses out of 20069 with flag 2655002/2655002
779.93/778.00	c cleaning 9991 clauses out of 20065 with flag 2665000/2665000
784.05/782.11	c cleaning 9995 clauses out of 20075 with flag 2675001/2675001
787.96/786.02	c cleaning 9997 clauses out of 20079 with flag 2685000/2685000
791.37/789.42	c cleaning 9998 clauses out of 20082 with flag 2695000/2695000
794.99/793.03	c cleaning 9996 clauses out of 20084 with flag 2705000/2705000
799.29/797.35	c cleaning 10001 clauses out of 20088 with flag 2715000/2715000
803.51/801.52	c cleaning 10000 clauses out of 20089 with flag 2725002/2725002
807.72/805.79	c cleaning 9995 clauses out of 20087 with flag 2735000/2735000
811.64/809.62	c cleaning 10005 clauses out of 20093 with flag 2745001/2745001
815.65/813.62	c cleaning 10002 clauses out of 20087 with flag 2755000/2755000
820.16/818.15	c cleaning 10000 clauses out of 20087 with flag 2765002/2765002
824.17/822.18	c cleaning 9998 clauses out of 20086 with flag 2775001/2775001
827.68/825.69	c cleaning 10003 clauses out of 20090 with flag 2785003/2785003
831.29/829.20	c cleaning 10001 clauses out of 20091 with flag 2795007/2795007
835.30/833.20	c cleaning 9997 clauses out of 20085 with flag 2805002/2805002
838.60/836.52	c cleaning 9998 clauses out of 20086 with flag 2815000/2815000
842.71/840.63	c cleaning 9999 clauses out of 20088 with flag 2825000/2825000
846.52/844.46	c cleaning 10005 clauses out of 20094 with flag 2835005/2835005
850.44/848.33	c cleaning 9999 clauses out of 20085 with flag 2845001/2845001
854.66/852.51	c cleaning 9999 clauses out of 20089 with flag 2855004/2855004
858.37/856.29	c cleaning 10001 clauses out of 20087 with flag 2865001/2865001
861.68/859.54	c cleaning 9999 clauses out of 20085 with flag 2875000/2875000
864.99/862.88	c cleaning 10001 clauses out of 20087 with flag 2885001/2885001
868.79/866.69	c cleaning 9999 clauses out of 20086 with flag 2895001/2895001
872.60/870.49	c cleaning 9998 clauses out of 20086 with flag 2905000/2905000
876.51/874.39	c cleaning 10001 clauses out of 20092 with flag 2915004/2915004
879.32/877.12	c cleaning 10010 clauses out of 20089 with flag 2925002/2925002
881.72/879.58	c cleaning 9997 clauses out of 20077 with flag 2935000/2935000
885.74/883.55	c cleaning 9996 clauses out of 20080 with flag 2945000/2945000
889.64/887.48	c cleaning 10000 clauses out of 20086 with flag 2955002/2955002
893.54/891.32	c cleaning 10001 clauses out of 20088 with flag 2965004/2965004
897.16/894.98	c cleaning 9997 clauses out of 20084 with flag 2975001/2975001
901.17/898.99	c cleaning 9999 clauses out of 20089 with flag 2985003/2985003
903.28/901.07	c cleaning 10036 clauses out of 20087 with flag 2995000/2995000
906.29/904.02	c cleaning 10002 clauses out of 20053 with flag 3005002/3005002
909.71/907.41	c cleaning 10022 clauses out of 20049 with flag 3015000/3015000
913.42/911.17	c cleaning 10000 clauses out of 20027 with flag 3025000/3025000
916.23/913.99	c cleaning 10011 clauses out of 20031 with flag 3035004/3035004
919.56/917.24	c cleaning 10004 clauses out of 20018 with flag 3045002/3045002
921.77/919.42	c cleaning 9896 clauses out of 20012 with flag 3055000/3055000
923.98/921.63	c cleaning 9993 clauses out of 20116 with flag 3065000/3065000
927.49/925.16	c cleaning 10000 clauses out of 20123 with flag 3075000/3075000
930.71/928.36	c cleaning 10011 clauses out of 20127 with flag 3085004/3085004
933.71/931.37	c cleaning 10007 clauses out of 20113 with flag 3095001/3095001
937.12/934.78	c cleaning 9985 clauses out of 20105 with flag 3105000/3105000
941.14/938.78	c cleaning 10009 clauses out of 20120 with flag 3115000/3115000
944.07/941.65	c cleaning 10035 clauses out of 20113 with flag 3125002/3125002
947.67/945.27	c cleaning 9957 clauses out of 20076 with flag 3135000/3135000
951.18/948.70	c cleaning 9981 clauses out of 20119 with flag 3145000/3145000
955.09/952.66	c cleaning 9981 clauses out of 20138 with flag 3155000/3155000
959.00/956.57	c cleaning 9990 clauses out of 20157 with flag 3165000/3165000
963.51/961.04	c cleaning 9988 clauses out of 20169 with flag 3175002/3175002
967.32/964.86	c cleaning 9999 clauses out of 20181 with flag 3185002/3185002
970.22/967.74	c cleaning 9966 clauses out of 20180 with flag 3195000/3195000
973.84/971.39	c cleaning 10001 clauses out of 20217 with flag 3205003/3205003
977.25/974.71	c cleaning 10001 clauses out of 20216 with flag 3215003/3215003
981.16/978.64	c cleaning 10002 clauses out of 20217 with flag 3225005/3225005
984.67/982.17	c cleaning 9989 clauses out of 20210 with flag 3235000/3235000
987.87/985.33	c cleaning 9995 clauses out of 20221 with flag 3245000/3245000
991.69/989.17	c cleaning 10004 clauses out of 20226 with flag 3255000/3255000
994.90/992.39	c cleaning 10007 clauses out of 20227 with flag 3265005/3265005
998.12/995.59	c cleaning 10000 clauses out of 20215 with flag 3275000/3275000
1001.42/998.86	c cleaning 10046 clauses out of 20216 with flag 3285001/3285001
1004.23/1001.65	c cleaning 9979 clauses out of 20171 with flag 3295002/3295002
1006.44/1003.84	c cleaning 9994 clauses out of 20191 with flag 3305001/3305001
1009.16/1006.56	c cleaning 9990 clauses out of 20198 with flag 3315002/3315002
1011.57/1008.97	c cleaning 9994 clauses out of 20206 with flag 3325000/3325000
1013.97/1011.32	c cleaning 10006 clauses out of 20221 with flag 3335009/3335009
1016.38/1013.71	c cleaning 9996 clauses out of 20206 with flag 3345000/3345000
1018.80/1016.19	c cleaning 9984 clauses out of 20210 with flag 3355000/3355000
1021.22/1018.55	c cleaning 9997 clauses out of 20229 with flag 3365003/3365003
1023.62/1020.93	c cleaning 10006 clauses out of 20230 with flag 3375001/3375001
1027.53/1024.89	c cleaning 10005 clauses out of 20228 with flag 3385005/3385005
1030.24/1027.53	c cleaning 10004 clauses out of 20221 with flag 3395003/3395003
1033.04/1030.39	c cleaning 10000 clauses out of 20214 with flag 3405000/3405000
1036.05/1033.38	c cleaning 9998 clauses out of 20215 with flag 3415001/3415001
1038.86/1036.15	c cleaning 10003 clauses out of 20220 with flag 3425004/3425004
1041.16/1038.45	c cleaning 10087 clauses out of 20214 with flag 3435001/3435001
1044.27/1041.56	c cleaning 10040 clauses out of 20129 with flag 3445003/3445003
1047.49/1044.77	c cleaning 10013 clauses out of 20086 with flag 3455000/3455000
1050.90/1048.12	c cleaning 10014 clauses out of 20073 with flag 3465000/3465000
1054.80/1052.01	c cleaning 10007 clauses out of 20059 with flag 3475000/3475000
1058.62/1055.83	c cleaning 10005 clauses out of 20054 with flag 3485002/3485002
1062.43/1059.64	c cleaning 9994 clauses out of 20050 with flag 3495003/3495003
1066.05/1063.20	c cleaning 10005 clauses out of 20055 with flag 3505002/3505002
1069.16/1066.38	c cleaning 10001 clauses out of 20048 with flag 3515000/3515000
1072.37/1069.52	c cleaning 10005 clauses out of 20051 with flag 3525004/3525004
1076.07/1073.27	c cleaning 9998 clauses out of 20042 with flag 3535000/3535000
1079.58/1076.77	c cleaning 10000 clauses out of 20044 with flag 3545000/3545000
1082.79/1079.97	c cleaning 10001 clauses out of 20045 with flag 3555001/3555001
1086.31/1083.42	c cleaning 10002 clauses out of 20045 with flag 3565002/3565002
1090.42/1087.51	c cleaning 10003 clauses out of 20048 with flag 3575007/3575007
1094.04/1091.11	c cleaning 9995 clauses out of 20038 with flag 3585000/3585000
1097.64/1094.77	c cleaning 10000 clauses out of 20044 with flag 3595001/3595001
1101.55/1098.64	c cleaning 10002 clauses out of 20045 with flag 3605002/3605002
1104.85/1101.99	c cleaning 9991 clauses out of 20042 with flag 3615001/3615001
1108.58/1105.63	c cleaning 10005 clauses out of 20051 with flag 3625001/3625001
1112.28/1109.35	c cleaning 10003 clauses out of 20048 with flag 3635003/3635003
1116.20/1113.21	c cleaning 10000 clauses out of 20043 with flag 3645001/3645001
1119.20/1116.24	c cleaning 10004 clauses out of 20042 with flag 3655000/3655000
1122.11/1119.16	c cleaning 10005 clauses out of 20039 with flag 3665001/3665001
1125.63/1122.64	c cleaning 10003 clauses out of 20033 with flag 3675000/3675000
1128.74/1125.75	c cleaning 9998 clauses out of 20031 with flag 3685001/3685001
1131.86/1128.87	c cleaning 10003 clauses out of 20035 with flag 3695003/3695003
1135.06/1132.06	c cleaning 9999 clauses out of 20029 with flag 3705000/3705000
1138.18/1135.19	c cleaning 9988 clauses out of 20034 with flag 3715004/3715004
1141.19/1138.19	c cleaning 10004 clauses out of 20043 with flag 3725001/3725001
1143.89/1140.89	c cleaning 10003 clauses out of 20039 with flag 3735001/3735001
1148.70/1145.64	c cleaning 10001 clauses out of 20035 with flag 3745000/3745000
1152.41/1149.31	c cleaning 9998 clauses out of 20034 with flag 3755000/3755000
1155.52/1152.41	c cleaning 9998 clauses out of 20036 with flag 3765000/3765000
1159.23/1156.15	c cleaning 9994 clauses out of 20039 with flag 3775001/3775001
1162.33/1159.28	c cleaning 10003 clauses out of 20044 with flag 3785000/3785000
1166.04/1162.99	c cleaning 10008 clauses out of 20046 with flag 3795005/3795005
1168.96/1165.87	c cleaning 10003 clauses out of 20036 with flag 3805003/3805003
1172.47/1169.36	c cleaning 10001 clauses out of 20033 with flag 3815003/3815003
1175.58/1172.46	c cleaning 9992 clauses out of 20029 with flag 3825000/3825000
1178.98/1175.87	c cleaning 9991 clauses out of 20038 with flag 3835001/3835001
1181.99/1178.85	c cleaning 10009 clauses out of 20049 with flag 3845003/3845003
1184.81/1181.70	c cleaning 10006 clauses out of 20040 with flag 3855003/3855003
1188.21/1185.07	c cleaning 10001 clauses out of 20032 with flag 3865001/3865001
1191.93/1188.74	c cleaning 9999 clauses out of 20031 with flag 3875001/3875001
1195.13/1191.98	c cleaning 10002 clauses out of 20034 with flag 3885003/3885003
1198.74/1195.58	c cleaning 10000 clauses out of 20031 with flag 3895002/3895002
1202.25/1199.09	c cleaning 9999 clauses out of 20029 with flag 3905000/3905000
1206.45/1203.24	c cleaning 9999 clauses out of 20031 with flag 3915001/3915001
1209.87/1206.65	c cleaning 9995 clauses out of 20031 with flag 3925000/3925000
1213.47/1210.21	c cleaning 10004 clauses out of 20039 with flag 3935003/3935003
1216.50/1213.28	c cleaning 9986 clauses out of 20033 with flag 3945001/3945001
1219.90/1216.66	c cleaning 10002 clauses out of 20048 with flag 3955002/3955002
1223.40/1220.12	c cleaning 9997 clauses out of 20044 with flag 3965000/3965000
1227.30/1224.05	c cleaning 10006 clauses out of 20047 with flag 3975000/3975000
1230.41/1227.10	c cleaning 10005 clauses out of 20042 with flag 3985001/3985001
1233.44/1230.12	c cleaning 10002 clauses out of 20041 with flag 3995005/3995005
1236.55/1233.25	c cleaning 9981 clauses out of 20034 with flag 4005000/4005000
1239.76/1236.49	c cleaning 9986 clauses out of 20053 with flag 4015000/4015000
1243.36/1240.08	c cleaning 9992 clauses out of 20067 with flag 4025000/4025000
1247.17/1243.82	c cleaning 10008 clauses out of 20076 with flag 4035001/4035001
1250.80/1247.42	c cleaning 10020 clauses out of 20069 with flag 4045002/4045002
1253.91/1250.50	c cleaning 10007 clauses out of 20048 with flag 4055001/4055001
1257.52/1254.17	c cleaning 10007 clauses out of 20043 with flag 4065003/4065003
1261.03/1257.65	c cleaning 10001 clauses out of 20035 with flag 4075002/4075002
1264.25/1260.80	c cleaning 9993 clauses out of 20035 with flag 4085003/4085003
1268.05/1264.69	c cleaning 9998 clauses out of 20040 with flag 4095001/4095001
1271.85/1268.44	c cleaning 10001 clauses out of 20042 with flag 4105001/4105001
1274.97/1271.60	c cleaning 10003 clauses out of 20040 with flag 4115000/4115000
1278.17/1274.77	c cleaning 10003 clauses out of 20039 with flag 4125002/4125002
1281.78/1278.32	c cleaning 9995 clauses out of 20037 with flag 4135003/4135003
1285.08/1281.62	c cleaning 9992 clauses out of 20040 with flag 4145001/4145001
1288.50/1285.08	c cleaning 9998 clauses out of 20049 with flag 4155002/4155002
1291.91/1288.44	c cleaning 10007 clauses out of 20049 with flag 4165000/4165000
1295.51/1292.07	c cleaning 9986 clauses out of 20044 with flag 4175002/4175002
1299.22/1295.75	c cleaning 9995 clauses out of 20062 with flag 4185006/4185006
1301.93/1298.48	c cleaning 10014 clauses out of 20061 with flag 4195000/4195000
1305.43/1301.99	c cleaning 10007 clauses out of 20049 with flag 4205002/4205002
1309.75/1306.20	c cleaning 9993 clauses out of 20040 with flag 4215000/4215000
1313.16/1309.68	c cleaning 9953 clauses out of 20047 with flag 4225000/4225000
1316.47/1312.98	c cleaning 10035 clauses out of 20101 with flag 4235007/4235007
1320.09/1316.53	c cleaning 10015 clauses out of 20065 with flag 4245006/4245006
1322.89/1319.35	c cleaning 10003 clauses out of 20048 with flag 4255004/4255004
1326.30/1322.75	c cleaning 10005 clauses out of 20042 with flag 4265001/4265001
1329.12/1325.54	c cleaning 10001 clauses out of 20038 with flag 4275002/4275002
1331.73/1328.12	c cleaning 10000 clauses out of 20035 with flag 4285000/4285000
1335.74/1332.14	c cleaning 10008 clauses out of 20048 with flag 4295013/4295013
1339.13/1335.58	c cleaning 9998 clauses out of 20029 with flag 4305002/4305002
1342.35/1338.72	c cleaning 9994 clauses out of 20029 with flag 4315000/4315000
1345.56/1341.96	c cleaning 9996 clauses out of 20035 with flag 4325000/4325000
1348.76/1345.13	c cleaning 9988 clauses out of 20039 with flag 4335000/4335000
1351.86/1348.29	c cleaning 10009 clauses out of 20055 with flag 4345004/4345004
1355.67/1352.03	c cleaning 10004 clauses out of 20042 with flag 4355000/4355000
1359.19/1355.50	c cleaning 10000 clauses out of 20039 with flag 4365001/4365001
1362.70/1359.00	c cleaning 9997 clauses out of 20038 with flag 4375000/4375000
1365.91/1362.29	c cleaning 10010 clauses out of 20051 with flag 4385010/4385010
1369.21/1365.51	c cleaning 9997 clauses out of 20049 with flag 4395018/4395018
1372.73/1369.04	c cleaning 9997 clauses out of 20034 with flag 4405000/4405000
1375.74/1372.05	c cleaning 10001 clauses out of 20037 with flag 4415000/4415000
1378.96/1375.23	c cleaning 9997 clauses out of 20037 with flag 4425001/4425001
1382.86/1379.11	c cleaning 9995 clauses out of 20039 with flag 4435000/4435000
1386.87/1383.11	c cleaning 10002 clauses out of 20046 with flag 4445002/4445002
1390.38/1386.64	c cleaning 10001 clauses out of 20042 with flag 4455000/4455000
1393.70/1389.94	c cleaning 10004 clauses out of 20042 with flag 4465001/4465001
1396.70/1392.96	c cleaning 10000 clauses out of 20038 with flag 4475001/4475001
1399.51/1395.77	c cleaning 9997 clauses out of 20037 with flag 4485000/4485000
1401.62/1397.81	c cleaning 9989 clauses out of 20040 with flag 4495000/4495000
1404.64/1400.82	c cleaning 10022 clauses out of 20051 with flag 4505000/4505000
1407.05/1403.24	c cleaning 10006 clauses out of 20031 with flag 4515002/4515002
1410.35/1406.54	c cleaning 9993 clauses out of 20023 with flag 4525000/4525000
1413.18/1409.39	c cleaning 9991 clauses out of 20032 with flag 4535002/4535002
1415.69/1411.80	c cleaning 9994 clauses out of 20041 with flag 4545002/4545002
1418.41/1414.52	c cleaning 9990 clauses out of 20047 with flag 4555002/4555002
1421.51/1417.60	c cleaning 9992 clauses out of 20058 with flag 4565003/4565003
1424.42/1420.54	c cleaning 10009 clauses out of 20064 with flag 4575001/4575001
1427.25/1423.32	c cleaning 9979 clauses out of 20057 with flag 4585003/4585003
1429.75/1425.80	c cleaning 9991 clauses out of 20076 with flag 4595001/4595001
1432.07/1428.18	c cleaning 9986 clauses out of 20084 with flag 4605000/4605000
1435.18/1431.27	c cleaning 9997 clauses out of 20101 with flag 4615003/4615003
1438.19/1434.23	c cleaning 10025 clauses out of 20103 with flag 4625002/4625002
1441.31/1437.34	c cleaning 10004 clauses out of 20076 with flag 4635000/4635000
1444.21/1440.28	c cleaning 9994 clauses out of 20075 with flag 4645003/4645003
1447.62/1443.66	c cleaning 10005 clauses out of 20081 with flag 4655003/4655003
1450.65/1446.62	c cleaning 9993 clauses out of 20074 with flag 4665001/4665001
1453.95/1449.96	c cleaning 9997 clauses out of 20080 with flag 4675000/4675000
1456.77/1452.73	c cleaning 10031 clauses out of 20083 with flag 4685000/4685000
1459.48/1455.41	c cleaning 10013 clauses out of 20054 with flag 4695002/4695002
1462.49/1458.42	c cleaning 10004 clauses out of 20039 with flag 4705000/4705000
1465.10/1461.03	c cleaning 9997 clauses out of 20038 with flag 4715003/4715003
1468.00/1463.98	c cleaning 10006 clauses out of 20038 with flag 4725000/4725000
1470.42/1466.37	c cleaning 10003 clauses out of 20032 with flag 4735000/4735000
1473.22/1469.15	c cleaning 9998 clauses out of 20030 with flag 4745001/4745001
1475.92/1471.86	c cleaning 10003 clauses out of 20032 with flag 4755001/4755001
1478.83/1474.73	c cleaning 10001 clauses out of 20029 with flag 4765001/4765001
1481.83/1477.71	c cleaning 10002 clauses out of 20027 with flag 4775000/4775000
1483.94/1479.80	c cleaning 9971 clauses out of 20026 with flag 4785001/4785001
1486.24/1482.19	c cleaning 9983 clauses out of 20060 with flag 4795006/4795006
1489.95/1485.84	c cleaning 9975 clauses out of 20071 with flag 4805000/4805000
1492.27/1488.20	c cleaning 9981 clauses out of 20100 with flag 4815004/4815004
1494.48/1490.33	c cleaning 9988 clauses out of 20117 with flag 4825002/4825002
1497.28/1493.19	c cleaning 9986 clauses out of 20128 with flag 4835001/4835001
1500.30/1496.16	c cleaning 10041 clauses out of 20142 with flag 4845001/4845001
1503.10/1498.99	c cleaning 9975 clauses out of 20101 with flag 4855001/4855001
1506.02/1501.82	c cleaning 10035 clauses out of 20126 with flag 4865001/4865001
1508.33/1504.15	c cleaning 10025 clauses out of 20090 with flag 4875000/4875000
1511.04/1506.85	c cleaning 9979 clauses out of 20068 with flag 4885003/4885003
1513.46/1509.21	c cleaning 10038 clauses out of 20087 with flag 4895001/4895001
1516.07/1511.80	c cleaning 9935 clauses out of 20049 with flag 4905001/4905001
1518.47/1514.25	c cleaning 9983 clauses out of 20113 with flag 4915000/4915000
1520.68/1516.41	c cleaning 10006 clauses out of 20132 with flag 4925002/4925002
1522.59/1518.37	c cleaning 10047 clauses out of 20124 with flag 4935000/4935000
1525.61/1521.30	c cleaning 10022 clauses out of 20077 with flag 4945000/4945000
1528.61/1524.36	c cleaning 10015 clauses out of 20056 with flag 4955001/4955001
1532.12/1527.89	c cleaning 10007 clauses out of 20041 with flag 4965001/4965001
1535.54/1531.21	c cleaning 10004 clauses out of 20037 with flag 4975004/4975004
1539.15/1534.83	c cleaning 10000 clauses out of 20030 with flag 4985001/4985001
1543.17/1538.84	c cleaning 10003 clauses out of 20031 with flag 4995002/4995002
1546.87/1542.51	c cleaning 9998 clauses out of 20026 with flag 5005000/5005000
1549.90/1545.57	c cleaning 10001 clauses out of 20031 with flag 5015003/5015003
1552.99/1548.61	c cleaning 9989 clauses out of 20028 with flag 5025001/5025001
1555.61/1551.29	c cleaning 10006 clauses out of 20040 with flag 5035002/5035002
1559.31/1554.97	c cleaning 9999 clauses out of 20032 with flag 5045000/5045000
1562.72/1558.37	c cleaning 10000 clauses out of 20033 with flag 5055000/5055000
1566.02/1561.67	c cleaning 10000 clauses out of 20033 with flag 5065000/5065000
1569.64/1565.26	c cleaning 9998 clauses out of 20033 with flag 5075000/5075000
1573.44/1569.02	c cleaning 10002 clauses out of 20037 with flag 5085002/5085002
1577.16/1572.77	c cleaning 10002 clauses out of 20033 with flag 5095000/5095000
1580.67/1576.21	c cleaning 9995 clauses out of 20031 with flag 5105000/5105000
1584.27/1579.88	c cleaning 10001 clauses out of 20038 with flag 5115002/5115002
1588.18/1583.79	c cleaning 10003 clauses out of 20035 with flag 5125000/5125000
1591.49/1587.02	c cleaning 10003 clauses out of 20035 with flag 5135003/5135003
1594.80/1590.33	c cleaning 10002 clauses out of 20033 with flag 5145004/5145004
1597.42/1592.90	c cleaning 9964 clauses out of 20027 with flag 5155000/5155000
1600.02/1595.55	c cleaning 9979 clauses out of 20064 with flag 5165001/5165001
1603.13/1598.69	c cleaning 10038 clauses out of 20085 with flag 5175001/5175001
1606.64/1602.10	c cleaning 10011 clauses out of 20047 with flag 5185001/5185001
1608.94/1604.47	c cleaning 9996 clauses out of 20035 with flag 5195000/5195000
1611.05/1606.55	c cleaning 9997 clauses out of 20040 with flag 5205001/5205001
1613.87/1609.37	c cleaning 9989 clauses out of 20045 with flag 5215003/5215003
1616.27/1611.80	c cleaning 9995 clauses out of 20055 with flag 5225002/5225002
1618.59/1614.01	c cleaning 10019 clauses out of 20059 with flag 5235001/5235001
1620.59/1616.09	c cleaning 10003 clauses out of 20042 with flag 5245003/5245003
1623.40/1618.82	c cleaning 9965 clauses out of 20038 with flag 5255002/5255002
1626.32/1621.72	c cleaning 10001 clauses out of 20071 with flag 5265000/5265000
1628.63/1624.03	c cleaning 9969 clauses out of 20070 with flag 5275000/5275000
1631.23/1626.61	c cleaning 10003 clauses out of 20101 with flag 5285000/5285000
1633.64/1629.06	c cleaning 9977 clauses out of 20099 with flag 5295001/5295001
1635.64/1631.01	c cleaning 10019 clauses out of 20121 with flag 5305000/5305000
1637.75/1633.13	c cleaning 10008 clauses out of 20102 with flag 5315000/5315000
1639.86/1635.24	c cleaning 9995 clauses out of 20097 with flag 5325003/5325003
1642.37/1637.75	c cleaning 10015 clauses out of 20102 with flag 5335003/5335003
1644.49/1639.87	c cleaning 10003 clauses out of 20084 with flag 5345000/5345000
1646.90/1642.23	c cleaning 10002 clauses out of 20081 with flag 5355000/5355000
1649.30/1644.60	c cleaning 9994 clauses out of 20080 with flag 5365001/5365001
1651.92/1647.29	c cleaning 9987 clauses out of 20085 with flag 5375000/5375000
1654.93/1650.29	c cleaning 9994 clauses out of 20100 with flag 5385002/5385002
1657.94/1653.28	c cleaning 10007 clauses out of 20104 with flag 5395000/5395000
1660.34/1655.67	c cleaning 9994 clauses out of 20098 with flag 5405001/5405001
1663.56/1658.83	c cleaning 10005 clauses out of 20105 with flag 5415002/5415002
1666.18/1661.40	c cleaning 9995 clauses out of 20099 with flag 5425001/5425001
1668.99/1664.30	c cleaning 10004 clauses out of 20104 with flag 5435001/5435001
1671.49/1666.75	c cleaning 10002 clauses out of 20100 with flag 5445001/5445001
1674.51/1669.76	c cleaning 10002 clauses out of 20097 with flag 5455000/5455000
1677.21/1672.47	c cleaning 10002 clauses out of 20095 with flag 5465000/5465000
1679.91/1675.18	c cleaning 10002 clauses out of 20097 with flag 5475004/5475004
1681.83/1677.05	c cleaning 10030 clauses out of 20093 with flag 5485002/5485002
1684.64/1679.84	c cleaning 10014 clauses out of 20061 with flag 5495000/5495000
1687.24/1682.41	c cleaning 10003 clauses out of 20047 with flag 5505000/5505000
1689.86/1685.07	c cleaning 10007 clauses out of 20046 with flag 5515002/5515002
1692.76/1687.94	c cleaning 9992 clauses out of 20038 with flag 5525001/5525001
1695.47/1690.61	c cleaning 10009 clauses out of 20046 with flag 5535001/5535001
1698.09/1693.23	c cleaning 10000 clauses out of 20037 with flag 5545001/5545001
1701.19/1696.34	c cleaning 9990 clauses out of 20037 with flag 5555001/5555001
1704.00/1699.15	c cleaning 10007 clauses out of 20046 with flag 5565000/5565000
1706.81/1701.96	c cleaning 9998 clauses out of 20039 with flag 5575000/5575000
1709.52/1704.67	c cleaning 10003 clauses out of 20041 with flag 5585000/5585000
1711.93/1707.08	c cleaning 10000 clauses out of 20038 with flag 5595000/5595000
1714.84/1709.96	c cleaning 10003 clauses out of 20039 with flag 5605001/5605001
1718.25/1713.33	c cleaning 9999 clauses out of 20036 with flag 5615001/5615001
1721.66/1716.78	c cleaning 9999 clauses out of 20036 with flag 5625000/5625000
1725.28/1720.33	c cleaning 9999 clauses out of 20037 with flag 5635000/5635000
1728.29/1723.38	c cleaning 9998 clauses out of 20039 with flag 5645001/5645001
1731.30/1726.37	c cleaning 10006 clauses out of 20043 with flag 5655003/5655003
1734.32/1729.34	c cleaning 9996 clauses out of 20034 with flag 5665000/5665000
1737.43/1732.43	c cleaning 9997 clauses out of 20040 with flag 5675002/5675002
1740.33/1735.35	c cleaning 9997 clauses out of 20041 with flag 5685000/5685000
1743.34/1738.36	c cleaning 9998 clauses out of 20045 with flag 5695001/5695001
1746.64/1741.64	c cleaning 10007 clauses out of 20048 with flag 5705002/5705002
1749.56/1744.59	c cleaning 10000 clauses out of 20042 with flag 5715003/5715003
1752.56/1747.51	c cleaning 10000 clauses out of 20040 with flag 5725001/5725001
1755.58/1750.53	c cleaning 10004 clauses out of 20041 with flag 5735002/5735002
1758.49/1753.47	c cleaning 10001 clauses out of 20036 with flag 5745001/5745001
1762.50/1757.42	c cleaning 10001 clauses out of 20039 with flag 5755005/5755005
1765.51/1760.41	c cleaning 9997 clauses out of 20035 with flag 5765002/5765002
1768.63/1763.50	c cleaning 10000 clauses out of 20036 with flag 5775000/5775000
1772.43/1767.33	c cleaning 10000 clauses out of 20036 with flag 5785000/5785000
1775.23/1770.18	c cleaning 10000 clauses out of 20036 with flag 5795000/5795000
1777.95/1772.85	c cleaning 10000 clauses out of 20038 with flag 5805002/5805002
1780.85/1775.72	c cleaning 10002 clauses out of 20037 with flag 5815001/5815001
1784.07/1778.92	c cleaning 9988 clauses out of 20034 with flag 5825000/5825000
1786.98/1781.81	c cleaning 10007 clauses out of 20047 with flag 5835001/5835001
1790.39/1785.23	c cleaning 9996 clauses out of 20039 with flag 5845000/5845000
1793.50/1788.37	c cleaning 10004 clauses out of 20045 with flag 5855002/5855002
1796.31/1791.12	c cleaning 9999 clauses out of 20040 with flag 5865001/5865001
1799.31/1794.18	c cleaning 9994 clauses out of 20042 with flag 5875002/5875002
1800.02/1794.81	c starts		: 282
1800.02/1794.81	c conflicts		: 5878284
1800.02/1794.81	c decisions		: 7953235
1800.02/1794.81	c propagations		: 216093705
1800.02/1794.81	c inspects		: 8795467234
1800.02/1794.81	c learnt literals	: 0
1800.02/1794.81	c learnt binary clauses	: 0
1800.02/1794.81	c learnt ternary clauses	: 0
1800.02/1794.81	c learnt clauses	: 5878284
1800.02/1794.81	c ignored clauses	: 0
1800.02/1794.81	c root simplifications	: 0
1800.02/1794.81	c removed literals (reason simplification)	: 37944303
1800.02/1794.81	c reason swapping (by a shorter reason)	: 0
1800.02/1794.81	c Calls to reduceDB	: 589
1800.02/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.81	c number of learned constraints concerned by reduction	: 0
1800.02/1794.81	c number of learning phase by resolution	: 0
1800.02/1794.81	c number of learning phase by cutting planes	: 0
1800.02/1794.81	c speed (assignments/second)	: 120753.99167494162
1800.02/1794.81	c non guided choices	37323
1800.02/1794.82	c learnt constraints type 
1800.02/1794.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13371
1800.02/1794.82	c constraints type 
1800.02/1794.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60
1800.02/1794.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
1800.02/1794.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27
1800.02/1794.82	s SATISFIABLE
1800.02/1794.83	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 
1800.02/1794.83	c objective function=13
1800.02/1794.83	c Total wall clock time (in seconds): 1793.311

Verifier Data

OK	13

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.01 0.39 0.66 3/175 3866
/proc/meminfo: memFree=32486212/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=24036 CPUtime=0
/proc/3866/stat : 3866 (runsolver) S 3864 3866 3830 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 585079 24612864 106 4089446400 4194304 4302564 140735285546672 18446744073709551615 233510118391 0 2147483391 4096 24578 18446744071699199166 0 0 17 3 0 0 0
/proc/3866/statm: 6009 106 69 27 0 2647 0

[startup+0.013531 s]
/proc/loadavg: 0.01 0.39 0.66 3/175 3866
/proc/meminfo: memFree=32486212/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=24036 CPUtime=0
/proc/3866/stat : 3866 (runsolver) S 3864 3866 3830 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 585079 24612864 106 4089446400 4194304 4302564 140735285546672 18446744073709551615 233510118391 0 2147483391 4096 24578 18446744071699199166 0 0 17 4 0 0 0
/proc/3866/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.100499 s]
/proc/loadavg: 0.01 0.39 0.66 3/175 3866
/proc/meminfo: memFree=32486212/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=248 CPUtime=0
/proc/3866/stat : 3866 (java6) D 3864 3866 3830 0 -1 4194304 105 0 3 0 0 0 0 0 19 0 1 0 585079 253952 28 4089446400 134512640 134550932 4286962208 18446744073709551615 8221268 0 0 4096 0 0 0 0 17 6 0 0 1
/proc/3866/statm: 62 28 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.300464 s]
/proc/loadavg: 0.01 0.39 0.66 3/175 3866
/proc/meminfo: memFree=32486212/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1700 CPUtime=0
/proc/3866/stat : 3866 (java6) D 3864 3866 3830 0 -1 4194304 173 0 13 0 0 0 0 0 17 0 1 0 585079 1740800 91 4089446400 134512640 134550932 4286962208 18446744073709551615 8437552 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 10
/proc/3866/statm: 425 91 69 10 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1700

[startup+0.700395 s]
/proc/loadavg: 0.01 0.39 0.66 3/175 3866
/proc/meminfo: memFree=32486212/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=13164 CPUtime=0
/proc/3866/stat : 3866 (java) D 3864 3866 3830 0 -1 4194304 449 0 26 0 0 0 0 0 16 0 1 0 585079 13479936 194 4089446400 134512640 134550932 4286900144 18446744073709551615 8181371 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 25
/proc/3866/statm: 3291 194 140 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+1.50021 s]
/proc/loadavg: 0.01 0.39 0.66 1/181 3872
/proc/meminfo: memFree=32472688/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1529712 CPUtime=0.11
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 4906 0 107 0 9 2 0 0 16 0 18 0 585079 1566425088 4448 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 382428 4448 1339 10 0 379731 0
[pid=3866/tid=3871] ppid=3864 vsize=1529712 CPUtime=0.07
/proc/3866/task/3871/stat : 3871 (java) D 3864 3866 3830 0 -1 4202560 3324 0 59 0 6 1 0 0 18 0 18 0 585164 1566425088 4448 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446744071562234166 0 0 -1 6 0 0 36
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529712

[startup+3.10097 s]
/proc/loadavg: 0.01 0.39 0.66 3/215 3906
/proc/meminfo: memFree=32417712/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1533304 CPUtime=2.22
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 9669 0 107 0 219 3 0 0 16 0 19 0 585079 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383326 9049 1439 10 0 380629 0
[pid=3866/tid=3871] ppid=3864 vsize=1533304 CPUtime=1.65
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 5653 0 59 0 164 1 0 0 18 0 19 0 585164 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4109383780 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 282 0 0 0 0 0 0 0 16 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 303 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 141 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 709 0 0 0 0 0 0 0 15 0 19 0 585196 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 5 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1533304 CPUtime=0.23
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 532 0 0 0 23 0 0 0 15 0 19 0 585217 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1533304 CPUtime=0.3
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1027 0 0 0 30 0 0 0 16 0 19 0 585217 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 585217 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1570103296 9049 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1533304
heavy processes:

[startup+6.30142 s]
/proc/loadavg: 0.17 0.42 0.67 3/215 3906
/proc/meminfo: memFree=32354748/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1533304 CPUtime=5.47
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 12648 0 107 0 544 3 0 0 16 0 19 0 585079 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383326 12024 1439 10 0 380629 0
[pid=3866/tid=3871] ppid=3864 vsize=1533304 CPUtime=4.82
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 5657 0 59 0 481 1 0 0 25 0 19 0 585164 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4109433844 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 473 0 0 0 0 0 0 0 16 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 589 0 0 0 0 0 0 0 18 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 362 0 0 0 0 0 0 0 15 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 266 0 0 0 0 0 0 0 16 0 19 0 585189 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1533304 CPUtime=0.03
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 1786 0 0 0 3 0 0 0 16 0 19 0 585196 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1533304 CPUtime=0.26
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 534 0 0 0 26 0 0 0 15 0 19 0 585217 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1533304 CPUtime=0.32
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1033 0 0 0 32 0 0 0 15 0 19 0 585217 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 585217 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1533304 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1570103296 12024 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 1533304

[startup+12.7013 s]
/proc/loadavg: 0.31 0.44 0.68 4/215 3907
/proc/meminfo: memFree=32328572/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1532616 CPUtime=11.92
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 14326 0 107 0 1188 4 0 0 16 0 19 0 585079 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383154 13555 1439 10 0 380457 0
[pid=3866/tid=3871] ppid=3864 vsize=1532616 CPUtime=11.16
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 5660 0 59 0 1115 1 0 0 25 0 19 0 585164 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4109318949 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 473 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 625 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 496 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 488 0 0 0 0 0 0 0 15 0 19 0 585189 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1532616 CPUtime=0.07
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 2731 0 0 0 7 0 0 0 15 0 19 0 585196 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1532616 CPUtime=0.26
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 534 0 0 0 26 0 0 0 15 0 19 0 585217 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1532616 CPUtime=0.33
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1037 0 0 0 33 0 0 0 15 0 19 0 585217 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 585217 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1532616 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1569398784 13555 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.92

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

[pid=3866/tid=3878] ppid=3864 vsize=1535688 CPUtime=0.96
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 576 0 0 0 88 8 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1535688 CPUtime=0.97
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 728 0 0 0 89 8 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1535688 CPUtime=0.94
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 775 0 0 0 85 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1535688 CPUtime=14.56
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 11417 0 0 0 1443 13 0 0 15 0 19 0 585196 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1535688 CPUtime=0.28
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 927 0 0 0 28 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1535688 CPUtime=0.33
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1037 0 0 0 33 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.08
Current children cumulated vsize (KiB) 1535688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/215 3964
/proc/meminfo: memFree=32119592/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1535688 CPUtime=1727.29
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 28598 0 107 0 172631 98 0 0 16 0 19 0 585079 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383922 26969 1439 10 0 381225 0
[pid=3866/tid=3871] ppid=3864 vsize=1535688 CPUtime=1703.6
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 8086 0 59 0 170356 4 0 0 25 0 19 0 585164 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4109319050 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1535688 CPUtime=1.01
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 931 0 0 0 92 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1535688 CPUtime=0.91
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 1026 0 0 0 80 11 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1535688 CPUtime=0.93
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 960 0 0 0 84 9 0 0 16 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1535688 CPUtime=0.91
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 477 0 0 0 81 10 0 0 16 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1535688 CPUtime=0.97
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 536 0 0 0 88 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1535688 CPUtime=1.01
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 576 0 0 0 92 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1535688 CPUtime=1
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 728 0 0 0 92 8 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1535688 CPUtime=0.98
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 775 0 0 0 89 9 0 0 16 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1535688 CPUtime=15.21
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 11421 0 0 0 1508 13 0 0 15 0 19 0 585196 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1535688 CPUtime=0.28
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 927 0 0 0 28 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1535688 CPUtime=0.33
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1037 0 0 0 33 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.29
Current children cumulated vsize (KiB) 1535688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/215 3965
/proc/meminfo: memFree=32118852/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1535688 CPUtime=1787.49
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 28622 0 107 0 178647 102 0 0 16 0 19 0 585079 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383922 26969 1439 10 0 381225 0
[pid=3866/tid=3871] ppid=3864 vsize=1535688 CPUtime=1762.91
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 8106 0 59 0 176287 4 0 0 25 0 19 0 585164 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4109434730 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1535688 CPUtime=1.04
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 931 0 0 0 95 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1535688 CPUtime=0.95
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 1026 0 0 0 84 11 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1535688 CPUtime=0.95
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 960 0 0 0 86 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1535688 CPUtime=0.94
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 477 0 0 0 84 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1535688 CPUtime=1
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 536 0 0 0 90 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1535688 CPUtime=1.05
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 576 0 0 0 95 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1535688 CPUtime=1.04
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 728 0 0 0 95 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1535688 CPUtime=1.01
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 775 0 0 0 91 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1535688 CPUtime=15.84
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 11423 0 0 0 1570 14 0 0 15 0 19 0 585196 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1535688 CPUtime=0.28
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 927 0 0 0 28 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1535688 CPUtime=0.33
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1037 0 0 0 33 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 1535688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.00 2.00 1.78 2/195 3969
/proc/meminfo: memFree=32361836/32951124 swapFree=67111528/67111528
[pid=3866] ppid=3864 vsize=1535688 CPUtime=1800.02
/proc/3866/stat : 3866 (java) S 3864 3866 3830 0 -1 4202496 28630 0 107 0 179899 103 0 0 16 0 19 0 585079 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 41
/proc/3866/statm: 383922 26969 1439 10 0 381225 0
[pid=3866/tid=3871] ppid=3864 vsize=1535688 CPUtime=1775.29
/proc/3866/task/3871/stat : 3871 (java) R 3864 3866 3830 0 -1 4202560 8110 0 59 0 177525 4 0 0 25 0 19 0 585164 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4109380524 0 4 0 16800975 0 0 0 -1 6 0 0 37
[pid=3866/tid=3873] ppid=3864 vsize=1535688 CPUtime=1.05
/proc/3866/task/3873/stat : 3873 (java) S 3864 3866 3830 0 -1 4202560 931 0 0 0 96 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 0 0 0 0
[pid=3866/tid=3874] ppid=3864 vsize=1535688 CPUtime=0.97
/proc/3866/task/3874/stat : 3874 (java) S 3864 3866 3830 0 -1 4202560 1026 0 0 0 85 12 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3875] ppid=3864 vsize=1535688 CPUtime=0.96
/proc/3866/task/3875/stat : 3875 (java) S 3864 3866 3830 0 -1 4202560 960 0 0 0 87 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 0 0 0 0
[pid=3866/tid=3876] ppid=3864 vsize=1535688 CPUtime=0.94
/proc/3866/task/3876/stat : 3876 (java) S 3864 3866 3830 0 -1 4202560 477 0 0 0 84 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3877] ppid=3864 vsize=1535688 CPUtime=1.01
/proc/3866/task/3877/stat : 3877 (java) S 3864 3866 3830 0 -1 4202560 536 0 0 0 91 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3878] ppid=3864 vsize=1535688 CPUtime=1.05
/proc/3866/task/3878/stat : 3878 (java) S 3864 3866 3830 0 -1 4202560 576 0 0 0 95 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3879] ppid=3864 vsize=1535688 CPUtime=1.05
/proc/3866/task/3879/stat : 3879 (java) S 3864 3866 3830 0 -1 4202560 728 0 0 0 96 9 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 3 0 0 0
[pid=3866/tid=3880] ppid=3864 vsize=1535688 CPUtime=1.02
/proc/3866/task/3880/stat : 3880 (java) S 3864 3866 3830 0 -1 4202560 775 0 0 0 92 10 0 0 15 0 19 0 585189 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 6 0 0 0
[pid=3866/tid=3889] ppid=3864 vsize=1535688 CPUtime=15.96
/proc/3866/task/3889/stat : 3889 (java) S 3864 3866 3830 0 -1 4202560 11425 0 0 0 1582 14 0 0 15 0 19 0 585196 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 0 0 16800975 18446604471128414208 0 0 -1 4 0 0 0
[pid=3866/tid=3891] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3891/stat : 3891 (java) S 3864 3866 3830 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3893] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3893/stat : 3893 (java) S 3864 3866 3830 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 585199 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 4 0 0 4
[pid=3866/tid=3895] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3895/stat : 3895 (java) S 3864 3866 3830 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3898] ppid=3864 vsize=1535688 CPUtime=0.28
/proc/3866/task/3898/stat : 3898 (java) S 3864 3866 3830 0 -1 4202560 927 0 0 0 28 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3900] ppid=3864 vsize=1535688 CPUtime=0.33
/proc/3866/task/3900/stat : 3900 (java) S 3864 3866 3830 0 -1 4202560 1037 0 0 0 33 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 2 0 0 0
[pid=3866/tid=3902] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3902/stat : 3902 (java) S 3864 3866 3830 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
[pid=3866/tid=3904] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3904/stat : 3904 (java) S 3864 3866 3830 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 585217 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 7 0 0 0
[pid=3866/tid=3905] ppid=3864 vsize=1535688 CPUtime=0
/proc/3866/task/3905/stat : 3905 (java) S 3864 3866 3830 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 585240 1572544512 26969 4089446400 134512640 134550932 4286900144 18446744073709551615 4294960144 0 4 0 16800975 18446604471128414208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1535688

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

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

Child status: 143
Real time (s): 1794.87
CPU time (s): 1800.11
CPU user time (s): 1799.08
CPU system time (s): 1.03684
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 1535688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28656
page faults= 107
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55533
involuntary context switches= 371741

runsolver used 3.35449 second user time and 6.48801 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-05 11:55:28
IDJOB=2698185
IDBENCH=78676
IDSOLVER=1211
FILE ID=node145/2698185-1278323728
PBS_JOBID= 11207415
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698185-1278323728/watcher-2698185-1278323728 -o /tmp/evaluation-result-2698185-1278323728/solver-2698185-1278323728 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698185-1278323728.wbo

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=1196137608

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32487524 kB
Buffers:         18880 kB
Cached:         286124 kB
SwapCached:          0 kB
Active:         109128 kB
Inactive:       257480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32487524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:       61424 kB
Mapped:          14356 kB
Slab:            34740 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node145 at 2010-07-05 12:25:25